###Good Morning Agents
Your challenge this morning is to create a function that implements an algorithm using the concepts we've covered this week.
###Challenge
- Write an algorithm that takes in 2 strings as parameters (source, find).
- Your function should return true if the string passed in as the
find
parameter is found in thesource
parameter ifsource
were circular in nature. Meaning there is no end to thesource
string. - Important: A match would be true if the word to find is partially at the end of the word and at the beginning in sequence.
Ex.