You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+82-4Lines changed: 82 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,85 @@ My current statistic
38
38
|[Sum of Left Leaves](https://leetcode.com/problems/sum-of-left-leaves/#/description)|[Java](https://github.com/edyluisrey/Leetcode-Algorithms/blob/master/src/leetcode/SumLeftLeavesTree.java)| LeetCode Online Judge |
39
39
|[Maximum Depth of Binary Tree](https://leetcode.com/problems/maximum-depth-of-binary-tree/#/description)|[Java](https://github.com/edyluisrey/Leetcode-Algorithms/blob/master/src/leetcode/MaximumDepthBinaryTree.java)| LeetCode Online Judge |
40
40
|[]()|[Java]()| LeetCode Online Judge |
41
-
|[]()|[Java]()| LeetCode Online Judge |
42
-
|[]()|[Java]()| LeetCode Online Judge |
43
-
|[]()|[Java]()| LeetCode Online Judge |
44
-
|[]()|[Java]()| LeetCode Online Judge |
41
+
42
+
43
+
44
+
|[Next Greater Element I](https://leetcode.com/problems/next-greater-element-i/#/description)|[Java](https://github.com/edyluisrey/Leetcode-Algorithms/blob/master/src/leetcode/NextGreaterElementI.java)| LeetCode Online Judge |
45
+
|[Implement Queue using Stacks](https://leetcode.com/problems/implement-queue-using-stacks/#/description)|[Java](https://github.com/edyluisrey/Leetcode-Algorithms/blob/master/src/leetcode/ImplementQueueusingStacks.java)| LeetCode Online Judge |
|[Best Time to Buy and Sell Stock](https://leetcode.com/problems/best-time-to-buy-and-sell-stock/#/description)|[Java](https://github.com/edyluisrey/Leetcode-Algorithms/blob/master/src/leetcode/BestTimeBuySellStock.java)| LeetCode Online Judge |Dynamic P.|
|[Longest Word in Dictionary through Deleting](https://leetcode.com/problems/longest-word-in-dictionary-through-deleting/#/description)|[Java](https://github.com/edyluisrey/Leetcode-Algorithms/blob/master/src/leetcode/LongestWordDictionarythroughDeleting.java)| LeetCode Online Judge |
|114|[Binary Tree Inorder Traversal](https://leetcode.com/problems/binary-tree-inorder-traversal/#/description)|[Java](https://github.com/edyluisrey/Leetcode-Algorithms/blob/master/src/leetcode/BinaryTreeInorderTraversal.java)| LeetCode Online Judge | Tree |
|116|[Merge Two Binary Trees](https://leetcode.com/problems/merge-two-binary-trees/#/description)|[Java](https://github.com/edyluisrey/Leetcode-Algorithms/blob/master/src/leetcode/MergeTwoBinaryTrees.java)| LeetCode Online Judge |Tree |
71
+
|117|[Subtree of Another Tree](https://leetcode.com/problems/subtree-of-another-tree/#/description)|[Java](https://github.com/edyluisrey/Leetcode-Algorithms/blob/master/src/leetcode/SubtreeAnotherTree.java)| LeetCode Online Judge |Tree |
72
+
|118|[Binary Tree Tilt](https://leetcode.com/problems/binary-tree-tilt/#/description)|[Java](https://github.com/edyluisrey/Leetcode-Algorithms/blob/master/src/leetcode/BinaryTreeTilt.java)| LeetCode Online Judge |Tree |
73
+
|119|[Diameter of Binary Tree](https://leetcode.com/problems/diameter-of-binary-tree/#/description)|[Java](https://github.com/edyluisrey/Leetcode-Algorithms/blob/master/src/leetcode/DiameterBinaryTree.java)| LeetCode Online Judge |Tree, DFS |
|124|[Guess Number Higher or Lower](https://leetcode.com/problems/guess-number-higher-or-lower/#/description)|[Java](https://github.com/edyluisrey/Leetcode-Algorithms/blob/master/src/leetcode/GuessNumberHigherorLower.java)| LeetCode Online Judge |BS |
79
+
|125|[Two Sum II - Input array is sorted](https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/#/description)|[Java](https://github.com/edyluisrey/Leetcode-Algorithms/blob/master/src/leetcode/TwoSumIInputarrayissorted.java)| LeetCode Online Judge |BS |
|127|[Delete Operation for Two Strings](https://leetcode.com/problems/delete-operation-for-two-strings/#/description)|[Java](https://github.com/edyluisrey/Leetcode-Algorithms/blob/master/src/leetcode/DeleteOperationforTwoStrings.java)| LeetCode Online Judge |DP |
82
+
|128|[Construct String from Binary Tree](https://leetcode.com/problems/construct-string-from-binary-tree/#/description)|[Java](https://github.com/edyluisrey/Leetcode-Algorithms/blob/master/src/leetcode/ConstructStringfromBinaryTree.java)| LeetCode Online Judge |Tree |
|138|[Repeated DNA Sequences](https://leetcode.com/problems/repeated-dna-sequences/#/description)|[Java](https://github.com/edyluisrey/Leetcode-Algorithms/blob/master/src/leetcode/RepeatedDNASequences.java)| LeetCode Online Judge ||
93
+
|139|[Sum of Square Numbers](https://leetcode.com/problems/sum-of-square-numbers/#/description)|[Java](https://github.com/edyluisrey/Leetcode-Algorithms/blob/master/src/leetcode/SumofSquareNumbers.java)| LeetCode Online Judge ||
94
+
|140|[Sum of Two Integers](https://leetcode.com/problems/sum-of-two-integers/#/description)|[Java](https://github.com/edyluisrey/Leetcode-Algorithms/blob/master/src/leetcode/SumofTwoIntegers.java)| LeetCode Online Judge | Bit M. |
|153|[Binary Tree Paths](https://leetcode.com/problems/binary-tree-paths/#/description)|[Java](https://github.com/edyluisrey/Leetcode-Algorithms/blob/master/src/leetcode/BinaryTreePaths.java)| LeetCode Online Judge |DFS |
108
+
|154|[Find Mode in Binary Search Tree](https://leetcode.com/problems/find-mode-in-binary-search-tree/#/description)|[Java]()| LeetCode Online Judge ||
109
+
|155|[Path Sum III](https://leetcode.com/problems/path-sum-iii/#/description)|[Java]()| LeetCode Online Judge |Tree |
110
+
|156|[Binary Tree Level Order Traversal](https://leetcode.com/problems/binary-tree-level-order-traversal/#/description)|[Java]()| LeetCode Online Judge ||
111
+
|157|[ Binary Tree Level Order Traversal II](https://leetcode.com/problems/binary-tree-level-order-traversal-ii/#/description)|[Java]()| LeetCode Online Judge ||
112
+
|158|[Average of Levels in Binary Tree](https://leetcode.com/problems/average-of-levels-in-binary-tree/#/description)|[Java]()| LeetCode Online Judge ||
113
+
|159|[Reverse Nodes in k-Group](https://leetcode.com/problems/reverse-nodes-in-k-group/#/description)|[Java]()| LeetCode Online Judge |Tree |
0 commit comments