-
CS50 Week 2 & 3
I have spent the past few weeks working through both CS50’s Week 2 and 3 assignments, or PSETs as they call them. Week 2’s lecture tackled arrays while Week 3’s lecture tackles algorithms. As I skimped out on detailing week 2 and 3 as I went through the content, I will only be keeping it…
-
CS50 Week 1, Credit
I decided after some time to take the plunge into the Credit activity. As I previously explained, the logic was all present and supplied. The goal was simply to manipulate the information given into actual code. As many have said before, and a friend has reiterated to me before I decided to give it a…
-
CS50, Week 1
Week 1 of CS50 introduced a lot of the “ancient” programming language C, alongside how formulas work in general programming. We were to setup a Visual Studio Code Codespace to get ourselves situated with some simple logic “puzzle” programming. Our first small project, was of course, what you would think: Hello, world, with a twist…