For the Markov assignment, I worked with Erin Hurley and Mahmoud Oraby. Before jumping into the code, I took the time to map things out and brainstorm how I would approach the project. I also watched all the guide videos provided, which really helped me understand the requirements and gave me more confidence moving forward. My overall strategy was to break the problem into smaller, manageable parts and build each component step by step, especially focusing on the generation logic. Erin had a similar mindset—she planned things out on paper first and prioritized a clear and logical structure, which helped keep us organized. Looking back, I think I would improve my approach by spending a bit more time upfront visualizing the data flow. That would probably help catch bugs earlier and reduce the need for major rewrites later. According to my classmates, my code followed the Google Java Style Guide fairly well, though there were a few small formatting issues. Erin and Mahmoud's code was ...