Skip to content

Commit 33873de

Browse files
committed
Move section in README
1 parent 8f535c1 commit 33873de

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22

33
Python solution of problems from [LeetCode](https://leetcode.com/).
44

5-
### LeetCode Algorithm
6-
7-
##### [Extra](./Extra/)
5+
##### [Extra Algorithms](./Extra/)
86
| # | Title | Solution |
97
|---| ----- | -------- |
108
|1|Suffix Array|[Python](./Extra/suffix_array.py)|
119
|2|Longest Common Prefix|[Python](./Extra/lcp.py)|
1210

11+
### LeetCode Algorithm
12+
13+
1314
##### [Problems 1000-1100](./1000-1100q/)
1415
| # | Title | Solution | Difficulty |
1516
|---| ----- | -------- | ---------- |

0 commit comments

Comments
 (0)