home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.compression
- Path: sparky!uunet!rei2!fox
- From: fox@rei.com (Fuzzy Fox)
- Subject: Re: zipsplit with pkzip204c Was: Re: Unix release? (Was etc.
- Message-ID: <1993Jan26.044940.6569@rei.com>
- Date: Tue, 26 Jan 1993 04:49:40 GMT
- References: <1993Jan14.051725.19618@ucsu.Colorado.EDU> <Jan19.211317.17236@halcon.dpi.udec.cl> <1jk4c1INN9fu@gap.caltech.edu> <9cl333-@rpi.edu>
- Organization: Recognition Equipment, Inc.
- Lines: 16
-
- sigma@degas.ipl.rpi.edu (Kevin Martin) writes:
-
- >This is what's called the Knapsack Problem. It's NP-complete, but since
- >your knapsack is usually relatively small compared to the total size of the
- >files, an early-out algorithm which avoids combinations which will
- >obviously not fit actually has to check very few combinations.
-
- Where can I find a write-up or description of an algorithm which solves
- the Knapsack Problem? I have been unable to locate such a description
- (or even source code).
-
- --
- #ifdef TRUE | Fuzzy Fox (a.k.a. David DeSimone) fuzzy@netcom.com
- #define TRUE 0 |
- #define FALSE 1 | "S-O-C-K-S ? Wow, Spanish *is* easy!!"
- #endif |
-