what would be the code for Merge Sort using divide and conquer techanique in C++?
Answers (1)
Merge Sort is a very common algorithm, and a simple google search should turn up several implementations. This is the best I found:
http://www.algorithmist.com/index.php/Merge_sort.cpp