Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 561 Bytes

File metadata and controls

13 lines (11 loc) · 561 Bytes

Practical-Programming-in-C-MITOCW-

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