Fujitsu Interview Question

How to check if two words are anagrams

Interview Answer

Anonymous

Jan 27, 2018

Sort the words into alphabetical order, check if the sorted words are identical