Leetcode-Questions icon indicating copy to clipboard operation
Leetcode-Questions copied to clipboard

Isomorphic Strings (Leetcode 205)

Open ankit351104 opened this issue 3 years ago • 0 comments

In this solution i;ve shown how can we use two HashMaps. Also, Once you solve this question, I would recommend you to solve Leetcode 890 (https://leetcode.com/problems/find-and-replace-pattern/) as both are pretty similar and you will get a better idea about why are we using two maps. CHEERS!!

ankit351104 avatar Oct 27 '22 11:10 ankit351104