最新 最热

HDU 1085 母函数 硬币组合

Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 13245    Accepted Submission(s): 5931

2019-02-18
0

实践中的精益产品设计 | TW洞见

今日洞见文章作者来自ThoughtWorks:Natalie Hollier,译者来自:田萌。图片来自网络。感谢ThoughtWorks校对小组:宋国强、杨宝儿、姚琪琳。欢迎联系我们加入小组。本文所有内容,包括文字、图片和音视频资料,版权均属ThoughtWo...

2018-04-20
0

Uva 11300 Spreading the Wealth(递推,中位数)

Spreading the WealthProblemA Communist regime is trying to redistribute wealth in a village. They have have decided to sit everyone around a circular table. F...

2018-04-08
0

Leetcode 45 Jump Game II

Given an array of non-negative integers, you are initially positioned at the first index of the array. Each element in the array represents your maximum jump ...

2018-01-12
0

Leetcode 120 Triangle

Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below. For example, given the following ...

2018-01-12
0

Leetcode 135 Candy

There are N children standing in a line. Each child is assigned a rating value. You are giving candies to these children subjected to the following requiremen...

2018-01-12
1

Leetcode 154 Find Minimum in Rotated Sorted Array II

Follow up for "Find Minimum in Rotated Sorted Array": What if duplicates are allowed? Would this a

2018-01-12
1

Leetcode 153 Find Minimum in Rotated Sorted Array

Suppose a sorted array is rotated at some pivot unknown to you beforehand. (i.e., 0 1 2 4 5 6 7 might become 4 5 6 7 0 1 2). Find the minimum element. You ...

2018-01-12
0

LWC 53:691. Stickers to Spell Word

LWC 53:691. Stickers to Spell Word传送门:691. Stickers to Spell WordProblem: We are given N differen

2018-01-02
0