Data Structures & Algorithms in Java - Mitchell Waite, Robert Lafore

 
Data Structures & Algorithms in Java - Mitchell Waite, Robert Lafore

While most books on algorithms and data structures use C or C++ for their examples, Data Structures and Algorithms in Java introduces data structures, sorting, and related algorithms using the Java programming language. This worthy reference helps working programmers get the most out of using Java to store and manipulate data efficiently.The book starts out with simple data structures, such as Java Arrays, and looks at a variety of traditional sorting algorithms, such as the quick sort and the bubble sort. Along the way, the author uses clear-cut examples in Java that show the ordering of elements visually in applets. (All source code is included in the accompanying CD-ROM.) The book then looks at linked lists (which can be efficient in Java because references point to objects in memory the way C++ pointers do).

Download From




No comments:

Post a Comment