#algorithms
Read more stories on Hashnode
Articles with this tag
Sorting technique that uses Divide and Conquer method. Recursion is used. Merge sort is mostly used in the linked list. And when the size of the array...