Skip to content

Commit 549243a

Browse files
committed
docs: update SOLUTION_TREE.md
1 parent df71883 commit 549243a

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

โ€ŽREADME.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</p>
44

55
<p align="center">
6-
<a href="https://github.com/doocs/leetcode"><img src="https://badgen.net/badge/lang/Java,CPP,Python,JS,Ruby,Go,.../orange?list=1" alt="language"></a>
6+
<a href="https://github.com/doocs/leetcode"><img src="https://badgen.net/badge/lang/Java,C++,Python,JS,Ruby,Go,.../orange?list=1" alt="language"></a>
77
<a href="https://github.com/doocs/leetcode/stargazers"><img src="https://badgen.net/github/stars/doocs/leetcode" alt="stars"></a>
88
<a href="https://github.com/doocs/leetcode/network/members"><img src="https://badgen.net/github/forks/doocs/leetcode" alt="forks"></a>
99
<a href="https://github.com/doocs/leetcode/issues"><img src="https://badgen.net/github/open-issues/doocs/leetcode" alt="issues"></a>

โ€ŽSOLUTION_TREE.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
โ”‚ย ย  โ”œโ”€โ”€ Solution.java
3737
โ”‚ย ย  โ””โ”€โ”€ Solution.js
3838
โ”œโ”€โ”€ 0006.ZigZag Conversion
39+
โ”‚ย ย  โ”œโ”€โ”€ README.md
3940
โ”‚ย ย  โ”œโ”€โ”€ Solution.cpp
4041
โ”‚ย ย  โ”œโ”€โ”€ Solution.java
4142
โ”‚ย ย  โ”œโ”€โ”€ Solution.js
@@ -956,6 +957,16 @@
956957
โ”‚ย ย  โ””โ”€โ”€ Solution.py
957958
โ”œโ”€โ”€ 1022.Smallest Integer Divisible by K
958959
โ”‚ย ย  โ””โ”€โ”€ Solution.py
959-
โ””โ”€โ”€ 1023.Binary String With Substrings Representing 1 To N
960-
โ””โ”€โ”€ Solution.py
960+
โ”œโ”€โ”€ 1023.Binary String With Substrings Representing 1 To N
961+
โ”‚ย ย  โ””โ”€โ”€ Solution.py
962+
โ”œโ”€โ”€ 1024.Video Stitching
963+
โ”‚ย ย  โ””โ”€โ”€ Solution.cpp
964+
โ”œโ”€โ”€ 1025.Divisor Game
965+
โ”‚ย ย  โ””โ”€โ”€ Solution.cpp
966+
โ”œโ”€โ”€ 1026.Maximum Difference Between Node and Ancestor
967+
โ”‚ย ย  โ””โ”€โ”€ Solution.cpp
968+
โ”œโ”€โ”€ 1027.Longest Arithmetic Sequence
969+
โ”‚ย ย  โ””โ”€โ”€ Solution.cpp
970+
โ””โ”€โ”€ 1028.Recover a Tree From Preorder Traversal
971+
โ””โ”€โ”€ Solution.cpp
961972
```

0 commit comments

Comments
ย (0)