42 releases
0.3.10 | Feb 9, 2023 |
---|---|
0.3.7 | Jun 14, 2022 |
0.2.24 | Mar 10, 2022 |
#1610 in Data structures
127 downloads per month
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