最新 最热

【LeetCode-解题一 求和】

Given an array of integers, return indices of the two numbers such that they add up to a specific target.

2019-07-25
0

Googol的双面博弈与基于样本的先知不等式

作者:José Correa,Andrés Cristi,Boris Epstein,José A. Soto

2019-07-18
1

【leetcode刷题】T47-超级丑数

Write a program to find the nth super ugly number.

2019-07-18
0

【leetcode刷题】T45-丑数

Write a program to check whether a given number is an ugly number.

2019-07-18
0

【leetcode刷题】T42-快乐数

Write an algorithm to determine if a number is "happy".

2019-07-18
1

【更新】【leetcode刷题】T35-只出现一次的数字 III

Given an array of numbers nums, in which exactly two elements appear only once and all the other elements appear exactly twice. Find the two elements that appea...

2019-07-18
1

LeetCode 167:两数之和 II - 输入有序数组 Two Sum II - Input array is sorted

函数应该返回这两个下标值 index1 和 index2,其中 index1 必须小于 index2。

2019-07-08
0

【DP】377. Combination Sum IV

Given an integer array with all positive numbers and no duplicates, find the number of possible combinations that add up to a positive integer target.

2019-06-14
0

【DP】64. Minimum Path Sum

Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its path.

2019-06-13
0

LeetCode - 002

https://leetcode.com/problems/add-two-numbers/description/

2019-06-03
1