Re: Book on data structure

From: Victor Bazarov (v.Abazarov_at_comAcast.net)
Date: 02/04/04


Date: Wed, 04 Feb 2004 21:47:07 GMT


"c++novice" <belthezarcus2004@yahoo.com> wrote...
> Hi
> Any suggestion which book to buy to study Data structures and problems
> based on them?

Take a look at books written by Robert Sedgewick. Also, check out
www.accu.org, and their book review section. Look for ones with
"data structures" in the title...



Relevant Pages

  • Re: ReaderWriterLockSlim + Dispose?
    ... does not mean that all code with some limitations or work-arounds is not defective. ... You specifically said you are talking about cleaning up synchronization data structures that are used by the threads. ... What suggestion is it that you feel isn't correct? ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Are there books about C data structures?
    ... There are plenty of books about data structures in C+ ... I would recommend "Algorithms in C" by Robert Sedgewick. ... Part 5 is a separate volume and focuses on Graphs, ... written C90 and is clear and concise, the author does a good job of ...
    (comp.lang.c)