This project is about my journey on algorithm study, practice makes a better programmer, keep going!
Basic algorithms
Basic data structures
Solutions for leetcode
Solutions for codeforces
using cargo build
to build the whole project or cargo build -p data-structures
build a workspace
cargo test
I use vscode
and rust-analyzer
and lldb
to write these code.