Skip to content

Conversation

@PSulf
Copy link
Owner

@PSulf PSulf commented May 2, 2025

What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports)

I added the solution for Assignment 1, which includes both the basic anagram checker and an extended version with a case sensitivity flag.

What did you learn from the changes you have made?

To use the Python functions like .lower() and sorted() to compare string content, and how to add parameters like is_case_sensitive.

Was there another approach you were thinking about making? If so, what approach(es) were you thinking of?

I decided to use sorting instead since it was simpler and still matched the goals of the assignment.

Were there any challenges? If so, what issue(s) did you face? How did you overcome it?

not much this time))

How were these changes tested?

I ran all three test cases provided in the assignment instructions and verified that the function returned the expected results.

A reference to a related issue in your repository (if applicable)

N/A

Checklist

  • I can confirm that my changes are working as intended

Copy link

@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.

3 participants