CST 338 - Software Design - Week 4
Who did you work with? I worked with my classmates Vance Thrasher, Robert Stanford and Anwar Siddiqui. What was your strategy for solving the Markov assignment? Did you start writing code right away? Did you plan it out on paper? My strategy for solving the Markov assignment began with carefully reading the prompt to gain a thorough understanding of the program's requirements. Next, I reviewed the UML diagram to grasp the structure, methods, and fields involved in the program. With this understanding in place, I proceeded to implement the program, following the guidelines outlined in the UML diagram. Throughout the process, I engaged in debugging to resolve any issues and ensure the program functioned correctly. What was their strategy for solving the Markov assignment? Their strategy was similar to mine. Their approach was to follow the methods provided in the prompt, reading in lines from the file, then splitting the lines into words, and adding those words to the HashM...