graph-search

Crates.iograph-search
lib.rsgraph-search
version0.2.0
sourcesrc
created_at2015-03-14 20:11:45.070289
updated_at2015-12-11 23:53:29.779383
descriptionA simple graph search and representation library
homepage
repositoryhttps://github.com/KarlHerler/graph
max_upload_size
id1576
size20,538
Karl Herler (KarlHerler)

documentation

README

Graph search

graph-search is a simple graph library for the rust programming language. graph-search can be used for basic representation and manipulation of graph structures. At the moment featureset is quite limited.

Organization

  • README.md - The document you are currently reading.
  • Cargo.toml - The cargo definition for this package.
  • src/lib.rs - The actual implementation of this library.

Features

  • Graphs with vertex costs
  • Breadth first search
  • Depth first search
  • Dijksras algorithm

License

This project is licensed under the MIT license, a copy of which can be found in the LICENCE file.

Commit count: 53

cargo fmt