/Four

Takes an integer, converts it to its English word equivalent, recurses with the length of the word as the new integer. This algorithm will always converge to 4=four.

Primary LanguagePython

No issues in this repository yet.