[Tutor] Recursive optimization function, binary tree

Steven D'Aprano steve at pearwood.info
Fri Aug 10 19:40:38 CEST 2012


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 graphical testing tool for such a task?

This is not a dumb stupid question. It is an advanced question.

This is a mailing list for questions about learning the Python language, not general Python-related questions or questions about advanced code testing tools. If you are lucky, *maybe* somebody can answer the question if you give more detail about what you want -- give as an example of your function, the expected input, and the expected output, and perhaps we can give you some ideas.

Otherwise, try on the main Python mailing list, python-list at python.org, also available as a Newsgroup comp.lang.python.



-- 
Steven


More information about the Tutor mailing list