README.md

# SegmentTree
[![Travis](https://img.shields.io/travis/adrienmo/segment_tree.svg?branch=master)](https://travis-ci.org/adrienmo/segment_tree)
[![Coveralls](https://img.shields.io/coveralls/adrienmo/segment_tree.svg?branch=master&style=flat-square)](https://coveralls.io/github/adrienmo/segment_tree)
[![Hex.pm](https://img.shields.io/hexpm/v/segment_tree.svg?style=flat-square)](https://hex.pm/packages/segment_tree)

Give a data structure to efficiently compute an operation on ranges

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `segment_tree` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:segment_tree, "~> 0.1.0"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/segment_tree](https://hexdocs.pm/segment_tree).