Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
montao committed Oct 2, 2019
1 parent 18e3052 commit eccfdf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Red-black Tree
[![Build Status](https://travis-ci.org/montao/rbtree.svg?branch=master)](https://travis-ci.com/montao/rbtree)
[![Coverage Status](https://coveralls.io/repos/github/montao/rbtree2/badge.svg?branch=master)](https://coveralls.io/github/montao/rbtree?branch=master)
[![Build Status](https://travis-ci.org/montao/rbtree.c.svg?branch=master)](https://travis-ci.com/montao/rbtree.c)
[![Coverage Status](https://coveralls.io/repos/github/montao/rbtree.c/badge.svg?branch=master)](https://coveralls.io/github/montao/rbtree.c?branch=master)

Red-black tree with inserts and lookups.
Build with `gcc rbtree.c`
Expand Down

0 comments on commit eccfdf0

Please sign in to comment.