Showing 0–0 of 0 results
| # | Exercise Title | Features | Description | Platform | Keywords |
|---|---|---|---|---|---|
| 1 | Master Theorem for Recurrence Relations | Presentation | Slideshow showing how to calculate the closed form for a divide-and-conquer recurrence using the Master Theorem. | OpenDSA | Recurrence Relation, Master Theorem |
| 2 | Expanding a Divide and Conquer Recurrence | Presentation | Slideshow showing how to calculate the closed form for a divide-and-conquer recurrence using the expansion technique. | OpenDSA | Recurrence Relation |
| 3 | Binary Search Algorithm Worst Case Analysis Recurrence Visualization | Algorithm Analysis Presentation | Slideshow illustrating Binary Search worst case analysis through analysis of its recurrence relation. | OpenDSA | Binary Search, Algorithm Analysis, Recurrence Relation |