An implementation of a Genetic Algorithm to the Infinite Monkey Theorem made in TypeScript
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.
I STRONGLY RECCOMEND YOU TO CHECK OUT THE EXPLAINATION. Especially if you don't have experience with the concept of Genetic Algorithms.
- TypeScript
- Node.js
Compile TypeScript code
tsc
Run the main.js
script
npm run start