- 40 Algorithms Every Programmer Should Know
- Imran Ahmad
- 44字
- 2025-04-04 12:59:10
Directed multigraphs
If there is a directional relationship between nodes in a multigraph, we call it a directed multigraph:

An example of a directed multigraph is that Mike reports to John in the office, and John teaches Mike the Python programming language.