#hashmap
Read more stories on Hashnode
Articles with this tag
what is Anagram ? A word, phrase, or name formed by rearranging the letters of another, such as spar, formed from rasp. solution : Hash Map : const...
Leet code question Example 1: Input: nums = [1,2,3,1] Output: true Example 2: Input: nums = [1,2,3,4] Output: false Example 3: // code ...