Given an array of strings, you need to remove strings which are anagrams of strings preceding them in the given array. You need to return the remaining strings in sorted order. | JR Academy

Given an array of strings, you need to remove strings which are anagrams of strings preceding them in the given array. You need to return the remaining strings in sorted order.

难度: easy

标签: interviewbit, goldman-sachs, company-specific

登录后查看完整答案