Open in app

Sign In

Write

Sign In

Minhajul Karim
Minhajul Karim

Home

About

Feb 8, 2020

Merge Sort

Merge sort is an efficient sorting algorithm that uses the divide and conquer method. In sorting n objects, merge sort has an average and worst-case performance of O(n log n). Pseudocode: Sort the left half of the array. Sort the right half of the array. Merge the two halves.

Algorithms

3 min read

Merge Sort
Merge Sort
Algorithms

3 min read

Minhajul Karim

Minhajul Karim

Software Engineer | Problem solver | IT geek

Following
  • Ferdous Shourove

    Ferdous Shourove

  • Tanim-ul Haque Khan

    Tanim-ul Haque Khan

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech