- 40 Algorithms Every Programmer Should Know
- Imran Ahmad
- 30字
- 2025-04-04 12:59:10
Types of graphs
Graphs can be classified into four kinds, namely the following:
- Undirected graphs
- Directed graphs
- Undirected multigraphs
- Directed multigraphs
Let's now look through each one in detail.