Linked list, Binary Tree, Stack, Queue, Hash Table, Knapsack Algorithm, Merge/Insertion sort, and shortest path algorithm for unweighted graphs. Also factorial for integer up to 100 digits.
Just examples, with makefiles and .c files included
- Have gcc installed
cd (AnyDirectory)
make
./(Executable)