Average of Levels in Binary Tree1 [자바] Leetcode 637 - Average of Levels in Binary Tree leetcode.com/problems/average-of-levels-in-binary-tree/ Average of Levels in Binary Tree - 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 기초 BFS문제인데, BFS로 풀 수 있음을 파악하는 데 오래 걸렸다. 슬프다. root를 Queue queue에 넣은 다음에, 하나씩 뽑으면서 left와 right 노드를 다시 queue에 넣어준다. while문을 타면서 한 레벨의 노드개수가 변수 siz.. 2021. 3. 5. 이전 1 다음