Permutations and Partitions
- Posted by Juergen Luethje <j.lue at gmx.de> Dec 07, 2005
- 519 views
I found some interesting information (postscript files) on the net: -------------------------------------------------------- Donald E. Knuth: The Art of Computer Programming. Pre-fascicle 2B A draft of section 7.2.1.2 "Generating all Permutations" <http://www-cs-faculty.stanford.edu/~knuth/fasc2b.ps.gz> -------------------------------------------------------- Donald E. Knuth: The Art of Computer Programming. Pre-fascicle 3B A draft of sections 7.2.1.4-5 "Generating all Partitions" <http://www-cs-faculty.stanford.edu/~knuth/fasc3b.ps.gz> -------------------------------------------------------- See also <http://www-cs-faculty.stanford.edu/~knuth/taocp.html> (there are more "pre-fascicles"). Regards, Juergen