Data Structures and Algorithm Analysis in Java 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024


Data Structures and Algorithm Analysis in Java

简体网页||繁体网页
Mark A. Weiss 作者
Pearson
译者
2011-11-18 出版日期
640 页数
GBP 129.99 价格
Hardcover
丛书系列
9780132576277 图书编码

Data Structures and Algorithm Analysis in Java 在线电子书 图书标签: JAVA  数据结构  算法  计算机  Structures  编程  Data  Algorithms   


喜欢 Data Structures and Algorithm Analysis in Java 在线电子书 的读者还喜欢




点击这里下载
    

想要找书就要到 图书目录大全
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

发表于2024-06-01


Data Structures and Algorithm Analysis in Java 在线电子书 epub 下载 mobi 下载 pdf 下载 txt 下载 2024

Data Structures and Algorithm Analysis in Java 在线电子书 epub 下载 mobi 下载 pdf 下载 txt 下载 2024

Data Structures and Algorithm Analysis in Java 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024



Data Structures and Algorithm Analysis in Java 在线电子书 用户评价

评分

java版本里错误的代码不少

评分

java版本里错误的代码不少

评分

java版本里错误的代码不少

评分

是一本好书,但是自己只是粗略的看了一遍,也尝试实现了里面的就给常见的算法。课后习题大部分都没有做,难度比较大,后面要花时间做一些课后题。如名字所示,里面有很多对算法进行的数学分析。每一章最后的Reference也是不错的资源,也需要花时间看了。所以现在自己其实不算看完一遍这本书,只是翻了一遍,离看完还需要很长时间以及实践。

评分

是一本好书,但是自己只是粗略的看了一遍,也尝试实现了里面的就给常见的算法。课后习题大部分都没有做,难度比较大,后面要花时间做一些课后题。如名字所示,里面有很多对算法进行的数学分析。每一章最后的Reference也是不错的资源,也需要花时间看了。所以现在自己其实不算看完一遍这本书,只是翻了一遍,离看完还需要很长时间以及实践。

Data Structures and Algorithm Analysis in Java 在线电子书 著者简介

Mark Allen Weiss is Professor and Associate Director for the School of Computing and Information Sciences at Florida International University. He is also currently serving as both Director of Undergraduate Studies and Director of Graduate Studies. He received his Bachelor’s Degree in Electrical Engineering from the Cooper Union in 1983, and his Ph.D. in Computer Science from Princeton University in 1987, working under Bob Sedgewick. He has been at FIU since 1987 and was promoted to Professor in 1996. His interests include data structures, algorithms, and education. He is most well-known for his highly-acclaimed Data Structures textbooks, which have been used for a generation by roughly a million students.

Professor Weiss is the author of numerous publications in top-rated journals and was recipient of the University’s Excellence in Research Award in 1994. In 1996 at FIU he was the first in the world to teach Data Structures using the Java programming language, which is now the de facto standard. From 1997-2004 he served as a member of the Advanced Placement Computer Science Development Committee, chairing the committee from 2000-2004. The committee designed the curriculum and wrote the AP exams that were taken by 20,000 high school students annually.

In addition to his Research Award in 1994, Professor Weiss is also the recipient of the University’s Excellence in Teaching Award in 1999 and the School of Computing and Information Science Excellence in Teaching Award (2005) and Excellence in Service Award (2007).


Data Structures and Algorithm Analysis in Java 在线电子书 图书目录


Data Structures and Algorithm Analysis in Java 在线电子书 pdf 下载 txt下载 epub 下载 mobi 在线电子书下载

Data Structures and Algorithm Analysis in Java 在线电子书 图书描述

Data Structures and Algorithm Analysis in Java is an “advanced algorithms” book that fits between traditional CS2 and Algorithms Analysis courses. In the old ACM Curriculum Guidelines, this course was known as CS7. This text is for readers who want to learn good programming and algorithm analysis skills simultaneously so that they can develop such programs with the maximum amount of efficiency. Readers should have some knowledge of intermediate programming, including topics as object-based programming and recursion, and some background in discrete math. As the speed and power of computers increases, so does the need for effective programming and algorithm analysis. By approaching these skills in tandem, Mark Allen Weiss teaches readers to develop well-constructed, maximally efficient programs in Java. Weiss clearly explains topics from binary heaps to sorting to NP -completeness, and dedicates a full chapter to amortized analysis and advanced data structures and their implementation. Figures and examples illustrating successive stages of algorithms contribute to Weiss’ careful, rigorous and in-depth analysis of each type of algorithm. A logical organization of topics and full access to source code complement the text’s coverage.

Data Structures and Algorithm Analysis in Java 在线电子书 下载 mobi epub pdf txt 在线电子书下载

想要找书就要到 图书目录大全
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

Data Structures and Algorithm Analysis in Java 在线电子书 读后感

评分

本书作者 Mark Allen Weiss 还写过 C 语言描述 和 Java 语言描述 版本的数据结构和算法分析教程。 另外,图灵出版社的同系列还有 Michael McMillan 写的 C# 语言描述 版本的算法书。 C++ 熟练者可忽略讲述 C++ 特性的第 1 章,如果把这些关于 C++ 特性的篇幅去掉,本书会精益不...  

评分

薄薄的小书,tex排版,圆圆的字体排代码,c语言代码并不是全的,是c伪代码。 - - 我很菜的,所以专业的东西说不出来。感觉在解说上没有算法导论那样详细(其实我觉得算法导论啰嗦)。  

评分

原著其实还可以比较适合工程人员速成 但是翻译实在让人费解, 举个例子 树的根或者是一片树叶,或者其儿子数在2和M之间。 这个别扭劲...... 还让人误解 树的根在2和M之间 或者一片树叶在2和M之间 或者其儿子在2和M之间, 这无法理解啊.... 其实想表达的是 树的根要么是叶子...  

评分

这段时间又继续深入的学习了下,觉得主要收获有两个: 收获一:真正的理解了折半查找和插入查找,以前买过一本105元的书,可看了很久,就是不知道作者讲的什么,但是这本书不同,这本书的作者用形象的文字和图片的说明让人的理解入木三分。我自已也动手写了一个demo的查找:查...  

评分

类似图书 点击查看全场最低价

Data Structures and Algorithm Analysis in Java 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024


分享链接





Data Structures and Algorithm Analysis in Java 在线电子书 相关图书




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

友情链接

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