A collection of C algorithms made for my CS class.
Feel free to search around if you want to learn something about computer algorithms or the C in general.
Contents:
- searching-searching algorithms for checking for occurences in arrays
- sorting-algorithms for sorting randomised arrays of numbers in increasing order
- structures-data structure implementations