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)