Skip to content

Commit c5387e3

Browse files
committed
The graph is now traversed based on edge weights - #2
1 parent 4ceb9be commit c5387e3

5 files changed

Lines changed: 168 additions & 121 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ travis-ci = { repository = "purpleprotocol/graphlib", branch = "master" }
1717
rand = {version ="0.6.5", default-features = false}
1818
rand_core = "0.4.0"
1919
rand_isaac = "0.1.1"
20+
hex = "0.3.2"
2021
hashbrown = { version = "0.1.8", features = ["rayon"] }
2122
dot = {version = "0.1.4", optional=true}
2223

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Graphlib
2-
[![Build Status]][travis] [![Latest Version]][crates.io] [![Documentation]][docs.rs]
2+
[![Build Status]][travis] [![Discord Badge]][Discord] [![Latest Version]][crates.io] [![Documentation]][docs.rs]
33

4-
Graphlib is a simple and powerful rust library for the graph data-structure.
4+
Graphlib is a simple and powerful Rust graph library.
55

66
---
77

@@ -49,6 +49,8 @@ We welcome anyone wishing to contribute to Graphlib! Check out the [issues secti
4949
Graphlib is licensed under the MIT license.
5050

5151
[Build Status]: https://travis-ci.org/purpleprotocol/graphlib.svg?branch=master
52+
[Discord Badge]: https://img.shields.io/discord/435827644915777536.svg
53+
[Discord]: https://discord.gg/eGBzyaA
5254
[travis]: https://travis-ci.org/purpleprotocol/graphlib
5355
[crates.io]: https://crates.io/crates/graphlib
5456
[Latest Version]: https://img.shields.io/crates/v/graphlib.svg

example1.dot

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)