
深搜(初学)
文章平均质量分 85
Oo喵生oO
每个优秀的人,都有一段沉默的时光。那段时光,是付出了很多努力,却得不到结果的日子,我们把它叫做扎根!
展开
-
LeetCode 494. Target Sum
Target Sum You are given a list of non-negative integers, a1, a2, ..., an, and a target, S. Now you have 2 symbols + and -. For each integer, you should choose one from + and - as its new sy原创 2017-11-21 20:00:31 · 336 阅读 · 0 评论 -
Leetcode 113. Path Sum II
Path Sum II 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 the below binary tree and sum = 22, 5原创 2017-11-22 20:13:28 · 331 阅读 · 0 评论