Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).