Skip to content

Commit c0530f1

Browse files
authored
Add dummy node technique for linked lists
1 parent 5248fc0 commit c0530f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Awesome LeetCode resources to learn Data Structures and Algorithms (DSA) and pre
1010
- [Time Complexity](https://www.freecodecamp.org/news/big-o-cheat-sheet-time-complexity-chart/)
1111
- [Big-O Cheat Sheet](https://www.bigocheatsheet.com/)
1212
- [Linked List](https://leetcode.com/discuss/study-guide/1800120/become-master-in-linked-list)
13+
- [Dummy Node Technique](https://blog.algomaster.io/p/5d7a1368-7a0c-461a-93a9-732333ceb2a8)
1314
- [Queues](https://medium.com/basecs/to-queue-or-not-to-queue-2653bcde5b04)
1415
- [Stacks](https://medium.com/basecs/stacks-and-overflows-dbcf7854dc67)
1516
- [Hash Tables](https://medium.com/basecs/taking-hash-tables-off-the-shelf-139cbf4752f0)

0 commit comments

Comments
 (0)