File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 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
730npm install
You can’t perform that action at this time.
0 commit comments