dipak140 / Sorting_Algorithms

This repository aims to combine all(eventually) sorting algorithms into one piece of code as a quick refresh for beginners and experts. It also measure the time taken by each sorting algorithm function.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sorting_Algorithms

This repository aims to combine all(eventually) sorting algorithms into one piece of code as a quick refresh for beginners and experts. It also measure the time taken by each sorting algorithm function. To begin with, the following sorting algorithms have already been added, and more can be added.

  1. Selection Sort
  2. Insertion Sort
  3. Merge Sort
  4. Bubble Sort
  5. Quick Sort

About

This repository aims to combine all(eventually) sorting algorithms into one piece of code as a quick refresh for beginners and experts. It also measure the time taken by each sorting algorithm function.

License:MIT License


Languages

Language:C++ 100.0%