# Evaluate Expression Tree
LeetCode 3 / 4
3 min read
Evaluate Expression Tree
Evaluate Expression Tree
Write a function that takes in a Binary Tree and returns a list of its branch sums ordered from leftmost branch sum to rightmost branch sum. A branch sum is the sum of all values in a Binary Treeβ¦
Write a function that takes in a Binary Search Tree (BST) and a target integer value and returns the closest value to that target value contained in the BST. You can assume that there will only beβ¦
Hello, guys! This time I came up with a hands-on network design project. As you know, this blog is all about hands-on experience, so today I wanted to try something different. We are going to build aβ¦