download Mastguru Android App

Question Detail

Preorder is

  • depth first order
  • breadth first order
  • topological order
  • linear order
Similar Questions :

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

  • linear list
  • tree
  • stack
  • queue

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

  • stack
  • branch
  • tree
  • queue

3. The complexity of linear search algorithm is

  • O(n)
  • O(log n)
  • O(n2)
  • O(n log n)

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

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

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

  • Insertion sort
  • Heap sort
  • Quick sort
  • Bubble sort
Read more from - Data Structure Questions Answers - Chapter 1
Post a comment

  • Manish K Verma 12 years ago

    How 'Depth First Ord' ??
    Plz Explain..!!