https://github.com/sunkuangdong/algorithm/blob/main/BubbleSort/bubbleSort.h
https://github.com/sunkuangdong/algorithm/blob/main/InsertionSort/insertionSort.h
https://github.com/sunkuangdong/algorithm/blob/main/SelectionSort/selectionSort.h
https://github.com/sunkuangdong/algorithm/blob/main/MergeSort/mergeSort.h
https://github.com/sunkuangdong/algorithm/blob/main/QuickSort/quickSort.h
https://github.com/sunkuangdong/algorithm/blob/main/HeapSort/heapSort.h
https://github.com/sunkuangdong/algorithm/blob/main/HeapSort/heapSort.h
https://github.com/sunkuangdong/algorithm/blob/main/HeapSort/heapSort.h
Notice: To see the efficiency of these codes, run "main.cpp".
g++ -o main main.cpp
./main