-
Notifications
You must be signed in to change notification settings - Fork 4
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
Comments
can anyone guide me on how to send pull request here for some features of library mentioned above |
@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 :) |
Issue is still relevant, no need to close. |
Another option is to bind to the igraph C library |
Ongoing effort at RomainFranceschini/cgl :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: