Thinking Recursively in Python
- Type:
- Other > Other
- Files:
- 16
- Size:
- 91.27 MiB (95708668 Bytes)
- Uploaded:
- 2021-04-12 06:25 GMT
- By:
- tuts756
- Seeders:
- 31
- Leechers:
- 6
- Info Hash: D4EE7104B48EAE4A88817C97870C8689034BF8CB
Description
In this course, you’ll learn about recursion. Recursion is a powerful tool you can use to solve a problem that can be broken down into smaller variations of itself. You can create very complex recursive algorithms with only a few lines of code.
You’ll cover:
What recursion is
How to define a recursive function
How practical examples of recursive functions work
How to maintain state
How to optimize recursion