Skip to content

My solutions for Harvard CS50 C programming exercises

Notifications You must be signed in to change notification settings

julra197/CS50workingSets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CS50workingSets

  • My solutions for Harvard CS50 programming exercises.
  • No garantee for corectness

pset4

whodunit:

  • implement a program that reveals a hidden message in a BMP, per the below.
  • $ ./whodunit clue.bmp verdict.bmp
Walkthrough:

https://youtu.be/Igsa7V5ouzg

Resize:

  • Implement a program that resizes BMPs, per the below.
  • $ ./resize 4 small.bmp large.bmp
Walkthrough:

https://youtu.be/zOylgRdzv_U

Recover:

  • Implement a program that recovers JPEGs from a forensic image, per the below.
  • $ ./recover card.raw
  • check50 does not succeed
Walkthrough:

https://youtu.be/hOWYGowwId0

pset5

speller:

  • Implement a program that spell-checks a file
Walkthrough:

https://youtu.be/u9-1U1Rgo1o

About

My solutions for Harvard CS50 C programming exercises

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published