摘要:
标题:Path Sum II通过率:26.7%难度:中等Given a binary tree and a sum, find all root-to-leaf paths where each path's sum equals the given sum.For example:Given th... 阅读全文
摘要:
标题:Sum Root to Leaf Numbers通过率:30.4%难度:中等Given a binary tree containing digits from0-9only, each root-to-leaf path could represent a number.An example... 阅读全文
摘要:
标题:Word Search通过率:20.0%难度:中等Given a 2D board and a word, find if the word exists in the grid.The word can be constructed from letters of sequentially ... 阅读全文