Stacks, Queues and Deques Flashcards
Array Stack Implementation

Array Queue Implementation - 1

Array Queue Implementation - 2

Why using Modulus Calculation

Deque Implementation

Deque methods - 1

Deque methods - 2

Deque methods - 3

Linked Stack Implementation - 1

Linked Stack Implementation - 2

Linked Queue Implementation - 1

Linked Queue Implementation - 2

CIrcular Queue Implementation - 1

Circular Queue Implementation - 2

Implementation of Base Class of Doubly Linked List

Implementation of Linked Queue with Double Linked Base Class

Implementation of Positional List with Doubly Linked List - 1

Implementation of Positional List with Doubly Linked List - 2

Implementation of Positional List with Doubly Linked List - 3

Implementation of Insertion Sort of Positional List

Reverse Linked List with While Loop

Reverse Linked List with Recusion

PositionList ADT Methods

Stack ADT Methods

Queue ADT Methods

Deque ADT Methods
