Question Detail

Preorder is

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

1. Which of the languages is often translated to the pseudo code

  • PASCAL
  • FORTRAN
  • PL/I
  • BASIC

2. Which sorting method is slowest

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

3. Recursive problems are implemented by

  • queues
  • stacks
  • linked lists
  • strings

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

  • stack
  • branch
  • tree
  • queue

5. Which is ALGOL based simulation language

  • FORTRAN
  • SIMSCRIPT
  • GASP IV
  • none of above
Read more from - Data Structure Questions Answers - Chapter 1