Roarkeyboy / sorting_algos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++ Sorting Algos

Compile with: g++ -std=c++2a -fconcepts -pedantic -Wall -Wextra -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wdisabled-optimization -Wformat=2 -Winit-self -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wnoexcept -Wold-style-cast -Woverloaded-virtual -Wredundant-decls -Wshadow -Wsign-conversion -Wsign-promo -Wstrict-null-sentinel -Wstrict-overflow=5 -Wswitch-default -Wundef -Werror -Wno-unused -o main main.cpp sorting_algos.cpp array.cpp

Brief: Sorting array of 10000 ints using bubble, selection, insertion, quick, merge, shell and heap sort

About


Languages

Language:C++ 100.0%