Codiwan.com

The blog for Design Patterns, Linux, HA and Myself!

Latest Posts

Convert Sorted Array to Binary Search Tree Solution

Leetcode Solution: Understand and solve Leetcode problem Convert Sorted Array to Binary Search Tree(108)

Average of Levels in Binary Tree Solution

Leetcode Solution: Understand and solve Leetcode problem Average of Levels in Binary Tree(637)

Leaf Similar Trees Solution - Leetcode

Leetcode Solution: Understand and solve Leetcode problem Leaf Similar Trees(836)

Sum of Root to Leaf Binary Numbers - Leetcode

Leetcode Solution: Understand and solve Leetcode problem Sum of Root to Leaf Binary Numbers(1022)

Univalued Binary Tree - Leetcode

Leetcode Solution: Understand and solve Leetcode problem Univalued Binary Tree(965)

Maximum Depth of N Ary Tree - Leetcode

Leetcode Solution: Understand and solve Leetcode problem Maximum Depth of N Ary Tree(559)

Increasing Order Search Tree - Leetcode

Leetcode Solution: Understand and solve Leetcode problem Increasing Order Search Tree(897)

Merge Two Binary Trees Solution

Leetcode Solution: Understand and solve Leetcode problem Merge two binary trees(617)

Range Sum of BST - Leetcode

Leetcode Solution: Understand Leetcode problem Range Sum of BST(938) With a Brute Force and Optimal Solution

Integer Break Solution - Leetcode

Leetcode Solution: Understand Leetcode problem Integer Break (343) With a Brute Force and Optimal Solution