Skip to content

Oxbower/Social-Connection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

Simulates linkedin's "Degree" of connections using different types of graphs, using this you can check what is the shortest connection between two users, longest path between two users by following their chain of connections.

All the implemented Data-Structures are in the Graph.java file, EnhancedSocialConnections and SocialConnections are abstract classes and interfaces respectively to be used with Graph.java.

How to use

Download the src code and run with an IDE, I will work on an interface when I get more free time off school

Implement by calling EnhancedSocialConnections name = new Graph()

Add nodes or "users" using addPerson("String")

Connect nodes using connectPeople("String1", "String2", level_of_connection)

There are more methods to be used which have proper documentation in Graph.java

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages