package
0.0.0-20241220224003-b7cf03a90b2b
Repository: https://github.com/szhou12/leetcode-go.git
Documentation: pkg.go.dev
# README
102. Binary Tree Level Order Traversal
Solution idea
BFS - 最经典最基础的应用
Time complexity = $O(n)$ where $n$ is total number of nodes