Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 181 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 181 Bytes

Sort algorithms

This repository contains a project done at the university in 2009 :

  • insertion
  • selection
  • echange
  • shakesort
  • shellsort
  • heapsort
  • partition
  • quicksort