An open API service indexing awesome lists of open source software.

https://github.com/code-shoily/elixir_algorithms

algorithms played with through elixir
https://github.com/code-shoily/elixir_algorithms

Last synced: about 1 year ago
JSON representation

algorithms played with through elixir

Awesome Lists containing this project

README

          

# Algo

**TODO: Add description**

## Installation

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

```elixir
def deps do
[
{:elixir_algorithms, "~> 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/elixir_algorithms](https://hexdocs.pm/elixir_algorithms).