What is backtrackin…
 
Notifications
Clear all

What is backtracking ?

2 Posts
3 Users
0 Likes
177 Views
0
Topic starter

What is backtracking ?

2 Answers
0

Backtracking is a problem-solving technique where you systematically explore possible solutions and backtrack when you encounter a dead end, often used for puzzles and optimization problems.

0

Backtracking can be defined as a general algorithmic technique that considers searching every possible combination in order to solve a computational problem. Decision Problem – In this, we search for a feasible solution

Share: