# leetcode **Repository Path**: Coing/leetcode ## Basic Information - **Project Name**: leetcode - **Description**: leetcode java刷题 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-02-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### String | # | Title | Description | Difficulty | |---| ----- | ----------- | ---------- | |58|[Length of Last Word](https://leetcode.com/problems/length-of-last-word/) |[Thinking](./thinking/58. Length of Last Word.md )| easy| |28|[Implement strStr()](https://leetcode.com/problems/implement-strstr/) |[Thinking](./thinking/28. Implement strStr().md )| easy| |125|[Valid Palindrome](https://leetcode.com/problems/valid-palindrome/) |[Thinking](./thinking/125. Valid Palindrome.md )| easy| |383|[Ransom Note](https://leetcode.com/problems/ransom-note/) |[Thinking](./thinking/383. Ransom Note.md )| easy|