Suppose, if I have the string 'aababbb', I want to get the output as 'aababb'. 
I want the output in time complexity O(N) and space complexity O(1). when input 
string is 'abababa', output should be same as input.
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to