mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-06-17 03:19:22 -04:00
Update bt_height.py
This commit is contained in:
parent
a78436b51b
commit
66060486a4
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# author: bt3gl
|
# author: bt3gl
|
||||||
|
|
||||||
|
|
||||||
def height(root):
|
def height(root):
|
||||||
|
|
||||||
if not root:
|
if not root:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue