Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 4.15 KB

day71.md

File metadata and controls

36 lines (28 loc) · 4.15 KB

Day 71: October 15, 2022

Today's Progress: I continued working Intermediate Algorithm Scripting challenges on freeCodeCamp; I completed the challenges 'Sum All Primes' and 'Smallest Common Multiple'. I am currently 67% complete with this section.

Thoughts: Overall, I'm satisfied that I was able to sit down and complete two different challenges today, but it wasn't without frustration and perseverance. In particular, both of the challenges I worked on had a mathematical focus. In fact, the brought back (fond?) memories of the Number Theory course I took in undergrad. Which brings me to a frustration I've had before: I understand the mathematics but get stuck on translated the mathematical language into a computer language.

All of this is part of the learning process for the new skills I'm developing. I know in the future when I'm working as a developer there will be aspects of a problem that I understand but won't be able to 'translate' into computer language ... yet! And that's the key, I have to remind myself that this is a continue process and that I won't always get it right away - it will take time and practice. Further, working on these two challenges have caused me to reflect on and refine my strategy for approaching these challenges:

  • Redefine the problem in my own words
    • I've been keeping files of notes for each challenge where I rewrite the problem statement in my own words. This has helped me better understand what the problem is asking me to do - I originally started doing this because I found the descriptions of the problems on fCC vague and unclear at times.
  • Outline the solution
    • After I know what the problem is asking, I start outlining my solution in pseudo-code by listing the steps needed to solve it and what methods (e.g., a for loop) will be needed
  • Attempt my solution
    • If it doesn't work, do some research and refine it
    • Consult the challenge guide and YouTube tutorials as needed
      • Initially, I was very adamant about NOT doing this, because I was being stubborn about having to solve the challenges completely on my own, BUT now I'm recognizing that it's simply not feasible and, in reality, no one solves problems on their own in the developer world (and in the world-at-large - indeed, all of humanity is one giant collaborative problem solving venture)

Study Music: Battlestar Galactica's Prelude to War by Bear McCreary

References:

Link to work: freeCodeCamp Timeline