Skip to content

Added Merge Sort#100

Open
pallu2211 wants to merge 1 commit intoLazeeez:mainfrom
pallu2211:pallu2211
Open

Added Merge Sort#100
pallu2211 wants to merge 1 commit intoLazeeez:mainfrom
pallu2211:pallu2211

Conversation

@pallu2211
Copy link
Copy Markdown

Merge sort is a sorting technique based on divide and conquer technique. With worst-case time complexity being Ο(n log n), it is one of the most respected algorithms. Merge sort first divides the array into equal halves and then combines them in a sorted manner.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant