On 8/12/12, Hassan Monfared <hmonfa...@gmail.com> wrote:
> do we sum all cell values when we step over them ?
>
> On Sun, Aug 12, 2012 at 12:42 PM, MeHdi KaZemI
> <mehdi.kaze...@gmail.com>wrote:
>
>> Hi there,
>> There is a integer Matrix with dimensions n*2, If you want to go from
>> (1,1) to (n,2) and you are allowed just to go down or right, what's
>> the maximum value you can get? Alright this is easy, but we want to
>> consider all the permutations of rows of the matrix which is n!, find
>> this maximum for each permutation, and finally we want the minimum
>> amount among these maximum values.
>> Do you have an Idea to solve this problem better than O(n!)?
>>
>> --
>>    MeHdi KaZemI
>>
>> --
>> 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.
>
>


-- 
   MeHdi KaZemI

-- 
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