i m not getting how to do backtracking ques
Backtracking ques
Hello @vanisinghal0201,
The following video will provide you a basic insight of how backtracking solutions work:
video1
To understand this with an example of N queen’s problem:
Video2
So, Basically.
- You are at a particular state.
- Then you one of the many possible paths that leads to the base cases.
- You return back from that path after reaching the base case to the current state.
- then you go for another possible path that has not yet been traversed.
Hope, this would help.
Give a like if you are satisfied.
i m not able to solve backtracking ques here in the challenges secton
Hey @vanisinghal0201,
Don’t worry about that.
It happens when you learn a new topic.
It’s completely normal.
I would suggest you to re-watch the lectures on backtracking but with more concentration this time.
Then, practice as many as question unless you feel confident enough in these type of question.
Let me know if you don’t understand any specific topic or what exactly don’t you understand.
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.