YoVDO

Merge Sort Algorithm Using Java - Sorting Algorithm in Data Structures

Offered By: Great Learning via YouTube

Tags

Java Courses Merge Sort Courses Data Structures Courses Time Complexity Courses Space Complexity Courses Divide-and-Conquer Courses

Course Description

Overview

Merge Sort Algorithm, invented by John von Neumann in 1945, is one of the most efficient sorting algorithms and is based on the Divide-and-Conquer concept. Merge Sort Algorithm repeatedly divides a list into two equal halves until it can no longer be split in two. A Merge sort algorithm divides a list into various sub-lists, each of which consists of a single element, and combining of the sub-lists results in a sorted list.

Great Learning brings you this video “Merge Sort Algorithm”, aimed at helping you understand this specific type of algorithm. This video will help you understand the implementation of Merge sort algorithms and its analysis. The video will also take you through Merge sort Time/Space Complexity and also explain the difference between Quick sort and Merge sort algorithms. Added to this, the video teaches these concepts by carrying out simultaneous demonstrations as well as examples on Merge sort algorithms.


Syllabus

Introduction.
What is Merge Sort?.
Merge Sort - Algorithm.
Merge Sort - Demonstration.
Merge - Algorithm.
Merge - Demonstration.
Merge Sort - Implementation.
Merge Sort - Analysis.
Merge Sort - Time Complexity.
Merge Sort - Space Complexity.
Quick Sort vs. Merge Sort.
Merge Sort Examples.
Thank you!.


Taught by

Great Learning

Related Courses

Algorithmic Thinking (Part 2)
Rice University via Coursera
Design and Analysis of Algorithms
Chennai Mathematical Institute via Swayam
计算几何 | Computational Geometry
Tsinghua University via edX
Algorithmic Toolbox
University of California, San Diego via Coursera
Algorithms: Design and Analysis, Part 1
Stanford University via edX