Showing 0–0 of 0 results
| # | Exercise Title | Features | Description | Platform | Keywords |
|---|---|---|---|---|---|
| 1 | Recursion Introduction Slideshow: Delegation | Code Tracing Presentation | Slideshow demonstrating the basic concepts of base cases and recursive calls in a function. | OpenDSA | Recursion |
| 2 | Basics of Writing a Recursive Function | Algorithm Visualization, Code Tracing Presentation | Slideshow demonstrating the concept of recusion as delegation of a task. | OpenDSA | Recursion, Delegation |
| 3 | Deletion from a B+ Tree of Degree 4 | Algorithm Visualization | Slideshow showing a series of delete operations in a B+ Tree of degree 4. | OpenDSA | Tree-Based Indexing, B-Tree |
| 4 | Deletion from a 2-3+ Tree | Algorithm Visualization | Slideshow showing a series of delete operations in a 2-3+ tree. | OpenDSA | Tree-Based Indexing, 2-3 Tree |
| 5 | Hash Deletion Summary Practice Questions | Question, Battery | A collection of self-practice questions on hash table deletion. | OpenDSA | Hashing |
| 6 | Hash Table Deletion Proficiency Exercise | Tracing Exercise | Proficiency exercise for hash table deletion. User must show the complete sequence of steps for removing an element from the... | OpenDSA | Hashing |
| 7 | Hash Table Deletion Slideshow | Algorithm Visualization | Slideshow showing deletion from a hash table. | OpenDSA | Hashing |
| 8 | List Element Deletion Slideshow | Algorithm Visualization | Slideshow discussing the design choices on what to do when a list element is deleted. | OpenDSA | List Element Implementation |
| 9 | Linked List Deletion Problem Slideshow | Presentation | Slideshow demonstrating why a naive representation for the current node in a linked list leads to problems on deletion. | OpenDSA | Linked List |
| 10 | Skip List Delete Slideshow | Algorithm Visualization | Slideshow showing examples of deletion from a Skip List. | OpenDSA | Skip List, Randomized Algorithm |