Data Structures and Algorithms in Python 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024


Data Structures and Algorithms in Python

簡體網頁||繁體網頁
Michael T. Goodrich 作者
John Wiley & Sons
譯者
2013-7-5 出版日期
768 頁數
GBP 121.23 價格
Hardcover
叢書系列
9781118290279 圖書編碼

Data Structures and Algorithms in Python 在線電子書 圖書標籤: 數據結構與算法  python  Python  算法  數據結構  計算機  編程  Programming   


喜歡 Data Structures and Algorithms in Python 在線電子書 的讀者還喜歡




點擊這裡下載
    


想要找書就要到 圖書目錄大全
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

發表於2024-06-21

Data Structures and Algorithms in Python 在線電子書 epub 下載 mobi 下載 pdf 下載 txt 下載 2024

Data Structures and Algorithms in Python 在線電子書 epub 下載 pdf 下載 mobi 下載 txt 下載 2024

Data Structures and Algorithms in Python 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024



Data Structures and Algorithms in Python 在線電子書 用戶評價

評分

沒有讀介紹語言的一二章,昨天讀到第八章,今天在看哈希錶那裏實在看不下去瞭。先去隔壁problem solving with algorithms and data structres看看先。 總的來說這是一本很適閤初步學習算法的書吧,特彆是加上瞭python語言特性的東西。數學方麵的證明和介紹也很簡單,且比之前看的data structures and algorithms analysis in c要嚴謹。循序漸進,環環相扣,認真看下去有總自己沒有學過數據結構的感覺(某個地方原來是因為要這樣所以實現的以及原來有一種方法/結構瞭還要另一種方法的原因),強推。

評分

沒有讀介紹語言的一二章,昨天讀到第八章,今天在看哈希錶那裏實在看不下去瞭。先去隔壁problem solving with algorithms and data structres看看先。 總的來說這是一本很適閤初步學習算法的書吧,特彆是加上瞭python語言特性的東西。數學方麵的證明和介紹也很簡單,且比之前看的data structures and algorithms analysis in c要嚴謹。循序漸進,環環相扣,認真看下去有總自己沒有學過數據結構的感覺(某個地方原來是因為要這樣所以實現的以及原來有一種方法/結構瞭還要另一種方法的原因),強推。

評分

還是很不錯的書,寫的非常詳細,適閤學校裏的學生學習 裏麵py代碼難得這麼多 不過隻是吞瞭一遍

評分

沒有讀介紹語言的一二章,昨天讀到第八章,今天在看哈希錶那裏實在看不下去瞭。先去隔壁problem solving with algorithms and data structres看看先。 總的來說這是一本很適閤初步學習算法的書吧,特彆是加上瞭python語言特性的東西。數學方麵的證明和介紹也很簡單,且比之前看的data structures and algorithms analysis in c要嚴謹。循序漸進,環環相扣,認真看下去有總自己沒有學過數據結構的感覺(某個地方原來是因為要這樣所以實現的以及原來有一種方法/結構瞭還要另一種方法的原因),強推。

評分

入門必備。Python寫算法優勢太明顯瞭,唯一的缺陷就是速度太慢

Data Structures and Algorithms in Python 在線電子書 著者簡介


Data Structures and Algorithms in Python 在線電子書 著者簡介


Data Structures and Algorithms in Python 在線電子書 pdf 下載 txt下載 epub 下載 mobi 在線電子書下載

Data Structures and Algorithms in Python 在線電子書 圖書描述

Based on the authors' market leading data structures books in Java and C++, this book offers a comprehensive, definitive introduction to data structures in Python by authoritative authors. Data Structures and Algorithms in Python is the first authoritative object-oriented book available for Python data structures. Designed to provide a comprehensive introduction to data structures and algorithms, including their design, analysis, and implementation, the text will maintain the same general structure as Data Structures and Algorithms in Java and Data Structures and Algorithms in C++. Begins by discussing Python's conceptually simple syntax, which allows for a greater focus on concepts. Employs a consistent object-oriented viewpoint throughout the text. Presents each data structure using ADTs and their respective implementations and introduces important design patterns as a means to organize those implementations into classes, methods, and objects. Provides a thorough discussion on the analysis and design of fundamental data structures. Includes many helpful Python code examples, with source code provided on the website. Uses illustrations to present data structures and algorithms, as well as their analysis, in a clear, visual manner. Provides hundreds of exercises that promote creativity, help readers learn how to think like programmers, and reinforce important concepts. Contains many Python-code and pseudo-code fragments, and hundreds of exercises, which are divided into roughly 40% reinforcement exercises, 40% creativity exercises, and 20% programming projects.

Data Structures and Algorithms in Python 在線電子書 下載 mobi epub pdf txt 在線電子書下載


想要找書就要到 圖書目錄大全
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

Data Structures and Algorithms in Python 在線電子書 讀後感

評分

http://www.tianjun.me/essays/58 (6)一起用python之基础篇——数据结构 Posted on: 2014-08-27 19:58 Posted in : 一起用python, (撰写中。。。呃,写着写着,发觉其实原书写得很系统,一环扣一环,我这样子抽出来一点点地分析反而打乱了原有的结构。我这里写的,大致看下就...  

評分

原版没看过,看到是翻译版,第一次看数据结构的书,结果竟然错误那么多,我说怎么看不懂,直到看第二遍才知道是个错误。 说完不足,再说点好的,整体上还是不错,适合有一定项目经验的想深入了解python的同学。 另外给个建议,里面有些代码还是不要省了,比如基于数组的双端队...  

評分

翻译错误很多,举一个最严重的:第20页,在表1-4的round(x)下,本书原版是a tie is broken toward the even value,意味在x=3.5(中立)的情况下,x为最近的偶数,即为4,但是在中文版被翻译成省去小数点后的数向偶数值靠近。译者显然没搞清楚tie的含义,而且即使没搞清楚tie,...  

評分

翻译错误很多,举一个最严重的:第20页,在表1-4的round(x)下,本书原版是a tie is broken toward the even value,意味在x=3.5(中立)的情况下,x为最近的偶数,即为4,但是在中文版被翻译成省去小数点后的数向偶数值靠近。译者显然没搞清楚tie的含义,而且即使没搞清楚tie,...  

評分

这本书的翻译真的太差了,应该是直接机翻的,并且机翻的软件也很垃圾,经常是牛头不对马嘴。但即使是这样,也无法掩盖这本书内容的精彩。英语好的话建议直接原版。如果英文不好,又只会python,那只能看这本了。但切记,如果遇到不明所以,无法理解,读不通顺的情况,不要怀疑...

類似圖書 點擊查看全場最低價

Data Structures and Algorithms in Python 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024


分享鏈接





Data Structures and Algorithms in Python 在線電子書 相關圖書




本站所有內容均為互聯網搜索引擎提供的公開搜索信息,本站不存儲任何數據與內容,任何內容與數據均與本站無關,如有需要請聯繫相關搜索引擎包括但不限於百度google,bing,sogou

友情鏈接

© 2024 book.wenda123.org All Rights Reserved. 圖書目錄大全 版權所有