Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 380 Bytes

graph.md

File metadata and controls

9 lines (8 loc) · 380 Bytes

Graph

Graphs are used for modeling relations between entities. Be it connecting cities with streets and highways or representing friendships between groups of people. Graphs are a powerful abstraction that removes the details and lets us focus on the algorithmic problems. We are about to study algorithms that could be applied on any dataset that could be modeled as a graph.