数据结构python推荐书籍
时间: 2023-11-14 15:09:09 浏览: 163
关于数据结构Python推荐书籍,我个人比较推荐以下几本:
1.《算法图解》(原书名:Grokking Algorithms: An illustrated guide for programmers and other curious people)作者:Aditya Bhargava
2.《Python数据结构与算法分析》(原书名:Data Structures and Algorithms in Python)作者:Michael T. Goodrich、Roberto Tamassia、Michael H. Goldwasser
3.《Python算法教程》(原书名:Problem Solving with Algorithms and Data Structures using Python)作者:Brad Miller、David Ranum
这三本书都是比较适合初学者的,内容比较易懂,而且都有Python代码实现。如果你想深入学习数据结构和算法,可以考虑阅读《算法导论》(原书名:Introduction to Algorithms)。
阅读全文