Finding duplicates algorithm series- A string as an input
In my last post dups in an unsorted array I wrote about finding duplicates inside an array of integers.
What if input is a string instead of integers? Could we solve the problem in same way we did before?
String is essentially an array of charact...
awdesh.xyz1 min read