/biggest-collatz-conjecture

Algorithm that recursively find the number with the biggest sequence of Collatz Conjecture

Primary LanguageJavaScript

Biggest Collatz Conjecture sequence

This algorithm takes a number (int) and looks recursively the number with the biggest collatz conjecture sequence:

node biggest-collatz-sequence.js 13