collatz_length 0.1.1

Calculate the length of the Collatz sequence for a given number
Documentation
1
2
3
4
5
6
7
8
9
10
11
[dependencies]

[package]
description = "Calculate the length of the Collatz sequence for a given number"
edition = "2021"
homepage = "https://github.com/ellygaytor/collatz"
license = "MIT OR Apache-2.0"
name = "collatz_length"
repository = "https://github.com/ellygaytor/collatz"
resolver = "2"
version = "0.1.1"