Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: collatz-problem

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

rodmoioliveira/collatz

collatz is a CLI for printing the hailstone sequence of a number.

Language: Rust - Size: 69.3 KB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 0 - Forks: 0

Rudxain/collatz_finder

Tries to find a counter-example to the Collatz Conjecture, in Rust

Language: Rust - Size: 62.5 KB - Last synced: 27 days ago - Pushed: 27 days ago - Stars: 0 - Forks: 0

TimelessRepository/collatz-conjecture

Python implement for Collatz Conjecture.

Language: Python - Size: 4.88 KB - Last synced: about 1 month ago - Pushed: about 1 month 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: about 2 months ago - Pushed: almost 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: about 2 months ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

gandarez/collatz-conjecture

Golang implementation of 3N+1 problem

Language: Makefile - Size: 5.86 KB - Last synced: about 2 months ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

yoramvandevelde/Collatz_conjecture

Language: Java - Size: 14.6 KB - Last synced: about 2 months ago - Pushed: 12 months 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: about 2 months ago - Pushed: about 2 months ago - Stars: 4 - Forks: 1

xbarin02/collatz

Convergence verification of the Collatz problem

Language: Shell - Size: 874 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 56 - Forks: 6

OnlyF0uR/collatz-conjecture

Simple "Collatz Conjecture" step counter in multiple programming languages.

Language: Rust - Size: 4.88 KB - Last synced: about 1 month ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

danielmihalcea/fractales_js

realtime Javascript fractal generator

Language: JavaScript - Size: 239 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

veudal/Collatz-Problem

This is a small programm, I wrote to visuallize the Collatz Conjecture for any wished number.

Language: C# - Size: 1.64 MB - Last synced: 3 months ago - Pushed: almost 2 years ago - Stars: 3 - Forks: 0

XDream8/collatz-problem-tester

Just a minimal tester for collatz conjecture

Language: Rust - Size: 5.86 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 1 - Forks: 0

YoungMYN/collatz-theory

Experimental proof for a segment of numbers.

Language: Java - Size: 306 KB - Last synced: about 2 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

chomnr/InfinityToOne

A Rust-based Collatz conjecture sequencer.

Language: Rust - Size: 5.86 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 1 - Forks: 0

mullaghori/Collatz-Sequence

It's a practice project for python beginners!

Language: Python - Size: 14.6 KB - Last synced: 8 months ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

leonxjass/ConjeturadeCollatz

El programa proporcionado implementa una variante simplificada del famoso problema matemΓ‘tico conocido como "Conjetura de Collatz" o "Conjetura 3n + 1"

Language: Java - Size: 7.81 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

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: 10 months ago - Pushed: almost 3 years ago - Stars: 1 - 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: 10 months ago - Pushed: 10 months 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: 10 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

adeeb10abbas/CollatzConjecture

Language: Python - Size: 1.95 KB - Last synced: 12 months ago - Pushed: almost 6 years ago - Stars: 0 - Forks: 0

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: 11.7 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 2 - Forks: 0

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: about 1 year ago - Pushed: about 2 years 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: about 1 year ago - Pushed: about 1 year ago - Stars: 1 - Forks: 1

xbarin02/collatz-sieve

Convergence verification of the Collatz problem

Language: C - Size: 733 MB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 1 - Forks: 0

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: 2 months ago - Pushed: about 1 year ago - Stars: 1 - Forks: 0

andrew3314/collatz

A simple script that generates svg files with Collatz graphs for any given limit of numbers.

Language: Python - Size: 14.8 MB - Last synced: 5 months ago - Pushed: about 1 year 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: about 1 year ago - Pushed: over 1 year ago - Stars: 1 - Forks: 1

Gvwyn/collatz-conjecture-viewer πŸ“¦

Collatz Conjecture Viewer, with multiple (3) functions to choose from

Language: C++ - Size: 20.5 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

csharpython/collatz_sequence_maker

γ‚³γƒ©γƒƒγƒ„ζ•°εˆ—η”Ÿζˆε™¨

Language: C++ - Size: 98.6 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

csharpython/Collatz_Sequence_1to5K

γ‚³γƒ©γƒƒγƒ„δΊˆζƒ³γ«ι–’γ™γ‚‹δ½•γ‹

Size: 268 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

BooleanCube/collatz-conjecture

Research based around a simple yet fascinating repetitive piecewise function.

Language: Python - Size: 53.7 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

Victor-Pavageau/CollatzConjecture

The goal of this personal project was to develop a script that will attempt to solve the Collatz conjecture, also known as the Syracuse problem. This personal challenge was developed, tested and optimized in less than 2 hours.

Language: Python - Size: 1000 Bytes - Last synced: about 1 year ago - Pushed: about 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: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

sashamakarenko/collatz

3n+1 differently

Language: Java - Size: 567 KB - Last synced: 7 months ago - Pushed: 7 months 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: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 1

Kartmaan/Collatz_conjecture

Graphic representations of Collatz sequences

Language: Python - Size: 208 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

PiyushSuthar/Collatz-Conjecture

The visual representation of The Simplest Math Problem No One Can Solve. (3N+1 Problem)

Language: HTML - Size: 5.86 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 2 - Forks: 3

Haruno19/collatz-conjecture-csharp

Collatz Conjecture simulation with graphical output

Language: C# - Size: 28.3 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

Saul11235/3n--1

Scripts for collatz conjeture writed on python

Language: Python - Size: 5.86 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

ranchordo/Collatz-fractal

Weird self-similarities and patterns are found when expanding the Collatz conjecture to the complex plane. This repo contains code for generating this fractal.

Language: Java - Size: 9.29 MB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

agkaminski/collatz

Collatz conjecture (https://en.wikipedia.org/wiki/Collatz_conjecture) brute-force counter-example finder

Language: C - Size: 3.91 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

3rt4nm4n/CollatzSequenceSolver

Collatz Sequence is a sequence in which after initial value (n) the next value is n/2 if n is even or 3n+1 if n is odd. The sequence continues until the value is 1. In this program the user can either input a value, see the sequence and its length or user can see the longest Collatz Sequence with an initial value that is under 1 million. The question is from Project Euler (Problem #14)

Language: Python - Size: 2.93 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 1 - 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: about 1 year ago - Pushed: almost 3 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: about 1 year ago - Pushed: almost 3 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: about 1 year ago - Pushed: about 3 years ago - Stars: 1 - Forks: 0

iamitaliya/Python-Basics

Language: Python - Size: 840 KB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

sichkar-valentyn/Collatz_conjecture

Implementing Collatz conjecture by recursive function

Language: Python - Size: 7.81 KB - Last synced: over 1 year ago - Pushed: almost 5 years ago - Stars: 0 - Forks: 0

Samdney/paper-collatz

Paper: "About the proof of the Collatz conjecture", Status: Eprint: arXiv:1303.2073, id: paper_0001

Language: TeX - Size: 300 KB - Last synced: about 1 month ago - Pushed: about 5 years ago - Stars: 0 - Forks: 0

mfcecilia/recursion

VT Programming team lecture 2016.02.09

Language: Java - Size: 236 KB - Last synced: about 1 year ago - Pushed: over 8 years ago - Stars: 0 - Forks: 0