- My solutions for Harvard CS50 programming exercises.
- No garantee for corectness
- implement a program that reveals a hidden message in a BMP, per the below.
- $ ./whodunit clue.bmp verdict.bmp
- Implement a program that resizes BMPs, per the below.
- $ ./resize 4 small.bmp large.bmp
- Implement a program that recovers JPEGs from a forensic image, per the below.
- $ ./recover card.raw
- check50 does not succeed
- Implement a program that spell-checks a file