1. >Data Science and Artificial Intelligence
Found 3  QuestionsSET DEFAULT
Selected Filters
    Data Science and Artificial Intelligen... Sorting
Exams
Subjects
Topics

List of top Data Science and Artificial Intelligence Questions on Sorting

Consider the following sorting algorithms:
(i) Bubble sort
(ii) Insertion sort
(iii) Selection sort
Which ONE among the following choices of sorting algorithms sorts the numbers in the array [4, 3, 2, 1, 5] in increasing order after exactly two passes over the array ?
  • GATE AR - 2024
  • GATE AR
  • Data Science and Artificial Intelligence
  • Sorting
What is the minimum number of comparison in place quicksort of 60 70 80 90 100 pivot is the last element?
  • GATE AR
  • Data Science and Artificial Intelligence
  • Sorting
Which algorithm sort the array in exactly using 2 swap [4,3,2,1,5]?
  • GATE AR
  • Data Science and Artificial Intelligence
  • Sorting