download Mastguru Android App

Question Detail

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

  • One
  • Two
  • Three
  • Four
Similar Questions :

1. Which sorting method is slowest

  • Quick sort
  • Heap sort
  • Shell sort
  • Bubble sort

2. How many divisions are there in COBOL language

  • Two
  • Three
  • Four
  • Five

3. Sort which compares adjacent elements in a list and switches where necessary is

  • Insertion sort
  • Heap sort
  • Quick sort
  • Bubble sort

4. Preorder is

  • depth first order
  • breadth first order
  • topological order
  • linear order

5. In C how many parameters can passed to a function

  • 2
  • 5
  • 10
  • as many as defined in function definition
Read more from - Data Structure Questions Answers - Chapter 1
Post a comment