由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Quant版 - 讨论个subarray sum的变种问题 (转载)
相关主题
Complexity of the max array problem问一道面试题, 关于算法
[合集] 一道几何题,做不出来,这里牛人多,请一定指点一下,谢谢?[合集] 请教一个ramdom walk踢
有谁面过renaissance?[合集] 求推荐interest rate 方面的书
一些算法题。[合集] Matlab中linprog能解决的问题fmincon都能解决么?
daj大牛的一道题目[合集] 高盛面试题
求解面试题[合集] 请教几个C++ 问题
3个面试的小问题求解转贴一个题娱乐一下
请教一题brain teaser请教一下quasi-monte carlo integration
相关话题的讨论汇总
话题: subvector话题: array话题: maxsum话题: sum话题: circle
进入Quant版参与讨论
1 (共1页)
k***e
发帖数: 556
1
【 以下文字转载自 JobHunting 讨论区 】
发信人: krone (krone), 信区: JobHunting
标 题: 讨论个subarray sum的变种问题
发信站: BBS 未名空间站 (Sun Nov 29 09:27:08 2009, 美东)
input: a circular array
output: a subvector of the array that has max sum
可以想象排列在圆周上的n个元素,求连续的k个使得其和最大
我的想法是
1. take any element as the leader and break the circle into one dimensional
array a[1:n]. use the classical method to get the maxsum subvector
2. we did not consider the case that the maxsum subvector in the circle
passes a[1]. in the next step we will fig
k***e
发帖数: 556
2
贴在jobhunting没人理我。知道这里大牛多,所以。。。
m********0
发帖数: 2717
3
呵呵,还是没人理你,我觉得大牛都在jobhunting。这里人都不爱讨论算法题,鄙视编程。
w*****e
发帖数: 197
4
Why not DP? You just need to be a little bit careful
with the calculation, but nothing really changes here.

dimensional

【在 k***e 的大作中提到】
: 贴在jobhunting没人理我。知道这里大牛多,所以。。。
1 (共1页)
进入Quant版参与讨论
相关主题
请教一下quasi-monte carlo integrationdaj大牛的一道题目
memory allocation about vector求解面试题
[分享]牛人整理的统计学教材(119部整理完毕)3个面试的小问题求解
问一道stochastic请教一题brain teaser
Complexity of the max array problem问一道面试题, 关于算法
[合集] 一道几何题,做不出来,这里牛人多,请一定指点一下,谢谢?[合集] 请教一个ramdom walk踢
有谁面过renaissance?[合集] 求推荐interest rate 方面的书
一些算法题。[合集] Matlab中linprog能解决的问题fmincon都能解决么?
相关话题的讨论汇总
话题: subvector话题: array话题: maxsum话题: sum话题: circle