[LeetCode] Top Interview 150 Problems Solving # 383 Ransom Note
Understanding the Problem
There are two strings give as parameters, ransomNote and magazine. I need to return True if ransomNote can be constructed with the characters of magazine. As an example,
# sample 1
ransomNote = "ba"
magazine = "aab"
this sa...
ramieeee.me2 min read