Minimum sub-sequence sum
- From: Michael Jarrod <Michael.Jarrod@xxxxxxxxx>
- Date: Mon, 21 Jul 2008 20:13:57 -0700 (PDT)
Hello,
I have a sequence of integers (positive/negative values) and I would
like to find the sub sequence of consecutive values that yields the
smallest sum, I can think of a very simple O(n^3) complex solution,
however I was wondering are there any better solutions? and what is
the name of this kind of problem?
-Mich
.
- Follow-Ups:
- Re: Minimum sub-sequence sum
- From: matt . timmermans
- Re: Minimum sub-sequence sum
- From: grpadmin
- Re: Minimum sub-sequence sum
- From: Mark T.B. Carroll
- Re: Minimum sub-sequence sum
- From: David Wagner
- Re: Minimum sub-sequence sum
- Prev by Date: one click can change your life!!!!!!!!! you just try this ..............
- Next by Date: Re: Minimum sub-sequence sum
- Previous by thread: one click can change your life!!!!!!!!! you just try this ..............
- Next by thread: Re: Minimum sub-sequence sum
- Index(es):
Relevant Pages
|