Bubble sort
Insertion Sort
Merge Sort
Selection sort
Bubble sort
Insertion Sort
Merge Sort
Selection sort
Queue
Linked List
Array
Stack
Preorder
Inorder
Postorder
Preorder and postorder
1
2
3
0
O(n)
O(1)
O(n2)
O(log n)
Constant
Linear
Quadratic
Logarithmic
Linear
Binary
Both
None
There is no error
Step 3 to be changed as, Make the next field of the new node point to NULL.
The sequence is wrong, the correct sequence is 2->1->3->4
Step 4 to be changed as, Make the new node point to START.
CDE*+F-
CDE+*F-
CDF*+E-
DCF*+E-
Inorder successor
Preorder predecessor
Preorder successor
Inorder predecessor
D H B E A F C I G J
A B D H E C F G I J
H D E B F I J G C A
A B D H E F C G J I
Is_empty
Pop
Push
Two or more of the above answers
At the end of the list
At the beginning of the list
Anywhere in the list
At the beginning and end of the list respectively
Top=-1
Top=0
Top=SIZE-1
Top=SIZE
FRONT=0
FRONT=-1
FRONT=REAR
FRONT=NULL
Statement A is true and B is False
Statement B is true and A is False
Statement A is False and B is False
Statement A is true and B is True
Smaller
Greater
Equal
Greater or Equal
The right child field of the header node is a thread pointing to itself
The left child field of the header node is NULL
The left child field of the header node is a thread pointing to itself
The root is NULL
The algorithm has no error
The sequence is wrong, the correct one is 3->1->2
The sequence is wrong, the correct one is 2->1->3
The sequence is wrong, the correct one is 3->2->1
Wait!
Here's an interesting quiz for you.