File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -142,10 +142,10 @@ Check out ---> [Sample PR](https://github.com/codedecks-in/LeetCode-Solutions/pu
142142
143143## Hash Table
144144
145- | # | Title | Solution | Time | Space | Difficulty | Tag | Note |
145+ | # | Title | Solution | Time | Space | Difficulty | Tag | Video Explanation |
146146| --- | ------------------------------------------------------------- | --------------------------------- | ------ | ------ | ---------- | --- | ------------- |
147147| 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|||
148- | 242 | [ Valid Anagram] ( https://leetcode.com/problems/valid-anagram/ ) | [ Java] ( ./Java/valid-anagram.java ) | _ O(n)_ | _ O(1)_ | Easy | | Unicode chars |
148+ | 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 ) |
149149| 146 | [ LRU Cache] ( https://leetcode.com/problems/lru-cache/ ) | [ Java] ( ./Java/LRU-Cache.java ) | | | Medium | | |
150150
151151<br />
You can’t perform that action at this time.
0 commit comments