Algorithm

Algorithm

[Leetcode] Binary Tree Zigzag Level Order Traversal

Given a binary tree, return the zigzag level order traversal of its nodes' values.

---
Algorithm

[Leetcode] Unique Paths

How many possible unique paths are there?

---
Algorithm

[프로그래머스] 무지의 먹방 라이브

각 음식을 모두 먹는데 필요한 시간이 담겨있는 배열 food_times, 네트워크 장애가 발생한 시간 K 초가 매개변수로 주어질 때 몇 번 음식부터 다시 섭취하면 되는지 return 하도록 solution 함수를 완성하라.

---
Algorithm

[Leetcode] Trapping Rain Water

compute how much water it is able to trap after raining.