上一页 1 2 3 4 5 6 7 8 9 ··· 28 下一页
摘要: Problem Definition:The set [1,2,3,…,n] contains a total of n! unique permutations.By listing and labeling all of the permutations in order,We get the ... 阅读全文
posted @ 2015-08-04 19:38 曾可爱 阅读(181) 评论(0) 推荐(0) 编辑
摘要: Problem Definition:Given a collection of numbers, return all possible permutations. For example,[1,2,3] have the following permutations:[1,2,3], [1,3,... 阅读全文
posted @ 2015-08-04 18:56 曾可爱 阅读(115) 评论(0) 推荐(0) 编辑
摘要: Problem Definition:Given two numbers represented as strings, return multiplication of the numbers as a string.Note: The numbers can be arbitrarily lar... 阅读全文
posted @ 2015-08-04 16:58 曾可爱 阅读(149) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 28 下一页