for ababc -> ab is common..so removing ab we get abc.

then in abcabc -> abc is common....so removing abc we get abc ?? what is
the difference in this case

On Mon, Dec 12, 2011 at 7:52 PM, top coder <topcode...@gmail.com> wrote:

> For example if aabbabc is given as input after first iteration, it
> should be ababc and after that it should become abc. if aabbcabc is
> given it should give abcabc after first interation, no change in
> second iteration and abc after third iteration.
>
> --
> 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.
>
>

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