Visualizer with options to show sorts for bubble, shell, quick and heap sorts. Also scales to terminal size.
You can build the program by running make
- a Enable all sorts.
- b Enable Bubble Sort.
- s Enable Shell Sort.
- q Enable Quick Sort.
- h Enable Heap Sort.
- r seed Specify random seed.
EX:
./sorting -h -r 1337
will run heap sort with a seed of 1337. This is the output: