download Mastguru Android App

Question Detail

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

  • Insertion sort
  • Heap sort
  • Quick sort
  • Bubble sort
Similar Questions :

1. A graph with one or more edges is at least

  • 1-chromatic
  • 2-chromatic
  • 3-chromatic
  • 4-chromatic

2. Which of the following data structure is linear data structure

  • Trees
  • Graphs
  • Array
  • None of above

3. ++i is equivalent to

  • i = i + 2
  • i = i + 1
  • i = i + i
  • i = i - 1

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

  • linear list
  • tree
  • stack
  • queue

5. A linear list from which elements can be added or removed from either end is called

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