solutions.py
57 subscribers
206 photos
183 links
admin: @Xojarbu
Download Telegram
#tree #dfs

Title: Same Tree
URL: leetcode
Level: Easy
github

Time: O(N) -> O(q+p)
👍1
#tree #dfs

Title: Maximum Depth of Binary Tree
URL: leetcode
Level: Easy
👍2
#tree
Title: 226. Invert Binary Tree
URL: leetcode.com
Level: Easy
👍1🤔1
#binary_tree #tree #dfs
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
👍1
#binary_tree #tree #bfs
Title: 102. Binary Tree Level Order Traversal
URL: leetcode
Level: Medium
🤔1
#binary_tree #tree #bfs
Title: 111. Minimum Depth of Binary Tree
URL: leetcode
Level: Easy
👍1🤩1