/leetcode-75

LeetCode 75 by Rust

Primary LanguageRustMIT LicenseMIT

LeetCode 75

LeetCode 75 by Rust.

Add a new problem

new_problem.sh runs cargo new --lib <problem-name> and adds the new path to workspace.members in Cargo.toml:

$ ./new_problem.sh <problem-name>