Below Data Structure and Algorithms quiz are Multiple Choice Questions (MCQs) type Quiz. These Data Structure and Algorithms MCQ Questions helps you to refresh your Data Structure and Algorithms, you can see the correct option by clicking on it. .
1. A problem definition should not include any
Inputs
Outputs
Constraints
Constraints
2. Which of the following sorting method is the slowest?
quick sort
merge sort
bubble sort
none of these
3. Two dimensional arrays are also called
tables arrays
matrix arrays
both of the above
none of the above
4. the terms push and pop are related to
stack
queue
array
none of the above
5. In linked list,the logical order of elements
is same as their physical arrangement
is not necessarily equivalent to their physical arrangement
is determined by their physical arrangement
none of the above
6. Two main measures for the efficiency of an algorithm are