Yet-Another-Series / Yet_Another_Algorithms_Repository

Beginner friendly repo for easily contributing algorithms' implementations
MIT License
34 stars 256 forks source link

Create Anagram_O(n).cpp #379

Closed alindsharmasimply closed 4 years ago

alindsharmasimply commented 4 years ago

A more efficient way of knowing whether two strings are anagrams or not.

Nikunj-Aggarwal commented 4 years ago

follow the name conventions properly