String gives no of occurrences of each character.no of times you select a
character should be less than the no of times it appears in the string.


ex: given string 'abcbacbabcc' has 3 a's, 4b's, 4 c's.
resulting string should have a less than 3 times,b less than 4 times and c
less than 4 times.

On Wed, Dec 29, 2010 at 4:25 PM, vishal raja <vishal.ge...@gmail.com> wrote:

> What's the relation with the given string.
> I could'nt get you completely.
>
> On Wed, Dec 29, 2010 at 4:18 PM, suhash <suhash.venkat...@gmail.com>wrote:
>
>> Is'nt this just a knapsack problem!
>>
>> On Dec 29, 3:45 pm, rajeev kumar <rajeevprasa...@gmail.com> wrote:
>> > you are given a string.It may have repeated characters.each character
>> has
>> > it's own weight.find combination of characters whose sum value is equal
>> to
>> > given value.
>> >
>> > ex: given string 'abcbacbabcc'
>> > weight of each character a-5,b-4,c-6.
>> >
>> > character combination which gives sum 15 is 'aaa'
>> >
>> > --
>> > Thank You
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Algorithm Geeks" group.
>> To post to this group, send email to algoge...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> algogeeks+unsubscr...@googlegroups.com<algogeeks%2bunsubscr...@googlegroups.com>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/algogeeks?hl=en.
>>
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to algoge...@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com<algogeeks%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>



-- 
Thank You
Rajeev Kumar

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algoge...@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to