[UVA][ST] 100 - The 3n + 1 problem
The 3n + 1 problem
Background
Problems in Computer Science are often classified as belonging to a
certain class of problems (e.g., NP, Unsolvable, Recursive). In this
problem you will be analyzing a property of an algorithm whose
classification is not known ...