javascript-algorithms
javascript-algorithms copied to clipboard
Add Markov Chain or Markov Process algorithm
Wikipedia: https://en.wikipedia.org/wiki/Markov_chain
Implementations:
-
Random pronounceable words generator Example in coffee-script (8 years old) here: https://github.com/SyntaxColoring/Markov-Word-Generator/tree/Markov.coffee
-
Random sentence generator Example in ruby/python (7 years old) here: https://github.com/hrs/markov-sentence-generator
This sounds interesting, can I be assigned this?