download Mastguru Android App

Question Detail

The complexity of Binary search algorithm is

  • O(n)
  • O(log n)
  • O(n2)
  • O(n log n)
Similar Questions :

1. Deletion from one end and insertion from other end is

  • stack
  • branch
  • tree
  • queue

2. Which is problem oriented language

  • BASIC
  • PL/I
  • FORTRAN
  • none of above

3. What are the minimum number of queues needed to implement the priority queue?

  • One
  • Two
  • Three
  • Four

4. The complexity of Bubble sort algorithm is

  • O(n)
  • O(log n)
  • O(n2)
  • O(n log n)

5. Information about an array used in a program will be stored in

  • symbol table
  • activation record
  • dope vector
  • system table
Read more from - Data Structure Questions Answers - Chapter 1
Post a comment