https://github.com/lovesaroha/infinite-monkey-problem
The infinite monkey theorem states that a monkey hitting keys at random on a typewriter keyboard for an infinite amount of time will almost surely type any given text, such as the complete works of William Shakespeare.
https://github.com/lovesaroha/infinite-monkey-problem
algorithm genetic-algorithm html infinite-monkey-theorem javascript
Last synced: 9 months ago
JSON representation
The infinite monkey theorem states that a monkey hitting keys at random on a typewriter keyboard for an infinite amount of time will almost surely type any given text, such as the complete works of William Shakespeare.
- Host: GitHub
- URL: https://github.com/lovesaroha/infinite-monkey-problem
- Owner: lovesaroha
- License: gpl-3.0
- Created: 2021-09-07T18:26:13.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-01T11:19:46.000Z (about 4 years ago)
- Last Synced: 2025-01-12T19:23:41.058Z (11 months ago)
- Topics: algorithm, genetic-algorithm, html, infinite-monkey-theorem, javascript
- Language: CSS
- Homepage: https://js.lovesaroha.com/Infinite-Monkey-Problem
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Infinite-Monkey-Problem (With Genetic Algorithm)
The infinite monkey theorem states that a monkey hitting keys at random on a typewriter keyboard for an infinite amount of time will almost surely type any given text, such as the complete works of William Shakespeare.
Demo [lovesaroha/Infinite-Monkey-Problem](https://js.lovesaroha.com/Infinite-Monkey-Problem)
