Can we use them to permute strings or character array?
Next_permutation()
@345avamanverma,
Yes, you can use next_permutaion() to permute any array, string or vector. Read more, here.
Can we use them to permute strings or character array?
@345avamanverma,
Yes, you can use next_permutaion() to permute any array, string or vector. Read more, here.