We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710c11e commit 7d8f301Copy full SHA for 7d8f301
README.md
@@ -4,7 +4,7 @@ Welcome to my LeetCode solutions repository! 🚀 Here, I solve coding challenge
4
5
## 🔥 Problem List
6
7
-| # | Title | Solution | Tags | Difficulty |
+| # | Title | Solution | Topics | Difficulty |
8
|---| ----- | -------- | ---------- | ---- |
9
|0001|[Two Sum](https://leetcode.com/problems/two-sum/description/)|[Python](./array_hashing/0001-two-sum.py)| Array, Hash Table | Easy |
10
|0020|[Valid Parentheses](https://leetcode.com/problems/valid-parentheses/description/)|[Python](./stack/0020-valid-parentheses.py)| String, Stack | Easy |
0 commit comments