<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://sudopedia.sudocue.net/index.php?action=history&amp;feed=atom&amp;title=Backtracking_Algorithms</id>
	<title>Backtracking Algorithms - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://sudopedia.sudocue.net/index.php?action=history&amp;feed=atom&amp;title=Backtracking_Algorithms"/>
	<link rel="alternate" type="text/html" href="http://sudopedia.sudocue.net/index.php?title=Backtracking_Algorithms&amp;action=history"/>
	<updated>2026-04-18T21:35:12Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.36.2</generator>
	<entry>
		<id>http://sudopedia.sudocue.net/index.php?title=Backtracking_Algorithms&amp;diff=413&amp;oldid=prev</id>
		<title>127.0.0.1: Created page with &quot;A backtracking algorithm solves a Sudoku by trying to place a digit into a cell, then working out the consequences and placing other digits until the program either hits a...&quot;</title>
		<link rel="alternate" type="text/html" href="http://sudopedia.sudocue.net/index.php?title=Backtracking_Algorithms&amp;diff=413&amp;oldid=prev"/>
		<updated>2021-10-25T18:05:51Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;A backtracking algorithm solves a &lt;a href=&quot;/index.php?title=Sudoku&quot; title=&quot;Sudoku&quot;&gt;Sudoku&lt;/a&gt; by trying to place a digit into a cell, then working out the consequences and placing other digits until the program either hits a...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;A backtracking algorithm solves a [[Sudoku]] by trying to place a digit into a cell, then working out the consequences and placing other digits until the program either hits a dead end, or finds a solution. If a dead end is reached, the algorithm then removes the placed digits and tries the alternatives. This process continues until all alternatives have been tried.&lt;br /&gt;
&lt;br /&gt;
Another name for backtracking is [http://en.wikipedia.org/wiki/Depth_first_search depth-first search].&lt;br /&gt;
&lt;br /&gt;
Popular backtracking algorithms for Sudoku are [[Dancing Links]], also known by its acronym DLX, and [[Ariadne&amp;#039;s Thread]].&lt;br /&gt;
&lt;br /&gt;
{{debate}}&lt;br /&gt;
[[Category:Solving Techniques]]&lt;/div&gt;</summary>
		<author><name>127.0.0.1</name></author>
	</entry>
</feed>