Showing 0–0 of 0 results
| # | Exercise Title | Features | Description | Platform | Keywords |
|---|---|---|---|---|---|
| 1 | Replacement Selection Proficiency Exercise | Tracing Exercise | Interactive algorithm proficiency exercise for the replacement selection algorithm. User clicks on heap nodes to reproduce the behavior of replacement... | OpenDSA | File Processing, External Sorting, Replacement Selection |
| 2 | External Replacement Selection Slideshow | Algorithm Visualization | Slideshow illustrating the replacement selection algorithm, used for external sorting. | OpenDSA | File Processing, External Sorting, Replacement Selection |
| 3 | LRU Replacement with Write Slideshow | Algorithm Visualization | Slideshow illustrating optimizing the Least Recently Used replacement heuristic by use of a dirty bit to minimize unnecessary writes. | OpenDSA | Buffer Pool, Least Recently Used, Dirty Bit |
| 4 | LRU Introduction Slideshow | Algorithm Visualization | Slideshow illustrating the Least Recently Used replacement heuristic. | OpenDSA | Buffer Pool, Least Recently Used |