download Mastguru Android App

Question Detail

Recursive problems are implemented by

  • queues
  • stacks
  • linked lists
  • strings
Similar Questions :

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

  • linear list
  • tree
  • stack
  • queue

2. ++i is equivalent to

  • i = i + 2
  • i = i + 1
  • i = i + i
  • i = i - 1

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

  • stack
  • branch
  • tree
  • queue

4. Preorder is

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

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

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