Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 822 Bytes

File metadata and controls

35 lines (18 loc) · 822 Bytes

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.