Problem set solutions from Harvard's cs50x
This repo is by no means intended to provide solutions to current students but rather only to showcase my own answers to cs50's assignments.
Create a program to simulate a Tideman election, ensuring the Condorcet winner. (instuctions)
Write a program to scale the volume of a WAV file. (instuctions)
Implement image filters manipulating RGB values in BMP files. (instuctions)
Write a program to recover deleted JPEGs from memory card. (instuctions)
Simulate the inheritance of blood types in a family. (instuctions)