# leetcode-study-plan-leetcode-75 **Repository Path**: xzbamiss/leetcode-study-plan-leetcode-75 ## Basic Information - **Project Name**: leetcode-study-plan-leetcode-75 - **Description**: The Java version of LeetCode Study Plan - LeetCode 75, with unit test cases and solutions. - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-09-07 - **Last Updated**: 2024-09-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README --- # English Readme The Java version of [LeetCode Study Plan - LeetCode 75](https://leetcode.com/studyplan/leetcode-75/), with unit test cases and solutions. ![](./images/en_pic.png) Since LeetCode guarantees the validity of the arguments, no argument verification is performed. --- # 中文说明 在 LeetCode 上有一个 [学习计划 - LeetCode 75,面试必考精华版,75 题覆盖全量考点](https://leetcode.cn/studyplan/leetcode-75/),本仓库提供了 Java 版本的单元测试用例及参考答案。 ![](./images/cn_pic.png) 由于 LeetCode 会保证参数的合法性,因此没有做任何参数校验。