Recursion: the full course

Description

Even 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 full course on recursion that covers all what you need to know about it, 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 subproblems of the same type, which is necessary to understand techniques like dynamic programming, backtracking…

See you in the first lecture!

The course covers:

  • What is recursion
  • Code and execution
  • Base cases and recursive cases
  • Multiple recursive calls process
  • Call stack
  • Recursion tree
  • How to visualize the process
  • Recursive functions complexity analysis (time and space comp)
  • Recursion vs Iteration
  • How to optimize a recursive function (memoization and dynamic programming)
  • Divide-and-conquer
  • Backtracking
  • Recursive data structures
  • Tail recursion
  • Double recursion
  • How to think recursively

Plus 11 solved and explained coding problems to practice:

  • Sum of digits
  • Count occurrences
  • Has adjacent duplicates
  • Reverse string
  • Minimum cost path in matrix
  • All possible phrases
  • Keypad combinations
  • String subsequences
  • Binary numbers with at most 2 zeros
  • Word search
  • Array permutations

Who this course is for:

  • Programmers
  • Computer science students
  • Engineering students
  • Competitive programmers
  • Self-learning people

Requirements

  • Basic programming knowledge

Last Updated 12/2020

Download Links

Direct Download

Recursion: the full course.zip (1.2 GB) | Mirror

Torrent Download

Recursion: the full course.torrent (71 KB) | Mirror

Source : https://www.udemy.com/course/learn-recursion/

Leave a Reply

Your email address will not be published. Required fields are marked *