Data Structures in Java: From Abstract Data Types to the Java Collections Framework

Data Structures in Java: From Abstract Data Types to the Java Collections Framework


Yazar Simon Gray
Yayınevi Pearson Education
ISBN 9780321392794
Baskı yılı 2006
Sayfa sayısı 688
Ağırlık 1.38 kg
Edisyon 1
Stok durumu Tükendi   

Simon Grays consistent and coherent approach to data structures teaches students to focus on software design and testing as they learn to develop high-quality software programs. He introduces each collection as an abstract data type and then guides students through a design process. This effective model illustrates that construction of high-quality software requires careful planning. With Grays methodology, students become independent problem solvers by repeated practice planning, creating, testing, implementing, and then analyzing their work. Students also gain experience using an industry-standard library, while developing an understanding of what goes into creating such a library.
1 Object-oriented programming and Java
2 Error handing, software testing, and program efficiency
3 Fundamental data structures : the array and linked structures
4 A basic collection class
5 The list abstract data type
6 The stack abstract data type
7 The queue abstract data type
8 Recursion
9 Sorting and searching
10 Trees
11 Binary search trees
12 The map ADT
13 Graphs (located on the Web at www.aw.com/cssupport)