Connecting Tech Pros Worldwide Forums | Help | Site Map

any good book for c++ algorithm/data structure implementation

yinglcs@gmail.com
Guest
 
Posts: n/a
#1: Jul 10 '07
Hi,

Can you please recommend any good books for c++ algorithm/data
structure implementation? I am looking for book which has code/
explanation for common algorithm in c++ , e.g. search, sort, traverse
a tree.

Thank you.


Ani
Guest
 
Posts: n/a
#2: Jul 10 '07

re: any good book for c++ algorithm/data structure implementation


On Jul 10, 10:57 am, "ying...@gmail.com" <ying...@gmail.comwrote:
Quote:
Hi,
>
Can you please recommend any good books for c++ algorithm/data
structure implementation? I am looking for book which has code/
explanation for common algorithm in c++ , e.g. search, sort, traverse
a tree.
>
Thank you.
Arron Tanenbaum books on Data Structs is a good book.


-- Anirudh.

FabioAng
Guest
 
Posts: n/a
#3: Jul 10 '07

re: any good book for c++ algorithm/data structure implementation



<yinglcs@gmail.comwrote in message
news:1184047056.091323.81110@22g2000hsm.googlegrou ps.com...
Quote:
Hi,
>
Can you please recommend any good books for c++ algorithm/data
structure implementation? I am looking for book which has code/
explanation for common algorithm in c++ , e.g. search, sort, traverse
a tree.
>
Thank you.
>
Data Structures and Algorithms in C++, Third Edition by Adam Drozdek

http://www.amazon.com/Data-Structure.../dp/0534491820

Fabio


turbovince
Guest
 
Posts: n/a
#4: Jul 10 '07

re: any good book for c++ algorithm/data structure implementation


On Jul 10, 3:51 am, "FabioAng" <fabioangNOS...@libero.itwrote:
Quote:
<ying...@gmail.comwrote in message
>
news:1184047056.091323.81110@22g2000hsm.googlegrou ps.com...
>
Quote:
Hi,
>
Quote:
Can you please recommend any good books for c++ algorithm/data
structure implementation? I am looking for book which has code/
explanation for common algorithm in c++ , e.g. search, sort, traverse
a tree.
>
Quote:
Thank you.
>
Data Structures and Algorithms in C++, Third Edition by Adam Drozdek
>
http://www.amazon.com/Data-Structure.../dp/0534491820
>
Fabio

I second that.

Closed Thread


Similar C / C++ bytes