版权声明

版权声明

Authorized translation from the English language edition, titled Problem Solving with Algorithms and Data Structures Using Python, Second Edition by Bradley N. Miller and David L. Ranum, Copyright © 2011.

All rights reserved. This book or any portion thereof may not be reproduced, transmitted or used in any manner whatsoever without the express written permission of the authors.

Simplified Chinese language edition published by Posts & Telecom Press, Copyright © 2019.

本书中文简体字版由Franklin, Beedle & Associates授权人民邮电出版社独家出版。未经出版者书面许可,不得以任何方式复制或抄袭本书内容。

版权所有,侵权必究。

目录

  • 版权声明
  • 前言
  • 第 1 章 导论
  • 第 2 章 算法分析
  • 第 3 章 基本数据结构
  • 第 4 章 递归
  • 第 5 章 搜索和排序
  • 第 6 章 树
  • 第 7 章 图及其算法
  • 第 8 章 附加内容
  • 附录 A Python图形包
  • 附录 B Python资源
  • 参考资料