Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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.
https://github.com/michaelsdavid/collatz-conjecture-visualization
collatz-conjecture collatz-problem collatz-sequences matplotlib matplotlib-pyplot python python3
Last synced: about 2 months ago
JSON representation
A visualization of the Collatz Conjecture for any initial positive integer, n, checking until the sequence eventually narrows down to 1.
- Host: GitHub
- URL: https://github.com/michaelsdavid/collatz-conjecture-visualization
- Owner: MichaelSDavid
- Created: 2021-07-31T19:54:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-02T19:13:04.000Z (over 3 years ago)
- Last Synced: 2023-08-15T17:44:14.059Z (over 1 year ago)
- Topics: collatz-conjecture, collatz-problem, collatz-sequences, matplotlib, matplotlib-pyplot, python, python3
- Language: Python
- Homepage:
- Size: 896 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Collatz-Conjecture-Visualization
A visualization of the Collatz Conjecture for any initial positive integer, n, checking the sequence until it should eventually narrow down to 1.
(Requires `matplotlib` to be installed to run)Or try it live on [trinket.io](https://trinket.io/python3/f2a32f2cd0)!