nbasixdegrees
nbasixdegrees copied to clipboard
An implementation of six degrees of separation for mutual NBA teammates.
Six Degrees of Kevin Durant is an implementation of '6 degrees of separation' for NBA Players.
- Technologies : Javascript, HTML, CSS
Features
Connect any 2 NBA Players
- Enter 2 NBA Players
- Get a chain connecting them through mutual teammates.
Implements a breadth-first search algorithm to find all the possible teams and teammates for any given player, and finds the shortest path to a second player, returning all the links in the chain.