DFS #이진트리 #알고리즘 #자료구조1 [leetcode] BinaryTreeLevelOrderTraversal https://leetcode.com/problems/binary-tree-level-order-traversal/ Binary Tree Level Order Traversal - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com import java.util.ArrayList; import java.util.List; public class BinaryTreeLevelOrderTraversal { public List levelOrder(TreeNode root).. 2020. 11. 29. 이전 1 다음