Muutke küpsiste eelistusi

E-raamat: Quick Recursion [Taylor & Francis e-raamat]

  • Formaat: 160 pages, 14 Line drawings, black and white; 14 Illustrations, black and white
  • Sari: Quick Programming
  • Ilmumisaeg: 22-Feb-2023
  • Kirjastus: Chapman & Hall/CRC
  • ISBN-13: 9781003359616
  • Taylor & Francis e-raamat
  • Hind: 124,64 €*
  • * hind, mis tagab piiramatu üheaegsete kasutajate arvuga ligipääsu piiramatuks ajaks
  • Tavahind: 178,05 €
  • Säästad 30%
  • Formaat: 160 pages, 14 Line drawings, black and white; 14 Illustrations, black and white
  • Sari: Quick Programming
  • Ilmumisaeg: 22-Feb-2023
  • Kirjastus: Chapman & Hall/CRC
  • ISBN-13: 9781003359616
Recursion is the best tool for working with trees and graphs. But perhaps youve studied recursion and decided its too complicated. You just cant think that way. That limits the kind of programming you can do.

Good news! Recursion is actually easy. Its 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 cant think in multiple levels. Nobody can. And you dont have to.

This book will show you how you can write recursive programs. Once you understand a few simple rules, you will wonder why you ever thought recursion was complicated. Youll be able to write recursive programs quickly and easily.

Well, as quick and easy as programming ever is, anyway.

1. Understanding Recursion,
2. Data Structures,
3. Backtracking

David L. Matuszek was Director of the Masters in Computer and Information Technology course at the University of Pennsylvania, USA (2001-2017). With 40 years teaching experience, and 45 years programming experience, David is skilled in both the design of innovative software systems and in teaching others how to master programming languages in an accessible and engaging way.