Skip to content

Commit 234de50

Browse files
committed
added python code
1 parent 161b270 commit 234de50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python solutions to Hackerrank\LeetCode problems
22

33

4-
| # | Problem | Difficulty | Topic |
5-
|:----:|:--------------------------------------------------------------------:| :---: |:-----------:|
6-
| 1 | [Remove duplicates from Sorted Array](https://leetcode.com/problems/remove-duplicates-from-sorted-array/) - solution(python/arrays/RemoveDuplicates.py) | Easy | Arrays |
4+
| # | Problem | Solution | Difficulty | Topic |
5+
|:----:|:--------------------------------------------------------------------:| :---: | :---: |:-----------:|
6+
| 1 | [Remove duplicates from Sorted Array](https://leetcode.com/problems/remove-duplicates-from-sorted-array/) | [Python solution](python/arrays/RemoveDuplicates.py) | Easy | Arrays |
77

0 commit comments

Comments
 (0)