Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 415 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 415 Bytes

Sorting-Algorithms-

This is our implementation of the following sorting algorithms:

  • bubble sort
  • insertion sort
  • selection sort
  • shell sort
  • count sort
  • merge sort
  • quick sort

Contributing

Contributions to this repository are welcome! If you would like to contribute an implementation of a new sorting algorithm, or improve an existing implementation, please submit a pull request with your changes.