-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d959400
commit dd52005
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
# Collatz-Conjecture-Visualization | ||
|
||
A visualization of the Collatz Conjecture for any initial positive integer, n, checking the sequence until it should narrow down to 1. | ||
(Requires `matplotlib` to be installed) | ||
(Requires `matplotlib` to be installed to run)<br/> | ||
|
||
<img src="https://media.discordapp.net/attachments/342481673822404608/871119471287369728/unknown.png?width=2082&height=1332" width="800" height="446"> | ||
Or try it live on [trinket.io](https://trinket.io/python3/6b7f1d9c74)! | ||
|
||
<img src="https://raw.githubusercontent.com/MichaelSDavid/Collatz-Conjecture-Visualization/main/bruhmomentum.png" width="800" height="446"> | ||
<br/> |