Skip to main content
Module

x/collatz/src/utilities.ts>KNOWN_CYCLES

Functions related to the Collatz/Syracuse/3N+1 problem.
Latest
variable KNOWN_CYCLES
import { KNOWN_CYCLES } from "https://deno.land/x/collatz@javascript-v1.2.0/src/utilities.ts";

The four known cycles (besides 0 cycling to itself), for the default parameterisation.

type

bigint[][]