Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 552 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 552 Bytes

Anagram Selector

This project uses the catch framework to test functionality.

Anagrams

For definition and examples, see here

The task

Two functions need to be implemented:

  1. Determine whether two words are anagrams or not
  2. 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.