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
- Host: GitHub
- URL: https://github.com/avanishd-3/data-structures
- Owner: avanishd-3
- License: mit
- Created: 2024-08-01T16:33:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-17T22:14:26.000Z (about 1 year ago)
- Last Synced: 2025-01-30T00:33:43.240Z (about 1 year ago)
- Topics: cplusplus, data-structures, zig
- Language: C++
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.