发表于2024-12-22
Data Structures and Algorithms in Java 2024 pdf epub mobi 电子书
书中141页错误,单链表displayList,里面的while判断为空应该在外面判断,否则会报空指针异常,因为在while条件中已经使用到需要判空的变量了。后续添加的find和delete同理。 书中243页,希尔排序,theArray[inner-h]>=temp,应改为theArray[inner-h]>temp,因为如果相等...
评分灰常好的一本书,浅显易懂,amazon上面评价也比较高。初学数据结构两天读完。但是在它的applet上面讲了太多废话。而且写的一些示范例子比较臃肿,但是无碍它非常适合入门。同期看了MT/RT的同题材书,虽然cs61b很推荐。但是对于初学者非常不友好。真心看不下去。 我觉得看完这本...
评分灰常好的一本书,浅显易懂,amazon上面评价也比较高。初学数据结构两天读完。但是在它的applet上面讲了太多废话。而且写的一些示范例子比较臃肿,但是无碍它非常适合入门。同期看了MT/RT的同题材书,虽然cs61b很推荐。但是对于初学者非常不友好。真心看不下去。 我觉得看完这本...
评分好几年前就入手了《算法C++实现》,到现在都没看,断断续续在看《C++ Primer Plus》,一直没什么时间,只完成了一半。 最近学java,凭借着C++的基础,在网上看了点文档,就着手开始用java写代码。当我解Distances in Trees时,一如既往地简单粗暴去解决问题,写下了NWCK.java...
评分书中141页错误,单链表displayList,里面的while判断为空应该在外面判断,否则会报空指针异常,因为在while条件中已经使用到需要判空的变量了。后续添加的find和delete同理。 书中243页,希尔排序,theArray[inner-h]>=temp,应改为theArray[inner-h]>temp,因为如果相等...
图书标签: Java 数据结构与算法 数据结构 算法 Algorithms 计算机 软件开发 电子版
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>
还在看,目前感觉很好。内容由浅至深。
评分第一本完整读完的数据结构和算法书,applet展示基本跳过,题没做。讲解还算是比较清晰。
评分还在看,目前感觉很好。内容由浅至深。
评分还在看,目前感觉很好。内容由浅至深。
评分深入浅出,没有复杂的公式,道理讲得很清楚
Data Structures and Algorithms in Java 2024 pdf epub mobi 电子书