Are U asking the Code Again ?? :)

On Fri, May 18, 2012 at 2:19 PM, saurabh singh <saurab...@gmail.com> wrote:

>
> Saurabh Singh
> B.Tech (Computer Science)
> MNNIT
> blog:geekinessthecoolway.blogspot.com
>
>
>
> On Thu, May 17, 2012 at 11:40 PM, Prem Krishna Chettri <hprem...@gmail.com
> > wrote:
>
>> I guess this is Subset minimization problem's Modification..
>>
>>
>> Algo..
>>
>> 1> Get all the Subset of the particular array. Best Algo O(n2).
>>
>  ''
> How?????
>
>
>> 2> Now try to find the subsets having similar average. Again best algo
>> known is O(n2).
>>
>>
>> Anyone have better options??
>>
>> BR,
>> Prem
>>
>>
>> On Fri, May 18, 2012 at 12:05 PM, payal gupta <gpt.pa...@gmail.com>wrote:
>>
>>>  How do you partition an array into 2 parts such that the two parts
>>> have equal average?...each partition may contain elements that are
>>> non-contiguous in the array...
>>>
>>>  --
>>> You received this message because you are subscribed to the Google
>>> Groups "Algorithm Geeks" group.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msg/algogeeks/-/fSAXqe-gkJcJ.
>>> To post to this group, send email to algogeeks@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.
>>>
>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Algorithm Geeks" group.
>> To post to this group, send email to algogeeks@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.
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to algogeeks@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.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@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