Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ratwolfzero/collatz_bigint
Calculate and display the Collatz sequence (3n+1 problem) for very large integers
https://github.com/ratwolfzero/collatz_bigint
3nplus1 3nplus1-problem collatz-conjecture collatz-sequences hailstone-numbers rust-lang syracuse-problem unsolved-problems
Last synced: 15 days ago
JSON representation
Calculate and display the Collatz sequence (3n+1 problem) for very large integers
- Host: GitHub
- URL: https://github.com/ratwolfzero/collatz_bigint
- Owner: ratwolfzero
- Created: 2023-09-30T07:39:35.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-05T18:34:56.000Z (about 1 year ago)
- Last Synced: 2023-10-05T19:35:52.984Z (about 1 year ago)
- Topics: 3nplus1, 3nplus1-problem, collatz-conjecture, collatz-sequences, hailstone-numbers, rust-lang, syracuse-problem, unsolved-problems
- Language: Rust
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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