[algogeeks] Good Maths Question

2011-01-24 Thread monu
Dear All, Increasing integers can be defined as each of their digits is not greater than the digit to the right, and integers for which each digit is not lesser than the digit to the right as decreasing integers. For example 24558 is increasing, 888410 is decreasing and 5 - is both increasing and

[algogeeks] 8 puzzle problem

2008-01-09 Thread monu
Hi guys! i am working on 8puzzle problem, but i am not getting any Heuristic function to solve the problem. Can anyone suggest something? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To

[algogeeks] Re: geometry problem

2007-06-15 Thread monu
Please anyone help me.. On 6/15/07, monu <[EMAIL PROTECTED]> wrote: > > I am given the co-ordinates of rectangles and pin-vertices's as ( Xi, > Yi ) where i lies b/w 1 to n. Now i have to write formula in terms of ( Xi, > Yi ) . > > Please help me > >

[algogeeks] Re: geometry problem

2007-06-14 Thread monu
length of the lines, my > representation is almost correct, you only need rearrange the segments :) > > > I did included a .svg if it could help you to express your ideas. > > > 2007/6/14, monu < [EMAIL PROTECTED]>: > > > > Please anyone help me..

[algogeeks] Re: geometry problem

2007-06-14 Thread monu
Please anyone help me.. On 6/14/07, Monu Rathour <[EMAIL PROTECTED]> wrote: > > There are some rectangles and some pin-vertices's in a two dimensional > plane. I have to join pin-vertices's such that lines are rectilinear and > line should no

[algogeeks] minimum bound rectangle problem

2007-05-22 Thread Monu Rathour
I have Some rectangles of fixed size,and i have to arrange them such that there in no overlap between them And area of Rectangle containing all of smaller rectangle in minimum. Please suggest me some algorithm http://en.wikipedia.org/wiki/Minimum_bounding_rectangle --~--~-~--~--

[algogeeks] Re: urgent

2007-05-21 Thread Monu Rathour
Consider a rectangle of M & N .Inside that there are many small overlapping rectangles.Now i have to minimize overlapping area such that the "% increase in size (M & N) -> 0 ". means readjust smaller rectangles such that they do't overlap. Please suggest some algo

[algogeeks] urgent

2007-05-21 Thread monu
Consider a rectangle of M * N .Inside that there are many small overlapping rectangles.Now i have remove overlapping suchthat the " % increase in size (M*N) -> 0 ". --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[algogeeks] help needed

2007-05-21 Thread monu
Consider a rectangle of M & N .Inside that there are many small overlapping rectangles.Now i have to minimize overlapping area such that the "% increase in size (M & N) -> 0 ". means readjust smaller rectangles such that they do't overlap. Please suggest some algorithm ! --~--~-~--

[algogeeks] urgent

2007-05-21 Thread monu
Consider a rectangle of M * N .Inside that there are many small overlapping rectangles.Now i have remove overlapping suchthat the " % increase in size (M*N) -> 0 ". --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[algogeeks] Re: random number generator

2007-05-15 Thread monu
i worked in C language on visual studio 8,and there is a function *rand()* to generate random numbers. But now i have to work on visual studio 6, is there any such function? Please help me... On May 15, 11:32 am, "Monu Rathour" <[EMAIL PROTECTED]> wrote: > i worked

[algogeeks] random number generator

2007-05-14 Thread Monu Rathour
i worked in *visual studio 8*,and there is a function *rand()* to generate random numbers. But now i have to work on *visual studio 6*, is there any such function? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Al