Thinking Recursively: With Examples in Java, 2/e (Paperback)

Eric S. Roberts

  • 出版商: Wiley
  • 出版日期: 2005-11-01
  • 售價: $3,340
  • 貴賓價: 9.5$3,173
  • 語言: 英文
  • 頁數: 188
  • 裝訂: Paperback
  • ISBN: 0471701467
  • ISBN-13: 9780471701460
  • 相關分類: Java 程式語言
  • 海外代購書籍(需單獨結帳)

買這商品的人也買了...

商品描述

Description:

  • Updated and revised to include the use of Java for programming examples, this book provides readers with a thorough and clear introduction to the difficult concept of recursion
  • Uses a broad range of examples to illustrate the principles used in recursion and how to apply them to programming
  • Features imaginative examples along with various exercises and their solutions

 

Table of Contents:

1. The Idea of Recursion

2. Mathematical Preliminaries

3. Recursive Functions

4. The Procedural Approach

5. The Tower of Hanoi

6. Permutations

7. Sorting

8. Recursive Backtracking

9. Graphical Applications

10. Recursive Data

11. Implementation of Recursion