Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 145 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 145 Bytes

Sorting Algorithms

Built with Next.js 14 and Shadcn UI

Algorithms

  • Bubble Sort
  • Selection Sort
  • Quick Sort
  • Insertion Sort
  • Merge Sort