Glossary

Graph (data structure)

A graph is a data structure of vertices (nodes) and edges between them. It models any kind of relationship: social networks, road maps, package dependencies, microservices.

Types of graphs

Representations

Traversal algorithms