Permutation

Permutation Download Summary

  • Language: Python
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • License: Other Free / Open Source License - Python License
  • Databases: N/A
  • Downloads: 517
  • Released: Feb 16, 2007

Permutation Description

This script contains a small but efficient recursive function for printing the permutation of characters in a given string.

Permutation Bookmark

Hyperlink code:
Hyperlink for Forum code:

Permutation Script Download Notice

Top 4 Download periodically updates information of Permutation script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. Permutation torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

Computing permutations with duplicates

This script handles duplicate values in a list. It could easily be made a generator, and it does not require recursion. ...
Python

Loop over and descend into sequences

... a container and its elements that checks for recursive traps. The condition for descending into elements is highly configurable (a list of type() results, or a callable). ...
Python

New Tail Recursion Decorator

This tail recursion decorator can eliminate the tail calls for recursive functions. ...
Python

Extensible object to XML converter

... function generates XML for any Python object through recursive functions. It is easy to add specific handlers for your own object types for more complex output options. ...
Python

Python Octree Implementation

... 3d engine binding. The code makes use of recursive functions to insert and find nodes in the octree, and is heavily commented. It can store any type of object you create, so long as that object has a 'position' property in the form of a 3-vector tuple. It includes a ...
Python