###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
findparameter is found in thesourceparameter ifsourcewere circular in nature. Meaning there is no end to thesourcestring. - 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.
