test mermaid
This commit is contained in:
@@ -297,7 +297,7 @@ On peut reprendre l'automate déterministe précédent. Il suffit de transformer
|
|||||||
|
|
||||||
**Retour sur le non déterministe.**
|
**Retour sur le non déterministe.**
|
||||||
|
|
||||||
Si on a queleque part dans la table de transition deux états ou plus dans une case, on a un choix.
|
Si on a quelque part dans la table de transition deux états ou plus dans une case, on a un choix.
|
||||||
Dans ce cas un calcul peut en fait avoir plusieurs branches.
|
Dans ce cas un calcul peut en fait avoir plusieurs branches.
|
||||||
On a un **arbre de calcul** plutôt qu'un chemin unique.
|
On a un **arbre de calcul** plutôt qu'un chemin unique.
|
||||||
|
|
||||||
@@ -313,7 +313,12 @@ Il y a trois chemins acceptants dont un seul accepte en terminant dans l'état a
|
|||||||
|
|
||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
info
|
|
||||||
|
graph TD;
|
||||||
|
R(q0)-->|a|R0(q0);
|
||||||
|
R(q0)-->|a|R1(q1);
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 56 KiB |
Reference in New Issue
Block a user