Can u please explain with the abv example how to maintain count aaray?? On Sun, Jul 31, 2011 at 12:28 AM, sukhmeet singh <[email protected]>wrote:
> maintain a count array of all elements.. > now traverse the array again and the count array .. and build the new array > > > On Sun, Jul 31, 2011 at 12:24 AM, aditi garg <[email protected]>wrote: > >> Q1) Given an array with some repeating numbers. Like 12,6,5,12,6 >> output: 12,12,6,6,5 >> >> 12 shud come before 6 since it is earlier in list. Please provide a >> gud algo fr dis >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Algorithm Geeks" group. >> 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. >> >> > -- > You received this message because you are subscribed to the Google Groups > "Algorithm Geeks" group. > 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. > -- 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 [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.
