download Mastguru Android App

Question Detail

Recursive problems are implemented by

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

1. minimum number of stacks of size n required to implement a queue of size n

  • One
  • Two
  • Three
  • Four

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

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

3. O log(n) can be conneted with

  • Selection sort
  • Insertion sort
  • Binary sort
  • Merge sort

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

  • PASCAL
  • FORTRAN
  • PL/I
  • BASIC

5. How many divisions are there in COBOL language

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