-
Notifications
You must be signed in to change notification settings - Fork 0
This is a sorting algorithm that uses the divide-and-conquer principle to sort collections of data. That is, it 'divides' a collection into smaller sub-parts, and 'conquers' the sub-parts by sorting them independently, then merges the sorted sub-parts.
Andrei-Chiorian/merge_sort_algorithm
About
This is a sorting algorithm that uses the divide-and-conquer principle to sort collections of data. That is, it 'divides' a collection into smaller sub-parts, and 'conquers' the sub-parts by sorting them independently, then merges the sorted sub-parts.
Topics
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published