in reply to Books on Data Structure and Algorithms

There's an O'Reilly book on Algorithms: Mastering Algorithms with Perl. I think it suits your desires well.

See also the review on books.perl.org.

As for language agnostic books, most people would recommend Donald Knuth, in particular the series "the Art of Computer Programming". Not the easiest of books, but probably the best you can get.

  • Comment on Re: Books on Data Structure and Algorithms

Replies are listed 'Best First'.
Re^2: Books on Data Structure and Algorithms
by jdporter (Paladin) on Oct 17, 2006 at 18:00 UTC
Re^2: Books on Data Structure and Algorithms
by clinton (Priest) on Oct 17, 2006 at 17:38 UTC
    Thanks bart, I was looking for that book and couldn't for the life of remember what it was called.

    Also thanks for the link to books.perl.org - I didn't know it existed.