【发布时间】:2015-07-24 10:33:39
【问题描述】:
/* Return permutation of [0, n) in a String array, for example
when n=3, it should return:
012
021
102
120
201
210
the order does not matter
*/
【问题讨论】: