Knapsack 0/1 and sorting algorithms
As an exercice for the algorithm test of next monday i implemented some algorithms in C.
There are:
- gnome sort
- insertion sort
- selection sort
- shell sort
- merge sort
- bubble sort
- quicksort
- heapsort
- knapsack 0/1 algorithm
The source code is available under the BSD License: