You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cargo test --bin <algorithm name in Cargo.toml># or
cargo install cargo-nextest
cargo nextest run --bin <algorithm name in Cargo.toml>
cargo run --bin <algorithm name in Cargo.toml>