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

229 B

flowchart LR
    B(book) -- 5 -->REC(record)
    B -- 0 --> P(poster)
    P -- 35 --> D(drums)
    REC -- 20 --> D
    REC -- 15 --> BG(bas guitar)
    P -- 30 -->BG
    BG -- 20 --> PIA(piano)
    D -- 10 --> PIA