Skip to content

Latest commit

 

History

History
19 lines (19 loc) · 471 Bytes

README.md

File metadata and controls

19 lines (19 loc) · 471 Bytes

Sorting Algorithms

Make School CS 2.1 Assignments

Contents

Integer Sorting Algorithm

  • Bucket Sort
  • Counting Sort

Pigeonhole Algorithm

Prefix Tree Algorithm

  • Prefix Tree

Recursive Sorting Algorithm

  • Merge Sort
  • Quick Sort

Sorting Algorithm

  • Selection Sort
  • Bubble Sort
  • Insertion Sort