Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 476 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 476 Bytes

DataStructures

##Data Structures Social Media Project

The objective of this assignment was to great a graph network based on pairs of names given. Each pair of names was a "frienship" and links to these friends needed to be created. ###The Goals:

  • Create a method that displayed top ten people who a use should friend, based on mutual friend counts
  • Create a method that displayed a path of links that connected two given users through the network (Layers of separation)