https://github.com/stackcats/collections
A library provides efficient implementations of the most common general purpose programming data structures.
https://github.com/stackcats/collections
algorithms data-structures elixir
Last synced: about 2 months ago
JSON representation
A library provides efficient implementations of the most common general purpose programming data structures.
- Host: GitHub
- URL: https://github.com/stackcats/collections
- Owner: stackcats
- License: mit
- Created: 2021-11-11T05:24:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-02T16:14:58.000Z (over 2 years ago)
- Last Synced: 2025-03-06T04:47:45.810Z (3 months ago)
- Topics: algorithms, data-structures, elixir
- Language: Elixir
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Collections

## Installation
The package can be installed by adding `collections` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:collections, "~> 0.2.1"}
]
end
```