Showing 0–0 of 0 results
# Exercise Title Features Description Platform Keywords
1 Interface Interface AnnEx interfaces
2 Interface Java CodeVisualization for demonstrating Interface JSVEE interfaces
3 Interfaces Review Quiz Question, Battery Introduction to interfaces for CS1 review questions. OpenDSA Interface
4 Interface Polymorphism Java BehaviorExample for demonstrating Interface Polymorphism AnnEx interfaces
5 Converting between Class and Interface Types Java BehaviorExample for demonstrating Converting between Class and Interface Types AnnEx interfaces
6 Interfaces 1 Java PredictingFinalResult for demonstrating Interfaces 1 QuizJET interfaces, object-oriented programming
7 Interfaces 2 Java PredictingFinalResult for demonstrating Interfaces 2 QuizJET interfaces, object-oriented programming
8 Interfaces 3 Java PredictingFinalResult for demonstrating Interfaces 3 QuizJET interfaces
9 Interfaces 4 Java PredictingFinalResult for demonstrating Interfaces 4 QuizJET interfaces, object-oriented programming
10 Interfaces 5 Java PredictingFinalResult for demonstrating Interfaces 5 QuizJET interfaces
11 DEPRECATED_Interface Java BehaviorExample for demonstrating DEPRECATED_Interface AnnEx
12 IS17_interface1 Java BehaviorExample for demonstrating IS17_interface1 AnnEx
13 IS17_interface1_1 Java BehaviorExample for demonstrating IS17_interface1_1 AnnEx
14 IS17_interface1_2 Java BehaviorExample for demonstrating IS17_interface1_2 AnnEx
15 IS17_interface1_3 Java BehaviorExample for demonstrating IS17_interface1_3 AnnEx
16 IS17_interface1_4 Java BehaviorExample for demonstrating IS17_interface1_4 AnnEx
17 IS17_interface1_5 Java BehaviorExample for demonstrating IS17_interface1_5 AnnEx
18 IS17_interface1_6 Java BehaviorExample for demonstrating IS17_interface1_6 AnnEx
19 IS17_interface1_7 Java BehaviorExample for demonstrating IS17_interface1_7 AnnEx
20 IS17_interface2 Java BehaviorExample for demonstrating IS17_interface2 AnnEx
21 IS17_interface2_1 Java BehaviorExample for demonstrating IS17_interface2_1 AnnEx
22 IS17_interface2_2 Java BehaviorExample for demonstrating IS17_interface2_2 AnnEx
23 IS17_interface2_3 Java BehaviorExample for demonstrating IS17_interface2_3 AnnEx
24 IS17_interface2_4 Java BehaviorExample for demonstrating IS17_interface2_4 AnnEx
25 IS17_interface2_5 Java BehaviorExample for demonstrating IS17_interface2_5 AnnEx
26 IS17_interface2_6 Java BehaviorExample for demonstrating IS17_interface2_6 AnnEx
27 IS17_interface2_7 Java BehaviorExample for demonstrating IS17_interface2_7 AnnEx
28 IS17_interface3 Java BehaviorExample for demonstrating IS17_interface3 AnnEx
29 IS17_interface3_1 Java BehaviorExample for demonstrating IS17_interface3_1 AnnEx
30 IS17_interface3_2 Java BehaviorExample for demonstrating IS17_interface3_2 AnnEx
31 IS17_interface3_3 Java BehaviorExample for demonstrating IS17_interface3_3 AnnEx
32 IS17_interface3_4 Java BehaviorExample for demonstrating IS17_interface3_4 AnnEx
33 IS17_interface3_5 Java BehaviorExample for demonstrating IS17_interface3_5 AnnEx
34 IS17_interface3_6 Java BehaviorExample for demonstrating IS17_interface3_6 AnnEx
35 IS17_interface3_7 Java BehaviorExample for demonstrating IS17_interface3_7 AnnEx
36 IS17_interface3_8 Java BehaviorExample for demonstrating IS17_interface3_8 AnnEx
37 Question 9 Java PredictingFinalResult for demonstrating Question 9 QuizJET interfaces
38 Measure Java BehaviorExample for demonstrating Measure AnnEx interfaces
39 Measure Java CodeVisualization for demonstrating Measure JSVEE interfaces
40 MultiInterfaces MultiInterfaces AnnEx arithmetic operations, interfaces
41 Bintree Interactive Visualization Algorithm Visualization, User Supplied Data Interactive Algorithm Visualization for the Bintree data structure. User can click to indicate where a point should be inserted or... OpenDSA Bintree
42 PR Quadtree Interactive Visualization Algorithm Visualization, User Supplied Data PR Quadtree Visualization that allows the user to click on locations to insert points to be inserted into or deleted... OpenDSA PR Quadtree
43 Binary Search Tree Insert Proficiency Exercise Tracing Exercise Interactive exercise to demonstrate proficiency with BST insert. OpenDSA Binary Search Tree
44 Binary Search Tree Remove Proficiency Exercise Tracing Exercise Interactive exercise to demonstrate proficiency with BST remove. OpenDSA Binary Search Tree
45 Binary Search Tree Search Proficiency Exercise Tracing Exercise Interactive exercise to demonstrate proficiency with BST search. OpenDSA Binary Search Tree
46 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
47 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
48 B+ Tree Insertion Proficiency Exercise Tracing Exercise Interactive proficiency exercise for insertion into a B+ Tree. User clicks on tree nodes to indicate how the insert process... OpenDSA B-Tree, Tree-Based Indexing
49 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
50 Parameter Passing by Name Exercise Tracing Exercise Interactive exercise to demonstrate proficiency with parameter passing by name. OpenDSA Parameter Passing
51 Parameter Passing by Reference Exercise Tracing Exercise Interactive exercise to demonstrate proficiency with parameter passing by reference. OpenDSA Parameter Passing
52 Parameter Passing by Value Exercise Tracing Exercise Interactive exercise to demonstrate proficiency with parameter passing by value. OpenDSA Parameter Passing
53 Parameter Passing by Copy-Restore Exercise Tracing Exercise Interactive exercise to demonstrate proficiency with parameter passing by copy-restore. OpenDSA Parameter Passing
54 Parameter Passing by Macro Exercise Tracing Exercise Interactive exercise to demonstrate proficiency with parameter passing by macro. OpenDSA Parameter Passing
55 Binary Search Proficency Exercise Tracing Exercise Interactive exercise where users indicate which elements of the array should be searched to reproduce the binary search algorithm's behavior. OpenDSA Binary Search
56 Insertion Sort Optimized with Shifting Proficiency Exercise Tracing Exercise Interactive algorithm proficiency exercise for optimized Insertion Sort. User clicks on array elements to reproduce the behavior of Insertion Sort... OpenDSA Insertion Sort, Code Tuning
57 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
58 Shellsort Proficiency Exercise Tracing Exercise Interactive proficiency exercise for Shellsort. User clicks on array cells to indicate the behavior of Shellsort. OpenDSA Shellsort
59 Bowling Score TestCase Exercise Code Testing Exercise Interactive exercise where user enters input values for a bowling game scoring function with the goal of getting complete code... OpenDSA Test Case, Code Coverage
60 Triangle Classification TestCase Exercise Code Testing Exercise Interactive exercise where user enters input values for a triangle classifier problem with the goal of getting complete code coverage.... OpenDSA Test Case, Code Coverage
61 Array-Based List Insertion Proficiency Exercise Tracing Exercise Array-based list interactive proficiency exercise. Users click on values in an array to show how insertion takes place. OpenDSA Array-Based List
62 Array-Based List Remove Proficiency Exercise Tracing Exercise Array-based list interactive proficiency exercise. Users click on values in an array to show how remove takes place. OpenDSA Array-Based List
63 Linked List Insertion Proficiency Exercise Tracing Exercise Linked list insert interactive proficiency exercise. Users click on values in a linked list display to show how insertion takes... OpenDSA Linked List
64 Linked List Remove Proficiency Exercise Tracing Exercise Linked list remove interactive proficiency exercise. Users click on values in a linked list display to show how remove takes... OpenDSA Linked List
65 Bubble Sort Proficiency Exercise Tracing Exercise Bubble Sort interactive proficiency exercise. Users click on values in an array to move them around as Bubble Sort would. OpenDSA Bubble Sort
66 Insertion Sort proficiency exercise Tracing Exercise Insertion Sort interactive proficiency exercise. Users click on values in an array to move them around as Insertion Sort would. OpenDSA Insertion Sort
67 Selection Sort Sort Proficiency Exercise Tracing Exercise Selection Sort interactive proficiency exercise. Users click on values in an array to move them around as Selection Sort would. OpenDSA Selection Sort