asked 209k views
3 votes
What is the meaning of backtracking?

2 Answers

3 votes

Answer:

Backtracking is a general algorithm for finding all (or some) solutions to some computational problems, notably constraint satisfaction problems, that incrementally builds candidates to the solutions, and abandons a candidate ("backtracks") as soon as it determines that the candidate cannot possibly be completed to a valid solution.[1]

if that is not what you are looking for then the other option would be retracing your steps

Explanation:

answered
User Suresh Parmar
by
8.0k points
5 votes

Answer:

Retracing your steps

Explanation:

answered
User Ken Bertelson
by
7.8k points

Related questions

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.