CBSE Class 12 Computer Science Question 72 of 105

Python Revision Tour II — Question 21

Back to all questions
21
Question

Question 21

What is sorting ? Name some popular sorting techniques.

Answer

Sorting refers to arranging elements of a sequence in a specific order — ascending or descending.

Sorting Techniques are as follows :

  1. Bubble Sort
  2. Insertion Sort
  3. Selection Sort
  4. Heap Sort
  5. Quick Sort