Baltimore Flag Baltimore
DC Flag DC
Chicago Flag Chicago
Six Degrees of Wikipedia Solver

Six Degrees of Wikipedia Solver

C++ Graph Theory Algorithms Data Structures

A program to solve the six degrees of Wikipedia problem, which states that any Wikipedia article can be reached from any other in 6 clicks or less.

It was a final project, done in a group of 4.

It also goes into the betweenness centrality of thousands of articles, analyzing which articles serve as important connectors in the Wikipedia link graph.