Skip to content

Inspired by the Infinite Monkey Theorem, Infinite Monkey types random words until it randomly types the user input word

License

Notifications You must be signed in to change notification settings

AlessioPlease/infiniteMonkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Infinite Monkey

I made this Java program inspired by the Infinite Monkey Theorem.

The program will ask the user to type a word. After it received the input, it will start building words with random letters until it will randomly type the word the user typed as input.

The program makes use of multithreading in order to provide feedback of it actually running (by default every 5 seconds), without weighing on performance.

Run

To run the program execute the main function in the Monkey class.

Enjoy

About

Inspired by the Infinite Monkey Theorem, Infinite Monkey types random words until it randomly types the user input word

Resources

License

Stars

Watchers

Forks

Languages