ayoayco / cs50-pset-solutions

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:C 100.0%