Showing 0-0 of 0 results
| # | Exercise Title | Features | Description | Platform | Keywords |
|---|---|---|---|---|---|
| 1 | Link Nodes | Algorithm Visualization, Code Tracing Presentation | Slideshow introducing the concept of Link Nodes. | OpenDSA | Link Node |
| 2 | Creating a Chain of Links | Algorithm Visualization, Code Tracing Presentation | Slideshow introducing the concept of chaining link nodes to form a linked list. | OpenDSA | Link Node, Linked List |
| 3 | Link Nodes: Iteration | Algorithm Visualization, Code Tracing Presentation | Slideshow introducing the concept of iterating through a linked list. | OpenDSA | Link Node, Iteration |
| 4 | Link Nodes: Delete | Algorithm Visualization, Code Tracing Presentation | Slideshow introducing the concept of deleting from a linked list. | OpenDSA | Link Node, Iteration |
| 5 | Link Nodes: Insertion | Algorithm Visualization, Code Tracing Presentation | Slideshow introducing the concept of inserting a new node into a linked list. | OpenDSA | Link Node, Iteration |
| 6 | List Element Data Slideshow | Algorithm Visualization | Slideshow discussing the tradeoffs for storing element values in link nodes vs. references to element values. | OpenDSA | List Element Implementation |
| 7 | Practicing Pointers: Links | Tracing Exercise | Third pointer assignment proficiency exercise. Users click on objects to show how pointers link nodes together into a linked list. | OpenDSA | Pointer, Object |