Tuesday, January 28, 2014

SPOJ 500. Turbo Sort

Here is the problem statement.

There is not much to say about this problem. The function "sort" in libriary <algorithm> in C++ covers this up. Nowadays the modern programming languages provide the opportunity to use already created sorting functions which are really fast working. You can look on internet and read about quick sort and merge sort , those are the quickest ones.


       DOWNLOAD THE FULL SOURCE CODE

No comments:

Post a Comment