Monday, November 19, 2018

199. Binary Tree Right Side View

Nov. 19, 2018

Introduction


It is a medium level tree algorithm. I wrote the solution using queue and the algorithm can be solved to track last node in each level.

My practice


Here is the link of my sharing on Leetcode discuss.


No comments:

Post a Comment