Connecting Tech Pros Worldwide Help | Site Map

Book on data structure

  #1  
Old July 22nd, 2005, 07:08 AM
c++novice
Guest
 
Posts: n/a
Hi
Any suggestion which book to buy to study Data structures and problems
based on them?

Thanks
  #2  
Old July 22nd, 2005, 07:08 AM
Victor Bazarov
Guest
 
Posts: n/a

re: Book on data structure


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

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...


  #3  
Old July 22nd, 2005, 07:08 AM
David Rasmussen
Guest
 
Posts: n/a

re: Book on data structure


c++novice wrote:[color=blue]
> Hi
> Any suggestion which book to buy to study Data structures and problems
> based on them?
>[/color]

This one is great:

http://www.amazon.com/exec/obidos/tg...books&n=507846

/David
  #4  
Old July 22nd, 2005, 07:08 AM
David Rasmussen
Guest
 
Posts: n/a

re: Book on data structure


David Rasmussen wrote:[color=blue]
>
> This one is great:
>
> http://www.amazon.com/exec/obidos/tg...books&n=507846
>[/color]

Oh sorry, this one is mainly about algorithms (which is closely
interrelated with data structures). It's still great, though.

/David
  #5  
Old July 22nd, 2005, 07:08 AM
David Rasmussen
Guest
 
Posts: n/a

re: Book on data structure


David Rasmussen wrote:[color=blue]
>
> Oh sorry, this one is mainly about algorithms (which is closely
> interrelated with data structures). It's still great, though.
>[/color]

Argh... Just forget that... I just browsed my copy, and there is
_plenty_ about data structures. In fact, it is a book about data
structures and algorithms, straight up. Just buy it, damn it! :)

/David
  #6  
Old July 22nd, 2005, 07:08 AM
gabriel
Guest
 
Posts: n/a

re: Book on data structure


David Rasmussen wrote:
[color=blue]
> This one is great:
> http://www.amazon.com/exec/obidos/tg...qid=1075931533
> //ref=pd_ka_1/104-1507522-6582306?v=glance&s=books&n=507846[/color]

I second that recommendation. It is a GREAT book, I used it in my computer
scrience undergraduate work, and the book actually made me _like_
algorithms and data structures, so much so that I actually took several
grad courses on the topic later.

--
gabriel
  #7  
Old July 22nd, 2005, 07:08 AM
Jonathan Turkanis
Guest
 
Posts: n/a

re: Book on data structure



"David Rasmussen" <david.rasmussen@gmx.net> wrote in message
news:bvrp2k$5hg$1@news.net.uni-c.dk...[color=blue]
> c++novice wrote:[color=green]
> > Hi
> > Any suggestion which book to buy to study Data structures and[/color][/color]
problems[color=blue][color=green]
> > based on them?
> >[/color]
>
> This one is great:
>[/color]

Yes, this is a classic.

Jonathan


  #8  
Old July 22nd, 2005, 07:09 AM
Noah Roberts
Guest
 
Posts: n/a

re: Book on data structure


c++novice wrote:[color=blue]
> Hi
> Any suggestion which book to buy to study Data structures and problems
> based on them?
>
> Thanks[/color]

http://uiorean.cluj.astral.ro/cgi-bi...?get&7_Sda.pdf


--
"I can't help it, the Dominating Trolls made me."

Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need advice on data structure nomad answers 2 June 27th, 2008 05:43 PM
any good book for c++ algorithm/data structure implementation yinglcs@gmail.com answers 3 July 10th, 2007 02:25 PM
Data Structure Help - Recursive? Elliot answers 2 November 13th, 2005 07:04 AM
Data Structure and making the size change dsa89 answers 3 July 22nd, 2005 10:33 PM