dsalgo 0.3.10

A package for Datastructures and Algorithms.
Documentation

DsAlgo Rust

Data Structures and Algorithms written in Rust.

Crates.io Github pages MIT licensed CI pre-commit

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