CST 370 Weekly Journal #4
Weekly Journal
This week, I focused on learning the MergeSort algorithm, which utilizes the Divide-and-Conquer design technique. I explored how the algorithm breaks down a list into smaller sublists, sorts them, and then merges them back together efficiently. Working through the merge sort exercises helped me understand the step-by-step process of splitting and merging. Additionally, I prepared for and took the midterm exam, which tested my knowledge of key concepts covered so far.
Comments
Post a Comment