Skip to content

Commit 02647f3

Browse files
committed
feat: add solutinos to lc problem: No.1008
No.1008.Construct Binary Search Tree from Preorder Traversal
1 parent 39fff1e commit 02647f3

File tree

21 files changed

+381
-72
lines changed

21 files changed

+381
-72
lines changed

solution/1000-1099/1000.Minimum Cost to Merge Stones/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,3 @@
8383
```
8484

8585
<!-- tabs:end -->
86-
<!-- tabs:end -->

solution/1000-1099/1000.Minimum Cost to Merge Stones/README_EN.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,3 @@ The total cost was 25, and this is the minimum possible.
111111
```
112112

113113
<!-- tabs:end -->
114-
<!-- tabs:end -->

solution/1000-1099/1001.Grid Illumination/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,3 @@
8484
```
8585

8686
<!-- tabs:end -->
87-
<!-- tabs:end -->

solution/1000-1099/1001.Grid Illumination/README_EN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ The 1<sup>st</sup>&nbsp;query asks if the lamp at grid[1][0] is illuminated or n
7676
7777
```
7878

79-
<!-- tabs:end -->
80-
<!-- tabs:end -->
79+
80+
<!-- tabs:end -->

solution/1000-1099/1003.Check If Word Is Valid After Substitutions/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,4 @@
8787
8888
```
8989

90-
<!-- tabs:end -->
91-
<!-- tabs:end -->
90+
<!-- tabs:end -->

solution/1000-1099/1003.Check If Word Is Valid After Substitutions/README_EN.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,3 @@ Thus, &quot;abcabcababcc&quot; is valid.
8181
```
8282

8383
<!-- tabs:end -->
84-
<!-- tabs:end -->

solution/1000-1099/1006.Clumsy Factorial/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,3 @@ class Solution {
109109
```
110110

111111
<!-- tabs:end -->
112-
<!-- tabs:end -->

solution/1000-1099/1006.Clumsy Factorial/README_EN.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,4 @@ class Solution {
108108
109109
```
110110

111-
<!-- tabs:end -->
112-
<!-- tabs:end -->
111+
<!-- tabs:end -->

solution/1000-1099/1007.Minimum Domino Rotations For Equal Row/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,3 @@
7373
```
7474

7575
<!-- tabs:end -->
76-
<!-- tabs:end -->

solution/1000-1099/1007.Minimum Domino Rotations For Equal Row/README_EN.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,3 @@ In this case, it is not possible to rotate the dominoes to make one row of value
6363
```
6464

6565
<!-- tabs:end -->
66-
<!-- tabs:end -->

0 commit comments

Comments
 (0)