GitHub topics: collatz-sequences
rodmoioliveira/collatz
collatz is a CLI for printing the hailstone sequence of a number.
Language: Rust - Size: 181 KB - Last synced at: 4 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

ratwolfzero/Collatz
Collatz Sequence Visualization
Language: Python - Size: 465 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

c4ristian/collatz
Python library for the analysis of the Collatz problem, providing notebooks, scripts and common modules.
Language: Python - Size: 4.23 MB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 9 - Forks: 4

McDaMastR/CollatzConjectureSimulator
Efficiently calculate the longest total stopping times of Collatz sequences.
Language: C - Size: 577 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

TimelessRepository/collatz-conjecture
Python implement for Collatz Conjecture.
Language: Python - Size: 5.86 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

ratwolfzero/collatz_bigint
Program to calculate the Collatz sequence for very large integers. Using crate BigInt.
Language: Rust - Size: 1.95 KB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

ratwolfzero/collatz_bigint_file
Program to calculate the Collatz sequence for very large integers. Using crate BigInt.
Language: Rust - Size: 7.89 MB - Last synced at: about 2 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

rayanio/Collatz-Sequence-Simulation
A graphical simulation of the Collatz Conjecture. Visualize the sequence evolution in real time with adjustable speed and export options.
Language: Python - Size: 1.28 MB - Last synced at: 6 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

jfallis/collatz
Collatz Conjecture Solver & Calculator
Language: Go - Size: 75.8 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

The-Gypsy-Cossack/The-Generalized-Collatz-Conjecture
The Generalized Collatz Conjecture
Language: HTML - Size: 1.02 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

bediger4000/collatz-conjecture-puzzle
Interview question relating to Collatz sequences
Language: Go - Size: 10.7 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

Kartmaan/collatz_conjecture
Graphic representations of Collatz sequences
Language: Python - Size: 209 KB - Last synced at: 3 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

eslutz/Collatz-Sequence Fork of The-Dev-Pit/Code-Challenge-Collatz-Sequence
A code challenge to create a sequence of numbers based on the Collatz Conjecture.
Language: C++ - Size: 237 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

mojotx/collatz-c
C code for playing with the mathematical problem, the Collatz Conjecture
Language: C - Size: 3.91 KB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

20CE034/3nplusone
The Collatz Conjecture is (not) the simplest math problem I am about to code. (my first mini project made in almost a single day!)
Language: JavaScript - Size: 116 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 4 - Forks: 1

XDream8/collatz-problem-tester
Just a minimal tester for collatz conjecture
Language: Rust - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

happycod3r/The-Collatz-Conjecture-3N1
The Collatz Conjecture | 3N + 1
Language: Python - Size: 1.03 MB - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

mullaghori/Collatz-Sequence
It's a practice project for python beginners!
Language: Python - Size: 14.6 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

kaitlek/collatz-optimized
Highly optimized rust program to find the number with the largest steps from 1 to n following the collatz conjecture
Language: Rust - Size: 3.91 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

eduper1/collatz_sequence
A graphic that visualize Collatz sequence. The Collatz conjecture is a conjecture in mathematics that concerns sequences defined as follows: start with any positive integer n. Then each term is obtained from the previous term as follows: if the previous term is even, the next term is one half of the previous term.
Language: Python - Size: 1000 Bytes - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

csharpython/collatz_sequence_maker
コラッツ数列生成器
Language: C++ - Size: 98.6 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

csharpython/Collatz_Sequence_1to5K
コラッツ予想に関する何か
Size: 268 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

FHArchive/Java.CollatzSequence 📦
Generate a Collatz Sequence from a defined starting term, for example 3 > 10 > 5 > 16 > 8 > 4 > 2 > 1
Language: Java - Size: 165 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

sashamakarenko/collatz
3n+1 differently
Language: Java - Size: 567 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

orangutanemoji/collatz-conjecture
This repository holds a script that creates graphs of the Collatz Conjecture, with variables to change the equations' values.
Language: Python - Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 1

MichaelSDavid/Collatz-Conjecture-Visualization
A visualization of the Collatz Conjecture for any initial positive integer, n, checking until the sequence eventually narrows down to 1.
Language: Python - Size: 896 KB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

Haruno19/collatz-conjecture-csharp
Collatz Conjecture simulation with graphical output
Language: C# - Size: 28.3 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

toydotgame/collatz-sequence-generator
A simple Java application to find information about a given Collatz Conjecture (also known as "the 3x+1 Problem") sequence of numbers.
Language: Java - Size: 7.81 KB - Last synced at: about 2 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

dcts/collatz-wasm
Collatz algorithm written in rust, compiled to WASM and used in a webproject. Chartjs used for graphics.
Language: JavaScript - Size: 607 KB - Last synced at: 2 days ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

flacle/Collatz
Arc diagram visualization of the parity Collatz function from the famous conjecture.
Language: Python - Size: 75.2 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

vadim-geroim/collatz-sequence
Determining the Collatz sequence for a number.
Language: Ruby - Size: 3.91 KB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

osick/Collatz
Simple Calculator for collatz sequences for arbitrary large integers
Language: JavaScript - Size: 20.5 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0
