Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e59a68f

Browse files
committed
docs: update SOLUTION_TREE
1 parent e8aedb4 commit e59a68f

File tree

2 files changed

+39
-5
lines changed

2 files changed

+39
-5
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ I'm looking for long-term contributors/partners to this repo! Send me [PRs](http
2727

2828
## Contributors
2929

30-
" If you want to go fast, go alone. If you want to go far, go together. And that's the spirit of [teamwork](https://github.com/doocs/leetcode/graphs/contributors) ".
30+
" If you want to go fast, go alone. If you want to go far, go together. And that's the spirit of [teamwork](https://github.com/doocs/leetcode/graphs/contributors) ."
3131

3232
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
3333
| <center> [<img src="https://avatars3.githubusercontent.com/u/21008209?v=4" width="80px;"/>](https://github.com/yanglbme) </center> | <center> [<img src="https://avatars3.githubusercontent.com/u/23625436?v=4" width="80px;"/>](https://github.com/chakyam) </center> | <center> [<img src="https://avatars3.githubusercontent.com/u/10081554?v=4" width="80px;"/>](https://github.com/zhkmxx9302013) </center> | <center> [<img src="https://avatars3.githubusercontent.com/u/40383345?v=4" width="80px;"/>](https://github.com/MarkKuang1991) </center> | <center> [<img src="https://avatars3.githubusercontent.com/u/12371194?v=4" width="80px;"/>](https://github.com/fonxian) </center> | <center> [<img src="https://avatars3.githubusercontent.com/u/25222367?v=4" width="80px;"/>](https://github.com/zhanary) </center> | <center> [<img src="https://avatars3.githubusercontent.com/u/42396616?v=4" width="80px;"/>](https://github.com/ZhouTingZhaobiu) </center> | <center> [<img src="https://avatars3.githubusercontent.com/u/31923541?v=4" width="80px;"/>](https://github.com/zouwx2cs) </center> |

β€ŽSOLUTION_TREE.mdβ€Ž

Lines changed: 38 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,8 @@
279279
β”œβ”€β”€ 0064.Minimum Path Sum
280280
β”‚ β”œβ”€β”€ README.md
281281
β”‚ β”œβ”€β”€ Solution.cpp
282-
β”‚ └── Solution.java
282+
β”‚ β”œβ”€β”€ Solution.java
283+
β”‚ └── Solution2.cpp
283284
β”œβ”€β”€ 0065.Valid
284285
β”‚ └── Solution.java
285286
β”œβ”€β”€ 0066.Plus One
@@ -325,6 +326,7 @@
325326
β”‚ β”œβ”€β”€ Solution.cpp
326327
β”‚ β”œβ”€β”€ Solution.java
327328
β”‚ β”œβ”€β”€ Solution.py
329+
β”‚ β”œβ”€β”€ Solution2.cpp
328330
β”‚ └── Solution2.py
329331
β”œβ”€β”€ 0076.Minimum Window Substring
330332
β”‚ └── Solution.java
@@ -357,6 +359,7 @@
357359
β”‚ └── Solution.java
358360
β”œβ”€β”€ 0086.Partition List
359361
β”‚ β”œβ”€β”€ README.md
362+
β”‚ β”œβ”€β”€ Solution.cpp
360363
β”‚ β”œβ”€β”€ Solution.java
361364
β”‚ └── Solution.py
362365
β”œβ”€β”€ 0087.Scramble String
@@ -369,13 +372,16 @@
369372
β”œβ”€β”€ 0090.Subsets II
370373
β”‚ β”œβ”€β”€ README.md
371374
β”‚ β”œβ”€β”€ Solution.cpp
372-
β”‚ └── Solution.java
375+
β”‚ β”œβ”€β”€ Solution.java
376+
β”‚ └── Solution2.cpp
373377
β”œβ”€β”€ 0091.Decode Ways
374378
β”‚ └── Solution.java
375379
β”œβ”€β”€ 0092.Reverse Linked List II
376380
β”‚ β”œβ”€β”€ README.md
381+
β”‚ β”œβ”€β”€ Solution.cpp
377382
β”‚ └── Solution.java
378383
β”œβ”€β”€ 0093.Restore IP Addresses
384+
β”‚ β”œβ”€β”€ Solution.cpp
379385
β”‚ └── Solution.java
380386
β”œβ”€β”€ 0094.Binary Tree Inorder Traversal
381387
β”‚ β”œβ”€β”€ README.md
@@ -393,17 +399,29 @@
393399
β”‚ └── Solution.java
394400
β”œβ”€β”€ 0099.Recover Binary Search Tree
395401
β”‚ └── Solution.java
402+
β”œβ”€β”€ 0100.Same Tree
403+
β”‚ └── Solution.java
404+
β”œβ”€β”€ 0101.Symmetric Tree
405+
β”‚ └── Solution.java
396406
β”œβ”€β”€ 0102.Binary Tree Level Order Traversal
397407
β”‚ β”œβ”€β”€ README.md
398408
β”‚ β”œβ”€β”€ Solution.java
399409
β”‚ └── Solution.py
410+
β”œβ”€β”€ 0103.Binary Tree Zigzag Level Order Traversal
411+
β”‚ └── Solution.java
412+
β”œβ”€β”€ 0104.Maximum Depth of Binary Tree
413+
β”‚ └── Solution.java
400414
β”œβ”€β”€ 0105.Construct Binary Tree from Preorder and Inorder Traversal
401415
β”‚ β”œβ”€β”€ README.md
402416
β”‚ β”œβ”€β”€ Solution.cpp
403417
β”‚ └── Solution.java
404418
β”œβ”€β”€ 0106.Construct Binary Tree from Inorder and Postorder Traversal
405419
β”‚ β”œβ”€β”€ README.md
406420
β”‚ └── Solution.java
421+
β”œβ”€β”€ 0107.Binary Tree Level Order Traversal II
422+
β”‚ └── Solution.java
423+
β”œβ”€β”€ 0108.Convert Sorted Array to Binary Search Tree
424+
β”‚ └── Solution.java
407425
β”œβ”€β”€ 0112.Path Sum
408426
β”‚ β”œβ”€β”€ README.md
409427
β”‚ └── Solution.cpp
@@ -416,7 +434,8 @@
416434
β”‚ └── Solution.cpp
417435
β”œβ”€β”€ 0120.Triangle
418436
β”‚ β”œβ”€β”€ README.md
419-
β”‚ └── Solution.cpp
437+
β”‚ β”œβ”€β”€ Solution.cpp
438+
β”‚ └── Solution2.cpp
420439
β”œβ”€β”€ 0121.Best Time to Buy and Sell Stock
421440
β”‚ └── Solution.js
422441
β”œβ”€β”€ 0122.Best Time to Buy and Sell Stock II
@@ -432,6 +451,7 @@
432451
β”‚ └── Solution.java
433452
β”œβ”€β”€ 0130.Surrounded Regions
434453
β”‚ β”œβ”€β”€ README.md
454+
β”‚ β”œβ”€β”€ Solution.cpp
435455
β”‚ └── Solution.java
436456
β”œβ”€β”€ 0136.Single Number
437457
β”‚ β”œβ”€β”€ README.md
@@ -472,6 +492,7 @@
472492
β”‚ └── Solution.py
473493
β”œβ”€β”€ 0153.Find Minimum in Rotated Sorted Array
474494
β”‚ β”œβ”€β”€ README.md
495+
β”‚ β”œβ”€β”€ Solution.cpp
475496
β”‚ β”œβ”€β”€ Solution.java
476497
β”‚ └── Solution.py
477498
β”œβ”€β”€ 0155.Min Stack
@@ -539,6 +560,7 @@
539560
β”‚ └── Solution.java
540561
β”œβ”€β”€ 0215.Kth Largest Element in an Array
541562
β”‚ β”œβ”€β”€ README.md
563+
β”‚ β”œβ”€β”€ Solution.cpp
542564
β”‚ └── Solution.java
543565
β”œβ”€β”€ 0217.Contains Duplicate
544566
β”‚ └── Solution.js
@@ -578,7 +600,9 @@
578600
β”‚ └── Solution.java
579601
β”œβ”€β”€ 0300.Longest Increasing Subsequence
580602
β”‚ β”œβ”€β”€ README.md
581-
β”‚ └── Solution.java
603+
β”‚ β”œβ”€β”€ Solution.cpp
604+
β”‚ β”œβ”€β”€ Solution.java
605+
β”‚ └── Solution2.cpp
582606
β”œβ”€β”€ 0312.Burst Balloons
583607
β”‚ β”œβ”€β”€ README.md
584608
β”‚ └── Solution.java
@@ -589,6 +613,8 @@
589613
β”œβ”€β”€ 0328.Odd Even Linked List
590614
β”‚ β”œβ”€β”€ README.md
591615
β”‚ └── Solution.java
616+
β”œβ”€β”€ 0329.Longest Increasing Path in a Matrix
617+
β”‚ └── Solution.cpp
592618
β”œβ”€β”€ 0343.Integer Break
593619
β”‚ β”œβ”€β”€ README.md
594620
β”‚ └── Solution.java
@@ -632,6 +658,8 @@
632658
β”‚ └── Solution.cpp
633659
β”œβ”€β”€ 0485. Max Consecutive Ones
634660
β”‚ └── Solution.js
661+
β”œβ”€β”€ 0493.Reverse Pairs
662+
β”‚ └── Solution.cpp
635663
β”œβ”€β”€ 0509.Fibonacci
636664
β”‚ └── Solution.cpp
637665
β”œβ”€β”€ 0521.Longest Uncommon Subsequence I
@@ -643,6 +671,8 @@
643671
β”œβ”€β”€ 0567.Permutation in String
644672
β”‚ β”œβ”€β”€ README.md
645673
β”‚ └── Solution.py
674+
β”œβ”€β”€ 0572.Subtree of Another Tree
675+
β”‚ └── Solution.cpp
646676
β”œβ”€β”€ 0581.Shortest Unsorted Continuous Subarray
647677
β”‚ β”œβ”€β”€ README.md
648678
β”‚ β”œβ”€β”€ Solution.cpp
@@ -704,6 +734,8 @@
704734
β”‚ └── Solution.cpp
705735
β”œβ”€β”€ 0804.Unique Morse Code Words
706736
β”‚ └── Solution.py
737+
β”œβ”€β”€ 0807.Max Increase to Keep City Skyline
738+
β”‚ └── Solution.cpp
707739
β”œβ”€β”€ 0817.Linked List Components
708740
β”‚ β”œβ”€β”€ README.md
709741
β”‚ β”œβ”€β”€ Solution.java
@@ -751,6 +783,8 @@
751783
β”‚ β”œβ”€β”€ Solution.cpp
752784
β”‚ β”œβ”€β”€ Solution.java
753785
β”‚ └── Solution.py
786+
β”œβ”€β”€ 0941.Valid Mountain Array
787+
β”‚ └── Solution.cpp
754788
β”œβ”€β”€ 0950.Reveal Cards In Increasing Order
755789
β”‚ └── Solution.cpp
756790
β”œβ”€β”€ 0952.Largest Component Size by Common Factor

0 commit comments

Comments
(0)

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /