Showing 0–0 of 0 results
| # | Exercise Title | Features | Description | Platform | Keywords |
|---|---|---|---|---|---|
| 1 | Array-Based Stacks Pop Proficiency Exercise | Tracing Exercise | Array-based stack pop proficiency exercise. Users click on values in a linked list display to show how pop takes place. | OpenDSA | Array-Based Stack |
| 2 | Postfix | Python PredictingFinalResult for demonstrating Postfix | QuizPET | queues, stack, stacks | |
| 3 | Postfix 2 | Python PredictingFinalResult for demonstrating Postfix 2 | QuizPET | queues, stack, stacks | |
| 4 | bus objects | Python PredictingFinalResult for demonstrating bus objects | QuizPET | classes, data structures, objects, stacks | |
| 5 | one car object | Python PredictingFinalResult for demonstrating one car object | QuizPET | classes, data structures, objects, stacks | |
| 6 | two car objects | Python PredictingFinalResult for demonstrating two car objects | QuizPET | classes, data structures, objects, stacks | |
| 7 | point object | Python PredictingFinalResult for demonstrating point object | QuizPET | classes, data structures, objects, stacks | |
| 8 | Queue Num | Python PredictingFinalResult for demonstrating Queue Num | QuizPET | queue, queues, stacks | |
| 9 | Clss Person | Write a program that will print out "Safiira. Nice to meet you!" | jsParsons | classes, data structures, objects, stacks | |
| 10 | Class Point | Construct a class Point which has a method to tell distance from another instance of Point. | jsParsons | classes, data structures, objects, stacks | |
| 11 | Construct a program that creates a Stack Structure | Construct a program that creates two functions in a Stack Structure. The first one is "push" function and the second... | jsParsons | classes, data structures, stack, stacks | |
| 12 | Objects 1 | Python CodeVisualization for demonstrating Objects 1 | JSVEE | classes, data structures, objects, stacks | |
| 13 | Objects 2 | Python CodeVisualization for demonstrating Objects 2 | JSVEE | classes, data structures, objects, stacks | |
| 14 | Objects 3 | Python CodeVisualization for demonstrating Objects 3 | JSVEE | classes, data structures, objects, stacks | |
| 15 | Stack Lifo1 | Python CodeVisualization for demonstrating Stack Lifo1 | JSVEE | classes, data structures, stack, stacks | |
| 16 | Stack Lifo2 | Python CodeVisualization for demonstrating Stack Lifo2 | JSVEE | classes, data structures, stack, stacks | |
| 17 | Dictionary square | Python PredictingFinalResult for demonstrating Dictionary square | QuizPET | classes, data structures, dictionaries, dictionary, stacks | |
| 18 | account objects | Python PredictingFinalResult for demonstrating account objects | QuizPET | algorithm analysis, classes, data structures, objects, stacks | |
| 19 | Stack Num | Python PredictingFinalResult for demonstrating Stack Num | QuizPET | classes, data structures, queues, stack, stacks | |
| 20 | Two-dimensional List | Construct a program that prints out [[0, 1, 2], [3, 4, 5], [6, 7, 99]] | jsParsons | 2d list, classes, data structures, list, stacks | |
| 21 | Dictionary calculations | Construct a program that calculates each student’s average score by using `studentdict` dictionary that is already defined as follows: | jsParsons | classes, data structures, dictionaries, dictionary, stacks | |
| 22 | Dictionary Filter | Construct a program that prints out all the circles that are larger than 5. | jsParsons | classes, data structures, dictionaries, dictionary, stacks | |
| 23 | Dictionary Keys | storage-dictionary stores the amount of certain items in storage. Construct a program that prints out a list of all the... | jsParsons | classes, data structures, dictionaries, dictionary, stacks | |
| 24 | Dictionary Values | Construct a program that prints out how many items in total are in storage. You can assume that a dictionary... | jsParsons | classes, data structures, dictionaries, dictionary, stacks | |
| 25 | List to Dictionary | Construct a program that prints out moo and oink, in that order. | jsParsons | classes, data structures, dictionaries, dictionary, stacks | |
| 26 | Dictionary 1 | Python CodeVisualization for demonstrating Dictionary 1 | JSVEE | classes, data structures, dictionaries, dictionary, json, stacks | |
| 27 | Find Max | Python CodeVisualization for demonstrating Find Max | JSVEE | classes, data structures, json, list, stacks | |
| 28 | ae_python_class1 | Python CodeVisualization for demonstrating ae_python_class1 | JSVEE | algorithm analysis, classes, data structures, objects, stacks | |
| 29 | ae_python_class2 | Python CodeVisualization for demonstrating ae_python_class2 | JSVEE | algorithm analysis, classes, data structures, objects, stacks | |
| 30 | Two-dimensional List 4 | Python PredictingFinalResult for demonstrating Two-dimensional List 4 | QuizPET | 2d list, algorithm analysis, classes, data structures, list, stacks | |
| 31 | Stack and Queue Summary Questions | Question, Battery | Self-practice questions about stacks and queues. | OpenDSA | Stack, Queue |
| 32 | Linear Structures Chapter Summary Questions | Question, Battery | Self-practice questions related to all aspects of lists, stacks, and queues. | OpenDSA | List, Stack, Queue |
| 33 | Stack | Implementing Stack. Using Class to construct a Stack structure. | PCEX | ||
| 34 | Stack | Implementing Stack. Using Class to construct a Stack. Implement a function to determine if all the given brackets are paired.\nFor... | PCEX | ||
| 35 | py_stack_stack | PCEX Set of activities for py_stack_stack | PCEX | ||
| 36 | Linked Stack Pop Proficiency Exercise | Tracing Exercise | Linked stack pop proficiency exercise. Users click on values in a linked list display to show how pop takes place. | OpenDSA | Linked Stack |
| 37 | Linked Stack Push Proficiency Exercise | Tracing Exercise | Linked stack push proficiency exercise. Users click on values in a linked list display to show how push takes place. | OpenDSA | Linked Stack |
| 38 | Linked Stack Pop Slideshow | Algorithm Visualization, Code Tracing Presentation | Slideshow discussing the implementation for the pop operation in a linked stack. | OpenDSA | Linked Stack |
| 39 | Linked Stack Push Slideshow | Algorithm Visualization, Code Tracing Presentation | Slideshow discussing the implementation for the push operation in a linked stack. | OpenDSA | Linked Stack |
| 40 | Array-Based Stack Push Proficiency Exercise | Tracing Exercise | Array-based stack push proficiency exercise. Users click on values in a linked list display to show how push takes place. | OpenDSA | Array-Based Stack |
| 41 | Array-Based Stack Pop Slideshow | Algorithm Visualization, Code Tracing Presentation | Slideshow discussing the implementation for the pop operation in an array-based stack. | OpenDSA | Array-Based Stack |
| 42 | Array-Based Stack Push Slideshow | Algorithm Visualization, Code Tracing Presentation | Slideshow discussing the implementation for the push operation in an array-based stack. | OpenDSA | Array-Based Stack |
| 43 | Array-Based Stack Top Slideshow | Code Tracing Presentation | Slideshow discussing the implementation for the top position in an array-based stack. | OpenDSA | Array-Based Stack |
| 44 | Array-Based Stack Data Members Slideshow | Code Tracing Presentation | Slideshow presenting the data members for an array-based stack implementation. | OpenDSA | Array-Based Stack |
| 45 | Pushdown Automata Empty Stack Acceptance Frameset | Programmed Instruction | Programmed Instruction Frameset discussing Pushdown Automata and the empty stack acceptance model. | OpenDSA | Pushdown Automata |
| 46 | Construir un programa que cree una estructura de pila (Stack) | Construye un programa que cree dos funciones en una estructura de Pila. La primera es la funcion "apilar" y la... | jsParsons | ||
| 47 | Linear Data Structures Summary Questions | Question, Battery | Self-practice questions comparing uses of linear structures. | OpenDSA | List, Stack, Queue |
| 48 | Recursive Operations in a Binary Tree | Presentation | Slideshow discussing recursive operations on a binary tree. | OpenDSA | Array-Based Stack |
| 49 | Tracing Recursive Code: Winding and Unwinding | Code Tracing Presentation | Slideshow demonstrating code tracing, showing how the call stack winds and unwinds. | OpenDSA | Recursion |