由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 问个狗家面经题
相关主题
问个看来的狗家面经题那个leetcode上头得distinct subsequence什么意思
how to obtain a subarray whose sum is a specific given number?leetcode一题没看明白
最长递增子array的算法面试题count # of increasing subsequences of String求解
问一道面试题求解这个动态规划题
狗家 题 讨论大家帮忙解释一个 LeetCode DP (distinct subsequences)
Maximum Sum of Increasing SequenceQuestion on leetcode Distinct Subsequences
这道题DP怎么做阿花了一上午把get all palindromic subsequences debug完了
dp problem on mit问个G家面经题
相关话题的讨论汇总
话题: follow话题: 最长话题: up
进入JobHunting版参与讨论
1 (共1页)
g*c
发帖数: 4510
1
寻找最长递增数列,init是找长度,follow up是打印出序列,follow follow up是打
印出所有可能序列,follow follow follow up 是变成字符串找最长递增。
这个follow follow up怎么做?
x**1
发帖数: 892
2
楼主的意思是这题吧?
Longest Increasing Subsequence
先dp找出长度
然后dps按长度搜索 可以吗?
字符串的最长长度 没懂玄机在哪里 不就是转一下ord编码?
1 (共1页)
进入JobHunting版参与讨论
相关主题
问个G家面经题狗家 题 讨论
这面经题怎么用动态规划做呢?Maximum Sum of Increasing Sequence
做面经题,怎么知道自己作对了没有?这道题DP怎么做阿
Google onsite问题dp problem on mit
问个看来的狗家面经题那个leetcode上头得distinct subsequence什么意思
how to obtain a subarray whose sum is a specific given number?leetcode一题没看明白
最长递增子array的算法面试题count # of increasing subsequences of String求解
问一道面试题求解这个动态规划题
相关话题的讨论汇总
话题: follow话题: 最长话题: up