QuantForcesquant interview practice

QIP_Q022. Check anagrams with/without sorting

difficulty 1100·answer type: algorithm·Not solved

Problem

Write a Python function to check whether two strings are anagrams. Do versions with and without sorting.

Submit answer

You must be signed in to submit answers.