Markov algorithm: Difference between revisions

Content deleted Content added
m fix Russian typo
Line 11:
An example of a normal algorithm scheme in five-letter alphabet <math>|*abc</math> can serve the following scheme:
 
: <math>\left\{\begin{matrix} |b&\to& ba|\\ ab&\to& ba\\ b&\to&\\ {*}|&\to& b*& \\ {*}&\to& c& \\
|c&\to& c\\ ac&\to& c|\\ c&\to\cdot\end{matrix}\right.</math>