Skip to content

aryan1107/CS50

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS50X

CS50 is Harvard University's introduction to the intellectual enterprises of computer science and the art of programming for majors and non-majors alike.
My CS50 Problem Sets Solutions | 2021

   $ ./population
   Start size: 100
   End size: 200
   Years: 9
   $ ./cash
   Change owed: 0.41
   4
   $ ./mario
   Height: 4
       #  #
      ##  ##
     ###  ###
    ####  ####
   $ ./scrabble
   Player 1: COMPUTER
   Player 2: science
   Player 1 wins!
   $ ./caesar 13
   plaintext:  HELLO
   ciphertext: URYYB
   $ ./plurality Alice Bob
   Number of voters: 3
   Vote: Alice
   Vote: Bob
   Vote: Alice
   Alice
   ./runoff Alice Bob Charlie
   Number of voters: 5
   Rank 1: Alice
   Rank 2: Charlie
   Rank 3: Bob

   Rank 1: Alice
   Rank 2: Charlie
   Rank 3: Bob

   Rank 1: Bob
   Rank 2: Charlie
   Rank 3: Alice

   Rank 1: Bob
   Rank 2: Charlie
   Rank 3: Alice

   Rank 1: Charlie
   Rank 2: Alice
   Rank 3: Bob

   Alice
   $ ./volume input.wav output.wav 2.0
   $ ./filter -r image.bmp reflected.bmp
   $ ./recover card.raw
   $ python dna.py databases/large.csv sequences/5.txt
   Lavender

About

CS50 Problem Sets Solutions | 2021

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published