Skip to content

Commit 2a26296

Browse files
Auto-update README.md
1 parent 710c11e commit 2a26296

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
@@ -4,7 +4,7 @@ Welcome to my LeetCode solutions repository! 🚀 Here, I solve coding challenge
44

55
## 🔥 Problem List
66

7-
| # | Title | Solution | Tags | Difficulty |
7+
| # | Title | Solution | Topics | Difficulty |
88
|---| ----- | -------- | ---------- | ---- |
99
|0001|[Two Sum](https://leetcode.com/problems/two-sum/description/)|[Python](./array_hashing/0001-two-sum.py)| Array, Hash Table | Easy |
1010
|0020|[Valid Parentheses](https://leetcode.com/problems/valid-parentheses/description/)|[Python](./stack/0020-valid-parentheses.py)| String, Stack | Easy |

0 commit comments

Comments
 (0)