What's new

Welcome to W9B - Most Trusted Web Master Form By The Web Experts

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

The Recursive Book of Recursion - Ace the Coding Interview with Python and Ja...

Farid

Change Here
Gold
Platinum
Silver
Joined
Aug 2, 2022
Messages
123,584
Reaction score
3
Points
38
0   0   0
The Recursive Book of Recursion - Ace the Coding Interview with Python and JavaScript

_5c3e4133991c3d18646e235e9296cbf0.jpeg
The Recursive Book of Recursion - Ace the Coding Interview with Python and JavaScript, pdf, 10.17 MB

Title: The Recursive Book of Recursion
Author: Al Sweigart
ISBN: B09BKL34VL
Description: 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 recursion
  • How the head-tail and "leap of faith" techniques can simplify writing recursive functions
  • How to use recursion to write custom search scripts for your filesystem, draw fractal art, create mazes, and more
  • How 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.
Pages: 331
Files: The Recursive Book of Recursion - Ace the Coding Interview with Python and JavaScript.pdf (10.17 MB)

Download.png

Code:
https://nitroflare.com/view/35AC66A06691326/The_Recursive_Book_of_Recursion_-_Ace_the_Coding_Interview_with_Python_and_JavaScript.pdf
Code:
https://rapidgator.net/file/0425514a344d6331e68ffb21c492e723/The_Recursive_Book_of_Recursion_-_Ace_the_Coding_Interview_with_Python_and_JavaScript.pdf
 
Top Bottom