Vanshika2063 / Leetcode-Questions

A repository for LEETCODE QUESTIONS
MIT License
22 stars 119 forks source link

Isomorphic Strings (Leetcode 205) #307

Open ankit351104 opened 1 year ago

ankit351104 commented 1 year ago

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