The Recursive Book of Recursion The Recursive Book of Recursion

The Recursive Book of Recursion

Ace the Coding Interview with Python and JavaScript

    • ¥4,000
    • ¥4,000

発行者による作品情報

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), how to implement the classic recursive algorithms often brought up in job interviews, and how recursive techniques can help solve countless problems involving tree traversal, combinatorics, and other tricky topics.
 
This project-based guide contains complete, runnable programs to help you learn:
 
How recursive functions make use of the call stack, a critical data structure almost never discussed in lessons on recursionHow the head-tail and “leap of faith” techniques can simplify writing recursive functionsHow to use recursion to write custom search scripts for your filesystem, draw fractal art, create mazes, and moreHow optimization and memoization make recursive algorithms more efficient 
Al Sweigart has built a career explaining programming concepts in a fun, approachable manner. If you’ve shied away from learning recursion but want to add this technique to your programming toolkit, or if you’re racing to prepare for your next job interview, this book is for you.

ジャンル
コンピュータ/インターネット
発売日
2022年
8月16日
言語
EN
英語
ページ数
328
ページ
発行者
No Starch Press
販売元
Penguin Random House LLC
サイズ
6.5
MB
Dynamic Programming for Coding Interviews Dynamic Programming for Coding Interviews
2017年
Structure and Interpretation of Computer Programs Structure and Interpretation of Computer Programs
1984年
Programming Problems: Advanced Algorithms Programming Problems: Advanced Algorithms
2013年
Python from the Very Beginning Python from the Very Beginning
2020年
Data Structures and Algorithm Analysis in C++, Third Edition Data Structures and Algorithm Analysis in C++, Third Edition
2012年
Data Structures and Algorithm Analysis in Java, Third Edition Data Structures and Algorithm Analysis in Java, Third Edition
2012年
きれいなPythonプログラミング きれいなPythonプログラミング
2022年
Cracking Codes with Python Cracking Codes with Python
2018年
Beyond the Basic Stuff with Python Beyond the Basic Stuff with Python
2020年
Coding with Minecraft Coding with Minecraft
2018年
Invent Your Own Computer Games with Python, 4th Edition Invent Your Own Computer Games with Python, 4th Edition
2016年
Automate the Boring Stuff with Python Workbook Automate the Boring Stuff with Python Workbook
2025年
Data Structures the Fun Way Data Structures the Fun Way
2022年
Python One-Liners Python One-Liners
2020年
The Secret Life of Programs The Secret Life of Programs
2019年
Dead Simple Python Dead Simple Python
2022年
C++ Crash Course C++ Crash Course
2019年
How Linux Works, 3rd Edition How Linux Works, 3rd Edition
2021年