Menu

Design and Analysis of Algorithms Basics Questions

MCQ
31.
In Algorithm Specification the blockes are indicated with matching _______
forum Discussion
MCQ
32.
Two main measures for the efficiency of an algorithm are
forum Discussion
MCQ
33.
The complexity of the average case of an algorithm is
forum Discussion
MCQ
34.
The complexity of Bubble sort algorithm is
forum Discussion
MCQ
35.
. The time factor when determining the efficiency of algorithm is measured by
forum Discussion
MCQ
36.
An algorithm that calls itself directly or indirectly is known as
forum Discussion
MCQ
37.
The running time of quick sort depends heavily on the selection of
forum Discussion
MCQ
38.
In stable sorting algorithm
forum Discussion
MCQ
39.
Which sorting algorithn is faster :
forum Discussion
MCQ
40.
In Quick sort algorithm,constants hidden in T(n lg n) are
forum Discussion