Instructions:
- Fork this repository to your GitHub account.
- Clone the forked repository locally to your machine.
- Create a new branch named Feature01.
Objective: The purpose of this section is to practice writing more methods to use arrays.
- Two words are anagrams if they contain the same letters AND the same number of each letter. For example, "stop" is an anagram of "pots", "allen downey" is an anagram of "well annoyed", and "christopher mayfield" is an anagram of "hi prof the camel is dry".
- Write a method that takes 2 strings and checks whether they are anagrams of each other.
- HINT: The lab's histogram method may be helpful.
Follow these steps for submission:
- Create a Feature01 branch of your code if you haven't already.
- Commit your working code for the exercises to your local copy/Feature01 branch.
- Push it to your Remote/origin branch (i.e., GitHub: Feature01 -> origin/Feature01).
- Issue a Pull request to my instructor repo.
- Make sure to COPY the Pull request URL and submit it for the lab/assignment in Canvas.