Collatz conjecture and reverse conjecture. Showing graph and sequence with D3 library.
-
Updated
Sep 10, 2016 - JavaScript
Collatz conjecture and reverse conjecture. Showing graph and sequence with D3 library.
Calculates the Collatz series, given a positive integer
Adventures in Collatz
A visualization of the Collatz conjecture using an HTML5 canvas.
Collatz algorithm written in rust, compiled to WASM and used in a webproject. Chartjs used for graphics.
Start with a number n > 1. Find the number of steps it takes to reach one using the following process: If n is even, divide it by 2. If n is odd, multiply it by 3 and add 1.
Floral art made using the infamous Collatz Conjecture. This was inspired by Veritasium's video on this topic.
Simple visualisation of Collatz sequences using canvas and js
A web app to visualize collatz conjecture for small and large numbers.
📈 Simple collatz conjecture visualisation using React and chart.js
📚 Program to calculate Collatz conjecture path.
Demonstration of Collatz Conjecture (3N+1) in React/Next.js
Visualisation of the Collatz conjecture
App to visualize Collatz Conjecture
Collatz Bezier Rainbow project for fxhash.xyz
Customizable visualization of the Collatz conjecture in JavaScript
A simple command line visualizer of the Collatz Conjecture.
An API written in Node.js + Express.js which calculates the collatz conjecture for a number.
Add a description, image, and links to the collatz-conjecture topic page so that developers can more easily learn about it.
To associate your repository with the collatz-conjecture topic, visit your repo's landing page and select "manage topics."