algos_and_structures/grokaem/graphs/bfs_graph.md
2024-11-02 14:03:30 +03:00

174 B

flowchart TB
    A(me) --> B(alice)
    A --> C(bob)
    A --> D(claire)
    B --> P(peggy)
    C --> P
    C --> AN(anuj)
    D --> T(tom)
    D --> J(jonny)