随笔 - 32  文章 - 0  评论 - 2  阅读 - 12978
  2013年3月25日
摘要: 1.关于1...n的全排列。比如:1,2,3的全排列为123,132,213,231,312,321public class Test { public static void main(String[] args) throws Exception { String[] array = new String[] { "1", "2","3"}; int length=array.length; listAll(Arrays.asList(array), "",length); } public static vo 阅读全文
posted @ 2013-03-25 15:37 ThinkFar 阅读(172) 评论(0) 推荐(0) 编辑
< 2025年4月 >
30 31 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 1 2 3
4 5 6 7 8 9 10

点击右上角即可分享
微信分享提示