[algogeeks] Re: Histogram Problem

2011-01-10 Thread Decipher
Does anyone know where is the solution to rectangle problem in this group ?? -- 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

Re: [algogeeks] Re: Histogram Problem

2011-01-10 Thread Anand
Engish version is available On Mon, Jan 10, 2011 at 11:22 AM, juver++ avpostni...@gmail.com wrote: Here http://e-maxx.ru/algo/maximum_zero_submatrix is an algorithm for the finding zero matrix with max area. It is in Russian, however. -- You received this message because you are subscribed

[algogeeks] Re: Histogram Problem

2010-07-12 Thread Tech Id
You will need width of each bar too perhaps. Why should this need any algo? Just get the one which has maximum height or if width is also given then the one with maximum height x width It is O(n) -- You received this message because you are subscribed to the Google Groups Algorithm Geeks