reading-notes

Software Development Reading Notes

View on GitHub

Graphs

A graph is a non-linear data structure; a collection of nodes that connected by edges.

traversals:

Real world Graph data structures:

Graph DS implementations cheatsheet:

A graph data structure (V, E) consists of:

You can manage the graph data structures using the common operations mentioned below.