Question Detail

O log(n) can be conneted with

  • Selection sort
  • Insertion sort
  • Binary sort
  • Merge sort
Similar Questions :

1. Which is having highest precedence in C

  • relational operators
  • equality operator
  • logical operator
  • arithmetic operator

2. Which of the following data structure is linear data structure

  • Trees
  • Graphs
  • Array
  • None of above

3. Which of the following name does not relate to stacks

  • FIFO lists
  • LIFO list
  • Piles
  • Push-down lists

4. Which data structure is needed to convert infix notations to postfix notations

  • linear list
  • tree
  • stack
  • queue

5. A linear list from which elements can be added or removed from either end is called

  • stack
  • queue
  • deque
  • tree
Read more from - Data Structure Questions Answers - Chapter 1