Assignments
Assignments should be completed from top to bottom as they will raise in difficulty the lower in the stack.
- Assignment: Add a
delete_node()method to the Circular Linked List class - Assignment: Create a music playlist program with repeat functionality using a Circular Linked List
- Assignment: Implement a Circular Queue using a Circular Linked List
- Assignment: Add a
delete_node()method to the Doubly Linked List class - Assignment: Implement a Browser History program using a Doubly Linked List