Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 156 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 156 Bytes

4-way-merge-sort

This code is written in C language. This code recursively splitting the array into 4 parts. Time complexity of this code is : n log4 n