Blog

  • CS50 Week 1 Problem Sets + more

    Problem Set 1 The first problem set has 2 difficulty levels. I started with the easier, but I’m going to talk about the harder as is requires a tiny bit more brain. It requires you to…

    Read more

  • Maths basics

    Expressions vs equations Expressions don’t contain an equals, whereas equations do have an equals sign. Rearranging inequalities When rearranging inequality equations, care must be taken regarding whether the sign stays the same or reverses. Adding or…

    Read more

  • CS50 Week 1

    We can use the C language as our programming language, or source code. This is human understandable. The computer can only understand 1s and 0s, or machine code. We need a thing that will take our…

    Read more