download Mastguru Android App

Question Detail

The complexity of linear search algorithm is

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

1. O log(n) can be conneted with

  • Selection sort
  • Insertion sort
  • Binary sort
  • Merge sort

2. Recursive problems are implemented by

  • queues
  • stacks
  • linked lists
  • strings

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

  • stack
  • branch
  • tree
  • queue

4. Which is problem oriented language

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

5. Which is having highest precedence in C

  • relational operators
  • equality operator
  • logical operator
  • arithmetic operator
Read more from - Data Structure Questions Answers - Chapter 1
Post a comment