Skip to content

Assignment 1 complete#1

Open
MannyD95 wants to merge 2 commits intomainfrom
assignment1
Open

Assignment 1 complete#1
MannyD95 wants to merge 2 commits intomainfrom
assignment1

Conversation

@MannyD95
Copy link
Copy Markdown
Owner

@MannyD95 MannyD95 commented May 6, 2025

No description provided.

Copy link
Copy Markdown

@juliagallucci juliagallucci left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Youre on the right track. There is a logical flaw: your code checks whether each character in word_a exists somewhere in word_b, but does not account for character counts. This can incorrectly return True for words that are not actual anagrams. Please revise

@MannyD95
Copy link
Copy Markdown
Owner Author

MannyD95 commented May 9, 2025

Request changes implemented in new commit

Copy link
Copy Markdown

@juliagallucci juliagallucci left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants