DEV Community

Mahima Singh
Mahima Singh

Posted on

#Day 9: Binary Tree Top View

Hi,

Today I solved the top view problem of Binary tree. As a had studied the algorithm of Vertical traversal of BT yesterday, it was easier for me to solve the Top view question today (Treemap places the best role in this problem).
Finally, I solved all the 'Easy' type problems of BT on HacerRank. What a relief!

Top comments (0)