E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Given
24. Swap Nodes in Pairs [easy] (Python)
problems/swap-nodes-in-pairs/题目原文Givenalinkedlist,swapeverytwoadjacentnodesandreturnitshead.Forexample,
Given
1
coder_orz
·
2016-05-29 15:02
python
LeetCode
LeetCode
LeetCode解题报告
【Leetcode】Perfect Squares
Givenapositiveinteger n,findtheleastnumberofperfectsquarenumbers(forexample, 1,4,9,16,...)whichsumto n.Forexample,
given
yeqiuzs
·
2016-05-27 23:00
【Leetcode】Longest Substring Without Repeating Characters
longest-substring-without-repeating-characters/题目:Givenastring,findthelengthofthe longestsubstring withoutrepeatingcharacters.Examples:
Given
yeqiuzs
·
2016-05-27 23:00
[LeetCode] Intersection of Two Arrays II 两个数组相交之二
Giventwoarrays,writeafunctiontocomputetheirintersection.Example:
Given
nums1 = [1,2,2,1], nums2 = [2,2
Grandyang
·
2016-05-27 06:00
【Leetcode】Trapping Rain Water
Given
n non-negativeintegersrepresentinganelevationmapwherethewidthofeachbaris1,computehowmuchwateritisabletotrapafterraining.Forexample
yeqiuzs
·
2016-05-26 21:00
83. Remove Duplicates from Sorted List [easy] (Python)
remove-duplicates-from-sorted-list/题目原文Givenasortedlinkedlist,deleteallduplicatessuchthateachelementappearonlyonce.Forexample,
Given
1
coder_orz
·
2016-05-26 12:58
LeetCode
LeetCode解题报告
LeetCode:Interleaving String
220816 Difficulty: HardGiven s1, s2, s3,findwhether s3 isformedbytheinterleavingof s1 and s2.Forexample,
Given
itismelzp
·
2016-05-26 11:00
LeetCode
String
Interleaving
【一天一道LeetCode】#61. Rotate List
一天一道LeetCode系列(一)题目Givenalist,rotatethelisttotherightbykplaces,wherekisnon-negative.Forexample:
Given
1
terence1212
·
2016-05-25 21:00
LeetCode
Group Anagrams
题目描述:Givenanarrayofstrings,groupanagramstogether.Forexample,
given
:["eat","tea","tan","ate","nat","bat
yeshiwu
·
2016-05-25 20:00
java
LeetCode
HashMap
LeetCode题解——Palindrome Pairs
j) inthegivenlist,sothattheconcatenationofthetwowords,i.e. words[i]+words[j] isapalindrome.Example1:
Given
u010025211
·
2016-05-25 20:00
LeetCode
palindrome
【Leetcode】Container With Most Water
题目链接:https://leetcode.com/problems/container-with-most-water/题目:
Given
n non-negativeintegers a1, a2,.
yeqiuzs
·
2016-05-25 20:00
Partition List
partitionitsuchthatallnodeslessthanxcomebeforenodesgreaterthanorequaltox.Youshouldpreservetheoriginalrelativeorderofthenodesineachofthetwopartitions.Forexample,
Given
1
程红玲OOO
·
2016-05-25 17:18
LeetCode
list
partition
Partition List
partitionitsuchthatallnodeslessthanxcomebeforenodesgreaterthanorequaltox.Youshouldpreservetheoriginalrelativeorderofthenodesineachofthetwopartitions.Forexample,
Given
1
程红玲OOO
·
2016-05-25 17:18
List
Partition
Leetcode
Leetcode/剑指offe
LeetCode:Longest Increasing Subsequence
Difficulty: MediumGivenanunsortedarrayofintegers,findthelengthoflongestincreasingsubsequence.Forexample,
Given
itismelzp
·
2016-05-25 14:00
LeetCode
longest
S
Increasing
Reverse Linked List II
描述Reversealinkedlistfrompositionmton.Doitin-placeandinone-pass.Forexample:
Given
1->2->3->4->5->nullptr
程红玲OOO
·
2016-05-24 23:29
LeetCode
reverse
linked
Longest Substring Without Repeating Characters
题目描述:Givenastring,findthelengthofthelongestsubstringwithoutrepeatingcharacters.Examples:
Given
"abcabcbb
yeshiwu
·
2016-05-24 21:00
java
LeetCode
HashMap
HDOJ/HDU 1865 1sting(斐波拉契+大数~)
;Youcanmergetwoadjacent‘1’tobe‘2’,orleavethe‘1’there.Surly,youmaygetmanydifferentresults.Forexample,
given
1111
qq_26525215
·
2016-05-24 16:00
String
合并
350. Intersection of Two Arrays II
TotalSubmissions: 7617 Difficulty: EasyGiventwoarrays,writeafunctiontocomputetheirintersection.Example:
Given
EbowTang
·
2016-05-24 10:00
LeetCode
C++
技术
面试
遍历
每天laravel-20160813| Container -16
/** * Get the contextual concrete binding for the
given
abstract.
lijingsan1
·
2016-05-24 09:53
function
abstract
Concrete
leetcode 59 Spiral Matrix II 螺旋矩阵的打印
小结如下:问题:Givenaninteger n,generateasquarematrixfilledwithelementsfrom1to n2 inspiralorder.Forexample,
Given
bjydlcq
·
2016-05-23 22:00
Reorder List
Ln,reorderitto:L0→Ln→L1→Ln-1→L2→Ln-2→…Youmustdothisin-placewithoutalteringthenodes’values.Forexample,
Given
yeshiwu
·
2016-05-23 20:00
java
LeetCode
链表
Reverse Linked List II
题目:Reversealinkedlistfrompositionmton.Doitin-placeandinone-pass.Forexample:
Given
1->2->3->4->5->NULL,m
yeshiwu
·
2016-05-23 15:00
java
LeetCode
链表
leetcode 238. Product of Array Except Self
i]isequaltotheproductofalltheelementsofnumsexceptnums[i].SolveitwithoutdivisionandinO(n).Forexample,
given
Decorator2015
·
2016-05-23 13:05
Leetcode
Remove Duplicates from Sorted List II
Givenasortedlinkedlist,deleteallnodesthathaveduplicatenumbers,leavingonlydistinctnumbersfromtheoriginallist.Forexample,
Given
1
yeshiwu
·
2016-05-23 13:00
java
LeetCode
链表
Rotate List
题目描述:Givenalist,rotatethelisttotherightbykplaces,wherekisnon-negative.Forexample:
Given
1->2->3->4->5->
yeshiwu
·
2016-05-23 13:00
java
LeetCode
链表
每天laravel-20160812| Container -15
/** * Resolve the
given
type from the container.
lijingsan1
·
2016-05-23 09:43
function
abstract
currently
【一天一道LeetCode】#56. Merge Intervals
一天一道LeetCode系列(一)题目Givenacollectionofintervals,mergealloverlappingintervals.Forexample,
Given
[1,3],[2,6
terence1212
·
2016-05-22 19:00
LeetCode
LeetCode:Intersection of Two Arrays II
TotalSubmissions: 3078 Difficulty: EasyGiventwoarrays,writeafunctiontocomputetheirintersection.Example:
Given
itismelzp
·
2016-05-22 10:00
LeetCode
intersection
of
Two
LeetCode:Intersection of Two Arrays
TotalSubmissions: 12479 Difficulty: EasyGiventwoarrays,writeafunctiontocomputetheirintersection.Example:
Given
itismelzp
·
2016-05-22 10:00
LeetCode
of
intersection
Two
【Leetcode】Longest Increasing Subsequence
longest-increasing-subsequence/题目:Givenanunsortedarrayofintegers,findthelengthoflongestincreasingsubsequence.Forexample,
Given
yeqiuzs
·
2016-05-21 22:00
Recorder-List
Ln,reorderitto:L0→Ln→L1→Ln-1→L2→Ln-2→…Youmustdothisin-placewithoutalteringthenodes'values.Forexample,
Given
KrisBento
·
2016-05-20 11:44
349. Intersection of Two Arrays
TotalSubmissions: 6814 Difficulty: EasyGiventwoarrays,writeafunctiontocomputetheirintersection.Example:
Given
EbowTang
·
2016-05-20 00:00
LeetCode
C++
算法
面试
技术
LeetCode:Top K Frequent Elements
11511 Difficulty: MediumGivenanon-emptyarrayofintegers,returnthe k mostfrequentelements.Forexample,
Given
itismelzp
·
2016-05-19 09:00
LeetCode
top
Frequent
K
Eleme
[LeetCode] Intersection of Two Arrays 两个数组
Giventwoarrays,writeafunctiontocomputetheirintersection.Example:
Given
nums1 = [1,2,2,1], nums2 = [2,2
Grandyang
·
2016-05-18 23:00
LeetCode- 238. Product of Array Except Self
i]isequaltotheproductofalltheelementsofnumsexceptnums[i].SolveitwithoutdivisionandinO(n).Forexample,
given
u010305706
·
2016-05-17 20:00
LeetCode
leetcode No283. Move Zeroes
writeafunctiontomoveall 0'stotheendofitwhilemaintainingtherelativeorderofthenon-zeroelements.Forexample,
given
u011391629
·
2016-05-16 21:00
LeetCode
leetcode No258. Add Digits
Question:Givenanon-negativeinteger num,repeatedlyaddallitsdigitsuntiltheresulthasonlyonedigit.Forexample:
Given
u011391629
·
2016-05-16 20:00
LeetCode
61. Rotate List
300765 Difficulty: MediumGivenalist,rotatethelisttotherightby k places,where k isnon-negative.Forexample:
Given
EbowTang
·
2016-05-16 09:00
LeetCode
C++
技术
面试
遍历
LeetCode-3.Longest Substring Without Repeating Characters
longest-substring-without-repeating-characters/Givenastring,findthelengthofthe longestsubstring withoutrepeatingcharacters.Examples:
Given
zmq570235977
·
2016-05-15 22:00
LeetCode
[leetcode] 149. Max Points on a Line 解题报告
题目链接:https://leetcode.com/problems/max-points-on-a-line/
Given
n pointsona2Dplane,findthemaximumnumberofpointsthatlieonthesamestraightline
qq508618087
·
2016-05-15 14:00
Math
LeetCode
【一天一道LeetCode】#49. Group Anagrams
一天一道LeetCode系列(一)题目Givenanarrayofstrings,groupanagramstogether.Forexample,
given
:[“eat”,“tea”,“tan”,“ate
terence1212
·
2016-05-15 13:00
LeetCode
LeetCode-84.Largest Rectangle in Histogram
Given
n non-negativeintegersrepresentingthehistogram'sbarheightwherethewidthofeachbaris1,findtheareaoflargestrectangleinthehistogram.Aboveisahistogramwherewidthofeachbaris1
zmq570235977
·
2016-05-14 22:00
LeetCode
stack
LeetCode---Isomorphic Strings、Word Pattern解题分析
题意描述:IsomorphicStrings(同构字符串):给定两个字符串,判断它们是否为同构字符串,如下:
Given
"egg","add",returntrue.
u012050154
·
2016-05-14 18:00
Summary Ranges
题目描述:Givenasortedintegerarraywithoutduplicates,returnthesummaryofitsranges.Forexample,
given
[0,1,2,4,5,7
yeshiwu
·
2016-05-14 15:00
java
LeetCode
指针
Product of Array Except Self
i]isequaltotheproductofalltheelementsofnumsexceptnums[i].SolveitwithoutdivisionandinO(n).Forexample,
given
yeshiwu
·
2016-05-14 10:00
java
LeetCode
[leetcode] 312. Burst Balloons 解题报告
题目链接:https://leetcode.com/problems/burst-balloons/
Given
n balloons,indexedfrom 0 to n-1.Eachballoonispaintedwithanumberonitrepresentedbyarray
qq508618087
·
2016-05-13 15:00
LeetCode
动态规划
分治
129.Longest Consecutive Sequence
Givenanunsortedarrayofintegers,findthelengthofthelongestconsecutiveelementssequence.Forexample,
Given
u010339647
·
2016-05-12 22:00
String——最后的单词的长度
Forexample,
Given
s ="HelloWorld",return5.方法一:利用split函数。
jingsuwen1
·
2016-05-12 11:00
Merge Intervals
题目描述:Givenacollectionofintervals,mergealloverlappingintervals.Forexample,
Given
[1,3],[2,6],[8,10],[15,18
yeshiwu
·
2016-05-12 09:00
java
LeetCode
126.Partition List
comebeforenodesgreaterthanorequalto x.Youshouldpreservetheoriginalrelativeorderofthenodesineachofthetwopartitions.Forexample,
Given
u010339647
·
2016-05-11 22:00
上一页
39
40
41
42
43
44
45
46
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他