Skip to content

Latest commit

 

History

History

pset2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Problem set 2

Problem set 2 consists of 3 problems:

  • Readability
    • Implement a program that computes the approximate grade level needed to comprehend some text
  • Caesar (less)
    • Implement a program that encrypts messages using Caesar’s cipher
  • Substitution (more)
    • Implement a program that implements a substitution cipher

The "less" / "more" indicates the difficulty level of problem. Students are given the choice of selecting between a less/more challenging problem to complete but both have been done for more practice.