**`ALTSTD`**
Complementary data structures and algorithms for the standard lib.
[](https://hex.pm/packages/altstd) [](https://hexdocs.pm/altstd) [](https://hex.pm/packages/altstd) [](https://github.com/ertgl/altstd) [](LICENSE.txt)
---
</br>
**`Installation`**
The package is [available in Hex](https://hex.pm/packages/altstd), it can be installed
by adding `:altstd` to your list of dependencies in `mix.exs`:
```elixir
def application() do
[
extra_applications: [
:altstd,
],
]
end
def deps() do
[
{:altstd, "~> 0.1.0"},
]
end
```