上一页 1 2 3 4 5 6 ··· 18 下一页
摘要: Difficulty: Medium More:【目录】LeetCode Java实现 Description https://leetcode.com/problems/remove-nth-node-from-end-of-list/ Given a linked list, remove th 阅读全文
posted @ 2019-10-22 14:56 华仔要长胖 阅读(279) 评论(0) 推荐(0) 编辑
摘要: Difficulty:easy More:【目录】LeetCode Java实现 Description https://leetcode.com/problems/longest-common-prefix/ Write a function to find the longest common 阅读全文
posted @ 2019-10-22 14:38 华仔要长胖 阅读(206) 评论(0) 推荐(0) 编辑
摘要: Difficulty:easy More:【目录】LeetCode Java实现 Description https://leetcode.com/problems/count-and-say/ The count-and-say sequence is the sequence of intege 阅读全文
posted @ 2019-10-13 12:06 华仔要长胖 阅读(216) 评论(0) 推荐(0) 编辑
摘要: Difficulty:easy More:【目录】LeetCode Java实现 Description https://leetcode.com/problems/valid-anagram/ Given two strings s and t , write a function to dete 阅读全文
posted @ 2019-10-10 10:30 华仔要长胖 阅读(237) 评论(0) 推荐(0) 编辑
摘要: Difficulty:easy More:【目录】LeetCode Java实现 Description https://leetcode.com/problems/first-unique-character-in-a-string/ Given a string, find the first 阅读全文
posted @ 2019-10-10 10:21 华仔要长胖 阅读(208) 评论(0) 推荐(0) 编辑
摘要: Difficulty:easy More:【目录】LeetCode Java实现 Description https://leetcode.com/problems/reverse-string/ Write a function that reverses a string. The input 阅读全文
posted @ 2019-10-09 21:59 华仔要长胖 阅读(197) 评论(0) 推荐(0) 编辑
摘要: Difficulty:medium More:【目录】LeetCode Java实现 Description https://leetcode.com/problems/rotate-image/ You are given an n x n 2D matrix representing an im 阅读全文
posted @ 2019-10-09 16:33 华仔要长胖 阅读(187) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium More:【目录】LeetCode Java实现 Description https://leetcode.com/problems/valid-sudoku/ Determine if a 9x9 Sudoku board is valid. Only the 阅读全文
posted @ 2019-10-09 15:48 华仔要长胖 阅读(299) 评论(0) 推荐(0) 编辑
摘要: Difficulty:easy More:【目录】LeetCode Java实现 Description https://leetcode.com/problems/move-zeroes/ Given an array nums, write a function to move all 0's 阅读全文
posted @ 2019-10-09 10:53 华仔要长胖 阅读(266) 评论(0) 推荐(0) 编辑
摘要: Difficulty:easy More:【目录】LeetCode Java实现 Description https://leetcode.com/problems/intersection-of-two-arrays-ii/ Given two arrays, write a function t 阅读全文
posted @ 2019-10-08 21:35 华仔要长胖 阅读(174) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 18 下一页