42 releases
0.3.10 | Feb 9, 2023 |
---|---|
0.3.7 | Jun 14, 2022 |
0.2.24 | Mar 10, 2022 |
#1440 in Data structures
1.5MB
48K
SLoC
DsAlgo Rust
Data Structures and Algorithms written in Rust.
Installation
cargo install dsalgo
Example
comming soon.
Development
docker compose up -d
(enter the container)
./setup.sh
./ci.sh
please run ci.sh before commit