This page contains examples of Markov algorithm programs with descriptions. Most of them can be found at examples/ directory in tarballs.
Follow links for detailed descriptions and source code
File name | Brief description |
---|---|
[vm_markov_3^x-2y.fvm] | Calculates (3 power x - 2y) for two unary numbers |
[bin_invert.fvm] | Inverts 0 and 1 within a binary number |
[bin_invert_leading_0] | Inverts 0 and 1 within a binary number and removes leading zeros in the result |