loading

Ransom Note — Step-by-Step Visualization

easyLeetCode #383Hash TableStringCounting

Given two strings ransomNote and magazine, return true if ransomNote can be constructed by using the letters from magazine and each letter in magazine can only be used once.

Related Problems