Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jameserrington/zig-ziptree
A basic ZipTree data structure, implemented in Zig.
https://github.com/jameserrington/zig-ziptree
Last synced: 8 days ago
JSON representation
A basic ZipTree data structure, implemented in Zig.
- Host: GitHub
- URL: https://github.com/jameserrington/zig-ziptree
- Owner: JamesErrington
- License: unlicense
- Created: 2024-02-28T17:36:33.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-02-28T17:38:56.000Z (9 months ago)
- Last Synced: 2024-02-28T18:47:08.631Z (9 months ago)
- Language: Zig
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zig-ziptree
A basic ZipTree data structure, implemented in Zig and based on the C++ implementation by Dominik Kempa found [here](https://github.com/dominikkempa/zip-tree/tree/main).