CST-370 Week 4
Learning about merge sort was interesting. I used the PowerPoint exercise as well as watched the video lecture about merge sort. I used the video to help study for the midterm and other quizzes. Merge sort is simple to understand; the algorithm divides the array into two segments, which then recursively solves the first and second halves of the array before merging the two now sorted halves together.
Comments
Post a Comment