"Give an O(n) algorithm to sort the
items by color (all reds before all blues before all yellows) such
that the numbers
for identical colors stay sorted."


A[]={3B,1R,4Y,2R,5B,7Y}
Ans={1R,2R,3B,7B,4Y,7Y}

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algoge...@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