Showing 0–0 of 0 results
| # | Exercise Title | Features | Description | Platform | Keywords |
|---|---|---|---|---|---|
| 1 | A Heap Example | Code Tracing Presentation | Slideshow demonstrating the memory allocation and deallocation. | OpenDSA | Memory Allocation |
| 2 | First Fit Memory Manager Proficiency Exercise | Tracing Exercise | Proficiency exercise for first fit memory manager. User must show the complete sequence of steps for allocating memory blocks. | OpenDSA | First Fit Memory Manager |
| 3 | Buddy Method Memory Manager Visualization | Algorithm Visualization, User Supplied Data | Algorithm Visualization for the buddy method memory manager. User can select data for the visualization. | OpenDSA | Buddy Method Memory Manager |
| 4 | First Fit Memory Manager Visualization | Algorithm Visualization, User Supplied Data | Algorithm Visualization for various sequential memory manager schemes. User can select data for the visualization. Multiple versions are available: First... | OpenDSA | Sequential Fit Memory Manager |
| 5 | Garbage Disposal | Algorithm Visualization, Code Tracing Presentation | Slideshow introducing the concept of garbage collection. | OpenDSA | Garbage Collection, Heap Memory |
| 6 | Freelist Slideshow | Algorithm Visualization | Slideshow presenting the concept of using a freelist instead of a system memory manager. | OpenDSA | Linked List |
| 7 | Passing Values | Construct a function that increases the original integer's value by 1 and return the increased value's memory address. | PCEX | ||
| 8 | Passing Values | Construct a function that increases the original integer's value by 1 and return the increased value's memory address. | PCEX |