File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ Check out ---> [Sample PR](https://github.com/codedecks-in/LeetCode-Solutions/pu
153
153
154
154
| # | Title | Solution | Time | Space | Difficulty | Tag | Video Explanation |
155
155
| --- | ------------------------------------------------------------- | --------------------------------------------------------------- | ------ | ------ | ---------- | --- | ------------------------------------------------------- |
156
- | 001 | [ Two Sum] ( https://leetcode.com/problems/two-sum/ ) | [ Java] ( ./Java/two-sum.java ) <br > [ Python] ( ./Python/1_TwoSum.py ) | _ O(N)_ | _ O(N)_ | Easy | | |
156
+ | 001 | [ Two Sum] ( https://leetcode.com/problems/two-sum/ ) | [ Java] ( ./Java/two-sum.java ) <br > [ Python] ( ./Python/1_TwoSum.py ) | _ O(N)_ | _ O(N)_ | Easy | | [ Tutorial ] ( https://youtu.be/47xMuvwP7zQ ) |
157
157
| 242 | [ Valid Anagram] ( https://leetcode.com/problems/valid-anagram/ ) | [ Java] ( ./Java/valid-anagram.java ) | _ O(n)_ | _ O(1)_ | Easy | | [ Tutorial] ( https://www.youtube.com/watch?v=sbX1Ze9lNQE ) |
158
158
| 146 | [ LRU Cache] ( https://leetcode.com/problems/lru-cache/ ) | [ Java] ( ./Java/LRU-Cache.java ) | | | Medium | | |
159
159
You can’t perform that action at this time.
0 commit comments