We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 308a051 + c85a286 commit 595d976Copy full SHA for 595d976
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