• Created a Java program implementing graphs to simulate the friends/followers functionality on social media sites such as Facebook
• Utilized breath-first and depth-first searches to develop various algorithms that retrieve information from the graph including an algorithm to find the shortest chain between two nodes.
• Utilized: Java; Graphs; Stacks; Queues