-Intro to Graphs
-Types of Graphs
Intro to Graphs
Graphs are used in
-social networks
-recommendation engines such as
"People also watched" , "You might also like", "People you might know", "Frequently bought with".
-Location / Mapping
-Routing Algorithms
-Visual Hierarchy
-File System Optimization
-Almost everywhere!
Types of Graphs
Vertex - a node
Edge - connection between node
Weighted / Unweighted - values assigned to distances between vertices
Directed / Undirected - directions assigned to distances between vertices
Top comments (0)