Data Structures and Algorithms in Java

Data Structures and Algorithms in Java pdf epub mobi txt 电子书 下载 2025

出版者:Sams
作者:Robert Lafore
出品人:
页数:800
译者:
出版时间:2002-11-06
价格:USD 64.99
装帧:Hardcover
isbn号码:9780672324536
丛书系列:
图书标签:
  • Java 
  • 数据结构与算法 
  • 数据结构 
  • 算法 
  • Algorithms 
  • 计算机 
  • 软件开发 
  • 电子版 
  •  
想要找书就要到 图书目录大全
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

Data Structures and Algorithms in Java, Second Edition is designed to be easy to read and understand although the topic itself is complicated. Algorithms are the procedures that software programs use to manipulate data structures. Besides clear and simple example programs, the author includes a workshop as a small demonstration program executable on a Web browser. The programs demonstrate in graphical form what data structures look like and how they operate. In the second edition, the program is rewritten to improve operation and clarify the algorithms, the example programs are revised to work with the latest version of the Java JDK, and questions and exercises will be added at the end of each chapter making the book more useful to readers.</P>

具体描述

读后感

评分

书中141页错误,单链表displayList,里面的while判断为空应该在外面判断,否则会报空指针异常,因为在while条件中已经使用到需要判空的变量了。后续添加的find和delete同理。 书中243页,希尔排序,theArray[inner-h]&gt;=temp,应改为theArray[inner-h]&gt;temp,因为如果相等...  

评分

书中141页错误,单链表displayList,里面的while判断为空应该在外面判断,否则会报空指针异常,因为在while条件中已经使用到需要判空的变量了。后续添加的find和delete同理。 书中243页,希尔排序,theArray[inner-h]&gt;=temp,应改为theArray[inner-h]&gt;temp,因为如果相等...  

评分

刚看完Chap6 Recursion 递归这一章,作者在阐述解答问题时采用由浅入深的方式进行,建议在看最后的代码实现时可以先尝试给出自己的答案,增强对整个过程的思考。 另外也许作者是为了避免学术性的数学公式的证明,对算法复杂度的计算只是以文字推断的形式给出来,个人以为学习...  

评分

好几年前就入手了《算法C++实现》,到现在都没看,断断续续在看《C++ Primer Plus》,一直没什么时间,只完成了一半。 最近学java,凭借着C++的基础,在网上看了点文档,就着手开始用java写代码。当我解Distances in Trees时,一如既往地简单粗暴去解决问题,写下了NWCK.java...  

评分

书中141页错误,单链表displayList,里面的while判断为空应该在外面判断,否则会报空指针异常,因为在while条件中已经使用到需要判空的变量了。后续添加的find和delete同理。 书中243页,希尔排序,theArray[inner-h]&gt;=temp,应改为theArray[inner-h]&gt;temp,因为如果相等...  

用户评价

评分

+ Good explanation. + Code included. + Suggestions offered.

评分

简单易懂读起来很轻快的数据结构教材。随书提供的可视化小程序对理解也很有帮助。

评分

马一下证明这个夏天还是"读过书"的..

评分

深入浅出,没有复杂的公式,道理讲得很清楚

评分

完全不遵守代码规范

本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度google,bing,sogou

© 2025 book.wenda123.org All Rights Reserved. 图书目录大全 版权所有