
Backtracking is one of the many algorithmic techniques that can be used to solve various problems. In this article, we will exploring the idea of backtracking with the help of recursion (Recursive Backtracking) along with examples as well.
Table of content:
What is Recursion?Visualization of Recursion & Memory usageWhat is Backtracking? (+ Recursive Backtracking)Visualization of Backtracking along with an exampleAdvantages of Backtracking
We will get started now.
1. What is Recursion?
In o...
Published on August 15, 2021 04:13