参考地址:https://www.ibm.com/developerworks/cn/linux/l-cn-g […]
算法-每天一道题(29)-371. Sum of Two Integers-进制转换
Calculate the sum of two integers a and b, but you are […]
算法-每天一道题(28)-405. Convert a Number to Hexadecimal-进制转换
Given an integer, write an algorithm to convert it to h […]
算法-每天一道题(27)-409. Longest Palindrome-map使用
Given a string which consists of lowercase or uppercase […]
算法-每天一道题(26)-404. Sum of Left Leaves-二叉树
Find the sum of all left leaves in a given binary tree. […]
算法-每天一道题(25)-翻转数组-slice
给定一个长度为n的整数数组a,元素均不相同,问数组是否存在这样一个片段,只将该片段翻转就可以使整个数组升序排列 […]
算法-每天一道题(24)-扫描透镜-矩阵
在N*M的草地上,提莫种了K个蘑菇,蘑菇爆炸的威力极大,兰博不想贸然去闯,而且蘑菇是隐形的.只 有一种叫做扫描 […]
算法-每天一道题(23)-数组处理
一场考试包含3道开放性题目,假设他们的难度从小到大分别为a, b, c,我们希望这3道题能满足下列条件: a […]
算法-每天一道题(22)-求最大数-字符串处理
输入为两行内容,第一行是正整数number,注意可能是很大的。第二行是希望去掉的数字数量。 输出 输出保留下来 […]
算法-每天一道题(21)-上台阶-斐波拉契数列
有一楼梯共m级,刚开始时你在第一级,若每次只能跨上一级或者二级,要走上m级,共有多少走法?注:规定从一级到一级 […]