- sortList.c (using merge sort)
- sieveEratosthenes.c (finds prime numbers in O(nloglogn) time)
- spn.c (Eat leading spaces and tailing newlines of a line)
- incDecUndefined.c (Exposes undefined behavior that can result with increment operators, like ++)
- definedConst.c (Exposes logical errors that can occur with define)
Pingback: invalid free() in stack using linked list