Skip to content

Instantly share code, notes, and snippets.

@lethalbrains
Created August 7, 2018 20:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lethalbrains/6c280261ba2e0931ebe48a45a402e56d to your computer and use it in GitHub Desktop.
Save lethalbrains/6c280261ba2e0931ebe48a45a402e56d to your computer and use it in GitHub Desktop.
def __init__(self):
self.left = None
self.right = None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment