SamarMaithani / Binary-Tree-Path

Given the root of a binary tree, return all root-to-leaf paths in any order. A leaf is a node with no children.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

Given the root of a binary tree, return all root-to-leaf paths in any order. A leaf is a node with no children.


Languages

Language:C++ 100.0%