https://github.com/ratwolfzero/collatz_bigint
Program to calculate the Collatz sequence for very large integers. Using crate BigInt.
https://github.com/ratwolfzero/collatz_bigint
collatz-conjecture collatz-sequences hailstone-numbers syracuse-problem unsolved-problems
Last synced: 9 months ago
JSON representation
Program to calculate the Collatz sequence for very large integers. Using crate BigInt.
- Host: GitHub
- URL: https://github.com/ratwolfzero/collatz_bigint
- Owner: ratwolfzero
- License: mit
- Created: 2024-12-27T22:07:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-04T17:33:07.000Z (11 months ago)
- Last Synced: 2025-02-14T19:38:23.159Z (11 months ago)
- Topics: collatz-conjecture, collatz-sequences, hailstone-numbers, syracuse-problem, unsolved-problems
- Language: Rust
- Homepage: https://github.com/ratwolfzero/collatz_bigint
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# collatz_bigint
Program to calculate the Collatz sequence for very large integers using crate BigInt.
Input value can be entered like 27, 2^199, or 2^199-1.
My Mac mini with M2 and 8 GB Ram was able to handle at least 2^30000-1