Add some badges to the readme.

This commit is contained in:
James Harton 2016-03-02 20:41:06 +13:00
parent fe3da10e50
commit 0e0c70e7f4

View file

@ -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: