Quiz: Basic Sorting

Test your understanding

Check Your Understanding

You have an array that is already almost sorted (only a few elements are out of place). Which algorithm performs best?

  1. A.They all perform the same
  2. B.Selection sort
  3. C.Insertion sort
  4. D.Bubble Sort
Start the roadmap to answer the quizzes and solve the challenges