Skip to content

Commit 76fd125

Browse files
twosum
1 parent 7a19346 commit 76fd125

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

1_TwoSum/solution.py

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
###tbd

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ The solutions are organized numerically by problem number and name, correspondin
3535

3636
```
3737
leetcode/
38-
├── 1.TwoSum/
38+
├── 1_TwoSum/
3939
│ └── solution.py
40-
├── 2.AddTwoNumbers/
40+
├── 2_AddTwoNumbers/
4141
│ └── solution.py
4242
```
4343

0 commit comments

Comments
 (0)