Showing 2 questions
You're given a list of events with start and end times. Determine the maximum number of events you can attend if you can only attend one event at a time.
#1. Maximum Number of Events That Can Be Attended
Given a binary tree, find the leftmost value in the last row of the tree. In other words, return the value of the leftmost node at the deepest level.
#2. Find Bottom Left Tree Value