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]>=temp,应改为theArray[inner-h]>temp,因为如果相等...
評分我之前第一次看这本书的时候,是只看了他的一些概念,理解了之后就上手写代码了,他给的实例代码只是草草的看了看。 今天复习的时候,就仔细看了看里面的代码,然后发现希尔排序的代码有错误,而且也和他描述的概念不符。 希尔排序应该需要嵌套的四层循环,第一层递减增量,第...
評分刚看完Chap6 Recursion 递归这一章,作者在阐述解答问题时采用由浅入深的方式进行,建议在看最后的代码实现时可以先尝试给出自己的答案,增强对整个过程的思考。 另外也许作者是为了避免学术性的数学公式的证明,对算法复杂度的计算只是以文字推断的形式给出来,个人以为学习...
評分书中141页错误,单链表displayList,里面的while判断为空应该在外面判断,否则会报空指针异常,因为在while条件中已经使用到需要判空的变量了。后续添加的find和delete同理。 书中243页,希尔排序,theArray[inner-h]>=temp,应改为theArray[inner-h]>temp,因为如果相等...
評分好几年前就入手了《算法C++实现》,到现在都没看,断断续续在看《C++ Primer Plus》,一直没什么时间,只完成了一半。 最近学java,凭借着C++的基础,在网上看了点文档,就着手开始用java写代码。当我解Distances in Trees时,一如既往地简单粗暴去解决问题,写下了NWCK.java...
+ Good explanation. + Code included. + Suggestions offered.
评分第一本完整讀完的數據結構和算法書,applet展示基本跳過,題沒做。講解還算是比較清晰。
评分+ Good explanation. + Code included. + Suggestions offered.
评分還在看,目前感覺很好。內容由淺至深。
评分第一本完整讀完的數據結構和算法書,applet展示基本跳過,題沒做。講解還算是比較清晰。
本站所有內容均為互聯網搜索引擎提供的公開搜索信息,本站不存儲任何數據與內容,任何內容與數據均與本站無關,如有需要請聯繫相關搜索引擎包括但不限於百度,google,bing,sogou 等
© 2025 qciss.net All Rights Reserved. 小哈圖書下載中心 版权所有