Repo for practicing Data Structures & Algorithms
Problems solved so far:
Num | Title | Difficulty | Solution |
---|---|---|---|
1 | Two sum | java | |
13 | Roman to integer | java | |
1544 | Make the string great | java | |
20 | Valid parenthesis | cpp | |
21 | Merge two sorted lists | java | |
26 | Remove duplicates from sorted array | java | |
27 | Remove element | java | |
28 | Implement strstr | java | |
724 | Find pivot index | java | |
35 | Search insert position | py, ts | |
58 | Length of last word | py, ts, java |
Challenges solved so far:
Num | Title | Difficulty | Solution |
---|---|---|---|
00013 | Hello world | warm | .ts |
00007 | Readonly | easy | .ts |
00004 | Pick | easy | .ts |
00014 | First | easy | .ts |
00011 | Tuple to object | easy | .ts |
00018 | Tuple length | easy | .ts |
00043 | Exclude | easy | .ts |
00189 | Awaited | easy | .ts |
00268 | If | easy | .ts |
00533 | Concat | easy | .ts |
00898 | Includes | easy | .ts |
03057 | Push | easy | .ts |
03060 | Unshift | easy | .ts |
03312 | Parameters | easy | .ts |
./scripts/generate-readme.py
MIT