This project solves the Collatz Conjecture using PHP. It has three versions that demonstrate improvements in coding logic and efficiency.
- Version 1: Basic implementation
- Version 2: Improved with a step counter
- Version 3: Enhanced with error handling and validation