sherxon / AlgoDS

Implementation of Algorithms and Data Structures, Problems and Solutions
http://sherxon.com
MIT License
3.43k stars 610 forks source link

Added Anagram Checker #27

Closed PiyushPawar17 closed 6 years ago

sherxon commented 6 years ago

is this the same as => https://github.com/sherxon/AlgoDS/blob/master/src/problems/easy/ValidAnagram.java ? :)

PiyushPawar17 commented 6 years ago

I didn't knew that code was there. I just saw that Anagram code is not present in the algo directory so I made it on my own. By the way, my code is valid for 256 characters, not just for small alphabets. 😄

sherxon commented 6 years ago

cool) let's keep only one version of solutions unless the approaches are completely different.

PiyushPawar17 commented 6 years ago

Also, I've not seen this whole repository. So this may happen again that some code is present in other directory and not in algo directory and I've send PR for same. 😅

PiyushPawar17 commented 6 years ago

OK 👍 . Closing this PR.