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
Non-negative
66. Plus One
题目: Given a
non-negative
number represented as an array of digits, plus one to the number.
·
2015-11-13 03:56
one
64. Minimum Path Sum
题目: Given a m x n grid filled with
non-negative
numbers, find a path from top
·
2015-11-13 03:56
Path
55. Jump Game
题目: Given an array of
non-negative
integers, you are initially positioned at the first index of
·
2015-11-13 03:52
game
42. Trapping Rain Water
题目: Given n
non-negative
integers representing an elevation map where the width of each bar
·
2015-11-13 03:47
water
45. Jump Game II
题目: Given an array of
non-negative
integers, you are initially positioned at the first index of
·
2015-11-13 03:47
game
11. Container With Most Water
题目: Given n
non-negative
integers a1, a2, ..., an, where each represents a
·
2015-11-13 03:34
contain
【leetcode】Trapping Rain Water
Trapping Rain Water Given n
non-negative
integers representing an elevation map where the
·
2015-11-13 02:33
LeetCode
HDU 4747 Mex(线段树)(2013 ACM/ICPC Asia Regional Hangzhou Online)
For a
non-negative
integer set S, mex(S) is defined as the least
non-negative
intege
·
2015-11-13 02:30
online
leetcode problem 42 -- Trapping Rain Water
Given n
non-negative
integers representing an elevation map where the width of each bar is
·
2015-11-13 02:30
LeetCode
[LeetCode#89]Gray Code
Given a
non-negative
integer n representing the total number of bits in the code,
·
2015-11-13 01:53
LeetCode
[LeetCode#66]Plus One
The problem: Given a
non-negative
number represented as an array of digits, plus one to the number.
·
2015-11-13 01:33
LeetCode
LeetCode: Largest Rectangle in Histogram 解题报告
Largest Rectangle in Histogram Given n
non-negative
integers representing the histogram's
·
2015-11-13 00:19
LeetCode
LeetCode: Minimum Path Sum 解题报告
Minimum Path Sum Given a m x n grid filled with
non-negative
numbers, find a path from top left to bottom
·
2015-11-13 00:11
LeetCode
LeetCode: Jump Game II 解题报告
Jump Game II Given an array of
non-negative
integers, you are initially positioned at the first index
·
2015-11-13 00:57
LeetCode
LeetCode: Gray Code 解题报告
CodeThe gray code is a binary numeral system where two successive values differ in only one bit.Given a
non-negative
·
2015-11-13 00:38
LeetCode
LeetCode: Trapping Rain Water 解题报告
https://oj.leetcode.com/problems/trapping-rain-water/ Trapping Rain WaterGiven n
non-negative
integers
·
2015-11-13 00:21
LeetCode
LeetCode: Container With Most Water 解题报告
Container With Most WaterGiven n
non-negative
integers a1, a2, ..., an, where each represents a point
·
2015-11-13 00:20
LeetCode
LeetCode: Jump Game Total 解题报告
Jump GameGiven an array of
non-negative
integers, you are initially positioned at the first index of
·
2015-11-13 00:06
LeetCode
LeetCode: Add Two Numbers 解题报告
Add Two NumbersYou are given two linked lists representing two
non-negative
numbers.
·
2015-11-13 00:04
LeetCode
2. Add Two Numbers
题目: You are given two linked lists representing two
non-negative
numbers.
·
2015-11-13 00:58
number
【leetcode】Gray Code
Given a
non-negative
integer n representing the total number of bits in the code,
·
2015-11-13 00:02
LeetCode
【leetcode】Minimum Path Sum
Minimum Path Sum Given a m x n grid filled with
non-negative
numbers, find a path
·
2015-11-13 00:41
LeetCode
【leetcode】Container With Most Water
Container With Most Water Given n
non-negative
integers a1, a2, ..., an,
·
2015-11-13 00:33
LeetCode
leetcode_question_64 Minimum Path Sum
Given a m x n grid filled with
non-negative
numbers, find a path from top left to
·
2015-11-13 00:01
LeetCode
LeetCode_Jump Game II
Given an array of
non-negative
integers, you are initially positioned at the first index of the array
·
2015-11-12 23:00
LeetCode
LeetCode_Jump Game
Given an array of
non-negative
integers, you are initially positioned at the first index of the array
·
2015-11-12 23:59
LeetCode
LeetCode_Container With Most Water
Given n
non-negative
integers a1, a2, ..., an, where each represents a point at coordinate (i, ai). n
·
2015-11-12 23:53
LeetCode
LeetCode_Gray Code
Given a
non-negative
integer n representing the total number of bits in the code, print the sequence
·
2015-11-12 23:47
LeetCode
LeetCode_Largest Rectangle in Histogram
Given n
non-negative
integers representing the histogram's bar height where the width of each bar is
·
2015-11-12 23:43
LeetCode
LeetCode 面试:Add Two Numbers
1 题目 You are given two linked lists representing two
non-negative
numbers.
·
2015-11-12 22:31
LeetCode
[LeetCode#55, 45]Jump Game, Jump Game II
The problem: Given an array of
non-negative
integers, you are initially positioned at the first index
·
2015-11-12 22:19
LeetCode
Java [leetcode 11] Container With Most Water
问题描述: Given n
non-negative
integers a1, a2, ..., an, where each represents a point at coordinate (i,
·
2015-11-12 22:52
LeetCode
Java [leetcode 2] Add Two Numbers
问题描述: You are given two linked lists representing two
non-negative
numbers.
·
2015-11-12 22:45
LeetCode
leetcode--Add Two Numbers
1.题目描述 You are given two linked lists representing two
non-negative
numbers.
·
2015-11-12 21:57
LeetCode
LeetCode_Trapping Rain Water
Given n
non-negative
integers representing an elevation map where the width of each bar is 1, compute
·
2015-11-12 20:13
LeetCode
LeetCode_Minimum Path Sum
iven a m x n grid filled with
non-negative
numbers, find a path from top left to bottom right which minimizes
·
2015-11-12 20:03
LeetCode
204. Count Primes
题目: Description: Count the number of prime numbers less than a
non-negative
number, n.
·
2015-11-12 18:56
count
K satisfied number
satisfied number Time Limit:1000MS Memory Limit:65536KTotal Submit:2 Accepted:2 Description A
non-negative
·
2015-11-12 18:07
number
POJ 2891 Strange Way to Express Integers(拓展欧几里得)
Description Elina is reading a book written by Rujia Liu, which introduces a strange way to express
non-negative
·
2015-11-12 17:37
Integer
{HDU}{4193}{
Non-negative
Partial Sums}
对数组进行预处理,由于是连续的可以在O(1)的时间进行判定查询,WA了N次。 #include <iostream> #include <string> #include <cstring> #include <cstdio> #include <algorithm> #include <memory> #in
·
2015-11-12 17:52
part
leetcode_question_85 Largest Rectangle in Histogram
Given n
non-negative
integers representing the histogram's bar height where the width
·
2015-11-12 17:30
LeetCode
Largest Rectangle in Histogram
Given n
non-negative
integers representing the histogram's bar height where the width of each
·
2015-11-12 16:39
in
Add Two Numbers
You are given two linked lists representing two
non-negative
numbers.
·
2015-11-12 16:30
number
Jump Game II
Given an array of
non-negative
integers, you are initially positioned at the first index of the array
·
2015-11-12 16:01
game
Jump Game
Given an array of
non-negative
integers, you are initially positioned at the first index of the array
·
2015-11-12 16:00
game
Trapping Rain Water
Given n
non-negative
integers representing an elevation map where the width of each bar is
·
2015-11-12 16:58
water
Plus One
Given a
non-negative
number represented as an array of digits, plus one to the number.
·
2015-11-12 16:44
one
Container With Most Water
Given n
non-negative
integers a1, a2, ..., an, where each represents a point
·
2015-11-12 16:43
contain
Minimum Path Sum
Given a m x n grid filled with
non-negative
numbers, find a path from top left to
·
2015-11-12 16:42
Path
Gray Code
Given a
non-negative
integer n representing the total number of bits in the code, print the
·
2015-11-12 16:34
code
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
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
其他