top button
Flag Notify
Site Registration

what the code that give me the run time for counting sort [CLOSED]

+1 vote
458 views

if input this Data size 10000,100000,1000000

posted Apr 21, 2014 by As M Ob

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button
Check this for counting sort
http://tech.queryhome.com/40985/question-about-comparing-run-time-performance-counting-sort

Change it to the 10000, 100000, 1000000 and you are done.
but i am not understand this code and it give me error
I tested again, its working no error seen. Logic is also provided for the sort...
this in c++ programming !!!
You can perfectly run C code in C++
expected constant expression
cannot allocate an array of constant size 0
'output' : unknown size

>> it give me this error >> any way thanks

...