Sponsored
Use these hints if you're stuck. Try solving on your own first.
What data structure can we use to count the frequency of each character?
Are there edge cases where a character is present in one string but not the other?
Solve with full IDE support and test cases