Given two strings `source` and `target`, determine if they contain the same characters, where the frequency of each character in `source` must be equal to its frequency in `target`, without considering the order of characters.
Analyze constraints and compute optimal solutions step-by-step.
No dry run loaded.
🚀 Practice this problem
Run code, get AI hints & track streak