Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2d4ae85

Browse files
Update README.md
1 parent 294b88c commit 2d4ae85

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

‎README.md‎

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,12 @@ The LCA of n1 and n2 in T is the shared ancestor of n1 and n2 that is located fa
8383
| Given a sentence, reverse each word but don't reverse the sentence | [reverse_words.py](https://github.com/devAmoghS/Python-Interview-Problems-for-Practice/blob/master/reverse_words.py) |
8484
| Given a matrix, rotate it by 180 degree | [rotateMatrix180Deg.py](https://github.com/devAmoghS/Python-Interview-Problems-for-Practice/blob/master/rotateMatrix180Deg.py) |
8585
| Find Median from Data Stream of integers | [running_median_integers.py](https://github.com/devAmoghS/Python-Interview-Problems-for-Practice/blob/master/running_median_integers.py) |
86-
| | []() |
87-
| | []() |
88-
| | []() |
89-
| | []() |
86+
| Given a sorted array in which all elements appear twice (one after one) and one element appears only once. Find that element Constraints: in O(log n) complexity. | [search_unique.py](https://github.com/devAmoghS/Python-Interview-Problems-for-Practice/blob/master/search_unique.py) |
87+
| A simple implementation of Selection Sort | [selection_sort.py](https://github.com/devAmoghS/Python-Interview-Problems-for-Practice/blob/master/selection_sort.py) |
88+
| A simple implementation of Stack Data Structure | [stack_data_structure.py](https://github.com/devAmoghS/Python-Interview-Problems-for-Practice/blob/master/stack_data_structure.py) |
89+
| The span Si of the stock’s price on a given day i is defined as the maximum number of consecutive days just before the given day, for which the price of the stock on the current day is less than or equal to its price on the given day.<br>
90+
91+
Problem: We have a series of n daily price quotes for a stock and we need to calculate span of stock’s price for all n days | [stock_span.py](https://github.com/devAmoghS/Python-Interview-Problems-for-Practice/blob/master/stock_span.py) |
9092
| | []() |
9193
| | []() |
9294
| | []() |

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /