Relative Content

Tag Archive for javaalgorithm

Finding if strings can be anagrams

I have String s1 and String s2, the pair s1 , s2 is called special strings if we can make them anagram by removing a single character (any number of times) from each string s1 and s2.

Finding is strings can be anagrams

I have String s1 and String s2, the pair s1 , s2 is called special strings if we can make them anagram by removing a single character (any number of times) from each string s1 and s2.