Data Structure Flashcards
1
Q
Implementation of Array
A
2
Q
Implementation of Stack
A
3
Q
Implementation of Queue
A
4
Q
Implementation of Deque
A
5
Q
Implementation of Circular Queue
A
6
Q
Implementation of Singly Linked List - 1
A
7
Q
Implementation of Singly Linked List - 2
A
8
Q
Implementation of Singly Linked List - 3
A
9
Q
Implementation of Circular Linked List
A
10
Q
Implementation of Doubly Linked List - 1
A
11
Q
Implementation of Doubly Linked List - 2
A
12
Q
Implementation of Binary Heap - 1
A
13
Q
Implementation of Binary Heap - 2
A
14
Q
Implementation of Graph - 1
A
15
Q
Implementation of Graph - 2
A