Skip to content

Initial commit on my assignment-1 branch#1

Open
Jectrianama wants to merge 3 commits intomainfrom
assignment-1
Open

Initial commit on my assignment-1 branch#1
Jectrianama wants to merge 3 commits intomainfrom
assignment-1

Conversation

@Jectrianama
Copy link
Copy Markdown
Owner

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

I am adding the code for assignment 1 and homework

What did you learn from the changes you have made?

How to make a function to detect if two words are anagrams.

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

We can add phrases instead of single words and the function has to look for anagrams inside 2 phrases

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

I think there was no problem since the topics were discussed in class.

How were these changes tested?

I tested with the several cases provided in the notebook

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

N/A

Checklist

  • [ x] I can confirm that my changes are working as intended

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.

Revise. Output should be a boolean only

@Jectrianama
Copy link
Copy Markdown
Owner Author

Revise. Output should be a boolean only

Thank you for your feedback, I've already fixed the output. should I open a new PR?

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! One note for improvement, no need for 'if...else'—the comparison itself returns a boolean

@Jectrianama
Copy link
Copy Markdown
Owner Author

Great! One note for improvement, no need for 'if...else'—the comparison itself returns a boolean

Done!, Thank you!

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