Data structures and algorithm analysis in Java
- 576pages
- 21 heures de lecture
This text provides a proven approach to algorithms and data structures using the Java programming languages as the implementation tool.


This text provides a proven approach to algorithms and data structures using the Java programming languages as the implementation tool.
This book uses Java to teach data structures and algorithms from the perspective of abstract thinking and problem solving. Mark Allen Weiss takes a unique approach by separating the specification of a data structure from its implementation. He also incorporates flexible, optional coverage of the theory and proofs that underlay the data structures discussed in the book, and he provides a Java review in Part I and in an Appendix. The book contains extensive sample code using Java 1.1, which is available over the Internet and has been tested and reviewed by a professional programmer for accuracy.