An open API service indexing awesome lists of open source software.

https://github.com/bhanuvikasr/six-degrees-of-separation

Designing and implementing efficient graph-based data structures to explore large graphs
https://github.com/bhanuvikasr/six-degrees-of-separation

bfs-algorithm graph-algorithms union-find

Last synced: 29 days ago
JSON representation

Designing and implementing efficient graph-based data structures to explore large graphs

Awesome Lists containing this project

README

          

# Six-degrees-of-separation
## Abstract
In this assignment we explore the "Six Degrees of Kevin Bacon" game. Specifically, we designed and implemented the data structures and algorithms necessary to explore degrees of separation between Hollywood actors that act in the same movies. The main focus of this assignment is to design and implement efficient graph-based data structures and use them to explore large graphs.