/all-sorter

A big sorter i've made as project for my Data Struct and Algorithm Projects class

Primary LanguageCMIT LicenseMIT

all-sorter Build Status

What it is?

All-Sorter is an simple C program written for my Data Structure And Algorithim Project class. Actually, it's not big deal, this whole program is developed just for fun :D

What can it do?

It can ordenate numbers using many ordering algorithims:

  1. Bubble Sort
  2. Heap Sort
  3. Insertion SOrt
  4. Quick Sort
  5. Selection Sort