rust-algorithms icon indicating copy to clipboard operation
rust-algorithms copied to clipboard

algorithms and data structures implemented in rust

rust algorithms and data structures

github actions codecov

This project is about my journey on algorithm study, practice makes a better programmer, keep going!

project structure

algorithms

Basic algorithms

data structures

Basic data structures

leetcode

Solutions for leetcode

codeforces

Solutions for codeforces

how to build

using cargo build to build the whole project or cargo build -p data-structures build a workspace

how to test

cargo test

I use vscode and rust-analyzer and lldb to write these code.