You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,10 @@ The conjecture asserts that no matter what positive integer `n` you start with,
15
15
16
16
## Project Structure
17
17
18
-
-`collatz_plot.py`: Contains the function to generate the Collatz sequence for a given number.
19
-
-`collatz_plot_one.py`: Plots the Collatz sequence for a single number.
20
-
-`collatz_plot_range.py`: Plots the Collatz sequences for a range of numbers, each in a different color.
21
-
-`requirements.txt`: Lists the dependencies required to run the scripts.
18
+
-[`collatz_plot.py`](https://github.com/AiDarkEzio/collatz-conjecture-visualizer/blob/master/collatz_plot.py): Contains the function to generate the Collatz sequence for a given number.
19
+
-[`collatz_plot_one.py`](https://github.com/AiDarkEzio/collatz-conjecture-visualizer/blob/master/collatz_plot_one.py): Plots the Collatz sequence for a single number.
20
+
-[`collatz_plot_range.py`](https://github.com/AiDarkEzio/collatz-conjecture-visualizer/blob/master/collatz_plot_range.py): Plots the Collatz sequences for a range of numbers, each in a different color.
21
+
-[`requirements.txt`](https://github.com/AiDarkEzio/collatz-conjecture-visualizer/blob/master/requirements.txt): Lists the dependencies required to run the scripts.
22
22
23
23
## How to Run This Code
24
24
@@ -54,8 +54,8 @@ The conjecture asserts that no matter what positive integer `n` you start with,
This project is licensed under the MIT License - see the [](LICENSE) file for details.
61
+
- This project is licensed under the MIT License - see the [LICENSE](https://github.com/AiDarkEzio/collatz-conjecture-visualizer/blob/master/LICENSE) file for details.
0 commit comments