How to generate Markov Chain in C#

Posted by Nabeel Bukhari on Stack Overflow See other posts from Stack Overflow or by Nabeel Bukhari
Published on 2010-05-06T14:38:49Z Indexed on 2010/05/06 14:58 UTC
Read the original article Hit count: 284

I want to create this Markov Chain in C#. I need to know if there is any other structure other than adjacency list which can work better in this situation. Also how can I use the existing .Net collection type to implement this.

© Stack Overflow or respective owner

Related posts about c#

Related posts about data-structures