ketan agrawal

graphs
Last modified on October 04, 2021

have nodes and edges.

Links to “graphs”

Why Graphs? (Introduction > Why Graphs?)

Graphs are a general language for describing and analyzing entities with relationships/interactions. Many domains have a natural relational structure, that lends themselves to a graph representation:

  • Physical roads, bridges, tunnels connecting places. 🚗
  • Particles, based on their proximities. ⚛️
  • Animals in a food ecosystem. 🕸
  • Computer networks. 💻
  • Knowledge graphs, scene graphs, code graphs…

Graph Representations (Graph Representations)

A few different traditional graph representations we can use.