My C projects from MIT OCW: Practical Programming in C
https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-087-practical-programming-in-c-january-iap-2010/
Lab1: Game of Life
Lab2: Huffman Encoder
PSet3: File i/o, register vars, time.h, wordcount, stdin
PSet4: Insertion and shell sort, strtok
PSet5: Linked lists and binary trees
PSet6a: Calculator(prefix,postfix,infix), trie english->french dictionary
PSet6b: Hash table, function ptrs
PSet7: Sqlite, BTree