@poised thank u so much...yea i cudnt debug it coz it wasnt executing ill
try and c now...thanx a lot

On Sun, Jul 31, 2011 at 8:05 AM, Poised~ <dip10c...@gmail.com> wrote:

> @ 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 algogeeks@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>



-- 
Aditi Garg
Undergraduate Student
Electronics & Communication Divison
NETAJI SUBHAS INSTITUTE OF TECHNOLOGY
Sector 3, Dwarka
New Delhi

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to