This code contains definitions and procedures that:
-
Parse a block of text to create a data structure of the network
-
Return a list of connections for each user and the games they like
-
Add new connections between users
-
Add new users to the network
-
Find secondary connections
-
Find number of connections that two users have in common
-
Find a connection path from one user to another
-
Find games that two users have in common
————————
Code for the final project for the Udacity Intro to Computer Science course