方法:递归的方式,这里使用一个变量记录cur保存遍历过程中的变量,类似于前序遍历 同样,对应path sum III问题,使用前序遍历的方式 Read More
posted @ 2017-04-18 21:19 chengcy Views(141) Comments(0) Diggs(0)
方法:采用递归的方法,方法与maxdepth类似 Read More
posted @ 2017-04-18 19:52 chengcy Views(100) Comments(0) Diggs(0)