You May Also Enjoy
2025-12-22-cs50_ch7SQL_pset
9 minute read
Exercise 3 Fiftyville - Identify the thief of the CS50 duck using SQL queries. Identify the city the thief escaped to and their accomplice based on the datab...
2025-12-19-cs50_ch6python_pset
4 minute read
Exercise 7 DNA - Implement a program that takes in a database of str repeats for different people as a csv and an individual sequence to compare to and tries...
2025-12-11-cs50_ch5datastructures_pset
9 minute read
Exercise 2 Spell Checker - Implement the hash, load, unload, check, and size functions of a spellchecker initially using a 26 index hash function. V3 does ha...
2025-11-27-cs50_ch4memory_pset
2 minute read
Exercise 3 Recover - Make a program that takes a raw file of lost jpgs as input and sorts through the bytes to regenerate the individual images.