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

https://github.com/avanishd-3/data-structures

Implementations of various data structures
https://github.com/avanishd-3/data-structures

cplusplus data-structures zig

Last synced: about 1 year ago
JSON representation

Implementations of various data structures

Awesome Lists containing this project

README

          

# data-structures
Implementations of data structures in various languages.

Currently, all the provided data structures are implemented in C++ and some are implemented in Zig and Rust.

## To do
1. Add Catch2 testing to C++ code
2. Finish implementing all data structures in Zig
3. Finish implementing all data structures in Rust

## References

Cormen, T. H., Leiserson, C. E., Rivest, R. L., & Stein, C. (2022). Introduction to algorithms. The MIT Press.