由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - leetcode上的一题。
相关主题
leetcode 这题的解法是不是错了?leetcode:这题 int sqrt(int)??!!为啥用int
贡献F家Onsite一题Leetcode一题(非OJ)
C++ online Test 又一题F家面经
leetcode一题求解问了3个设计题,2个coding题@L
求Leetcode OJ Maximal Rectangle的n^2解法leetcode一题,自己编译没问题,leetcode总是编译出错。请高手看看
好象是google的高频题目郁闷,面试这么多家就没见过一题leetcode
关于leetcode 的strStr这题leetcode的valid number的考点在哪里呢?
Leetcode problems' difficulty请问一个java的问题(leetcode subsets一题)
相关话题的讨论汇总
话题: ctrl话题: keys话题: produce话题: keyboard话题: press
进入JobHunting版参与讨论
1 (共1页)
i*********7
发帖数: 348
1
http://www.leetcode.com/2011/01/ctrla-ctrlc-ctrlv.html
Imagine you have a special keyboard with the following keys:
A
Ctrl+A
Ctrl+C
Ctrl+V
where CTRL+A, CTRL+C, CTRL+V each acts as one function key for “Select
All”, “Copy”, and “Paste” operations respectively.
If you can only press the keyboard for N times (with the above four keys
), please write a program to produce maximum numbers of A. If possible,
please also print out the sequence of keys.
That is to say, the input parameter is N (No. of keys that you can press
), the output is M (No. of As that you can produce).
我看下面的评论说这题有O(1)的解法并且在mitbbs被讨论过?
有人能帮忙说一下是怎么解吗?
w****x
发帖数: 2483
2
这题太难了太繁琐, 直接跳过了
i*********7
发帖数: 348
3
没有啊。你看看评论,有一个非常好理解的dp解,是O(n)的。
看看那个叫Haitao的dp解。我认为真的挺好理解的。

【在 w****x 的大作中提到】
: 这题太难了太繁琐, 直接跳过了
t*********7
发帖数: 255
4
这题个人觉得顺序DP比递归要好理解得多
r*******m
发帖数: 457
5
这题用DP解确实顺多了
1 (共1页)
进入JobHunting版参与讨论
相关主题
请问一个java的问题(leetcode subsets一题)求Leetcode OJ Maximal Rectangle的n^2解法
ebay 电面好象是google的高频题目
leetcode tree level by level traversal problem关于leetcode 的strStr这题
Leetcode书中missing range一题的答案是不是错的?Leetcode problems' difficulty
leetcode 这题的解法是不是错了?leetcode:这题 int sqrt(int)??!!为啥用int
贡献F家Onsite一题Leetcode一题(非OJ)
C++ online Test 又一题F家面经
leetcode一题求解问了3个设计题,2个coding题@L
相关话题的讨论汇总
话题: ctrl话题: keys话题: produce话题: keyboard话题: press