Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 760 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 760 Bytes

Week 1 - C

Where should you start with?

  1. Hello World!
  2. Conditionals
  3. Loops
  4. Mario Project
  5. Mathematical Computations

Practice Problems and My Solution

  1. Debug

Problem Set and My Solution

  1. Mario Less with check50 10/10 and style50 0.90
  2. Mario More with check50 10/10 and style50 0.83
  3. Credit with check50 15/15 and style50 0.67

My solutions are currently unoptimized - there are a lot of repeated bits, and the functions are kinda duplicated. Do leave a comment down below if there you have any other alternative methods to solve the problem.