Skip to content

Commit 202b96e

Browse files
committed
v2.0
1 parent db0e6b6 commit 202b96e

File tree

573 files changed

+133
-7252
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

573 files changed

+133
-7252
lines changed

.DS_Store

-2 KB
Binary file not shown.

Leetcode-Java.iml

Lines changed: 0 additions & 19 deletions
This file was deleted.

ProFile

Whitespace-only changes.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,9 @@
373373
|541|[Reverse String II](https://leetcode.com/problems/reverse-string-ii/)| [Java](https://github.com/dingjikerbo/leetcode/blob/master/solution/src/main/java/com/inuker/solution/ReverseStringII.java)|100||
374374
|557|[Reverse Words in a String III](https://leetcode.com/problems/reverse-words-in-a-string-iii/)| [Java](https://github.com/dingjikerbo/leetcode/blob/master/solution/src/main/java/com/inuker/solution/ReverseWordsInAStringIII.java)|100||
375375
|560|[Subarray Sum Equals K](https://leetcode.com/problems/subarray-sum-equals-k/)| [Java](https://github.com/dingjikerbo/leetcode/blob/master/solution/src/main/java/com/inuker/solution/SubarraySumEqualsK.java)|70||
376+
|617|[Merge Two Binary Trees](https://leetcode.com/problems/merge-two-binary-trees/)|Java|100|很简单|
376377
|637|[Average of Levels in Binary Tree](https://leetcode.com/problems/average-of-levels-in-binary-tree/#/description)| [Java](https://github.com/dingjikerbo/leetcode/blob/master/solution/src/main/java/com/inuker/solution/AverageOfLevelsInBinaryTree.java)|100||
377378
|652|[Find Duplicate Subtrees](https://leetcode.com/problems/find-duplicate-subtrees/)| [Java](https://github.com/dingjikerbo/leetcode/blob/master/solution/src/main/java/com/inuker/solution/FindDuplicateSubtrees.java)|70|开始还没思路|
378379
|653|[Two Sum IV - Input is a BST](https://leetcode.com/problems/two-sum-iv-input-is-a-bst/)| [Java](https://github.com/dingjikerbo/leetcode/blob/master/solution/src/main/java/com/inuker/solution/TwoSumIV.java)|90||
380+
|669|[Trim a Binary Search Tree](https://leetcode.com/problems/trim-a-binary-search-tree/)|Java|100||
379381
|684|[Redundant Connection](https://leetcode.com/problems/redundant-connection/)| [Java](https://github.com/dingjikerbo/leetcode/blob/master/solution/src/main/java/com/inuker/solution/RedundantConnection.java)|||

amazon/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

amazon/amazon.iml

Lines changed: 0 additions & 32 deletions
This file was deleted.

amazon/build.gradle

Lines changed: 0 additions & 9 deletions
This file was deleted.

amazon/src/main/java/com/leetcode/amazon/AddTwoNumbers.java

Lines changed: 0 additions & 40 deletions
This file was deleted.

amazon/src/main/java/com/leetcode/amazon/BestTimeToBuyAndSellStock.java

Lines changed: 0 additions & 22 deletions
This file was deleted.

amazon/src/main/java/com/leetcode/amazon/BinaryTreeLevelOrderTraversal.java

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)