Topic: Two Pointer Problem / Level: intermediate

Problem: Check if two strings are valid anagrams by sorting both strings using two pointers.

Run the code to see the output here...