Skip to content

Commit 1b5a4c0

Browse files
committed
docs: update lc problem
1 parent c24623a commit 1b5a4c0

File tree

1,385 files changed

+375
-4119
lines changed

Some content is hidden

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

1,385 files changed

+375
-4119
lines changed

lcci/03.03.Stack of Plates/README.md

-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939

4040
```python
4141

42-
4342
```
4443

4544
### **Java**
@@ -48,7 +47,6 @@
4847

4948
```java
5049

51-
5250
```
5351

5452
### **TypeScript**
@@ -115,7 +113,6 @@ class StackOfPlates {
115113

116114
```
117115
118-
119116
```
120117

121118
<!-- tabs:end -->

lcci/03.03.Stack of Plates/README_EN.md

-3
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,12 @@
6363

6464
```python
6565

66-
6766
```
6867

6968
### **Java**
7069

7170
```java
7271

73-
7472
```
7573

7674
### **TypeScript**
@@ -137,7 +135,6 @@ class StackOfPlates {
137135

138136
```
139137
140-
141138
```
142139

143140
<!-- tabs:end -->

lcci/04.09.BST Sequences/README.md

-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535

3636
```python
3737

38-
3938
```
4039

4140
### **Java**
@@ -44,14 +43,12 @@
4443

4544
```java
4645

47-
4846
```
4947

5048
### **...**
5149

5250
```
5351
54-
5552
```
5653

5754
<!-- tabs:end -->

lcci/04.09.BST Sequences/README_EN.md

-3
Original file line numberDiff line numberDiff line change
@@ -51,21 +51,18 @@ Given the following tree:</p>
5151

5252
```python
5353

54-
5554
```
5655

5756
### **Java**
5857

5958
```java
6059

61-
6260
```
6361

6462
### **...**
6563

6664
```
6765
68-
6966
```
7067

7168
<!-- tabs:end -->

lcci/05.01.Insert Into Bits/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333

3434
```python
3535

36-
3736
```
3837

3938
### **Java**
@@ -55,7 +54,6 @@ class Solution {
5554

5655
```
5756
58-
5957
```
6058

6159
<!-- tabs:end -->

lcci/05.01.Insert Into Bits/README_EN.md

-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040

4141
```python
4242

43-
4443
```
4544

4645
### **Java**
@@ -60,7 +59,6 @@ class Solution {
6059

6160
```
6261
63-
6462
```
6563

6664
<!-- tabs:end -->

lcci/05.02.Bianry Number to String/README.md

-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838

3939
```python
4040

41-
4241
```
4342

4443
### **Java**
@@ -47,14 +46,12 @@
4746

4847
```java
4948

50-
5149
```
5250

5351
### **...**
5452

5553
```
5654
57-
5855
```
5956

6057
<!-- tabs:end -->

lcci/05.02.Bianry Number to String/README_EN.md

-3
Original file line numberDiff line numberDiff line change
@@ -49,21 +49,18 @@
4949

5050
```python
5151

52-
5352
```
5453

5554
### **Java**
5655

5756
```java
5857

59-
6058
```
6159

6260
### **...**
6361

6462
```
6563
66-
6764
```
6865

6966
<!-- tabs:end -->

lcci/05.03.Reverse Bits/README.md

-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131

3232
```python
3333

34-
3534
```
3635

3736
### **Java**
@@ -40,14 +39,12 @@
4039

4140
```java
4241

43-
4442
```
4543

4644
### **...**
4745

4846
```
4947
50-
5148
```
5249

5350
<!-- tabs:end -->

lcci/05.03.Reverse Bits/README_EN.md

-3
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,18 @@
4040

4141
```python
4242

43-
4443
```
4544

4645
### **Java**
4746

4847
```java
4948

50-
5149
```
5250

5351
### **...**
5452

5553
```
5654
57-
5855
```
5956

6057
<!-- tabs:end -->

lcci/05.04.Closed Number/README.md

-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040

4141
```python
4242

43-
4443
```
4544

4645
### **Java**
@@ -49,14 +48,12 @@
4948

5049
```java
5150

52-
5351
```
5452

5553
### **...**
5654

5755
```
5856
59-
6057
```
6158

6259
<!-- tabs:end -->

lcci/05.04.Closed Number/README_EN.md

-3
Original file line numberDiff line numberDiff line change
@@ -47,21 +47,18 @@
4747

4848
```python
4949

50-
5150
```
5251

5352
### **Java**
5453

5554
```java
5655

57-
5856
```
5957

6058
### **...**
6159

6260
```
6361
64-
6562
```
6663

6764
<!-- tabs:end -->

lcci/05.06.Convert Integer/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939

4040
```python
4141

42-
4342
```
4443

4544
### **Java**
@@ -84,7 +83,6 @@ impl Solution {
8483

8584
```
8685
87-
8886
```
8987

9088
<!-- tabs:end -->

lcci/05.06.Convert Integer/README_EN.md

-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646

4747
```python
4848

49-
5049
```
5150

5251
### **Java**
@@ -89,7 +88,6 @@ impl Solution {
8988

9089
```
9190
92-
9391
```
9492

9593
<!-- tabs:end -->

lcci/05.08.Draw Line/README.md

-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434

3535
```python
3636

37-
3837
```
3938

4039
### **Java**
@@ -43,14 +42,12 @@
4342

4443
```java
4544

46-
4745
```
4846

4947
### **...**
5048

5149
```
5250
53-
5451
```
5552

5653
<!-- tabs:end -->

lcci/05.08.Draw Line/README_EN.md

-3
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,18 @@
4545

4646
```python
4747

48-
4948
```
5049

5150
### **Java**
5251

5352
```java
5453

55-
5654
```
5755

5856
### **...**
5957

6058
```
6159
62-
6360
```
6461

6562
<!-- tabs:end -->

lcci/08.02.Robot in a Grid/README.md

-3
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ DFS 思路
4646

4747
```python
4848

49-
5049
```
5150

5251
### **Java**
@@ -55,7 +54,6 @@ DFS 思路
5554

5655
```java
5756

58-
5957
```
6058

6159
### **TypeScript**
@@ -119,7 +117,6 @@ impl Solution {
119117

120118
```
121119
122-
123120
```
124121

125122
<!-- tabs:end -->

lcci/08.02.Robot in a Grid/README_EN.md

-3
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,12 @@
5151

5252
```python
5353

54-
5554
```
5655

5756
### **Java**
5857

5958
```java
6059

61-
6260
```
6361

6462
### **TypeScript**
@@ -122,7 +120,6 @@ impl Solution {
122120

123121
```
124122
125-
126123
```
127124

128125
<!-- tabs:end -->

0 commit comments

Comments
 (0)