Media Summary: Pretty easy/short one, just brute forcing numbers under 1 million by even/odd until they reach 1, and counting the number of terms ... Using the Q programming language, I explore different Want my help with your code? Check out the options here:
Project Euler Problem 14 Solution - Detailed Analysis & Overview
Pretty easy/short one, just brute forcing numbers under 1 million by even/odd until they reach 1, and counting the number of terms ... Using the Q programming language, I explore different Want my help with your code? Check out the options here: The following iterative sequence is defined for the set of positive integers: n → n/2 (n is even) n → 3n + 1 (n is odd) Using the rule ...