[algogeeks] Question about OOP

2007-09-11 Thread Lukas Ĺ alkauskas
Hi, I'm interested in _thinking ways_ on designing OOP, Father->child->... relations projection on big/small project. Maybe anyone can give a shot on interesting books, articles in this area. Because for me is very difficult to think that way, and I'm frequently lose a lot of time for designing c

[algogeeks] Re: chopsticks Dp

2007-09-11 Thread Lego Haryanto
Consider a function f(left, start) which returns the minimized cost to make left more sets starting from index start. In this function, of course if left is 0, then the cost is zero since we don't need to make any set. Also, make sure you catch early if it's even possible to make left sets starti

[algogeeks] Re: new acm site : problem

2007-09-11 Thread Jaindson Valentim
Hi Mirchi, Log in>Browse Problems> (Contest Problems | Problems ???) > Choose the volume > Select the problem > Submit (in the top of the problem) This information is available at: http://online-judge.uva.es/board/viewtopic.php?t=19567 On 9/10/07, mirchi <[EMAIL PROTECTED]> wrote: > > > can anyo

[algogeeks] Re: Which Books is the best?

2007-09-11 Thread kamal pandey
Hi, sedgewick is a nice book. But the book is more related with data structures Still a must buy. On 9/9/07, TheTravellingSalesman <[EMAIL PROTECTED]> wrote: > > > I know that for algorithms, usuall;y its the the cormann book > considerd to be the best, however, I was wondering if anyone knew of >

[algogeeks] Which Books is the best?

2007-09-11 Thread TheTravellingSalesman
I know that for algorithms, usuall;y its the the cormann book considerd to be the best, however, I was wondering if anyone knew of the Algorithms book by ROBERT SEDGEWICK? If its as good, different, better/worst? --~--~-~--~~~---~--~~ You received this message bec

[algogeeks] Re: Post order traversal of a binary tree without recursion

2007-09-11 Thread anshu
yeah..Sorry for the mistake .. I did not check boundary conditions correctly.. your correction should make it work perfectly.. We can also add a little optimization to not push the last one .. because as soon as its pushed its popped.. Thanks, -anshu Thanks, -anshu On Sep 9, 8:33 am, "chandra k