Skip to content
This repository was archived by the owner on Mar 16, 2023. It is now read-only.

andreaswachs/elixir-algorithms-and-datastructures

Repository files navigation

Elixir Algorithms and Data Structures

This is a toy project of mine. My plan is to implement various algorithms and data structures to become up my skills as an elixir developer.

I hope to learn a lot about the Elixir programming language and over time be better at writing idiomatic Elixir code.

Installation

The package can be installed in your project by adding eads to your list of dependencies in mix.exs:

def deps do
  [
    {:eads, "~> 0.1.0"}
  ]
end

About

Toy project to implement algorithms and data structures in the Elixir programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages