Topic: Book needed


Author: jimad@microsoft.com (Jim Adcock)
Date: 10 Jul 92 21:03:42 GMT
Raw View
In article <1992Jul10.123129.6843@ifi.uio.no> kamrani@ifi.uio.no (Kamran  Iranpour) writes:
>Is there anyone out there who knows about a book on "Data structres with C++".

Sedgewick
Addison-Wesley
Algorithms in C++

Is his traditional data structures / algorithms book rewritten in C++




Author: potts@itl.itd.umich.edu (Paul Potts)
Date: Mon, 13 Jul 92 13:45:27 GMT
Raw View
In article <1992Jul10.210342.10061@microsoft.com> jimad@microsoft.com (Jim Adcock) writes:
>In article <1992Jul10.123129.6843@ifi.uio.no> kamrani@ifi.uio.no (Kamran  Iranpour) writes:
>>Is there anyone out there who knows about a book on "Data structres with C++".
>
>Sedgewick
>Addison-Wesley
>Algorithms in C++
>
>Is his traditional data structures / algorithms book rewritten in C++

Keep in mind that it really isn't "C Plus Plus-ified", for the most part -
it is basically just a translation of the basic data structure and algorithm
code, without relying much on classes or on class design. He does a little bit
with classes in some of the later chapters, but most of it is pretty much
what you would come up with if you were to directly translate "Algorithms in
C" into C++. First came his Algorithms book, which used a Pascal-like
pseudo-code, then C, then C++. The principle reason for evolving the book
is probably to be used as a textbook for students working in C and C++
instead of Pascal.

--
..though I respect that a lot, I'd be fired if that were my job, after
killing Jason off and countless screaming argonauts... (They Might Be Giants)
Paul R. Potts, Software Designer --- potts@itl.itd.umich.edu <--- me!




Author: kamrani@ifi.uio.no (Kamran Iranpour)
Date: Fri, 10 Jul 1992 12:31:29 GMT
Raw View
Is there anyone out there who knows about a book on "Data structres with C++".
Please send me a mail.


Thanks