Cracking the Coding Interview | Problem #1.1 | By Awadh Kishor Singh
Is Unique: Implement an algorithm to determine if a string has all unique characters. What if you cannot use additional data structures?
Approach 1 :
One common approach to solving this problem is to use additional data structures, such as a hash tab...
awadh.hashnode.dev3 min read