Suppose we have a list of strings (words). Write a function to return the strings that are anagrams of another string in the list.
Answers
Anonymous
2 months ago
Interview question asked to Data Scientists interviewing at Careem, Ticketmaster, OpenDoor and others: Suppose we have a list of strings (words). Write a function to return the strings that are anagrams of another string in the list..