fix: outstanding md linting issues

This commit is contained in:
Oliver Eyton-Williams
2020-08-13 17:35:04 +02:00
committed by Mrugesh Mohapatra
parent 61460c8601
commit 109f2d8eab
3 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@ apply1 @ 1 - > x@ y的下一阶段
1 + _ - > 1
_ + _ - >
</pre><p>示例文本: </p><p> <code>_1111*11111_</code> </p> <p>应该生成输出: </p><p> <code>11111111111111111111</code> </p>规则集5 <p>一台简单的<a href="http://en.wikipedia.org/wiki/Turing_machine" title="链接http//en.wikipedia.org/wiki/Turing_machine">图灵机</a> </p><p>实施三态<a href="http://en.wikipedia.org/wiki/Busy_beaver" title="链接http//en.wikipedia.org/wiki/Busy_beaver">繁忙的海狸</a></p><p>磁带由0和1组成状态为ABC和H对于Halt并且通过在头部所在的字符之前写入状态字母来指示磁头位置。 </p><p>必须在输入中给出机器操作的初始磁带的所有部分。 </p><p>除了证明Markov算法是Turing-complete之外它还让我抓住了C ++实现中的一个错误,这个错误没有被前四个规则集捕获。 </p><pre>图灵机:三态繁忙的海狸
#sta A符号0 =>写1向右移动新状态BA0 - > 1B
状态A符号0 =>写1向右移动新状态BA0 - > 1B
状态A符号1 =>写1向左移动新状态C0A1 - > C01
1A1 - > C11
状态B符号0 =>写1向左移动新状态A0B0 - > A01