棋子

导航

2016年2月23日 #

求全排列(数组有重复元素和数组无重复元素) 回溯 递归

摘要: http://www.cnblogs.com/TenosDoIt/p/3662644.html 无重复元素 http://blog.csdn.net/havenoidea/article/details/12838479 有重复元素 阅读全文

posted @ 2016-02-23 19:29 鼬与轮回 阅读(391) 评论(0) 推荐(0) 编辑

Count and Say leetcode

摘要: 题目链接 The count-and-say sequence is the sequence of integers beginning as follows:1, 11, 21, 1211, 111221, ... 1 is read off as "one 1" or 11.11 is rea 阅读全文

posted @ 2016-02-23 01:06 鼬与轮回 阅读(197) 评论(0) 推荐(0) 编辑