tsr-thulio / nodeTree

Given an representation of a binary tree deserialized as string and a number, creates a binary tree * and return every path in the tree with sum of the nodes that is equals the given number

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nodeTree

Given an representation of a binary tree deserialized as string and a number, creates a binary tree * and return every path in the tree with sum of the nodes that is equals the given number

About

Given an representation of a binary tree deserialized as string and a number, creates a binary tree * and return every path in the tree with sum of the nodes that is equals the given number

License:MIT License


Languages

Language:JavaScript 71.7%Language:HTML 28.3%