David Matuszek
Broschiertes Buch

Quick Recursion

Versandkostenfrei!
Versandfertig in 6-10 Tagen
27,99 €
inkl. MwSt.
Weitere Ausgaben:
PAYBACK Punkte
14 °P sammeln!
Recursion is the best tool for working with trees and graphs. But perhaps you've studied recursion and decided it's too complicated. You just can't think that way. That limits the kind of programming you can do.Good news! Recursion is actually easy. It's just badly taught.See, many instructors talk about how the computer does it. They go on and on about what happens at each level of the recursion and how each level relates to other levels. The problem is that you can't think in multiple levels. Nobody can. And you don't have to.This book will show you how you can write recursive programs. Once...