Recursion and Backtracking Algorithms in Java

Learn how to solve backtracking problem using recursion. Master the art of recursion

Welcome to this course, “Recursion and Backtracking Algorithms in Java”.

What you’ll learn

  • Recursion.
  • Recursive process.
  • Algorithmic techniques based on recursion.
  • Backtracking Algorithms.

Course Content

  • 1- String Permutation — Unique –> 1 lecture • 16min.
  • 2- String Permutation — Duplicates –> 1 lecture • 20min.
  • 3- Array Permutations — Unique –> 1 lecture • 21min.
  • 4- Array Permutations — Duplicates –> 1 lecture • 39min.
  • 5- The Power Set — Subsets — unique –> 1 lecture • 22min.
  • 6- The Power Set — Subsets — duplicates –> 1 lecture • 19min.
  • 7- Subset Sum –> 1 lecture • 19min.
  • 8- Combinations –> 1 lecture • 18min.
  • 9- Combination Sum –> 1 lecture • 23min.
  • 10- Combination Sum II –> 1 lecture • 21min.
  • 11- Combination Sum III –> 1 lecture • 20min.
  • 12- Generate Parentheses –> 1 lecture • 19min.
  • 13- Letter Combinations of a Phone Number –> 1 lecture • 25min.
  • 14- Restore IP Addresses –> 1 lecture • 28min.
  • 15- Splitting a String Into Descending Consecutive Values –> 1 lecture • 18min.
  • 16- Max Len of a Concatenated Str with Unique Char –> 1 lecture • 17min.
  • 17- Partition to K Equal Sum Subsets –> 1 lecture • 33min.
  • 19- Matchsticks to Square –> 1 lecture • 10min.
  • 19- Rat in a Maze –> 1 lecture • 31min.
  • 20- M-Coloring –> 1 lecture • 26min.

Recursion and Backtracking Algorithms in Java

Requirements

Welcome to this course, “Recursion and Backtracking Algorithms in Java”.

 

This course is about the recursion and backtracking algorithm.  The concept of recursion is simple, but a lot of people struggle with it, finding out base cases and recursive cases. That’s Why I planned to create a course on recursion that explains the underline principles of recursion in details.

 

By completing this course you will gain confidence in recursion and backtracking algorithms. In this course we will solve most popular and frequently asked backtracking coding interview questions. By mastering these problems you can map almost any type of backtracking problem to these problem.

 

This course contains —

— What is recursion and how it works

— Permutations of string of unique character

— Permutations of string of duplicates character

— Array permutations of unique elements

— Array permutations of duplicate elements

— Power set of unique elements

— Power set of duplicate elements

— Subset sum

— Combinations

— Combination sum

— Combination sum ii

— Combination sum iii

— Generate parentheses

— Letter combination of a phone number

— Restore ip addresses

— Splitting a string into descending consecutive. value

— Max length of a concatenated str with unique char

— Partition to k equal subset sum

— Matchstick to square

— Rat in a maze

— M Coloring

 

Why you should take this course —

  • Detailed explanation of how recursion works
  • How to draw decision tree and translate it into code
  • Contains quiz
  • Ability to ask questions if you don’t understand something

 

See you inside 🙂

Get Tutorial