You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.[Unique Characters in string](https://github.com/orfeasa/data-structure-problems/tree/main/01.%20Arrays/01-07%20Unique%20Characters%20in%20string)
17
17
18
18
### 2. Stacks, Queues and Deques
19
19
20
-
1.[Implement a Stack](https://github.com/orfeasa/data-structure-problems/tree/master/02.%20Stacks%2C%20Queues%20and%20Deques/02-01%20Implement%20a%20Stack)
21
-
1.[Implement a Queue](https://github.com/orfeasa/data-structure-problems/tree/master/02.%20Stacks%2C%20Queues%20and%20Deques/02-02%20Implement%20a%20Queue)
22
-
1.[Implement a Deque](https://github.com/orfeasa/data-structure-problems/tree/master/02.%20Stacks%2C%20Queues%20and%20Deques/02-03%20Implement%20a%20Deque)
1.[Implement a Queue Using Two Stacks](https://github.com/orfeasa/data-structure-problems/tree/master/02.%20Stacks%2C%20Queues%20and%20Deques/02-05%20Implement%20a%20Queue%20Using%20Two%20Stacks)
20
+
1.[Implement a Stack](https://github.com/orfeasa/data-structure-problems/tree/main/02.%20Stacks%2C%20Queues%20and%20Deques/02-01%20Implement%20a%20Stack)
21
+
1.[Implement a Queue](https://github.com/orfeasa/data-structure-problems/tree/main/02.%20Stacks%2C%20Queues%20and%20Deques/02-02%20Implement%20a%20Queue)
22
+
1.[Implement a Deque](https://github.com/orfeasa/data-structure-problems/tree/main/02.%20Stacks%2C%20Queues%20and%20Deques/02-03%20Implement%20a%20Deque)
1.[Implement a Queue Using Two Stacks](https://github.com/orfeasa/data-structure-problems/tree/main/02.%20Stacks%2C%20Queues%20and%20Deques/02-05%20Implement%20a%20Queue%20Using%20Two%20Stacks)
25
25
26
26
### 3. Linked Lists
27
27
28
-
1.[Singly Linked List Cycle Check](https://github.com/orfeasa/data-structure-problems/tree/master/03.%20Linked%20Lists/03-01%20Singly%20Linked%20List%20Cycle%20Check)
29
-
1.[Linked List Reversal](https://github.com/orfeasa/data-structure-problems/tree/master/03.%20Linked%20Lists/03-02%20Linked%20List%20Reversal)
30
-
1.[Linked List Nth to Last Node](https://github.com/orfeasa/data-structure-problems/tree/master/03.%20Linked%20Lists/03-03%20Linked%20List%20Nth%20to%20Last%20Node)
28
+
1.[Singly Linked List Cycle Check](https://github.com/orfeasa/data-structure-problems/tree/main/03.%20Linked%20Lists/03-01%20Singly%20Linked%20List%20Cycle%20Check)
29
+
1.[Linked List Reversal](https://github.com/orfeasa/data-structure-problems/tree/main/03.%20Linked%20Lists/03-02%20Linked%20List%20Reversal)
30
+
1.[Linked List Nth to Last Node](https://github.com/orfeasa/data-structure-problems/tree/main/03.%20Linked%20Lists/03-03%20Linked%20List%20Nth%20to%20Last%20Node)
0 commit comments