Thursday, June 18, 2015

devious binary tree

This compiles.
node:
    node left
    node right
    node():
        left = right = this

No comments:

Post a Comment