Topic: "collatz-algorithm"
akjroller/collatz-conjecture-explorer
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.
Language: Python - Size: 16 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 2 - 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

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

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

cx0y/collatz
The Collatz conjecture is one of the most famous unsolved problems in mathematics. The conjecture asks whether repeating two simple arithmetic operations will eventually transform every positive integer into 1.
Language: Python - Size: 1.13 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 1

aclongo/collatz-sequence
This is my solution or the Collatz Sequence project assignment from Chapter 3 of Automate the Boring Stuff with Python
Language: Python - Size: 4.88 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

StevieoXOR/Collatz-Shared-Memory
An implementation of the Collatz Conjecture
Language: C - Size: 14.6 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

BooleanCube/collatz-conjecture
Research based around a simple yet fascinating repetitive piecewise function.
Language: Python - Size: 53.7 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Abhijeetbyte/Collatz-conjecture
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
Language: Python - Size: 4.74 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

kernelwernel/Collatz-conjecture
An algorithmic calculator to compute the Collatz conjecture using the GPU's parallel processing power
Language: Cuda - Size: 35.2 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - 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

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

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

rubenangber/USAL-ARQUITECTURA-DE-COMPUTADORES
Implementacion de la práctica desarrollada de WinDLX a lo largo del curso 23-24 de Arquitectura de Computadores (USAL)
Language: Assembly - Size: 7.81 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - 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

Winterwind/Collatz-Conjecture
A simple java program that demonstrates the Collatz Conjecture. Results print in terminal.
Language: Java - Size: 1000 Bytes - Last synced at: 3 months ago - Pushed at: over 1 year 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

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

norbert-acedanski/collatz-conjecture
Script provides Collatz conjecture numbers graph for a given starting number
Language: Python - Size: 5.86 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

KiARC/CollatzRand
My Collatz Conjecture based PRNG. It takes advantage of the geometric Brownian motion of the sequence for a given seed to generate pseudorandom bits
Language: Java - Size: 115 KB - Last synced at: over 2 years 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

mojotx/collatz
Go implementation of code, exploring the Collatz conjecture, a famous mathematical problem
Language: Go - Size: 16.6 KB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - 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

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: 3 days ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

niciki/Collatz_conjecture_visualization
Visualization of the Collatz Hypothesis (3n + 1 dilemma, Syracuse problem)
Language: Python - Size: 19.5 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0
