From 0e0c70e7f430c7426b3ebdb211a8a058ccdfefe9 Mon Sep 17 00:00:00 2001 From: James Harton Date: Wed, 2 Mar 2016 20:41:06 +1300 Subject: [PATCH] Add some badges to the readme. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5903554..8cf4995 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ # Heap +[![Build Status](https://travis-ci.org/jamesotron/heap.svg?branch=master)](https://travis-ci.org/jamesotron/heap) +[![Hex.pm](https://img.shields.io/hexpm/v/heap.svg)](https://hex.pm/packages/heap) A Heap is a very useful data structure, because it sorts, quickly, at insert time. + See also: https://en.wikipedia.org/wiki/Heap_(data_structure) You can use it for things like: