Recursion
Develop essential software engineering & devops skills with expert instruction and practical examples.
What You'll Learn
Skills you'll gain:
Prerequisites & Target Audience
Skill Level
Requirements
Who This Course Is For
Course Information
About This Course
WARNING: The instructor is not currently available to answer questions regarding this courseEven if the concept of recursion is simple, a lot of people struggle with it (not understanding the recursive process, not being able to figure out the base cases and recursive cases. ), this is why I wanted to create a course on recursion that explains it and illustrates it in detail, it also contains 11 solved and explained coding problems to practice. And knowing recursion will also give you a new way of thinking, which is dividing the problem into multiple instances of the same problem, which will help you understanding techniques like dynamic programming, backtracking.
See you in the first lecture. The course covers:What is recursionCode and executionBase cases and recursive casesMultiple recursive calls processCall stackRecursion treeHow to visualize the processRecursive functions complexity analysis (time and space comp)Recursion vs IterationHow to optimize a recursive function (memoization and dynamic programming)Divide-and-conquerBacktrackingRecursive data structuresTail recursionDouble recursionHow to think recursivelyPlus 11 solved and explained coding problems to practice:Sum of digitsCount occurrencesHas adjacent duplicatesReverse stringMinimum cost path in matrixAll possible phrasesKeypad combinationsString subsequencesBinary numbers with at most 2 zerosWord searchArray permutationsWhy you should take this course:Detailed explanation of how the recursive process worksAnimated examplesGood audio/video qualityReal English captionsContains coding problems to practiceAbility to ask questions if you don't understand something.
Topics Covered
Course Details
Course Details
View pricing and check out the reviews. See what other learners had to say about the course.
$19.99
list price when the catalogue was read (2026-07-07); Udemy sale prices run lower
Affiliate disclosure: if you enroll through links on this page, the course provider may pay us a commission. This comes at no extra cost to you and does not influence how we describe courses.
This course includes:
Not sure if this is right for you?
Browse More Software Engineering & DevOps CoursesWhere this course fits
Certifications in this area
Concepts behind this area
Serverless Computing
Serverless computing runs your code only while an event is calling it: the provider conjures an execution environment on demand, throws it away afterwards, and charges for work performed instead of for capacity sitting idle.
Containers
A container is an application packaged together with the libraries and configuration it needs, run as an isolated process on a host that is already switched on, so the same package behaves the same way on a laptop, in a build pipeline and in production.
Object Storage
Object storage keeps every file as a self-contained object (the bytes, a unique key and some metadata) inside a flat bucket you read and write over HTTP, with no drive to mount and no directory tree underneath it.
REST API
A REST API exposes an application's data as resources at stable addresses and lets clients read and change them with HTTP's standard methods and status codes, so that the protocol itself carries most of the meaning.
Python
Python is a general-purpose programming language that became the standard interface for driving numerical and machine-learning code written in other languages.
Git
Git is a distributed version control system that records the history of a set of files as a graph of snapshots, lets many people work on branches of that history at once, and merges their work back together.
The field, explained: Hosting & Cloud · Programming & Web Development
Wider context: the fields we cover, the glossary and certification exams, all written by us rather than pulled from a provider feed.
