株式会社極東書店トップ > 商品一覧 > Recursion via Pascal.
商品詳細
Recursion via Pascal.
・ISBN 978-0-521-26934-6 paper GB£ 42.00
¥13,305.- (税込) ※(※)価格はご注文時の参考価格となります。
納品価格につきましては書籍の入荷時点で確定となります。
版元の原価改定、外国為替の変動等により異なる場合がございますので、予めご了承下さい。
お気に入り
★★★
| 著者・編者 | Rohl, |
|---|---|
| シリーズ | (Cambridge Computer Science Texts) |
| 出版社 | (Cambridge University Press, UK) |
| 出版年月 | 1984 |
| ページ数 | 204 pp. |
| 言語 | ENG |
| ニュース番号 | <A00-63101> |
解説
This book is devoted to recursion in programming, the technique by which the solution to a problem is expressed partly in terms of the solution to a simpler version of the same problem. Ultimately the solution to the simplest version must be given explicitly. In functional programming, recursion has received its full due since it is quite often the only repetitive construct. However, the programming language used here is Pascal and the examples have been chosen accordingly. It makes an interesting contrast with the use of recursion in functional and logic programming. The early chapters consider simple linear recursion using examples such as finding the highest common factor of a pair of numbers, and processing linked lists. Subsequent chapters move up through binary recursion, with examples which include the Towers of Hanoi problem and symbolic differentiation, to general recursion. The book contains well over 100 examples.