SarthakKeshari / CPP-Questions-and-Solutions

This repository aims to solve and create new problems from different spheres of coding. A path to help students to get access to solutions and discuss their doubts.
MIT License
47 stars 132 forks source link

Sort the array using merge sort. #318

Closed PrakharRathore123 closed 2 years ago

PrakharRathore123 commented 2 years ago

Enter your question -

You are given an unsorted array. You to sort the array using divide and conquer algorithm

Enter link to the question(if question belongs to any online platform) -

Your answer-

Tags for the question(eg - Array, Basic, Stack, etc.) -

Merge sort, Recursion, Array

PrakharRathore123 commented 2 years ago

@SarthakKeshari Kindly assign me this issue.

SarthakKeshari commented 2 years ago

@PrakharRathore123, This issue has already been addressed. Kindly go through the repo.