https://github.com/thjomnx/vectoree
A flat tree data structure written in Elixir.
https://github.com/thjomnx/vectoree
datastructure elixir
Last synced: 8 months ago
JSON representation
A flat tree data structure written in Elixir.
- Host: GitHub
- URL: https://github.com/thjomnx/vectoree
- Owner: thjomnx
- License: mit
- Created: 2021-10-07T19:14:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-11T19:35:40.000Z (about 1 year ago)
- Last Synced: 2025-09-27T02:21:14.512Z (9 months ago)
- Topics: datastructure, elixir
- Language: Elixir
- Homepage:
- Size: 201 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vectoree
A flat tree-ish data structure, which is crammed into a bunch of maps, thus a kind of a "vectorized tree".
> ⚠ The project is currently in an early state - things may change rapidly.
## Usage
Add `vectoree` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:vectoree, "~> 0.0.2"}
]
end
```
## Documentation
Documentation can be found at [https://hexdocs.pm/vectoree](https://hexdocs.pm/vectoree).
## Copyright and License
Copyright (c) 2021 Markus Enax
Vectoree source code is licensed under the MIT License.