--- title: Rule flowchart date: 2021-05-23 type: book weight: 1 --- ```mermaid graph TD Start[Started] --> B{Same tack?}; B -- Yes --> C[Overlapped]; B -- No --> D[Non overlapped] C --> D[Rethink]; D --> B; B -- No ----> E[End]; ```