The in-order traversal of tree will yield a sorted listing of elements of tree in ________________.
a) binary trees b) binary search trees c) heaps d) binary heaps
a) binary trees b) binary search trees c) heaps d) binary heaps
a) Bubble sort b) Insertion sort c) Quick sort d) None of the above
a) There must be mechanism to delete and/or insert elements in list b) the list must be sorted c) there should be the direct access to the middle element in any sublist d) none of the aboveÂ
a) Item is somewhere in the middle of the array b) Item is not in the array at all c) Item is the last element in the array d) Item is the last element in the array or is not there …
Read more →
a) Quadratic time b) Constant time c) Logarithmic time d) Linear time
 a) pre-order. b) in-order. c) post order. d) not possible.
a) Order of the elements of the list. b) Length of the list. c) Maximum value in list. d) Type of elements of the list.
 a) Bubble Sort b) Insertion Sort c) Selection Sort d) Quick SortÂ
 a) 6 b) 7 c) 5 d) 8
a) Diffusion b) Replication c) Collision d) None of these
a) insertion sort. b) selection sort. c) heap sort. d) quick sort.
a) Binary Search b) Linear Search c) Tree Search d) HashingÂ
a) heap and selection sort b) insertion sort & merge sort c) merge sort and heap sort d) None of these
 a) Merkle tree b) T -tree c) Hash table d) Bx-tree
a) Dynamic Programming b) Backtracking c) Greedy method d) Divide and Conquer