/cs50-pset-solutions

Repository for my solutions to Harvard's CS50 problem sets for SY2017, plus extras

Primary LanguageCMIT LicenseMIT

My Solutions to Harvard's CS50 Problem Set for SY2017

Here's a link to the course: edx

Week 1:

  1. hello.c - the legendary hello world program
  2. water.c - takes number of minutes in shower as input, outputs number of bottled waters approximately used
  3. mario.c - takes number of rows, prints out a pyramid
  4. credit.c - implements Luhn's algorithm for checking validity of credit card number