codezonediitj / pydatastructs

A python package for data structures and algorithms
https://pydatastructs.readthedocs.io/en/stable/
Other
202 stars 270 forks source link

ADD ANAGRAMS CODE #360

Closed srisatya12 closed 3 years ago

srisatya12 commented 3 years ago

I want to add anagram code in String directory . Please assign me this issue as participant of GSSOC'21. EXAMPLE 1: Input - Triangle Integral Output- Triangle and Integral are anagrams. EXAMPLE 2: Input - Just Oust Output - Just and Oust are not anagrams.

Smit-create commented 3 years ago

Please see https://github.com/codezonediitj/pydatastructs/issues/343 for effective ideas