conjecture
There are 28 repositories under conjecture topic.
markgoodhead/dictate-wizard
Dictate Wizard is an open source dictation tool powered by OpenAI's Whisper. The goal is to obsolete as much typing as possible and let you speak your emails, instant messages etc instead.
bitwyre/chebyshev_primality_testing
Chebyshev polynomials of the first kind and primality testing
SuprDewd/jay
Given initial terms of an unknown generating function F, conjecture a functional equation that F satisfies.
Anigulig/Collatz
A python program to run the Collatz algorithm
dickeyy/Collatz-Calculator
A calculator to test numbers against the collatz conjecture
Zelakolase/CycleBruteForce
Optimized Cycle finder for Collatz Conjecture generalization (qx+c)
enisbeziau/Syracuse-NSI
Projet NSI | Conjecture de Syracuse
gexahedron/cycle-double-covers
Various code related to the problem of cycle (circuit) double covers
ibLeDy/exercism-submissions
Completed exercisms on exercism.io
markuszeller/collatz-strokes
Create colorful background images utilizing the Collatz conjecture
non-compliant/Collatz-Conjecture
Calculate the number of steps before a given input reaches one, when the rules of Collatz Conjecture are applied.
ranjanistic/collatz-conjecture
Collatz Conjecture implementation in various languages and or environments.
v-dvorak/ruskey-savage-conjecture
Tests the, still open, Ruskey-Savage Conjecture (1993) for small values of n. Searches for Hamiltonian cycle with constraints. (Final project for Non-procedural programming course.)
amolgorithm/collatz-conjecture-visualizer
Enter a natural number and watch how it transforms to 1 through the Collatz process.
CaptainChicky/Hailstone-Numbers
The mysteries of the Collatz Conjecture
enisbeziau/Rendu-1
Conjecture de Syracuse | partie n°1
johnnynalley/collatz_conjecture
The Collatz Conjecture is a mathematical conjecture where if you enter any integer into the program, it will be divided by half or multiplied by 3 however many times it takes to reach 1, depending on if the number is even or odd..
JSalmon11/CONJETURA-DE-COLLATZ
Programa de la Conjetura de Collatz (Teorema 3x+1) hecho con programación de hilos.
Kartmaan/collatz_conjecture
Graphic representations of Collatz sequences
mavreyn/collatz-streamlit
Interactive Visualization of the Collatz conjecture using Streamlit
RandyRDavila/Linear_TxGraffiti
A python program that automatically produces mathematical conjectures in the field of graph theory.
SporadicDrake/Collatz-Conjecture-C-Sharp-
This is a simple program that runs through C# to prove the Collatz Conjecture. This repository includes the code (in PDF format) and the .EXE file (to run).
void4main/collatz-conjecture
Get to understand the Collatz conjecture
Kartmaan/prime-number-analysis
Analysis notebook on prime numbers
Rudxain/82k
Find numbers that can be written as 0s and 1s in all bases
Rudxain/collatz_finder
Tries to find a counter-example to the Collatz Conjecture, in Rust