Skip to content

Add adjacency list graph implementation #99

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 28, 2017
Merged

Add adjacency list graph implementation #99

merged 2 commits into from
Sep 28, 2017

Conversation

rei2hu
Copy link
Contributor

@rei2hu rei2hu commented Sep 28, 2017

Added a graph implementation, takes any object that extends comparable since it relies on that to determine if verticies with that data already exist in the graph in order to prevent duplicate verticies.

@dynamitechetan dynamitechetan merged commit 995005c into TheAlgorithms:master Sep 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants