Skip to content
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

Add is_anagram function to Solutions folder #45

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

Hbeyza
Copy link

@Hbeyza Hbeyza commented Jan 12, 2025

This PR:

  • Adds the is_anagram function to the Solutions folder.
  • Implements logic to check if two words are anagrams.
  • Prepares for testing and review.

Closes #43

@Hbeyza Hbeyza added the code challenge challenge for CDS program label Jan 12, 2025
@Hbeyza Hbeyza self-assigned this Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code challenge challenge for CDS program
Projects
Status: READY FOR REVIEW
Development

Successfully merging this pull request may close these issues.

"Add is_anagram function to verify anagram words"
1 participant