use linked list. to improve the look up performance, use a binary tree
to map the objects in the linked list

On Jan 13, 1:23 am, Davin <dkthar...@googlemail.com> wrote:
> Smaple Data :
>
> input : "abcdacdc"
> Output : "cadb"
>
> If the count is same for  characters. maintain the original order of
> the characters from input string.
>
> Please do let me know for any clarification.

-- 
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