We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 308a051 commit b68ebd3Copy full SHA for b68ebd3
md/Backtracking-Search.md
@@ -16,7 +16,7 @@ __function__ BACKTRACK(_assignment_, _csp_) __returns__ a solution, or failure
16
      _result_ ← BACKTRACK(_assignment_, _csp_)
17
      __if__ _result_ ≠ _failure_ __then__
18
       __return__ _result_
19
-   remove \{_var_ = _value_\} and _inferences_ from _assignment_
+    remove \{_var_ = _value_\} and _inferences_ from _assignment_
20
 __return__ _failure_
21
22
---
0 commit comments