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)