Sweigart, Al
The Recursive Book Of Recursion: Ace the Coding Interview with Python and Javascript
- ISBN 13:
- 9781718502024
- author:
- Sweigart, Al
- format:
- Paperback / softback
- publisher:
- No Starch Press,US
- language:
- English
- Publication Year:
- 2022
- Pages:
- 174
- Dimensions:
- 23.5 x 17.8 centimetres (0.37 kg
- Genre:
- Computers, Programming, Python,
- Condition:
- New
- Availability:
- Item usually sent within 10 working days
Description
Learn to master recursion with Python and JavaScript. This project-based guide breaks down the basics of recursion, clarifying fundamental principles and providing practical examples to help you learn. You'll discover how to use recursive functions effectively, including when to apply them and how to simplify writing recursive code using techniques like head-tail and "leap of faith". You'll also explore how to optimize recursive algorithms with memoization and learn how to write custom search scripts, create fractal art, and more. With complete, runnable programs to help you practice, this book is perfect for those looking to add recursion to their programming toolkit or preparing for coding interviews.