# leetcode-rust **Repository Path**: kenneway/aylei-leetcode-rust ## Basic Information - **Project Name**: leetcode-rust - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-08 - **Last Updated**: 2021-09-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # My Leetcode Solution in Rust Run `cargo run {id}` to initialize the template submission file of "question #id". Run `cargo test test_{id}` to test the solution for "question #id". 对于大部分难度为 Hard 的问题, 会有中文的思路注释 Working in progress, to do: - [ ] auto generation of solution list (when 100 problems solved) ## Usage * Remove all the solution .rs * Clean lib.rs file * Start your leetcode journey in rust by typing `cargo run {question_id}`