:)
Given a binary tree, return the zigzag level order traversal of its nodes' values.
How many possible unique paths are there?
각 음식을 모두 먹는데 필요한 시간이 담겨있는 배열 food_times, 네트워크 장애가 발생한 시간 K 초가 매개변수로 주어질 때 몇 번 음식부터 다시 섭취하면 되는지 return 하도록 solution 함수를 완성하라.
compute how much water it is able to trap after raining.