2016年5月14日

Letter Combinations of a Phone Number:深度优先和广度优先两种解法

摘要: Letter Combinations of a Phone Number Given a digit string, return all possible letter combinations that the number could represent. A mapping of digi 阅读全文

posted @ 2016-05-14 17:05 ShinningWu 阅读(225) 评论(0) 推荐(0) 编辑

Combination Sum系列问题

摘要: 主要使用方法是backtracking。 Combination Sum Given a set of candidate numbers (C) and a target number (T), find all unique combinations in C where the candida 阅读全文

posted @ 2016-05-14 14:32 ShinningWu 阅读(168) 评论(0) 推荐(0) 编辑

导航