Search in ebookee.com.cn!

Data Structures & Algorithms in Java by Robert Lafore


<< Buy This Book on Amazon >>


收藏推荐: Bookmark this: Data Structures amp Algorithms in Java by Robert Lafore

图书介绍



   

Data Structures & Algorithms in Java by Robert Lafore
Sams | ISBN : 1571690956 | 1998 | 526 pages | PDF | 3,127 Kb


Once you've learned to program, you run into real-world problems that require more than a programming language alone to solve. Data Structures and Algorithms in Java is a gentle immersion into the most practical ways to make data do what you want it to do. Lafore's relaxed mastery of the techniques comes through as though he's chatting with the reader over lunch, gesturing toward appealing graphics. The book starts at the very beginning with data structures and algorithms, but assumes the reader understands a language such as Java or C++. Examples are given in Java to keep them free of explicit pointers.

This book is about data structures and algorithms as used in computer programming. Data structures are ways in which data is arranged in your computer's memory (or stored on disk). Algorithms are the procedures a software program uses to manipulate the data in these structures. Almost every computer program, even a simple one, uses data structures and algorithms. For example, consider a program that prints address labels. The program might use an array containing the addresses to be printed, and a simple for loop to step through the array, printing each address. The array in this example is a data structure, and the for loop, used for sequential access to the array, executes a simple algorithm. For uncomplicated programs with small amounts of data, such a simple approach might be all you need. However, for programs that handle even moderately large amounts of data, or that solve problems that are slightly out of the ordinary, more sophisticated techniques are necessary. Simply knowing the syntax of a computer language such as Java or C++ isn't enough. This book is about what you need to know after you've learned a programming language. The material we cover here is typically taught in colleges and universities as a second-year course in computer science, after a student has mastered the  fundamentals of programming.


DOWNLOAD

   
Mirror: Download from Depositfiles.com

   
Mirror: Download from FileFactory

    MIRROR : IceFile.net


Copyright Disclaimer:
本站一切内容源于互联网搜索,禁止商用!请查看 本页来源页面 的版权声明。 如有任何不妥请联系:ebookee[at]gmail.com,我们将在24小时内删除相关内容。

浏览量:231 添加时间:2007-06-06 01:13:02, 更新时间:2007-06-06 01:13:02, from internet

下载链接


<< Buy This Book on Amazon >>

没有下载链接
请在图书介绍里查找下载链接,如果没有,可以试着搜索有无其它该书信息。

不能下载?
如果不能下载或者在“图书介绍”中找不到 "Data Structures & Algorithms in Java by Robert Lafore" 的下载链接请留言。下次访问本站时察看 所有留言 看是否有人已经更新了该书。

该书可能有其它下载链接,请点 这里 查询相关图书。


相关链接


"Data Structures & Algorithms in Java by Robert Lafore" 相关链接:


搜索该书!...


搜索 "Data Structures & Algorithms in Java by Robert Lafore"...

Search in ebookee.com!

Comments


"Data Structures & Algorithms in Java by Robert Lafore" 没有评论.

    Leave a Comment

    如果没有下载链接或者下载链接无效,请查看相关链接或者搜索相关资料。

    required

    required

    email addresses

    required


    Back to Top