download Mastguru Android App

Question Detail

Which of the following data structure is linear data structure

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

1. Recursive problems are implemented by

  • queues
  • stacks
  • linked lists
  • strings

2. The complexity of merge sort algorithm is

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

3. The complexity of linear search algorithm is

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

4. Which is having highest precedence in C

  • relational operators
  • equality operator
  • logical operator
  • arithmetic operator

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

  • linear list
  • tree
  • stack
  • queue
Read more from - Data Structure Questions Answers - Chapter 1
Post a comment