[help] String permutation with input

Joined
Nov 17, 2006
Messages
2
Reaction score
0
[help] String permutation with input

Can give me the logic of permuting a string in C language.

Hint: PLease use recursive.

example:
input:
string = ABCD
n = 3

output:
ABC
ABD
ACB
ACD
ADB
ADC
BAC
BAD
.
.
.
etc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,480
Members
44,900
Latest member
Nell636132

Latest Threads

Top