Urgent Recurrence Problem, Please Help !
- From: Tonny <tonnyspain@xxxxxxxxx>
- Date: Mon, 29 Oct 2007 01:06:51 -0700
There are two integer lists: V(1..N) and W(1..N)
V(i) is positive and W(i) is non-negative for all i. (i.e. W(i) can be
zero)
Now I'm going to select the elements from the V list, the constraint
is : if I pick V(i), then I must avoid taking V(i+1),V(i+2),..., V( i+
W (i) )
The problem is how to maximize the sum of the V's I can select.
Can anyone help me out by using a recursive way? Thanks a lot!!!
.
- Follow-Ups:
- Re: Urgent Recurrence Problem, Please Help !
- From: gw7rib
- Re: Urgent Recurrence Problem, Please Help !
- Prev by Date: Re: Convert float to double - weird failure
- Next by Date: Re: coding music
- Previous by thread: coding music
- Next by thread: Re: Urgent Recurrence Problem, Please Help !
- Index(es):
Relevant Pages
|