Showing 0-0 of 0 results
| # | Exercise Title | Features | Description | Platform | Keywords |
|---|---|---|---|---|---|
| 1 | Doubly Linked List | Python CodeVisualization for demonstrating Doubly Linked List | JSVEE | doubly linked list, linked list | |
| 2 | Doubly Linked List Append Slideshow | Algorithm Visualization, Code Tracing Presentation | Slideshow presenting appending to a doubly linked list. | OpenDSA | Doubly Linked List |
| 3 | Doubly Linked List Insert Slideshow | Algorithm Visualization, Code Tracing Presentation | Slideshow presenting insertion into a doubly linked list. | OpenDSA | Doubly Linked List |
| 4 | Doubly Linked List Prev Method Slideshow | Algorithm Visualization, Code Tracing Presentation | Slideshow showing how to move to the previous element in a doubly linked list. | OpenDSA | Doubly Linked List |
| 5 | Doubly Linked List Remove Slideshow | Algorithm Visualization, Code Tracing Presentation | Slideshow presenting removing from a doubly linked list. | OpenDSA | Doubly Linked List |
| 6 | Double linked list 1 | Python PredictingFinalResult for demonstrating Double linked list 1 | QuizPET | doubly linked list, linked list, list | |
| 7 | Construct a function that traverse a linked list |
Construct a function that prints all elements of a Doubly Linked List in forwards and then reverse order. DoublyLinkedList class implementation... |
jsParsons | doubly linked list, linked list | |
| 8 | Doubly Linked List | Create the necessary classes for a Doubly Linked List, containing the method insert_at_start(data) to add a new item to the... | PCEX | ||
| 9 | Doubly Linked List | Create the necessary classes for a Doubly Linked List, containing the method insert_at_start(data) to add a new item to the... | PCEX | ||
| 10 | py_double_linked_list | PCEX Set of activities for py_double_linked_list | PCEX |