@ Aditi: you forgot to initialize the arrays and elements.
Thats why the
for(i=0;i<k;i++)
for(j=0;j<count[i];j++)
a[p++]=order[i];
was creating some fault while accessing one of the arrays.
I just initialized the arrays and it worked:
http://codepad.org/UO8riyjs
^^ You might want to change some lines, the output is not pretty good.
--
You received this message because you are subscribed to the Google Groups
"Algorithm Geeks" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/algogeeks/-/uVqtIVry-PUJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/algogeeks?hl=en.