Showing 0–0 of 0 results
| # | Exercise Title | Features | Description | Platform | Keywords |
|---|---|---|---|---|---|
| 1 | Union/Find with Path Compression Examaple Slideshow | Algorithm Visualization, Code Tracing Presentation | Slideshow demonstrating the path compression optimization for Union/Find. Shows the parent pointer representation used to maintain the set information. | OpenDSA | Union/Find Algorithm, Disjoint Set |
| 2 | Union/Find Examaple Slideshow | Algorithm Visualization, Code Tracing Presentation | Slideshow demonstrating processing of a series of union operations on a collection of disjoint sets. Shows the parent pointer representation... | OpenDSA | Union/Find Algorithm, Disjoint Set |
| 3 | Union/Find Proficiency Exercise | Tracing Exercise | Proficiency exercise for the Union/Find algorithm to maintain a collection of disjoint sets. User must show the complete sequence of... | OpenDSA | Union/Find Algorithm |