Skip to content

Graph

```mermaid graph TD;

A B C D E F G H I J

A → B A → C A → D A → E A → F A → G A → H A → I A → J B → A B → C B → E B → F B → G C → A C → B C → D D → A D → C E → A E → B E → F E → G E → H E → I E → J F → A F → E F → B F → F F → G F → H F → I F → J G → A G → E G → F G → B G → G G → H G → I G → J H → A H → E H → F H → G H → H H → I H → J I → A I → E I → F I → G I → H I → I I → J J → A J → E J → F J → G J → H J → I J → J

classDef red fill:#FF0000,stroke:#000,color:#fff; classDef green fill:#008000,stroke:#000,color:#fff; classDef blue fill:#0000FF,stroke:#fff,color:#fff; classDef yellow fill:#FFFF00,stroke:#000,color:#000; classDef violet fill:#8A2BE2,stroke:#000,color:#fff; classDef gray fill:#808080,stroke:#000,color:#fff; classDef orange fill:#FFA500,stroke:#000,color:#fff; class A red class B green class C blue class D green class E blue class F yellow class G violet class H green class I gray class J orange ```