码迷,mamicode.com
首页 >  
搜索关键字:medium    ( 2358个结果
LeetCode "Russian Doll Envelopes"
An intuitive DP - should be 'medium'. ...
分类:其他好文   时间:2016-06-07 06:36:01    阅读次数:119
结巴中文分词
转自:http://www.gowhich.com/blog/147?utm_source=tuicool&utm_medium=referral 源码下载的地址:https://github.com/fxsjy/jieba 演示地址:http://jiebademo.ap01.aws.af.cm/ ...
分类:其他好文   时间:2016-06-05 21:39:04    阅读次数:183
<LeetCode OJ> 48. Rotate Image
Total Accepted: 69879 Total Submissions: 199786 Difficulty: Medium You are given an n x n 2D matrix representing an image. Rotate the image by 90 degrees (clockwise). Follow up: Could yo...
分类:其他好文   时间:2016-06-05 17:09:47    阅读次数:167
LeetCode:Sort Colors
Sort Colors Total Accepted: 101116 Total Submissions: 289438 Difficulty: Medium Given an array with n objects colored red, white or blue, sort them so that objects of the sam...
分类:其他好文   时间:2016-06-05 11:14:27    阅读次数:227
LeetCode:Remove Duplicates from Sorted List II
Remove Duplicates from Sorted List II Total Accepted: 73972 Total Submissions: 272598 Difficulty: Medium Given a sorted linked list, delete all nodes that have duplicate numb...
分类:其他好文   时间:2016-06-03 19:42:55    阅读次数:135
LeetCode:Set Matrix Zeroes
Set Matrix Zeroes Total Accepted: 67555 Total Submissions: 200621 Difficulty: Medium Given a m x n matrix, if an element is 0, set its entire row and column to 0. Do it in pl...
分类:其他好文   时间:2016-06-03 19:37:09    阅读次数:172
Talking about paper
1. Nature, Scientific Reports 4, Article number: 5552 (2014) "Imaging With Nature: Compressive Imaging Using a Multiply Scattering Medium" The recent ...
分类:其他好文   时间:2016-06-02 19:49:21    阅读次数:123
LeetCode:Group Anagrams
Group Anagrams Total Accepted: 76941 Total Submissions: 275801 Difficulty: Medium Given an array of strings, group anagrams together. For example, given: ["eat", "tea", "tan", "ate"...
分类:其他好文   时间:2016-06-02 14:54:36    阅读次数:204
LeetCode:Longest Substring Without Repeating Characters
Longest Substring Without Repeating Characters Total Accepted: 152787 Total Submissions: 687012 Difficulty: Medium Given a string, find the length of the longest substring wi...
分类:其他好文   时间:2016-06-02 14:51:36    阅读次数:124
LeetCode:Reverse Words in a String
Reverse Words in a String Total Accepted: 102953 Total Submissions: 655369 Difficulty: Medium Given an input string, reverse the string word by word. For example, Given s =...
分类:其他好文   时间:2016-06-02 14:25:39    阅读次数:167
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!