Showing 0-0 of 0 results
| # | Exercise Title | Features | Description | Platform | Keywords |
|---|---|---|---|---|---|
| 1 | Java Output Review Questions | Question, Battery | CS1-level introduction to output in Java review questions. | OpenDSA | File Processing |
| 2 | Multiway Merge Proficiency Exercise | Tracing Exercise | Interactive algorithm proficiency exercise for multiway merge. User clicks on positions in the array to reproduce the behavior of multiway... | OpenDSA | File Processing, External Sorting, Multiway Merge |
| 3 | Replacement Selection Proficiency Exercise | Tracing Exercise | Interactive algorithm proficiency exercise for the replacement selection algorithm. User clicks on heap nodes to reproduce the behavior of replacement... | OpenDSA | File Processing, External Sorting, Replacement Selection |
| 4 | Java Input Review Questions | Question, Battery | CS1-level introduction to Java input review questions. | OpenDSA | File Processing, Scanner |
| 5 | Motivation for External Sorting Slideshow | Algorithm Visualization | Slideshow illustrating standard Mergesort does not make for an optimal external sorting algorithm. | OpenDSA | File Processing, External Sorting |
| 6 | Mergesort Modified for External Sorting | Algorithm Visualization | Slideshow illustrating simple modifications to Mergesort to make a better external sorting algorithm. | OpenDSA | File Processing, External Sorting, Mergesort |
| 7 | Multiway Merge Slideshow | Algorithm Visualization | Slideshow illustrating multiway merge in an external sorting algorithm. | OpenDSA | File Processing, External Sorting, Mergesort, Multiway Merge |
| 8 | External Replacement Selection Slideshow | Algorithm Visualization | Slideshow illustrating the replacement selection algorithm, used for external sorting. | OpenDSA | File Processing, External Sorting, Replacement Selection |
| 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 | File Processing 1 | Python PredictingFinalResult for demonstrating File Processing 1 | QuizPET | file i/o | |
| 11 | File processing 2 | Python PredictingFinalResult for demonstrating File processing 2 | QuizPET | algorithm analysis, file i/o | |
| 12 | File processing 3 | Python PredictingFinalResult for demonstrating File processing 3 | QuizPET | algorithm analysis, file i/o |