Question Detail

Which of the following data structure is linear data structure

  • Trees
  • Graphs
  • Array
  • None of above
Similar Questions :

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

  • One
  • Two
  • Three
  • Four

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

  • PASCAL
  • FORTRAN
  • PL/I
  • BASIC

3. The complexity of merge sort algorithm is

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

4. Merge sort uses

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

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

  • FIFO lists
  • LIFO list
  • Piles
  • Push-down lists
Read more from - Data Structure Questions Answers - Chapter 1