+ 5
Challenge!!!
Write program which get N(1<=N<=1000000) and N numbers(0<=a[i]<=100000000), then sort this numbers by O(N*log(N)).
4 Answers
+ 14
Merge Sort?
+ 4
In which language?
+ 4
Sounds like a coding homework. Was told to do somerhing similar for my homework