# 力扣习题 **Repository Path**: justin-z/leetcode-exercises ## Basic Information - **Project Name**: 力扣习题 - **Description**: 使用Rust写leetcode上面的算法题目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-26 - **Last Updated**: 2025-10-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: Rust, LeetCode ## README # LeetCode 练习 这个项目是一个 LeetCode 问题的解决方案集合,旨在通过 Rust 编程语言练习和提升算法与数据结构的知识。每个解决方案都针对特定的问题,并附带测试代码以确保正确性。 ## 安装与使用 ### 安装 确保你已经安装了 Rust 编程语言和 Cargo 包管理器。你可以通过以下命令安装 Rust: ```bash curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh ``` ### 使用 1. 克隆仓库: ```bash git clone https://gitee.com/justin-z/leetcode-exercises ``` 2. 进入项目目录: ```bash cd leetcode-exercises ``` 3. 运行测试: ```bash cargo test ``` 4. 运行主程序: ```bash cargo run ``` ## 贡献 欢迎贡献新的 LeetCode 问题解决方案或改进现有的代码。请提交 Pull Request 并确保代码通过测试。 ## 许可证 本项目遵循 MIT 许可证。详情请参见 [LICENSE](LICENSE) 文件。