Skip to content

Commit e92cf85

Browse files
authored
Create README.md
1 parent 174f902 commit e92cf85

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
@@ -81,7 +81,7 @@ The LCA of n1 and n2 in T is the shared ancestor of n1 and n2 that is located fa
8181
| Reverse the string in place | [reverse_in_place.py](https://github.com/devAmoghS/Python-Interview-Problems-for-Practice/blob/master/reverse_in_place.py) |
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) |
84-
| | []() |
84+
| Given a matrix, rotate it by 180 degree | [rotateMatrix180Deg.py](https://github.com/devAmoghS/Python-Interview-Problems-for-Practice/blob/master/rotateMatrix180Deg.py) |
8585
| | []() |
8686
| | []() |
8787
| | []() |

0 commit comments

Comments
 (0)