Showing 0-0 of 0 results
| # | Exercise Title | Features | Description | Platform | Keywords |
|---|---|---|---|---|---|
| 1 | General Tree Postorder Traversal Slideshow | Algorithm Visualization | Slideshow showing postorder traveral of a general tree, and demonstrates the general tree ADT. | OpenDSA | General Tree |
| 2 | General Tree Preorder Traversal Slideshow | Algorithm Visualization, Code Tracing Presentation | Slideshow showing preorder traveral of a general tree, and demonstrates the general tree ADT. | OpenDSA | General Tree |
| 3 | General Tree Sequential Representation Proficiency Exercise | Tracing Exercise | User must show the sequential representation for a given general tree. | OpenDSA | Sequential Representation, General Tree |
| 4 | General Tree Serialization Slideshow | Algorithm Visualization | Slideshow how to reconstruct a general tree from a serialized representation of its node values. | OpenDSA | Serialization, Binary Tree |