blob: f138b075d7917cc7f064b25c9253eb6d43edc1f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
### Markov Chains
This is a simple implementation of markov chains
### Build
To build use
``` ./build.sh ```
to build and run use
``` ./build.sh run ```
See the build.sh file for more info
|