To run the code g++ -o sorting sorting.cpp bubble_sort.cpp bucket_sort.cpp counting_sort.cpp heap_sort.cpp merge_sort.cpp quick_sort.cpp radix_sort.cpp selection_sort.cpp insertion_sort.cpp -std=c++17 ./sorting