Showing 0-0 of 0 results
| # | Exercise Title | Features | Description | Platform | Keywords |
|---|---|---|---|---|---|
| 1 | 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 |
| 2 | 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 |
| 3 | Recursive Operations in a Binary Tree | Presentation | Slideshow discussing recursive operations on a binary tree. | OpenDSA | Array-Based Stack |
| 4 | Array-Based Stack Pop Slideshow | Algorithm Visualization, Code Tracing Presentation | Slideshow discussing the implementation for the pop operation in an array-based stack. | OpenDSA | Array-Based Stack |
| 5 | Array-Based Stack Push Slideshow | Algorithm Visualization, Code Tracing Presentation | Slideshow discussing the implementation for the push operation in an array-based stack. | OpenDSA | Array-Based Stack |
| 6 | Array-Based Stack Top Slideshow | Code Tracing Presentation | Slideshow discussing the implementation for the top position in an array-based stack. | OpenDSA | Array-Based Stack |
| 7 | Array-Based Stack Data Members Slideshow | Code Tracing Presentation | Slideshow presenting the data members for an array-based stack implementation. | OpenDSA | Array-Based Stack |