Showing 0–0 of 0 results
| # | Exercise Title | Features | Description | Platform | Keywords |
|---|---|---|---|---|---|
| 1 | Buffer Pool Visualization | Algorithm Visualization, User Supplied Data | Algorithm Visualization for buffer pools. User can selectreplacement heuristic, pool size, and input data for the visualization. | OpenDSA | Buffer Pool |
| 2 | Buffer Pool Introduction Slideshow | Algorithm Visualization | Slideshow showing an introduction to buffer pools. | OpenDSA | Buffer Pool |
| 3 | LRU Introduction Slideshow | Algorithm Visualization | Slideshow illustrating the Least Recently Used replacement heuristic. | OpenDSA | Buffer Pool, Least Recently Used |
| 4 | 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 |