Showing 0–0 of 0 results
| # | Exercise Title | Features | Description | Platform | Keywords |
|---|---|---|---|---|---|
| 1 | Comparison Review Questions | Question, Battery | A battery of self-assessment questions on comparators and design issues related to comparing records. | OpenDSA | Record Comparison, Comparator |
| 2 | Binary Insertion Sort Slideshow | Algorithm Visualization | Slideshow introducing the concept of using binary search to find the insert location of the next record during Insertion Sort.... | OpenDSA | Binary Insertion Sort |
| 3 | Linear Indexing Proficiency Exercise | Tracing Exercise | Interactive proficiency exercise for linear indexing. User clicks on array elements to indicate how the search process progresses from through... | OpenDSA | Linear Indexing |
| 4 | Shellsort First Pass Details Slideshow | Algorithm Visualization | Slideshow showing the details of what records would be compared and swapped in the first pass of Shellsort. | OpenDSA | Shellsort |
| 5 | Shellsort Second Pass Sorting Details Slideshow | Algorithm Visualization | Slideshow showing the details of what records would be compared and swapped in the second pass of Shellsort. | OpenDSA | Shellsort |
| 6 | Shellsort Third Pass Sorting Details Slideshow | Algorithm Visualization | Slideshow showing the details of what records would be compared and swapped in the third pass of Shellsort. | OpenDSA | Shellsort |
| 7 | Shellsort Final Pass Details Slideshow | Algorithm Visualization | Slideshow showing the details of what records would be compared and swapped in the final "cleanup" pass of Shellsort. | OpenDSA | Shellsort |
| 8 | Two-level linear index Slideshow | Algorithm Analysis Presentation | Slideshow showing a two-level linear index for variable length records stored on disk. | OpenDSA | Linear Indexing |
| 9 | Simple linear index Slideshow | Algorithm Visualization | Slideshow showing a simple linear index for variable length records stored on disk. | OpenDSA | Linear Indexing, File Processing |
| 10 | Pointer Swap Optimization Slideshow | Presentation | Slideshow showing that Selection Sort can be sped up for large records with swapping to records. | OpenDSA |