
leetcode
文章平均质量分 68
VanciorH
untitled
展开
-
LeetCode Algorithm #7 Reverse Integer
LeetCode Algorithm #7 Reverse Integer 解题原创 2017-09-09 15:35:41 · 349 阅读 · 0 评论 -
LeetCode Algorithms #1 Two Sum
LeetCode Algorithms #1 Two Sum 解题原创 2017-08-30 11:11:07 · 355 阅读 · 0 评论 -
LeetCode Database #176 Second Highest Salary
LeetCode Database #176 Second Highest Salary 解题原创 2017-08-29 15:41:00 · 441 阅读 · 0 评论 -
LeetCode Algorithm #13 Roman to Integer
LeetCode Algorithm #13 Roman to Integer 解题原创 2017-09-26 18:46:46 · 310 阅读 · 0 评论 -
LeetCode Algorithm #14 Longest Common Prefix
LeetCode Algorithm #14 Longest Common Prefix 解题原创 2017-09-28 20:03:39 · 312 阅读 · 0 评论 -
LeetCode Algorithm #9 Palindrome Number
LeetCode Algorithm #9 Palindrome Number 解题原创 2017-09-22 16:40:54 · 317 阅读 · 0 评论 -
Leetcode Algorithm #53 Maximum Subarray
Leetcode Algorithm #53 Maximum Subarray题目内容Given an integer array nums, find the contiguous subarray (containing at least one number) which has the largest sum and return its sum.Example:...原创 2018-05-01 20:04:06 · 261 阅读 · 0 评论 -
Leetcode Algorithm #28 Implement strStr()
Leetcode Algorithm #28 Implement strStr()题目内容Implement strStr().Return the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack.Example 1:Input...原创 2018-04-21 18:53:55 · 221 阅读 · 0 评论