# leetcode **Repository Path**: wang_yeting/leetcode ## Basic Information - **Project Name**: leetcode - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-18 - **Last Updated**: 2026-06-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # leetcode 力扣题目练习 ## 答题 在`org.free.algorithm.answer.title题号.answer`下创建自己的答案类,答案类必须实现`org.free.algorithm.answer.title题号.Answer题号`接口 ## 测试 在`org.free.algorithm.main`下创建自己的测试类,每人仅限一个。测试时使用`org.free.algorithm.util.Machine`的`run`方法,传入对应的用例工厂 `DataFactory题号`和自己写的答案,就可以启动测试了