i have searched the archives.....any give me algorithm with example...it would be great help..thnx in advance
On Sun, Oct 2, 2011 at 2:57 AM, Prakash D <[email protected]> wrote: > if the string is like abcdef > then they will be numbered like 012345 and now we represent them in base 5 > numbering and also in sorted order > the next permutation is > 012354 > 012435 > 012453 > 012534 > 012543 > 013245 > and so on.. > > > > On Sat, Oct 1, 2011 at 4:11 PM, rahul sharma <[email protected]>wrote: > >> guys plz xplain logic behind the string permutation.....n if we have >> duplicates that should program display the duplicates or not....nyone plz >> tell the logic/code for this. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Algorithm Geeks" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/algogeeks?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Algorithm Geeks" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/algogeeks?hl=en. > -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
