jayitsaha / PracticeCode

2 stars 13 forks source link

Ransom Note #44

Open jayitsaha opened 1 year ago

jayitsaha commented 1 year ago

Given two strings ransomNote and magazine, return true if ransomNote can be constructed by using the letters from magazine and false otherwise.

Each letter in magazine can only be used once in ransomNote.

Yash-Goyal007 commented 1 year ago

Please assign this issue to me