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
LeetCodeOJ
LeetCode OJ-338.Counting Bits
LeetCodeOJ
-338.CountingBits题目描述Givenanonnegativeintegernumbernum.Foreverynumbersiintherange0≤i≤numcalculatethenumberof1
Morrisss_
·
2017-04-28 14:25
OJ
ACM
leetcode
OJ
位运算
LeetCode OJ-419.Battleships in a Board
LeetCodeOJ
-419.BattleshipsinaBoard题目描述Givenan2Dboard,counthowmanybattleshipsareinit.Thebattleshipsarerepresentedwith'X's
Morrisss_
·
2017-04-27 12:42
OJ
ACM
leetcode
OJ
LeetCode OJ-537.Complex Number Multiplication
LeetCodeOJ
-537.ComplexNumberMultiplication题目描述Giventwostringsrepresentingtwocomplexnumbers.Youneedtoreturnastringrepresentingtheirmultiplication.Notei2
Morrisss_
·
2017-04-26 17:26
OJ
ACM
leetcode
OJ
字符串处理
复数乘法
LeetCode OJ-6.ZigZag Conversion
LeetCodeOJ
-6.ZigZagConversion题目描述Thestring"PAYPALISHIRING"iswritteninazigzagpatternonagivennumberofrowslikethis
Morrisss_
·
2017-03-09 17:34
OJ
ACM
OJ
leetcode
字符串处理
string
LeetCode9. Palindrome Number(Python)兼翻译
9.PalindromeNumber回文本题来自
LeetCodeOJ
题目翻译Determinewhetheranintegerisapalindrome.Dothiswithoutextraspace.
24thAUG
·
2017-02-09 11:23
算法
python
string
leetcode
LeetCode OJ-78.Subsets
LeetCodeOJ
-78.Subsets题目描述Givenasetofdistinctintegers,nums,returnallpossiblesubsets.Note:Thesolutionsetmustnotcontainduplicatesubsets.Forexample
Morrisss_
·
2017-01-17 15:22
OJ
leetcode
ACM
OJ
求解子集
回溯法
LeetCode OJ-77.Combinations
LeetCodeOJ
-77.Combinations题目描述Giventwointegersnandk,returnallpossiblecombinationsofknumbersoutof1…n.Forexample
Morrisss_
·
2017-01-16 18:29
OJ
leetcode
ACM
OJ
组合数
回溯法
LeetCode OJ-64.Minimum Path Sum(DP)
LeetCodeOJ
-64.MinimumPathSum(DP)题目描述Givenamxngridfilledwithnon-negativenumbers,findapathfromtoplefttobottomrightwhichminimizesthesumofallnumbersalongitspath.Note
Morrisss_
·
2017-01-13 12:58
OJ-DP
leetcode
ACM
OJ
dp
最小路径和
LeetCode OJ-55.Jump Game
LeetCodeOJ
-55.JumpGame题目描述Givenanarrayofnon-negativeintegers,youareinitiallypositionedatthefirstindexofthearray.Eachelementinthearrayrepresentsyourmaximumjumplengthatthatposition.Determineifyouareable
Morrisss_
·
2017-01-09 11:07
OJ
leetcode
ACM
OJ
贪心算法
LeetCode OJ-53.Maximum Subarray(最大连续子数组和)
LeetCodeOJ
-53.MaximumSubarray(最大连续子数组和)题目描述Findthecontiguoussubarraywithinanarray(containingatleastonenumber
Morrisss_
·
2017-01-07 11:27
OJ-DP
leetcode
ACM
OJ
DP
最大连续子数组和
LeetCode OJ-49.Group Anagrams
LeetCodeOJ
-49.GroupAnagrams题目描述Givenanarrayofstrings,groupanagramstogether.Forexample,given:["eat","tea
Morrisss_
·
2017-01-07 10:26
OJ
leetcode
ACM
OJ
同字母异序词分组
字符串处理
LeetCode OJ-46.Permutations(全排列问题)
LeetCodeOJ
-46.Permutations(全排列问题)题目描述Givenacollectionofdistinctnumbers,returnallpossiblepermutations.Forexample
Morrisss_
·
2017-01-06 17:48
OJ
leetcode
OJ
ACM
全排列问题
字典序排序
一些在线编程练习或调试网站
一、代码练习网站欧拉计划问题
LeetcodeOJ
赛码网在线编程计蒜客牛客网在线编程PAT(ProgrammingAbilityTest)九度OnlineJudge南阳理工学院在线测评系统Python编程挑战直播编程北京大学
木顶思上
·
2016-08-22 23:56
编程
综合
备份LeetCode OJ自己编写的代码
我自己写了抓取个人提交代码的小工具,放在GitCafe上了…不知道大家有没有兴趣https://gitcafe.com/aaronzhou/...ssion拿Java写的,也打了一个包,本地有JRE环境就能运行,欢迎拍砖抓取
LeetCodeOJ
txl16211
·
2016-03-27 22:00
备份LeetCode
OJ代码
LeetCode代码备份
程序员面试技巧
《程序员面试金典》需要刷的网站:1.leetcode:Problems|
LeetCodeOJ
2.codility:Takeourfreeprogramminglessons2.codility:Takeourfreeprogramminglessons3
u010321471
·
2016-02-24 20:00
LeetCode
面试
程序员
编程之美
LeetCode OJ ----Two Sum
LeetCodeOJ
(1)—TwoSum题目描述Givenanarrayofintegers,findtwonumberssuchthattheyadduptoaspecifictargetnumber.ThefunctiontwoSumshouldreturnindicesofthetwonumberssuchthattheyadduptothetarget
batuwuhanpei
·
2016-02-23 23:00
LeetCode
二叉树反转(java版)
leetcodeoj
第226题,难度级别为easy,巩固一下二叉树的相关知识。
xkc_0706
·
2015-12-13 11:00
java
二叉树
数据结构与算法复习-----
leetcodeOJ
题解
Isomorphic Strings Given two strings s and t, determine if they are isomorphic. Two strings are isomorphic if the characters in
·
2015-11-13 03:47
LeetCode
LeetCodeOJ
. Longest Common Prefix
试题请參见: https://oj.leetcode.com/problems/longest-common-prefix/ 题目概述 Write a function to find the longest common prefix string amongst an array of strings. 解题思路 这也是比較简单的算法提, 仅仅需比較比較数组中每
·
2015-11-11 14:02
LeetCode
3月7日 Maximum Subarray
间隔2天,继续开始写
LeetCodeOj
。
·
2015-11-08 14:07
array
2014年3月1日 Start && Unique Binary Search Trees
最近在做
LeetCodeOJ
的题,一般般难度,每道题都不需要查资料就可以做出来,感觉还不错,很像面试题的样子。 当然,最好还是做一些ACM OJ的题吧。
·
2015-11-07 13:05
Binary search
LeetCodeOJ
刷题之15-16【3Sum(三数和问题)】
本文为两个题:【三数和(3Sum)】与【最近三数和(3Sum Closest)】问题 第一部分分析3Sum问题,第二部分分析3Sum Closest问题,由于两个问题的思路很像,所以这里放到一起分析。其中3Sum问题好像还是计算机科学领域暂未解决的问题之一,当然,还没找到更好的解决方案。 1. 3Sum Given an array S of n integers, are there el
·
2015-11-02 13:02
LeetCode
LeetCodeOJ
刷题之14【Longest Common Prefix】
Longest Common Prefix Write a function to find the longest common prefix string amongst an array of strings.求字符串数组中字符串的最长公共前缀。 String Solutions 1 Longest Common Prefix -- 11~13ms 第一
·
2015-10-31 11:05
LeetCode
LeetCodeOJ
刷题之13【Roman to Integer】
Roman to Integer Given a roman numeral, convert it to an integer.Input is guaranteed to be within the range from 1 to 3999.意思就是:给出一个罗马数字,返回其对应的整数 num( 0<=num<=3999)表示;罗马数字范围从 0-->3999罗马数字有:
·
2015-10-31 11:05
LeetCode
LeetCodeOJ
刷题之12【Integer to Roman】
Integer to Roman Given an integer, convert it to a roman numeral.Input is guaranteed to be within the range from 1 to 3999.意思就是:给出一个整数 num( 0<=num<=3999),返回其对应的罗马数字表示;罗马数字有: |I |V |X |L |C |D
·
2015-10-31 11:05
LeetCode
[LeetCode] Maximal Rectangle
icecreamdeqinw/p/4338731.html),所以MaximalRectangle这道题拿来之后我的想法自然跟着惯性觉得肯定是可以用一个三维DP的解法做的,至于时间和空间复杂度能不能通过
LeetCodeOJ
_icecream
·
2015-03-15 05:00
[LeetCode] Palindrome Partitioning II
PalindromePartitioning,所以最开始自然想到了用DP记录所有substring是否是palindrome,然后再对每个substring的mincuts用DP方法逐个由短至长求解,但是在
LeetCodeOJ
_icecream
·
2015-03-13 03:00
[LeetCode] Longest Valid Parentheses -- 挂动态规划羊头卖stack的狗肉
(Version1.3)这题在LeetCode上的标签比较有欺骗性,虽然标签写着有DP,但是实际上根本不需要使用动态规划,相反的,使用动态规划反而会在
LeetCodeOJ
上面超时。
_icecream
·
2015-03-11 09:00
【LeetCode】【Solution】Find Minimum in Rotated Sorted Array I & II
今天第一次看到
LeetCodeOJ
右上角 Solution上那个小锁被打开了,虽然是看了别人的代码才做到的,但还是很激动。这个小锁里面可是经典的解法啊,如同解开了宝藏的密码。以后当多多努力!
ljiabin
·
2014-11-10 22:00
LeetCode
Algorithm
array
sorted
rotated
【LeetCode】String to Integer (atoi) 解题报告
这道题在
LeetCodeOJ
上难道属于Easy,但是通过率却比较低,究其原因是需要考虑的情况比较低,很少有人一遍过吧。
ljiabin
·
2014-10-27 16:00
LeetCode
Algorithm
atoi
【LeetCode】Find Minimum in Rotated Sorted Array 解题报告
今天看到
LeetCodeOJ
题目下方多了“ShowTags”功能,我觉着挺好,方便初学者分类练习,同时也是解题时的思路提示。
ljiabin
·
2014-10-20 10:00
Algorithm
LeetCode
array
search
binary
C++编程学习之LeetCode OJ
LeetCodeOJ
:MaxPointsonaLineGivennpointsona2Dplan#include #include #include #include #defineNUM5 usingnamespacestd
u014033518
·
2014-06-19 19:00
LeetCode
C++
map
iterator
c++编程学习
LeetCodeOJ
:EvaluateReversePolishNotationValidoperatorsare+,-,*,/.Eachoperandmaybeanintegeroranotherexpression.Someexamples
u014033518
·
2014-06-17 20:00
LeetCode
C++
String
LeetcodeOJ
--整理
//SearchinRotatedSortedArray /* Supposeasortedarrayisrotatedatsomepivotunknowntoyoubeforehand. (i.e.,0124567mightbecome4567012). Youaregivenatargetvaluetosearch.Iffoundinthearrayreturnitsindex,otherwi
tianzhaixing
·
2014-06-17 20:00
Algorithm
map
C++11
LeetCodeOJ
LeetCodeOJ
--Remove Duplicates from Sorted Array(c++ && python版本)
RemoveDuplicatesfromSortedArray Givenasortedarray,removetheduplicatesinplacesuchthateachelementappearonly once andreturnthenewlength.Donotallocateextraspaceforanotherarray,youmustdothisinplacewithcons
tianzhaixing
·
2014-06-14 14:00
C++
python
STL
LeetCodeOJ
--Reverse Words in a String(python版本)
Givenaninputstring,reversethestringwordbyword.Forexample,Givens="theskyisblue",return"blueisskythe".clicktoshowclarification.Clarification:Whatconstitutesaword?Asequenceofnon-spacecharactersconstitute
tianzhaixing
·
2014-06-09 11:00
python
word
LeetCodeOJ
LeetCodeOJ
--Reverse Words in a String
Givenaninputstring,reversethestringwordbyword.Forexample,Givens="theskyisblue",return"blueisskythe".clicktoshowclarification.Clarification:Whatconstitutesaword?Asequenceofnon-spacecharactersconstitute
tianzhaixing
·
2014-06-05 19:00
character
LeetCodeOJ
--002(C++ && Python)
MedianofTwoSortedArraysTherearetwosortedarraysAandBofsizemandnrespectively.Findthemedianofthetwosortedarrays.TheoverallruntimecomplexityshouldbeO(log(m+n)).C++版本:classSolution{ public: //快速排序 voidqui
tianzhaixing
·
2014-06-05 19:00
递归
快速排序
LeetCodeOJ
--001(C++ && Python)
TwoSumGivenanarrayofintegers,findtwonumberssuchthattheyadduptoaspecifictargetnumber.ThefunctiontwoSumshouldreturnindicesofthetwonumberssuchthattheyadduptothetarget,whereindex1mustbelessthanindex2.Plea
tianzhaixing
·
2014-06-05 19:00
C++
python
leetCode解题报告之构造二叉树(递归)
此博文主要讲述了构造二叉树的两种方法:1、通过先序和中序构造出二叉树(来自
leetCodeOJ
上的题目:ConstructBinaryTreefromPreorderandInorderTraversal
u011133213
·
2014-03-25 19:00
LeetCode
Algorithm
算法
二叉树
maximum
Subarray
动态规划4:最大子段和问题到最大子矩阵问题(四):最大子矩阵面积问题
找出它的一个子矩阵,使得这个子矩阵内的所有元素之和最大但是这个矩形的大小不一定是最大的,现在我们来找一个最大面积的子矩阵转自:《浅谈用极大化思想解决最大子矩形问题》问题1:来看LeetCode上的一道题:
LeetCodeOJ
starcuan
·
2014-02-01 21:00
动态规划
学习笔记1:c++实现LRU算法
LeetCodeOJ
上有一道题目,要编程实现cache的LRU算法,刚看到这道题的时候,我想到了用队列来做,但是若用单链表来做,必须要保存尾节点的上一个节点指针,才能实现快速增加一条数据,编程起来很不方便
starcuan
·
2014-01-12 15:00
LRU
hash
循环队列
双向队列
[LeetCode]Container With Most Water, 解题报告
前言难怪
LeetCodeOJ
在找工作时被很多人推荐,发现了这道最大蓄水题目就是美团的笔试最后一道题,当时我霸笔只有这一道题目没有答出来,因此也就没有获得面试机会,可惜了。
zinss26914
·
2013-12-10 19:00
[LeetCode]Permutations,解题报告
前言今天用java写了
LeetCodeoj
上关于全排列的代码,这个算法之前我用c代码详细的讲解过,想看原理的移步:字符串全排列算法感觉java的集合是神器,而且全排列算法在找工作笔试和面试中经常会出现,
zinss26914
·
2013-12-06 10:00
[LeetCode]Convert Sorted Array to Binary Search Tree, 解题报告
前言最近一直在学习javaSE,也将ACM的平台从九度OJ迁移到了
LeetCodeOJ
,今天是11月的最后一天,在
LeetCodeOJ
上ac了21道题,今天也发一个解题报告思路首先,需要明确平衡二叉树的定义
zinss26914
·
2013-11-30 14:00
Java集合LinkedList模拟栈
前言栈这种数据结构的特性我就不多说了,有需要的朋友可以看我之前的文章:栈的学习这几天学习了java集合,今天在
LeetCodeOJ
做题恰好需要用到stack这种数据数据结构,在java里可以用LinkedList
zinss26914
·
2013-11-29 14:00
用java来写ACM
因此从今天开始我要转换自己的acm平台,开始使用
LeetCodeOJ
有点跑题,毕竟这篇博客还是偏向技术一些,不搞心灵鸡汤类似
zinss26914
·
2013-11-20 15:00
【
LeetCodeOJ
】Path Sum
Givenabinarytreeandasum,determineifthetreehasaroot-to-leafpathsuchthataddingupallthevaluesalongthepathequalsthegivensum.Forexample:Giventhebelowbinarytreeand sum=22,5 /\ 48 //\ 11134 /\\ 721 returntru
xiaozhuaixifu
·
2013-10-20 23:00
LeetCode
递归树
上一页
1
2
下一页
按字母分类:
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
其他