Skip to content

Commit

Permalink
Move section in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Garvit244 committed May 12, 2019
1 parent 8f535c1 commit 33873de
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@

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

### LeetCode Algorithm

##### [Extra](./Extra/)
##### [Extra Algorithms](./Extra/)
| # | Title | Solution |
|---| ----- | -------- |
|1|Suffix Array|[Python](./Extra/suffix_array.py)|
|2|Longest Common Prefix|[Python](./Extra/lcp.py)|

### LeetCode Algorithm


##### [Problems 1000-1100](./1000-1100q/)
| # | Title | Solution | Difficulty |
|---| ----- | -------- | ---------- |
Expand Down

0 comments on commit 33873de

Please sign in to comment.