Re: [Tutor] Recursive optimization function, binary tree

2012-08-10 Thread Steven D'Aprano
On 10/08/12 21:44, Roman Vashkevich wrote: Alright, this may sound like a dumb stupid question. I am testing a recursive optimization function that builds a binary tree. I started a hand simulation but the amount of manual work grows exponentially with the amount of function frames. Is there a g

Re: [Tutor] Recursive optimization function, binary tree

2012-08-10 Thread bob gailer
On 8/10/2012 7:44 AM, Roman Vashkevich wrote: Alright, this may sound like a dumb stupid question. I am testing a recursive optimization function that builds a binary tree. I started a hand simulation but the amount of manual work grows exponentially with the amount of function frames. Is there