File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
## Problems
12
12
| # | Name | Solution | Youtube |
13
13
| :----:| -----------------------------------------------------------------------------------------------------------------------------------------------------------| :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:| :---------------------------------------------------------------------------------------------------------------------------------:|
14
- | 1 | [ Two Sum] ( https://leetcode.com/problems/two-sum ) | [ ![ Java] ( assets/java.png )] ( src/TwoSum.java ) [ ![ Python] ( assets/python.png )] ( python/two_sum.py ) | [ ![ java-yt] ( assets/java-yt.png )] ( https://youtu.be/9wSL_7NN-A8 ) [ ![ python-yt] ( assets/python-yt.png )] ( https://youtu.be/N5FXCTg0TDE ) |
14
+ | 1 | [ Two Sum] ( https://leetcode.com/problems/two-sum ) | [ ![ Java] ( assets/java.png )] ( src/TwoSum.java ) [ ![ Python] ( assets/python.png )] ( python/two_sum.py ) | [ ![ java-yt] ( assets/java-yt.png )] ( https://youtu.be/9wSL_7NN-A8 ) [ ![ python-yt] ( assets/python-yt.png )] ( https://youtu.be/N5FXCTg0TDE ) |
15
15
| 2 | [ Add Two Numbers] ( https://leetcode.com/problems/add-two-numbers ) | [ ![ Java] ( assets/java.png )] ( src/AddTwoNumbers.java ) | |
16
16
| 3 | [ Longest Substring Without Repeating Characters] ( https://leetcode.com/problems/longest-substring-without-repeating-characters ) | [ ![ Java] ( assets/java.png )] ( src/LongestSubstringWithoutRepeatingCharacters.java ) | |
17
17
| 5 | [ Longest Palindromic Substring] ( https://leetcode.com/problems/longest-palindromic-substring ) | [ ![ Java] ( assets/java.png )] ( src/LongestPalindromicSubstring.java ) | |
82
82
| 89 | [ Gray Code] ( https://leetcode.com/problems/gray-code ) | [ ![ Java] ( assets/java.png )] ( src/GrayCode.java ) | |
83
83
| 90 | [ Subsets II] ( https://leetcode.com/problems/subsets-ii ) | [ ![ Java] ( assets/java.png )] ( src/SubsetsII.java ) | |
84
84
| 91 | [ Decode Ways] ( https://leetcode.com/problems/decode-ways ) | [ ![ Java] ( assets/java.png )] ( src/DecodeWays.java ) | |
85
- | 92 | [ Reverse Lined ] ( https://leetcode.com/problems/decode-ways ) | [ ![ Java] ( assets/java.png )] ( src/DecodeWays .java ) | |
85
+ | 92 | [ Reverse Linked List II ] ( https://leetcode.com/problems/reverse-linked-list-ii ) | [ ![ Java] ( assets/java.png )] ( src/ReverseLinkedListII .java ) | |
86
86
| 94 | [ Binary Tree Inorder Traversal] ( https://leetcode.com/problems/binary-tree-inorder-traversal/ ) | [ ![ Java] ( assets/java.png )] ( src/BinaryTreeInorderTraversal.java ) [ ![ Python] ( assets/python.png )] ( python/binary_tree_inorder_traversal.py ) | |
87
87
| 100 | [ Same Tree] ( https://leetcode.com/problems/same-tree ) | [ ![ Java] ( assets/java.png )] ( src/SameTree.java ) [ ![ Python] ( assets/python.png )] ( python/same_tree.py ) | |
88
88
| 101 | [ Symmetric Tree] ( https://leetcode.com/problems/symmetric-tree ) | [ ![ Java] ( assets/java.png )] ( src/SymmetricTree.java ) [ ![ Python] ( assets/python.png )] ( python/symmetric_tree.py ) | |
You can’t perform that action at this time.
0 commit comments