# leetcode-java **Repository Path**: yujian95/leetcode-java ## Basic Information - **Project Name**: leetcode-java - **Description**: 个人在leetcode上的解答笔记,基于 Java 语言。 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-04 - **Last Updated**: 2022-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # leetcode-java > 个人在**Leetcode**上的解答笔记,基于 Java 语言。 ## easy - 简单题 - [解答](src/easy/CountPrimes.java) | [204. 计数质数 - CountPrimes](https://leetcode-cn.com/problems/count-primes/) - [解答](src/easy/CountCharacters.java) | [1160. 拼写单词 - CountCharacters](https://leetcode-cn.com/problems/find-words-that-can-be-formed-by-characters/) - [解答](src/easy/SmallerNumbersThanCurrent.java) | [1365. 有多少小于当前数字的数字 - SmallerNumbersThanCurrent](https://leetcode-cn.com/problems/how-many-numbers-are-smaller-than-the-current-number/) - [解答](src/easy/DayOfYear.java) | [1154. 一年中的第几天 - DayOfYear](https://leetcode-cn.com/problems/day-of-the-year/)