zoukankan
html css js c++ java
字符串全排列输出
1
void
Permutation(
char
* pStr,
char
*
pBegin)
2
{
3
assert(pStr &&
pBegin);
4
5
if
(*pBegin ==
'