Al Sweigart
Broschiertes Buch

The Recursive Book of Recursion

Ace the Coding Interview with Python and JavaScript

Versandkostenfrei!
Sofort lieferbar
22,99 €
inkl. MwSt.
Weitere Ausgaben:
PAYBACK Punkte
11 °P sammeln!
An accessible yet rigorous crash course on recursive programming using Python and JavaScript examples.Recursion has an intimidating reputation: it s considered to be an advanced computer science topic frequently brought up in coding interviews. But there s nothing magical about recursion.The Recursive Book of Recursion uses Python and JavaScript examples to teach the basics of recursion, exposing the ways that it s often poorly taught and clarifying the fundamental principles of all recursive algorithms. You ll learn when to use recursive functions (and, most importantly, when not to use them)...