Skip to content

Commit b198f28

Browse files
committed
Initial commit
1 parent 0cd9924 commit b198f28

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ The conjecture asserts that no matter what positive integer `n` you start with,
1515

1616
## Project Structure
1717

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.
2222

2323
## How to Run This Code
2424

@@ -54,8 +54,8 @@ The conjecture asserts that no matter what positive integer `n` you start with,
5454

5555
## Author
5656

57-
- Subhadra Poshitha
57+
- [Subhadra Poshitha](https://github.com/AiDarkEzio)
5858

5959
## License
6060

61-
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

Comments
 (0)