Recursion Via Pascal
J. S. RohlRohl
Broschiertes Buch

Recursion Via Pascal

Versandkostenfrei!
Versandfertig in 1-2 Wochen
68,99 €
inkl. MwSt.
PAYBACK Punkte
34 °P sammeln!
This book is devoted to recursion in programming, the technique through 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, here the programming language used is Pascal and the examples have been chosen accordingly. It therefore makes an interesting contrast with the use of recursion in functional and logic programming. The early ...