Samples of my assignments for CS50, written in Python and C
Implements a Dictionary in C. Includes memory management, file reading and hash tables. | Source code
Short exercise that takes as input a sentence and outputs the approxmate reading level using the Coleman-Liau index. | Source code
Compares a snippet of DNA and matches it to a .csv file that gives individuals and the counts of their short tandem repeats (STRs). | Source code
Early version of my project Quadratick, which I submitted as my final project for CS50. This does reuse some Flask code from CS50's Finance, so any shortcomings are entirely the fault of CS50's staff. | Source code