Stacks, Queues and Deques Flashcards

1
Q

Array Stack Implementation

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Array Queue Implementation - 1

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Array Queue Implementation - 2

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Why using Modulus Calculation

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Deque Implementation

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Deque methods - 1

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Deque methods - 2

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Deque methods - 3

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Linked Stack Implementation - 1

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Linked Stack Implementation - 2

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Linked Queue Implementation - 1

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Linked Queue Implementation - 2

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

CIrcular Queue Implementation - 1

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Circular Queue Implementation - 2

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Implementation of Base Class of Doubly Linked List

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Implementation of Linked Queue with Double Linked Base Class

A
17
Q

Implementation of Positional List with Doubly Linked List - 1

A
18
Q

Implementation of Positional List with Doubly Linked List - 2

A
19
Q

Implementation of Positional List with Doubly Linked List - 3

A
20
Q

Implementation of Insertion Sort of Positional List

A
21
Q

Reverse Linked List with While Loop

A
22
Q

Reverse Linked List with Recusion

A
23
Q

PositionList ADT Methods

A
24
Q

Stack ADT Methods

A
25
Q

Queue ADT Methods

A
26
Q

Deque ADT Methods

A