graph-search 0.2.0

A simple graph search and representation library
1
2
3
4
5
6
7
8
9
[package]
authors = ["Karl Herler <hi@karlherler.com>"]
description = "A simple graph search and representation library"
keywords = ["graph", "search", "bfs", "dfs"]
license = "MIT"
name = "graph-search"
readme = "README.md"
repository = "https://github.com/KarlHerler/graph"
version = "0.2.0"