Skip to content

Assignment 1 Submission#1

Open
aravijay wants to merge 1 commit intomainfrom
assignment-1
Open

Assignment 1 Submission#1
aravijay wants to merge 1 commit intomainfrom
assignment-1

Conversation

@aravijay
Copy link
Copy Markdown
Owner

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

I have answered the questions that prompt the user to check if two words are anagrams (they have the same characters both in quantity and values, either case-sensitive or not)

What did you learn from the changes you have made?

I have learned how to turn a string into a list of chars and sort them appropriately.

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

I was originally going to use set() instead of sorted(), but then I learned that it culled duplicate characters.

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

N/A

How were these changes tested?

These were tested in a separate repository to ensure that nothing was modified ahead of time.

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

Checklist

  • I can confirm that my changes are working as intended

Copy link
Copy Markdown

@xindizhang xindizhang left a comment

Choose a reason for hiding this comment

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

Great job! Your code is clean, well-written, and well-documented and the PR description is clear. Assignment 1 is complete — no changes needed.

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