-
Notifications
You must be signed in to change notification settings - Fork 399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Anagram Calculator #886
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @ImmidiSivani, Welcome to the project CalcDiverse! 🎊
Thanks for your contribution! Your effort makes this project better. Keep it up! 🙌
Please wait for the PR to be reviewed. Happy Coding!! ✨
✅ Deploy Preview for calcdiverse ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Congrats on getting your PR merged to the repo under GSSOC 2k24 🥳 @ImmidiSivani |
Fixes Issue🛠️
Closes #730
Description👨💻
Anagram Calculator is used to check for 2 strings whether one string can be rearranged to get another string and vice versa.
For example:
string 1: car
string 2: arc
We can rearrange the letters in string 1 to get string 2, and we can rearrange the letters in string 2 to get string 1
so the output will be ANAGRAM.
Type of change📄
How this has been tested✅
Checklist✅
Screenshots/GIF📷