Showing 0–0 of 0 results
| # | Exercise Title | Features | Description | Platform | Keywords |
|---|---|---|---|---|---|
| 1 | Shellsort Visualization | Algorithm Visualization, Code Tracing Presentation, User Supplied Data | Algorithm Visualization for Shellsort. User can select data for the visualization. | OpenDSA | Shellsort |
| 2 | Shellsort Performance Proficiency Exercise | Calculation Exercise | Interactive proficiency exercise for Shellsort that focuses on the best performing diminishing increments. User selects an increment series and is... | OpenDSA | Shellsort |
| 3 | Shellsort Proficiency Exercise | Tracing Exercise | Interactive proficiency exercise for Shellsort. User clicks on array cells to indicate the behavior of Shellsort. | OpenDSA | Shellsort |
| 4 | Shellsort: Legal Series Questions | Question, Battery | Shellsort battery of self-assessment questions about whether a given diminishing increment series is legal for Shellsort. | OpenDSA | Shellsort |
| 5 | Shellsort Proficiency Exercises | Tracing Exercise | Shellsort proficiency exercises. User clicks on array cells to reproduce the behavior of Shellsort. | OpenDSA | Shellsort |
| 6 | Shellsort: Review Questions | Question, Battery | Shellsort battery of self-assessment questions. | OpenDSA | Shellsort |
| 7 | Shellsort First Pass Sublist Slideshow | Algorithm Visualization | Slideshow showing the sublists that would be processed by the first pass of Shellsort (increments of size n/2). | OpenDSA | Shellsort |
| 8 | 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 |
| 9 | Shellsort Second Pass Sublist Slideshow | Algorithm Visualization | Slideshow showing a visualization for the sublists that would be sorted in the second pass of Shellsort. | OpenDSA | Shellsort |
| 10 | 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 |
| 11 | 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 |
| 12 | 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 |