Skip to content

CE205 Data Structures

Week-9

Sorting Algorithms, Taxonomy and Comparisons

Download DOC, SLIDE, PPTX


Outline

  • Resources
  • Sortings

Outline

  • Insertion Sort
  • Selection Sort
  • Radix Sort
  • Quick Sort
  • Heap Sort
  • Permutation Sort
  • Gnome Sort
  • Comb Sort

Outline

  • Flash Sort
  • Stooge Sort
  • Bees Algorithm
  • Lucky Sort
  • Indirect Sort (Pointer Sort)
  • External Sort (Segmented Sort)
  • Shaker Sort / Bidirectional Bubble Sort
  • Shell Sort
  • Comparison of Sorting Methods

Resources


Insertion Sort


Selection Sort


Radix Sort


Quick Sort


Heap Sort


Permutation Sort


Gnome Sort


Comb Sort


Flash Sort


Stooge Sort


Bees Algorithm


Lucky Sort


Indirect Sort (Pointer Sort)


External Sort (Segmented Sort)


Shaker Sort / Bidirectional Bubble Sort


Shell Sort


Comparison of Sorting Methods


\[ End-Of-Week-9 \]

Last update: September 25, 2022
Created: December 29, 2021
Back to top