Showing 0-0 of 0 results
| # | Exercise Title | Features | Description | Platform | Keywords |
|---|---|---|---|---|---|
| 1 | Linked Stack Pop Proficiency Exercise | Tracing Exercise | Linked stack pop proficiency exercise. Users click on values in a linked list display to show how pop takes place. | OpenDSA | Linked Stack |
| 2 | Linked Stack Push Proficiency Exercise | Tracing Exercise | Linked stack push proficiency exercise. Users click on values in a linked list display to show how push takes place. | OpenDSA | Linked Stack |
| 3 | Linked Stack Pop Slideshow | Algorithm Visualization, Code Tracing Presentation | Slideshow discussing the implementation for the pop operation in a linked stack. | OpenDSA | Linked Stack |
| 4 | Linked Stack Push Slideshow | Algorithm Visualization, Code Tracing Presentation | Slideshow discussing the implementation for the push operation in a linked stack. | OpenDSA | Linked Stack |
| 5 | Array-Based Stacks Pop Proficiency Exercise | Tracing Exercise | Array-based stack pop proficiency exercise. Users click on values in a linked list display to show how pop takes place. | OpenDSA | Array-Based Stack |
| 6 | Array-Based Stack Push Proficiency Exercise | Tracing Exercise | Array-based stack push proficiency exercise. Users click on values in a linked list display to show how push takes place. | OpenDSA | Array-Based Stack |