
Leetcode OJ
文章平均质量分 54
ZssHe
这个作者很懒,什么都没留下…
展开
-
Leetcode_Median of Two Sorted Arrays
There are two sorted arrays A and B of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity should be O(log (m+n)).原创 2014-07-19 15:04:11 · 303 阅读 · 0 评论 -
Leetcode_Longest Substring Without Repeating Characters
https://oj.leetcode.com/problems/longest-substring-without-repeating-characters/ Given a string, find the length of the longest substring without repeating characters. For example, the longest substr原创 2014-07-19 15:12:32 · 288 阅读 · 0 评论 -
Leetcode_Length of Last Word
https://oj.leetcode.com/problems/length-of-last-word/原创 2014-07-19 15:11:40 · 308 阅读 · 0 评论 -
Leetcode_Two Sum
Given an array of integers, find two numbers such that they add up to a specific target number. The function twoSum should return indices of the two numbers such that they add up to the target, whe原创 2014-07-19 14:58:52 · 370 阅读 · 0 评论