Skip to content

Commit 294b88c

Browse files
authored
Update README.md
1 parent e92cf85 commit 294b88c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The LCA of n1 and n2 in T is the shared ancestor of n1 and n2 that is located fa
8282
| Reverse the string using recursion | [reverse_str_recursive.py](https://github.com/devAmoghS/Python-Interview-Problems-for-Practice/blob/master/reverse_str_recursive.py) |
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) |
85-
| | []() |
85+
| 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) |
8686
| | []() |
8787
| | []() |
8888
| | []() |

0 commit comments

Comments
 (0)