Skip to content
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

Graph library in Crystal #97

Open
mettuaditya opened this issue Nov 12, 2018 · 5 comments
Open

Graph library in Crystal #97

mettuaditya opened this issue Nov 12, 2018 · 5 comments

Comments

@mettuaditya
Copy link

Just like ruby has RGL (Ruby graph library), crystal should also have its own graph library which contains all the features that RGL provides. Some of the features that RGL provides are given below

1.Dijkstra's algorithm
2.Prims algorithms
3.BFS and DFS
4.Bipartite graph

These are only some of the feature that RGL provides. For more information https://www.rubydoc.info/github/monora/rgl

@mettuaditya
Copy link
Author

can anyone guide me on how to send pull request here for some features of library mentioned above

@bew
Copy link

bew commented Nov 12, 2018

@mettuaditya you don't need to make a PR, if you make a shard, or plan to make one you can simply tell us about it :)

@Sija Sija reopened this Nov 19, 2018
@Sija
Copy link
Collaborator

Sija commented Nov 19, 2018

Issue is still relevant, no need to close.

@RomainFranceschini
Copy link

Another option is to bind to the igraph C library

@RomainFranceschini
Copy link

Ongoing effort at RomainFranceschini/cgl :)

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

No branches or pull requests

4 participants