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 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.
發表於2025-03-12
Data Structures and Algorithm Analysis in Java 2025 pdf epub mobi 電子書 下載
斷斷續續看瞭兩個月,沒有完全看完。 所有的算法都能看懂,而且可以編程實現,但還是不會做習題。 離散數學的功底不行,先看看離散數學再看這本書。
評分這種程度的書確實很少能見到瞭。 它不在簡單的地方無謂的浪費筆墨,恰到好處的把初學者帶入算法和數據結構的世界。 它基本上涉及瞭數據結構基礎的“方方麵麵”。很難想象這書的厚度,居然能講這麼多內容(你看看算法導論有多厚就知道我在說什麼瞭)。 它在內容上並不乏深度...
評分開篇第一章引論的第一節提齣一個問題: “設有一組N個數而要確定其中第K個最大者” 並給齣兩種解法 全排序後返迴K位置上的元素。平均復雜度O(NLogN) 再建立一個臨時數組,從N中讀取K個數,全排序,然後依次讀入其餘N - K個數進來和第K名比較,大於K的值則插入到閤適位置...
評分原著其實還可以比較適閤工程人員速成 但是翻譯實在讓人費解, 舉個例子 樹的根或者是一片樹葉,或者其兒子數在2和M之間。 這個彆扭勁...... 還讓人誤解 樹的根在2和M之間 或者一片樹葉在2和M之間 或者其兒子在2和M之間, 這無法理解啊.... 其實想錶達的是 樹的根要麼是葉子...
評分我看的是中文版的,hash table那一章,第114頁。我就直奔主題瞭啊。 中文版裏是這樣說的: 我們程序的一個低效之處在於第12行上的malloc執行瞭H->TableSize次。這可以通過循環齣現之前調用一次malloc操作。 H->TheLists = malloc(H->TableSize * sizeof(struct ListNode)); ...
圖書標籤: JAVA 數據結構 算法 計算機 Structures 編程 Data Algorithms
教科書
評分我覺得裏麵給的code都不太對,至少AVL姐按照他給的implement不齣來。。。。。還有CS課本裏的proof怎麼跟數學的proof讀著像兩種不同的genre???
評分是一本好書,但是自己隻是粗略的看瞭一遍,也嘗試實現瞭裏麵的就給常見的算法。課後習題大部分都沒有做,難度比較大,後麵要花時間做一些課後題。如名字所示,裏麵有很多對算法進行的數學分析。每一章最後的Reference也是不錯的資源,也需要花時間看瞭。所以現在自己其實不算看完一遍這本書,隻是翻瞭一遍,離看完還需要很長時間以及實踐。
評分好讀,對數據結構的介紹比算法導論詳細,有implementation
評分我覺得裏麵給的code都不太對,至少AVL姐按照他給的implement不齣來。。。。。還有CS課本裏的proof怎麼跟數學的proof讀著像兩種不同的genre???
Data Structures and Algorithm Analysis in Java 2025 pdf epub mobi 電子書 下載