#Graph Theory Project: CS 251
Includes a) finding Maximum Spanning Trees for locating roads that can handle massive truck weights b) finding the shortest path from source node to every other node in a graph such that you can reach each node with different color assignments, and c) Identifying strongly connected components in the context of Website Clustering.
Useful for identifying social networks within social media, link-based web page grouping, code dependency analysis.