Skip to content

Commit 5a5ddad

Browse files
committed
chore: Add exercises and algorithms for stacks and arrays
1 parent bfde8e5 commit 5a5ddad

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,20 @@ Source code of **Learning JavaScript Data Structures and Algorithms** (4th editi
1313
## Part 2: Data Structures
1414

1515
* 03: Arrays
16+
* _Hackerrank_ exercises:
17+
* Arrays DS
18+
* Array Left Rotation
1619
* 04: Stacks
20+
* Stack data structure (array-based)
21+
* Stack data structure (object-based)
22+
* Decimal to binary algorithm
23+
* Decimal to bases 2-32 algorithm
24+
* Decimal to bases 2-32 or 64 algorithm
25+
* Tower of Hanoi algorithm
26+
* _LeetCode_ exercises:
27+
* Valid Parantheses
28+
* MinStack
29+
* Simplify Path
1730
* 05: Queues and Deques
1831
* 06: Linked Lists
1932
* 07: Sets

0 commit comments

Comments
 (0)