#binary_tree #tree #dfs
Title: 637. Average of Levels in Binary Tree
URL: leetcode
Level: Easy
DFS aproach
Title: 637. Average of Levels in Binary Tree
URL: leetcode
Level: Easy
DFS aproach
👍1
#binary_tree #tree #bfs
Title: 103. Binary Tree Zigzag Level Order Traversal
URL: leetcode
Level: Medium
Title: 103. Binary Tree Zigzag Level Order Traversal
URL: leetcode
Level: Medium
👍1
Title: 297. Serialize and Deserialize Binary Tree
URL: https://leetcode.com/problems/serialize-and-deserialize-binary-tree/
Level: Hard
Initially, it looked very difficult, as soon as I tried smth on my own and then watched solution from neetcode: https://neetcode.io/solutions/serialize-and-deserialize-binary-tree
Solution was very straightforward.
Ko'z qo'rqoq, qo'l botir.
#DFS #binary_tree
URL: https://leetcode.com/problems/serialize-and-deserialize-binary-tree/
Level: Hard
Initially, it looked very difficult, as soon as I tried smth on my own and then watched solution from neetcode: https://neetcode.io/solutions/serialize-and-deserialize-binary-tree
Solution was very straightforward.
Ko'z qo'rqoq, qo'l botir.
#DFS #binary_tree