Python 3 Binary Trees Source Code

Hello,

I have amended the previously top-rated (but comparatively very slow) Python script, by changing the tree-generating function to use a "while" loop instead of recursion. This results in halving of processing time on my machine.

Thank you,

Theodor

binarytrees.py