Data Structure Flashcards

1
Q

Implementation of Array

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

Implementation of Stack

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

Implementation of Queue

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

Implementation of Deque

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

Implementation of Circular Queue

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

Implementation of Singly Linked List - 1

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

Implementation of Singly Linked List - 2

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

Implementation of Singly Linked List - 3

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

Implementation of Circular Linked List

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

Implementation of Doubly Linked List - 1

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

Implementation of Doubly Linked List - 2

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

Implementation of Binary Heap - 1

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

Implementation of Binary Heap - 2

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

Implementation of Graph - 1

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

Implementation of Graph - 2

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

Implementation of Hash Table - 1

17
Q

Implementation of Hash Table - 2

18
Q

Implementation of Trie - 1

19
Q

Implementation of Trie - 2

20
Q

Implementation of Binary Search Tree - 1

21
Q

Implementation of Binary Search Tree - 2

22
Q

Implementation of Binary Search Tree - 3

23
Q

Implementation of Binary Search Tree - 4

24
Q

Implementation of AVL Tree - 1

25
Q

Implementation of AVL Tree - 3

26
Q

Implementation of AVL Tree - 2

27
Q

Implementation of AVL Tree - 4

28
Q

Implementation of Splay Tree - 1

29
Q

Implementation of Splay Tree - 2

30
Q

Implementation of Splay Tree - 3