Skip to content

Commit 9483319

Browse files
committed
Add question checklist
1 parent d559f77 commit 9483319

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
<br>
44

5+
## Question List:
6+
7+
#### Chapter 1
8+
- [x] 1.1 - [Is Unique](lib/data-structures/chapter-1/1_1.js)
9+
- [x] 1.2 - [Check Permutation](lib/data-structures/chapter-1/1_2.js)
10+
- [x] 1.3 - [URLify](lib/data-structures/chapter-1/1_3.js)
11+
- [x] 1.4 - [Palindrome Permutation](lib/data-structures/chapter-1/1_4.js)
12+
- [x] 1.5 - [One Away](lib/data-structures/chapter-1/1_5.js)
13+
- [x] 1.6 - [String Compression](lib/data-structures/chapter-1/1_6.js)
14+
- [x] 1.7 - [Rotate Matrix](lib/data-structures/chapter-1/1_7.js)
15+
- [x] 1.8 - [Zero Matrix](lib/data-structures/chapter-1/1_8.js)
16+
- [ ] 1.9 - String Rotation
17+
18+
#### Chapter 3
19+
- [ ] 3.1 - Three in One
20+
- [ ] 3.2 - Stack Min
21+
- [ ] 3.3 - Stack of Plates
22+
- [ ] 3.4 - Queue via Stacks
23+
- [x] 3.5 - [Sort Stack](lib/data-structures/chapter-3/3_5.js)
24+
- [ ] 3.6 - Animal Shelter
25+
26+
<br>
27+
528
## Install dependencies:
629
```bash
730
npm install

0 commit comments

Comments
 (0)