Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/mettuaditya/graphlb
Browse files Browse the repository at this point in the history
  • Loading branch information
mettuaditya committed Dec 14, 2018
2 parents 5585f75 + b7f12c4 commit d36a51b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
language: crystal

install:
- shards install

script:
- crystal spec
- crystal docs

deploy:
provider: pages
skip_cleanup: true
keep_history: true
github_token: $GITHUB_TOKEN
on:
branch: master
local_dir: docs
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Build Status](https://travis-ci.org/TobiasGSmollett/crystalg.svg?branch=master)
[![Build Status](https://travis-ci.org/mettuaditya/graphlb.svg?branch=master)](https://travis-ci.org/mettuaditya/graphlb)
# graphlb
graphlb is a crystal library which contains all the graph datastructures and algorithms in crystal-lang.

Expand All @@ -23,11 +23,10 @@ Then run `crystal deps`
## To Do

* Algorithms
* Bellman-ford
* Edmonds-karp
* Prims
* Breadth-first-search
* Depth-first-search
* Floyd-warshall
* Ford-Fulkerson
* Bipartite-Matching
* Strongly Connected Components

* Data-Structues
Expand Down

0 comments on commit d36a51b

Please sign in to comment.