Question Detail

Which sorting method is slowest

  • Quick sort
  • Heap sort
  • Shell sort
  • Bubble sort
Similar Questions :

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

  • linear list
  • tree
  • stack
  • queue

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

  • stack
  • queue
  • deque
  • tree

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

  • One
  • Two
  • Three
  • Four

4. A graph with one or more edges is at least

  • 1-chromatic
  • 2-chromatic
  • 3-chromatic
  • 4-chromatic

5. minimum number of stacks of size n required to implement a queue of size n

  • One
  • Two
  • Three
  • Four
Read more from - Data Structure Questions Answers - Chapter 1