上一页 1 2 3 4 5 6 7 8 ··· 18 下一页
摘要: Difficulty: Easy More:【目录】LeetCode Java实现 Description https://leetcode.com/problems/merge-two-sorted-lists/ Merge two sorted linked lists and return i 阅读全文
posted @ 2018-12-24 20:08 华仔要长胖 阅读(309) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Easy More:【目录】LeetCode Java实现 Description Determine whether an integer is a palindrome. An integer is a palindrome when it reads the same 阅读全文
posted @ 2018-12-23 19:13 华仔要长胖 阅读(206) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Easy More:【目录】LeetCode Java实现 Description https://leetcode.com/problems/plus-one/ Given a non-empty array of digits representing a non-neg 阅读全文
posted @ 2018-12-21 16:55 华仔要长胖 阅读(293) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Easy More:【目录】LeetCode Java实现 Description https://leetcode.com/problems/reverse-integer/ Given a 32-bit signed integer, reverse digits of 阅读全文
posted @ 2018-12-20 21:21 华仔要长胖 阅读(303) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Hard More:【目录】LeetCode Java实现 Description Similar to Question [Read N Characters Given Read4], but the read function may be called multipl 阅读全文
posted @ 2018-12-19 21:50 华仔要长胖 阅读(257) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Easy More:【目录】LeetCode Java实现 Description The API: int read4(char *buf) reads 4 characters at a time from a file.The return value is the a 阅读全文
posted @ 2018-12-13 21:02 华仔要长胖 阅读(436) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium More:【目录】LeetCode Java实现 Description Given two strings S and T, determine if they are both one edit distance apart. Intuition 同时遍历比 阅读全文
posted @ 2018-12-11 21:54 华仔要长胖 阅读(200) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium More:【目录】LeetCode Java实现 Description Given a string s, find the longest palindromic substring in s. You may assume that the maximum 阅读全文
posted @ 2018-12-10 21:01 华仔要长胖 阅读(182) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Medium More:【目录】LeetCode Java实现 Description Given a sorted integer array where the range of elements are [0, 99] inclusive, return itsmiss 阅读全文
posted @ 2018-12-07 10:14 华仔要长胖 阅读(426) 评论(0) 推荐(0) 编辑
摘要: Difficulty: Hard More:【目录】LeetCode Java实现 Description Given a string S, find the length of the longest substring T that contains at most two distinct 阅读全文
posted @ 2018-12-06 21:22 华仔要长胖 阅读(311) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 18 下一页