Skip to content

billbindi/fun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

README

This is just a repo for some fun projects that I work on.

game3n

A fun experiment of the 3n + 1 game where given a number, n, perform these steps:

    1) if n = 1 stop
    2) if n even, divide by 2
    3) if n odd, triple and add 1

About

For fun side projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages