Skip to content

In this project, you can input a number and it will give a Graph that how you can reach 1, 2, 4 loops at the end.

License

Notifications You must be signed in to change notification settings

abirabedinkhan/3x-1-Graph-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3x+1 Graph Generator

The 3x+1 problem concerns an iterated function and the question of whether it always reaches 1 when starting from any positive integer. It is also known as the Collatz problem or the hailstone problem.

In this project, you can input a number and it will give a Graph that how you can reach 1, 2, 4 loops at the end.

It Just Work with positive integers.

Installation

Install 3x+1 Graph Generator with pip3

  cd my-project
  pip3 install -r requirements.txt
  flask run

License

MIT

About

In this project, you can input a number and it will give a Graph that how you can reach 1, 2, 4 loops at the end.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published