CST338 Week 1
Did you plan it out or throw code at it? Some I just tried to brute force it and threw code at it, but for most I paused and tried to plan my steps. What worked? I tried to think what I would have done in python and then tried to find the syntax for a similar solution in java. What DID NOT work? Forgetting the semi colon after every line, every time. How many tries did it take? Not too many. Once I found a solution that worked for one, the problems were similar enough that I could tailor it for the others. It certainly isn't the most optimal solution, but it worked.