Showing 0–0 of 0 results
| # | Exercise Title | Features | Description | Platform | Keywords |
|---|---|---|---|---|---|
| 1 | Design Patterns Review Questions | Question, Battery | A battery of self-assessment questions on design patterns. | OpenDSA | Design Pattern |
| 2 | Array-Based Queue Design Problem Slideshow | Algorithm Visualization | Slideshow presenting the problem that elements in an array-based queue will eventually run out of space. | OpenDSA | Array-Based Queue |
| 3 | Circular Array-Based Queue Design Slideshow: Concepts | Algorithm Visualization | Slideshow presenting the concept of a circular array-based queue. | OpenDSA | Array-Based Queue |
| 4 | Circular Array-Based Queue Design Slideshow: Data Members | Code Tracing Presentation | Slideshow presenting the data members for a circular array-based queue implementation. | OpenDSA | Array-Based Queue |
| 5 | Inheritance and Polymorphism: Course Grading Policy | Question, Battery | Intro to Software Design (CS1) course grading policy review questions | OpenDSA | Software Design |
| 6 | Introduction Chapter for CS1: Review Questions 1 | Question, Battery | Intro to Software Design Week 1 battery of self-assessment questions: Micro-Worlds | OpenDSA | Software Design |
| 7 | Introduction Chapter for CS1: Review Questions 2 | Question, Battery | Intro to Software Design Week 1 battery of self-assessment questions: Turning micro-worlds into code. | OpenDSA | Software Design |
| 8 | Introduction Chapter for CS1: Week 1 Reading Quiz | Question, Battery | Intro to Software Design Week 1 battery of self-assessment questions: Programming Concepts. | OpenDSA | Software Design |
| 9 | Array-Based Queue Drift Slideshow | Algorithm Visualization | Slideshow presenting the a design that allows elements in an array-based queue to drift. | OpenDSA | Array-Based Queue |
| 10 | Circular Array-Based Queue Empty Representation Slideshow | Algorithm Visualization | Slideshow presenting design options for recognizing when an array-based queue is empty or full. | OpenDSA | Array-Based Queue |
| 11 | Array-Based Queue Positions Slideshow | Algorithm Visualization | Slideshow presenting an initial design for storing a queue in an array. | OpenDSA | Array-Based Queue |
| 12 | 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 |
| 13 | Comparison Review Questions | Question, Battery | A battery of self-assessment questions on comparators and design issues related to comparing records. | OpenDSA | Record Comparison, Comparator |