This project uses the catch framework to test functionality.
For definition and examples, see here
Two functions need to be implemented:
- Determine whether two words are anagrams or not
- Select anagrams of a word from a list of words.
Tests of these functions are failing. Implement the functions and pass the tests.
Ensure that your tests cover the examples listed in the above link.