Closed rakinplaban closed 6 months ago
Greetings! This is an automated message from GitHub Actions. :robot: Your pull request has been received and is awaiting for a review by the repository owner or a maintainer. This may take some time, so please be patient. While you wait, you can continue to work on other issues or pull requests, or explore the project further. Or you can simply relax and enjoy your day. Thank you for your contribution to this project! You are awesome! :star:
Type of change
Changes proposed in this pull request
Project name : Collatz Conjecture project
Short description :
The Collatz Conjecture transforms a number by dividing it by 2 if it's even or multiplying it by 3 and adding 1 if it's odd, then repeats this process until it reaches 1. The sequence for an input of 5 is: 5, 16, 8, 4, 2, 1.
Checklist