Vendasta interview question

Prove if two strings are anagram

Interview Answer

Anonymous

7 Apr 2025

get char array from the string and sort the array then check equals in both array will give the result of anagram.