Week 5
For your learning journal for Week 05 I would like the following: Markov Work with your fellow classmates and go through your solutions to the Markov assignment. Who did you work with? I collaborated with Chanroop. What was your strategy for solving the Markov assignment? I started coding the Markov assignment right away due to poor time management. I wrote out the details on a whiteboard first. But I think I couldve paid more attention to the details. What was THEIR strategy for solving the Markov assignment Chanroop employed a methodical approach, planning extensively on paper first. She focused on breaking down the problem, designing efficient data structures (like HashMap for word relationships), and outlining the algorithm step-by-step before writing code. How would you change your strategy, having worked on the assignment? Moving forward, I will prioritize detailed planning over immediate coding. I'll dedicate time to outlining logic...