BFS

Feb
29
2024
0

Daily Question – 1609. Even Odd Tree

It’s very natural and clear to use the BFS algorithm. Not too complicated, but need to check the details more carefully

Feb
28
2024
0

0513. Find Bottom Left Tree Value

Description: https://leetcode.com/problems/find-bottom-left-tree-value/description Notes: BFS Code: