Category Archives: C

Programming in c

Merge sort

This post will be about merge sort algorithm, solved of course. It’s fascinating to me because it uses recursion for solving the problem and has a complexity of O(n log n). It was developed by John von Neumann in 1945., … Continue reading

Posted in C, Cpp, Programming | Tagged , , , , , , , , , , , , , , , , , | 3 Comments