https://github.com/sean-clayton/linked-list
A linked list library for Elixir
https://github.com/sean-clayton/linked-list
elixir
Last synced: about 1 year ago
JSON representation
A linked list library for Elixir
- Host: GitHub
- URL: https://github.com/sean-clayton/linked-list
- Owner: sean-clayton
- Created: 2017-04-25T12:08:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-03T01:57:49.000Z (about 9 years ago)
- Last Synced: 2025-02-17T04:15:16.274Z (over 1 year ago)
- Topics: elixir
- Language: Elixir
- Homepage:
- Size: 45.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/sean-clayton/linked-list)
[](https://coveralls.io/github/sean-clayton/linked-list?branch=master)
# LinkedList
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `linked_list` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:linked_list, "~> 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/linked_list](https://hexdocs.pm/linked_list).