collatz-algorithm
Here are 29 public repositories matching this topic...
Language:All
Sort:Most stars
A python program to run the Collatz algorithm
- Updated
Aug 18, 2020 - Python
An interactive python based program for hailstone sequence calculation, the numbers that increase and decrease but eventually settles into a repeating pattern of the numbers 4, 2, 1. The sequence is generated by starting with any positive whole number greater than zero. Also plot graphs which reveals the true beauty of conjecture
- Updated
Oct 8, 2022 - Python
Python programs created to study the conjecture.
- Updated
Oct 14, 2025 - Jupyter Notebook
The Collatz Conjecture | 3N + 1
- Updated
Aug 13, 2023 - Python
3n+1 differently
- Updated
Nov 12, 2023 - Java
Research based around a simple yet fascinating repetitive piecewise function.
- Updated
Jan 21, 2023 - Python
A computational service and API for exploring and understanding the Collatz Conjecture. Continuously calculates Collatz sequences from any given number and stores results in a SQLite database for querying and analysis.
- Updated
Oct 24, 2025 - Python
Just a minimal tester for collatz conjecture
- Updated
Jan 24, 2024 - Rust
Input any Positive Integer and receives the complete sequence of The Collatz Conjecture.
- Updated
Jan 25, 2021 - Python
Arc diagram visualization of the parity Collatz function from the famous conjecture.
- Updated
Jun 27, 2025 - Python
Think you can find the non-decaying number?
- Updated
Sep 10, 2025 - Rust
This is my solution or the Collatz Sequence project assignment from Chapter 3 of Automate the Boring Stuff with Python
- Updated
Mar 31, 2023 - Python
Script provides Collatz conjecture numbers graph for a given starting number
- Updated
Nov 30, 2022 - Python
Implementacion de la práctica desarrollada de WinDLX a lo largo del curso 23-24 de Arquitectura de Computadores (USAL)
- Updated
Oct 31, 2024 - Assembly
Graphic representations of Collatz sequences
- Updated
Apr 29, 2023 - Python
A basic Python 3 script to make a line graph by calculating the Collatz Conjecture from any given integer.
- Updated
Aug 9, 2021 - Python
Highly optimized rust program to find the number with the largest steps from 1 to n following the collatz conjecture
- Updated
Aug 4, 2023 - Rust
Visualization of the Collatz Hypothesis (3n + 1 dilemma, Syracuse problem)
- Updated
Aug 14, 2021 - Python
Go implementation of code, exploring the Collatz conjecture, a famous mathematical problem
- Updated
Jul 29, 2022 - Go
Improve this page
Add a description, image, and links to thecollatz-algorithm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with thecollatz-algorithm topic, visit your repo's landing page and select "manage topics."