Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.35 KB

readme.md

File metadata and controls

45 lines (33 loc) · 1.35 KB

Collection of assignments from Harvard's CS50x

Pset2


  • Program that computes the approximate grade level needed to comprehend some text using the Coleman-Liau index
  • Program that encrypts messages using Caesar’s cipher

Pset3


  • Program that runs a plurality election
  • Program that runs a runoff election

Pset4


  • Program that applies filters to BMPs
  • Program that recovers JPEGs from a forensic image

Pset5


  • Program that spell-checks a file using a hash table

Pset6


  • Program that identifies a person based on their DNA

Pset7


  • SQL queries that answer questions about a database of movies
  • Program that imports student data into a database, and then produces class rosters