graph-algorithms 0.1.3

A crate for 5 graph algorithms - DIJKSTRA'S, BFS, DFS, KOSARAJU'S and BELLMAN FORD ALGORITHM
1
2
3
4
5
6
7
8
9
10
11
[dependencies]

[package]
authors = ["Sanskruti Reddy Donthi", "Shanwaz Waqar Kotekanti", "Abhishek Cherukuru", "Pavan Bodanki"]
description = "A crate for 5 graph algorithms - DIJKSTRA'S, BFS, DFS, KOSARAJU'S and BELLMAN FORD ALGORITHM"
edition = "2021"
license = "MIT"
name = "graph-algorithms"
readme = "README.md"
repository = "https://github.com/SanskrutiReddy/Rust-crate-for-graph-algorithms"
version = "0.1.3"