javascript-algorithms icon indicating copy to clipboard operation
javascript-algorithms copied to clipboard

Add Markov Chain or Markov Process algorithm

Open acfatah opened this issue 3 years ago • 1 comments

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

acfatah avatar Feb 25 '22 00:02 acfatah

This sounds interesting, can I be assigned this?

Pavel-2004 avatar Aug 07 '22 22:08 Pavel-2004