python數據結構基礎工具書籍下載-持續更新

算法圖解 - 2017.pdf

本書示例豐富,圖文並茂,以讓人容易理解的方式闡釋了算法,旨在幫助程序員在日常項目中更好地發揮算法的能量。書中的前三章將幫助你打下基礎,帶你學習二分查找、大O表示法、兩種基本的數據結構以及遞歸等。餘下的篇幅將主要介紹應用廣泛的算法,具體內容包括:面對具體問題時的解決技巧,比如,何時採用貪婪算法或動態規劃;散列表的應用;圖算法;Kzui近鄰算法。

數據結構與算法__Python語言描述-2015.pdf

本書基於Python語言介紹了數據結構與算法的基本知識,主要內容包括抽象數據類型和Python面向對象程序設計、線性表、字符串、棧和隊列、二叉樹和樹、集合、排序以及算法的基本知識。本書延續問題求解的思路,從解決問題的目標來組織教學內容,注重理論與實踐的並用。

Python算法教程 - 2016.pdf

Python是一種面向對象、解釋型計算機程序設計語言,其應用領域非常廣泛,包括數據分析、自然語言處理、機器學習、科學計算以及推薦系統構建等。 本書用Python語言來講解算法的分析和設計。本書主要關注經典的算法,但同時會爲讀者理解基本算法問題和解決問題打下很好的基礎。全書共11章。分別介紹了樹、圖、計數問題、歸納遞歸、遍歷、分解合併、貪心算法、複雜依賴、Dijkstra算法、匹配切割問題以及困難問題及其稀釋等內容。本書在每一章結束的時候均有練習題和參考資料,這爲讀者的自我檢查以及進一步學習提供了較多的便利。在全書的結尾,給出了練習題的提示,方便讀者進行查漏補缺。 本書概念和知識點講解清晰,語言簡潔。本書適合對Python算法感興趣的初中級用戶閱讀和自學,也適合高等院校的計算機系學生作爲參考教材來閱讀。

參考資料

Python Data Structures and Algorithms - 2017.pdf

Python Algorithms, 2nd Edition 2014.pdf

Problem Solving with Algorithms and Data Structures Release 3.0 - 2013.pdf

Problem Solving in Data Structures and Algorithms Using Python - 2016.pdf

Practical Programming An Introduction to Computer Science Using Python (Pragmatic Programmers) 2009.pdf

grokking algorithms - 2016.pdf

Fundamentals of Python From First Programs Through Data Structures - 2010.pdf

Fundamentals of Python - Data Structures - 2014.pdf

Data Structures and Algorithms with Python(Springer,2015).pdf

Data Structures and Algorithms Using Python - 2011.pdf

Data Structures and Algorithms in Python - 2013.pdf

Data Structures And Algorithmic Thinking With Python - 2016.pdf

https://github.com/prakhar1989/Algorithms

https://github.com/PacktPublishing/Python-Data-Structures-and-Algorithms

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章