Quick Recursion 1st Edition David Matuszek – Ebook Instant Download/Delivery ISBN(s): 9781032417585, 9781032417592, 1032417587, 1032417595, 9781000838749, 1000838749
Product details:
- ISBN 10: 1000838749
- ISBN 13: 9781000838749
- Author: David Matuszek
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 you understand a few simple rules, you will wonder why you ever thought recursion was complicated. You’ll be able to write recursive programs quickly and easily. Well, as quick and easy as programming ever is, anyway.
Table contents:
Chapter 1 ■ Understanding Recursion
Chapter 2 ■ Data Structures
Chapter 3 ■ Backtracking
People also search:
quick sort using recursion in c
quick sort using recursion
quick sort without recursion
quick sort using recursion in java
quick sort without recursion in c