download Mastguru Android App

Question Detail

Which of the following name does not relate to stacks

  • FIFO lists
  • LIFO list
  • Piles
  • Push-down lists
Similar Questions :

1. Merge sort uses

  • Divide and conquer strategy
  • Backtracking approach
  • Heuristic search
  • Greedy approach

2. Preorder is

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

3. Recursive problems are implemented by

  • queues
  • stacks
  • linked lists
  • strings

4. Which statement we should ignore in structure programming

  • WHILE-DO
  • GO-TO
  • IT-ELSE
  • SWITCH

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

  • Trees
  • Graphs
  • Array
  • None of above
Read more from - Data Structure Questions Answers - Chapter 1
Post a comment