2019年2月18日

1. Two Sum(两个数求和)(leetcode)

摘要: Given an array of integers that is already sorted in ascending order, find two numbers such that they add up to a specific target number. The function 阅读全文

posted @ 2019-02-18 19:34 shaer 阅读(415) 评论(0) 推荐(0) 编辑

树的子结构 (剑指offer)

摘要: 1、做树有关的题多数用递归 2、记得检查空指针异常 阅读全文

posted @ 2019-02-18 10:59 shaer 阅读(159) 评论(0) 推荐(0) 编辑

导航