Graph Data Structure
Graph Data Structure A graph data structure consists of nodes (vertices) that hold data and are connected by edges (relationships). Example: Facebook On Facebook, everything is a node: User, Photo, Album, Event, Group, Page, Comment, Story, Video, Link, Note, etc. Relationships such as posting a photo, joining a group, or liking a page create edges… Read More »