Menu
Tech Interview Handbook LogoTech Interview Handbook
Getting StartedBlogGitHub
Tech Interview Handbook LogoTech Interview Handbook
  • Getting Started
  • Blog
  • GitHub

Summing Root To Leaf Numbers

May 28, 2020 · 6 min read
Raivat Shah

Raivat Shah

Student at NUS Computing

Sum Root to Leaf Numbers is an interesting problem from LeetCode. The problem is of medium difficulty and is about binary trees. This post is an explained solution to the problem.

I assume that you’re familiar with Python and the concept of binary trees. If you’re not, you can read this article to get started.

Tags:leetcodetreesproblem-solving
Read More
Copyright © 2020 Yangshun Tay. Built with Docusaurus.