Programming Data Structures-II

Is this your test? Login to manage it. If not, you can make a test just like it.

This is a non-interactive preview of the quiz content.

1.
1 point
A procedure that calls itself is called
2.
1 point
The complexity of Bubble sort algorithm is
3.
1 point
A circular linked list can be used for
4.
1 point
Heap is an example of
5.
1 point
Graph traversal is different from a tree traversal, because
6.
1 point
push() and pop() functions are found in
7.
1 point
Quick sort algorithm is an example of

8.
1 point
For a binary search algorithm to work, it is necessary that the array (list) must be
9.
1 point
Which of the following algorithm is not stable?
10.
1 point
Which one of the below mentioned is linear data structure