Skip to content
روش پس‌گرد
EntityQ798554· pop 29· linked from 154 articles

روش پس‌گرد

Sign in to save

Also known as Backtracking Algorithm, Backtracking Algorithms

Backtracking is a class of algorithms for finding solutions to some computational problems, notably constraint satisfaction or enumeration 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.

Gallery (2)