Skip to content

xcaptain/rust-algorithms

Repository files navigation

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.

About

algorithms and data structures implemented in rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages