mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-04-30 04:36:08 -04:00
Update tree_level_traversal.py
This commit is contained in:
parent
24b38f0d5b
commit
efd9f72f84
@ -1,3 +1,7 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
# author: bt3gl
|
||||||
|
|
||||||
# Given the root of a binary tree, return the level order traversal of its nodes' values.
|
# Given the root of a binary tree, return the level order traversal of its nodes' values.
|
||||||
# (i.e., from left to right, level by level).
|
# (i.e., from left to right, level by level).
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user