导航

2012年5月24日

摘要: 利用递归的思想usingSystem;usingSystem.Collections.Generic;usingSystem.Text;namespaceTest{classProgram{staticvoidMain(string[]args){//我们做一个最简单的排列组合,求出字符串的全排列.char[]arr_char=newchar[]{'A','B','C','D','E'};string[]result=get_all_position(null,arr_char,arr_char.Length);C 阅读全文

posted @ 2012-05-24 15:50 pandapapa 阅读(620) 评论(0) 推荐(0)