Classic Computer Science Problems in Python - David Kopec

Classic Computer Science Problems in Python

David Kopec

出版时间

2019-02-04

ISBN

9781617295980

评分

★★★★★
书籍介绍
Classic Computer Science Problems in Python sharpens your CS problem-solving skills with time-tested scenarios, exercises, and algorithms, using Python. You'll tackle dozens of coding challenges, ranging from simple tasks like binary search algorithms to clustering data using k-means. You'll especially enjoy the feeling of satisfaction as you crack problems that connect computer science to the real-world concerns of apps, data, performance, and even nailing your next job interview! what's inside Search algorithms Common techniques for graphs Neural networks Genetic algorithms Adversarial search Uses type hints throughout Covers Python 3.7
精彩摘录
  • "递归方案是反向求解,而迭代方式则是正向求解。"
  • "请记住,能用递归方式求解的问题也能用迭代方式来求解。"
作者简介
David Kopec is an assistant professor of Computer Science and Innovation at Champlain College in Burlington, Vermont. He is the author of Dart for Absolute Beginners (Apress, 2014) and Classic Computer Science Problems in Swift (Manning, 2018).
用户评论
Py3 的讲解还是不多的,这本书可以看成 ACM 的参考书,当然很多地方浮光掠影,不过这个也是这本书的 target reader 决定的,这是一个 introduction 不是一个 textbook。
收藏