[LeetCode] 226. Invert Binary Tree (Python) Published: 2023-07-05 Updated: 2023-07-05 graph, dfs, bfs, binary-tree
[LeetCode] 687. Longest Univalue Path (Python) Published: 2023-07-04 Updated: 2023-07-04 graph, dfs, binary-tree
[LeetCode] 543. Diameter of Binary Tree (Python) Published: 2023-07-03 Updated: 2023-07-03 graph, dfs, binary-tree
[LeetCode] 104. Maximum Depth of Binary Tree (Python) Published: 2023-07-01 Updated: 2023-07-01 graph, bfs, binary-tree