Hash Tables: Ransom Note

  • + 1 comment

    🙌🏽 perfect , i modified a bit as i can read it better. but it cant be better than this.. ''' cm = Counter(magazine) cn = Counter(note) s = cn - cm if s: print("No") else: print("Yes") '''