Tools
Performance Tool
Validation Tool
Aim
Overview
Recap
Pretest
Divide and Conquer
Aim
What is Divide and Conquer
Sorting as Divide and Conquer
Quiz
Merge Sort Algorithm
Aim
Concept
Demo
Practice
Exercise
Quiz
Code Assessment
Analysis
Aim
Overview
Time and Space Complexity
Stable and Comparison Sort
Comparison with other Algorithms
Quiz
Posttest
Further Readings/References
Feedback
Aim
Overview
Recap
Pretest
Divide and Conquer
Aim
What is Divide and Conquer
Sorting as Divide and Conquer
Quiz
Merge Sort Algorithm
Aim
Concept
Demo
Practice
Exercise
Quiz
Code Assessment
Analysis
Aim
Overview
Time and Space Complexity
Stable and Comparison Sort
Comparison with other Algorithms
Quiz
Posttest
Further Readings/References
Feedback
Merge Sort
Estimated Time
10 minutes
Learning Objectives of this Module
In this module, we will:
Learn the Merge Sort algorithm
Visualise the
Merge Sort
tree
Learn how to combine the split and merge step