Crates.io | hailstone |
lib.rs | hailstone |
version | 0.1.0 |
source | src |
created_at | 2023-01-26 01:21:15.557483 |
updated_at | 2023-01-26 01:21:15.557483 |
description | Program for testing the Collatz Conjecture |
homepage | |
repository | |
max_upload_size | |
id | 768097 |
size | 23,430 |
beetle-collatz
cratebeetle-collatz
provides all the functions related to the Collatz Conjecture we need.
inquire
provides the Terminal UI
rayon
provides multi-threading for multi-core CPUs
strum
& strum-macros
allow for better parsing of user input to enum variants (makes adding and removing options from the Terminal UI easier)
? Select an operation
> Explain the collatz conjecture
Check if a number falls to 1
Check if a range of numbers fall to one
Steps a NUMBER takes to reach 1
Steps a RANGE takes to reach 1.
Transformations a NUMBER takes to reach 1.
v Transformations a RANGE takes to reach 1.
[↑↓ to move, enter to select, type to filter]