https://github.com/eval-exec/the_solution_of_3n-1_problem
Start with an integer n. If n is even, divide by 2. If n is odd, multiply by 3 and add 1. Repeat this process with the new value of n, terminating when n = 1.
https://github.com/eval-exec/the_solution_of_3n-1_problem
Last synced: 6 months ago
JSON representation
Start with an integer n. If n is even, divide by 2. If n is odd, multiply by 3 and add 1. Repeat this process with the new value of n, terminating when n = 1.
- Host: GitHub
- URL: https://github.com/eval-exec/the_solution_of_3n-1_problem
- Owner: eval-exec
- Created: 2019-01-28T08:02:44.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-28T08:03:39.000Z (almost 7 years ago)
- Last Synced: 2025-06-19T13:09:03.972Z (6 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0