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
- Host: GitHub
- URL: https://github.com/code-shoily/elixir_algorithms
- Owner: code-shoily
- Created: 2018-07-17T00:20:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-20T04:56:26.000Z (over 6 years ago)
- Last Synced: 2025-04-13T02:04:14.630Z (about 1 year ago)
- Language: Elixir
- Size: 10.7 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).