DugarRishab / Algo.io

From solutions of Leet code in various languages to list of important algorithms for developers, we have everything
7 stars 40 forks source link

Merge_Sort_Algorithm.cpp #68

Closed Aanya9693 closed 1 year ago

Aanya9693 commented 1 year ago

Description

I have solved the Merge Sort problem, using recursion and array. Merge Sort uses to sort the array, by splitting the array into halves and recursively invoking the merge sort on each of the halves.

Type of Changes

Type
:bug: Bug fix
:sparkles: New feature
:hammer: Refactoring
:100: Add tests
:link: Update dependencies
:scroll: Docs

Testing Steps / QA Criteria

DugarRishab commented 1 year ago

Please mention the issue.