This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author krishnalolla
Recipients abdelazer, krishnalolla
Date 2010-04-27.04:25:02
SpamBayes Score 4.281684e-07
Marked as misclassified No
Message-id <1272342306.38.0.0856724920628.issue8544@psf.upfronthosting.co.za>
In-reply-to
Content
i want to print the all posssibilities that occurs in rearrangement of letter between given input?(repetations are not allowed)?

suppose i give input as car => the output is like this

car
cra
acr
arc
rac
rca

like that ..i want factorial of length of the given input ?
History
Date User Action Args
2010-04-27 04:25:08krishnalollasetrecipients: + krishnalolla, abdelazer
2010-04-27 04:25:06krishnalollasetmessageid: <1272342306.38.0.0856724920628.issue8544@psf.upfronthosting.co.za>
2010-04-27 04:25:04krishnalollalinkissue8544 messages
2010-04-27 04:25:02krishnalollacreate