This section contains more frequently asked Data Structure and Algorithms Fundamentals Multiple Choice Questions Answers in the various University level and competitive examinations.

PRACTICE IT NOW TO SHARPEN YOUR CONCEPT AND KNOWLEDGE

view hide answers

1. Average case time complexity of binary search is ______________

  • O(n)
  • Ɵ(nlogn)
  • O(logn)
  • Ɵ(logn)

2. Merge sort invented by _____________

  • CARHOARE
  • HAMILTON
  • JOHN VON NEUMANN
  • STRASSEN

3. Quick sort invented by _____________

  • CARHOARE
  • HAMILTON
  • JOHN VON NEUMANN
  • STRASSEN

4. Worst case time complexity of Quick sort is ______________

  • O(n^2log7)
  • O(nlogn)
  • O(n^2)
  • O(logn)

5. Best case time complexity of Quick sort is ______________

  • O(n^2logn)
  • O(nlogn)
  • O(logn)
  • O(logn2)

6. Average case time complexity of Quick sort is ______________

  • Ɵ (nlogn)
  • O(logn)
  • O(nlogn)
  • Ɵ(logn)

7. Which design strategy stops theexecution when it find the solution otherwise starts the problem from top

  • Back tracking
  • Divide and conquer
  • Branch and Bound
  • Dynamic programming

8. Graphical representation of algorithm is _____________________

  • Pseudo-code
  • Graph Coloring
  • Flow Chart
  • Dynamic programming

9. In pseudo-code conventions input express as __________

  • input
  • Read
  • Write
  • Return

10. In pseudo-code conventions output express as __________

  • input
  • Read
  • Write
  • Return
Share with : Share on Linkedin Share on Twitter Share on WhatsApp Share on Facebook