Re: Finding algorithms
From: Greg P. (no_at_spam.sam)
Date: 07/31/03
- Next message: Michael B Allen: "Re: Finding algorithms"
- Previous message: Kevin Easton: "Re: Finding algorithms"
- In reply to: Kevin Easton: "Re: Finding algorithms"
- Next in thread: Sam Zoghaib: "Re: Finding algorithms"
- Reply: Sam Zoghaib: "Re: Finding algorithms"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 31 Jul 2003 06:47:18 GMT
"Kevin Easton" <kevin@-nospam-pcug.org.au> wrote in message
news:newscache$u0mvih$p5p$1@tomato.pcug.org.au...
> In comp.os.linux.development.apps Christopher Wong <cwong@world.std.com>
wrote:
> > What would make a good resource for algorithms? There are ample
references
> > APIs, languages, structure and numerical work. But some applications
need a
> > little more thinking. For example: a program that sets up matches for a
> > competition, maximizing matchups, randomness and competitiveness. That's
a
> > combinatorics and optimization problem. Where would you go to when you
want
> > to solve a practical problem rather than spend the next few weeks
working
> > through theory?
>
> Knuth's TAOCP?
Eeek, don't you think Knuth is a bit much for this? I guess I agree with you
though.
Have you read the Algorithms in <insert language here> by R. Sedgewick? It
pretty much covers everything from simple connectivity-problems to graphs:
http://www.amazon.com/exec/obidos/tg/detail/-/020172684X/qid=1059633925/sr=1-2/ref=sr_1_2/103-5750351-7153416?v=glance&s=books
However, I own his C++ versions of Parts1-4 and part 5...and they aren't
ANSI/ISO standardized (at least my printing). =/ Good books though to peruse
while sitting on the john. Each theory has a code example, so less of the
ideals, more of the how-to.
- Next message: Michael B Allen: "Re: Finding algorithms"
- Previous message: Kevin Easton: "Re: Finding algorithms"
- In reply to: Kevin Easton: "Re: Finding algorithms"
- Next in thread: Sam Zoghaib: "Re: Finding algorithms"
- Reply: Sam Zoghaib: "Re: Finding algorithms"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|