Skip to content

collatz-prefixes/collatz-prefixes-typescript

Repository files navigation

License: MIT Test Workflow NPM Version

Collatz Prefixes

A pattern among hailstone numbers. Read the Gitbook for the theory.

Installation

All functions are exposed via a zero-dependency package.

# yarn
yarn add collatz-prefixes
# npm
npm install collatz-prefixes
# pnpm
pnpm add collatz-prefixes

Usage

import * from 'collatz-prefixes'

// TODO

Testing

You can run tests via:

yarn test