1. Permutations and Partitions
- Posted by Juergen Luethje <j.lue at gmx.de> Dec 07, 2005
- 520 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
2. Re: Permutations and Partitions
- Posted by Al Getz <Xaxo at aol.com> Dec 07, 2005
- 527 views
Juergen Luethje wrote: > > 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" > <<a > href="http://www-cs-faculty.stanford.edu/~knuth/fasc2b.ps.gz">http://www-cs-faculty.stanford.edu/~knuth/fasc2b.ps.gz</a>> > -------------------------------------------------------- > Donald E. Knuth: > The Art of Computer Programming. > Pre-fascicle 3B > A draft of sections 7.2.1.4-5 > "Generating all Partitions" > <<a > href="http://www-cs-faculty.stanford.edu/~knuth/fasc3b.ps.gz">http://www-cs-faculty.stanford.edu/~knuth/fasc3b.ps.gz</a>> > -------------------------------------------------------- > > See also <<a > href="http://www-cs-faculty.stanford.edu/~knuth/taocp.html">http://www-cs-faculty.stanford.edu/~knuth/taocp.html</a>> > (there are more "pre-fascicles"). > > Regards, > Juergen Hi there, Wouldnt mind reading some of that if i could get it in pdf or text format? Take care, Al And, good luck with your Euphoria programming! My bumper sticker: "I brake for LED's"
3. Re: Permutations and Partitions
- Posted by Juergen Luethje <j.lue at gmx.de> Dec 07, 2005
- 541 views
Al Getz wrote: > Juergen Luethje wrote: >> >> I found some interesting information (postscript files) on the net: <snip> > Wouldnt mind reading some of that if i could get it in pdf or text > format? I've used Ghostscript to convert the postscript files to PDF format. Both PDF files are here now for some days: http://home.arcor.de/luethje/temp/permpart.zip (about 1.4 MB) Regards, Juergen
4. Re: Permutations and Partitions
- Posted by ags <eu at 531pi.co.nz> Dec 07, 2005
- 546 views
- Last edited Dec 08, 2005
Al Getz wrote: > > Juergen Luethje wrote: > > > > 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" > > Wouldnt mind reading some of that if i could get it in pdf or text > format? > > > Take care, > Al There's an option with PDFCreator http://sourceforge.net/projects/pdfcreator/ when you install it to associate it with .ps files. I don't think I've tried that feature though. I'm a big fan of PDFCreator though :) Gary