CST 338 Week 1

    This week, we were assigned several coding problems on Coding Bat. These problems dealt topics such Strings, logic, and some data structures.

    I thought the Coding Bat challenges were pretty simple, and I was able to finish the problems quickly. The one thing that slowed me down on certain problems was not understanding what kind of input the methods would receive. I answered the Coding Bat problems by throwing code at it, and it worked most of the time. If I answered a problem incorrectly, it was because I did not account for all types of acceptable input. Whenever this happened, I would go back and adjust the code to work for the kind of input that broke my code. Most attempts were successful on the first attempt, but I think there were a couple problems that took 3 attempts. In general when I am working with more difficult problems, I start by planning out how I will approach the problem and then I will throw code at it to test my approach to the problem.









Comments

Popular posts from this blog

CST - 300 Week 2

CST 300 week 4

CST 300 week 3