Showing 0–0 of 0 results
| # | Exercise Title | Features | Description | Platform | Keywords |
|---|---|---|---|---|---|
| 1 | Queue | PCEX Set of activities for Queue | PCEX | ||
| 2 | Construct a function that uses Queue Structure | Construct a function that uses Queue Structure to solve a Josephus problem that removes the kth element in a given... | jsParsons | queue | |
| 3 | Queue | Python CodeVisualization for demonstrating Queue | JSVEE | queue, queues | |
| 4 | Queue Num | Python PredictingFinalResult for demonstrating Queue Num | QuizPET | queue, queues, stacks | |
| 5 | Queue implementation | Python PredictingFinalResult for demonstrating Queue implementation | QuizPET | queue, queues | |
| 6 | Queue Implementation | Implementing Queue. Using Class to construct a Queue structure. | PCEX | ||
| 7 | Queue Class - Check if Element Exists | In this example, you will use Queue class from queue provided by python. This class contains methods for adding a... | PCEX | ||
| 8 | Queue Class - Check if Element Exists | In this example, you will use Queue class from queue provided by python. This class contains methods for adding a... | PCEX | ||
| 9 | Queue-Based Topological Sort Slideshow | Algorithm Visualization | Slideshow demonstrating the queue-based topological sort algorithm. | OpenDSA | Topological Sort |
| 10 | py_queue_queue | PCEX Set of activities for py_queue_queue | PCEX | ||
| 11 | Linked Queue Dequeue Proficiency Exercise | Tracing Exercise | Linked queue dequeue proficiency exercise. Users click on values in a linked queue display to show how dequeue takes place. | OpenDSA | Linked Queue |
| 12 | Linked Queue Enqueue Proficiency Exercise | Tracing Exercise | Linked queue enqueue proficiency exercise. Users click on values in a linked queue display to show how enqueue takes place. | OpenDSA | Linked Queue |
| 13 | Stack and Queue Summary Questions | Question, Battery | Self-practice questions about stacks and queues. | OpenDSA | Stack, Queue |
| 14 | Linked Queue Dequeue Slideshow | Algorithm Visualization, Code Tracing Presentation | Slideshow presenting an implementation for linked queue dequeue. | OpenDSA | Linked Queue |
| 15 | Linked Queue Enqueue Slideshow | Algorithm Visualization, Code Tracing Presentation | Slideshow presenting an implementation for linked queue enqueue. | OpenDSA | Linked Queue |
| 16 | Linked Queue Data Members Slideshow | Algorithm Visualization, Code Tracing Presentation | Slideshow presenting data members and constructors for a linked queue implementation. | OpenDSA | Linked Queue |
| 17 | q_py_queue_es | Python PredictingFinalResult for demonstrating q_py_queue_es | QuizPET | ||
| 18 | Circular Array-Based Queue Dequeue Proficiency Exercise | Tracing Exercise | Array-based queue dequeue proficiency exercise. Users click on values in a circular array display to show how dequeue takes place. | OpenDSA | Array-Based Queue |
| 19 | Circular Array-Based Queue Enqueue Proficiency Exercise | Tracing Exercise | Array-based queue enqueue proficiency exercise. Users click on values in a circular array display to show how enqueue takes place. | OpenDSA | Array-Based Queue |
| 20 | 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 |
| 21 | Circular Array-Based Queue Design Slideshow: Concepts | Algorithm Visualization | Slideshow presenting the concept of a circular array-based queue. | OpenDSA | Array-Based Queue |
| 22 | 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 |
| 23 | 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 |
| 24 | Array-Based Queue Positions Slideshow | Algorithm Visualization | Slideshow presenting an initial design for storing a queue in an array. | OpenDSA | Array-Based Queue |
| 25 | 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 |
| 26 | Construir una función que use una estructura de cola (Queue) | Construye una funcion que use la estructura de Cola para resolver el problema de Josephus que elimina el k-esimo elemento... | jsParsons | ||
| 27 | Postfix | Python PredictingFinalResult for demonstrating Postfix | QuizPET | queues, stack, stacks | |
| 28 | Postfix 2 | Python PredictingFinalResult for demonstrating Postfix 2 | QuizPET | queues, stack, stacks | |
| 29 | Linear Structures Chapter Summary Questions | Question, Battery | Self-practice questions related to all aspects of lists, stacks, and queues. | OpenDSA | List, Stack, Queue |
| 30 | Linear Data Structures Summary Questions | Question, Battery | Self-practice questions comparing uses of linear structures. | OpenDSA | List, Stack, Queue |
| 31 | Stack Num | Python PredictingFinalResult for demonstrating Stack Num | QuizPET | classes, data structures, queues, stack, stacks | |
| 32 | Solving Josephus Problem | Construct a program by using Queue structure to solve a Josephus problem. Josephus problem is a counting-out game. N people... | PCEX |