题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=3652 Problem Description A wqb-number, or B-number for short, is a non-negative integer whose decimal f ...
分类:
其他好文 时间:
2018-03-08 20:47:09
阅读次数:
170
Multiply Strings 题解 题目来源:https://leetcode.com/problems/multiply strings/description/ Description Given two non negative integers and represented as st ...
分类:
其他好文 时间:
2018-03-06 17:08:00
阅读次数:
160
[抄题]: Given n non-negative integers a1, a2, ..., an, where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two ...
分类:
其他好文 时间:
2018-03-03 21:22:37
阅读次数:
188
Given a non negative integer represented as a non empty array of digits, plus one to the integer. You may assume the integer do not contain any leadin ...
分类:
其他好文 时间:
2018-03-03 20:28:18
阅读次数:
158
Given n non-negative integers a1, a2, ..., an, where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two endpo ...
分类:
其他好文 时间:
2018-03-03 11:03:47
阅读次数:
137
Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining. ...
分类:
移动开发 时间:
2018-03-03 10:53:09
阅读次数:
175
You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contai ...
分类:
其他好文 时间:
2018-03-02 01:23:44
阅读次数:
151
Given a non-empty special binary tree consisting of nodes with the non-negative value, where each node in this tree has exactly two or zero sub-node. ...
分类:
其他好文 时间:
2018-03-01 21:38:30
阅读次数:
181
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. ...
分类:
其他好文 时间:
2018-02-25 17:19:12
阅读次数:
161
1.题目描述 Given n non-negative integers a1, a2, ..., an, where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the tw ...
分类:
其他好文 时间:
2018-02-24 21:59:39
阅读次数:
181