<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.kram.nz/index.php?action=history&amp;feed=atom&amp;title=SE250%3AHTTB%3AWIP%3AState-space_search</id>
	<title>SE250:HTTB:WIP:State-space search - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.kram.nz/index.php?action=history&amp;feed=atom&amp;title=SE250%3AHTTB%3AWIP%3AState-space_search"/>
	<link rel="alternate" type="text/html" href="https://wiki.kram.nz/index.php?title=SE250:HTTB:WIP:State-space_search&amp;action=history"/>
	<updated>2026-04-28T09:23:56Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://wiki.kram.nz/index.php?title=SE250:HTTB:WIP:State-space_search&amp;diff=3348&amp;oldid=prev</id>
		<title>Mark: 76 revision(s)</title>
		<link rel="alternate" type="text/html" href="https://wiki.kram.nz/index.php?title=SE250:HTTB:WIP:State-space_search&amp;diff=3348&amp;oldid=prev"/>
		<updated>2008-11-03T05:18:12Z</updated>

		<summary type="html">&lt;p&gt;76 revision(s)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[SE250:HTTB:WIP | Back to Work in Progess]]&lt;br /&gt;
&lt;br /&gt;
[[SE250:HTTB:State-space_search | SE250:HTTB:State-space_search]]&lt;br /&gt;
&lt;br /&gt;
Thanks guys. I have placed a kind of the final version in the actual HTTB and tried to organise it as much as possible. Thanks a lot. (note: i have taken the dates and users of within the article and put a list of contributors at the end). All original information is still retained here though. Best wishes and good luck for the exams! --[[User:Mabd065|Mabd065]] 10:28, 8 June 2008 (NZST)&lt;br /&gt;
&lt;br /&gt;
[[SE250:HTTB:WIP:State-space_search:Draft|Second draft for the final version]] --[[User:Mabd065|Mabd065]] 10:19, 8 June 2008 (NZST)&lt;br /&gt;
&lt;br /&gt;
Just a question, will you be checking this page now and update the above page accordingly? or should we post new content onto the above page?, Thanks [[User:twon069|twon069]] 15:29, 8 June 2008 (NZST)&lt;br /&gt;
&lt;br /&gt;
I&amp;#039;m guessing we still put stuff here. [[SE250:HTTB:WIP:State-space_search#Iterative_deepening_search | Screencast added]] &lt;br /&gt;
[[User:Hpan027|Hpan027]] 02:49, 9 June 2008 (NZST)&lt;br /&gt;
&lt;br /&gt;
Please put any updates in the final version. I think the final cut off was last Sunday! --[[User:Mabd065|Mabd065]] 14:01, 10 June 2008 (NZST)&lt;br /&gt;
Making some kind of start.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;img src=&amp;quot;http://www.fineupload.com/files/state-space-search.jpg&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--[[User:Mabd065|Mabd065]] 12:33, 7 June 2008 (NZST)&lt;br /&gt;
(Part of this image is adapted from http://cnx.org)&lt;br /&gt;
&lt;br /&gt;
Possible things which need covering as mentioned in lectures so far&lt;br /&gt;
*Relevance to real life (artificial intelligence was mentioned) &amp;lt;- I reckon this could go on as an intro, eg like 2007HTTB, where they had a main page with a little intro on each topic. &amp;lt;del&amp;gt;(along with a pic)&amp;lt;/del&amp;gt; [[User:twon069|twon069]] 23:40, 5 June 2008 (NZST)&lt;br /&gt;
*&amp;lt;del&amp;gt;What states/nodes etc are and how they are represented&amp;lt;/del&amp;gt;&lt;br /&gt;
*&amp;lt;del&amp;gt;Breadth first search&amp;lt;/del&amp;gt;&lt;br /&gt;
*&amp;lt;del&amp;gt;Depth first search&amp;lt;/del&amp;gt;&lt;br /&gt;
*&amp;lt;del&amp;gt;Uninformed/exhaustive search vs informed/intelligent search&amp;lt;/del&amp;gt;&lt;br /&gt;
*&amp;lt;del&amp;gt;Best first search&amp;lt;/del&amp;gt;&lt;br /&gt;
*&amp;lt;del&amp;gt;Branch and bound/tree pruning etc&amp;lt;/del&amp;gt;&lt;br /&gt;
*Examples using things such as the 8-puzzle, &amp;lt;del&amp;gt;8-queen&amp;lt;/del&amp;gt; thing and burglary example&lt;br /&gt;
*Questions of some kind (possible exam questions may be?)&lt;br /&gt;
[[User:Hpan027|Hpan027]] 15:43, 30 May 2008 (NZST)&lt;br /&gt;
*&amp;lt;del&amp;gt;Iterative deepening&amp;lt;/del&amp;gt;&lt;br /&gt;
*Stuff done in labs?&lt;br /&gt;
[[User:Hpan027|Hpan027]] 20:42, 4 June 2008 (NZST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Introduction to States and Nodes ==&lt;br /&gt;
&lt;br /&gt;
The first step to understanding state space searching is to understand how a searching problem is represented. Like the other topics involving complex structures, the easiest way to represent a set of states is as connected nodes. These connected nodes can be formed into a tree-like structure, and become a graph.&lt;br /&gt;
&lt;br /&gt;
As an example, I will use a simple 3x3 sliding tile puzzle with a picture on it. Each of the tiles is assigned a number, and the empty space is represented by an underscore (_) it is set up as follows:&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| 2&lt;br /&gt;
| 3&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| 5&lt;br /&gt;
| 6&lt;br /&gt;
|-&lt;br /&gt;
| _&lt;br /&gt;
| 7&lt;br /&gt;
| 8&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
This will be the initial state of the puzzle, and the node representing the state would look like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;img src=&amp;quot;http://img233.imageshack.us/img233/9669/slidestateyo5.png&amp;quot; alt=&amp;quot;Initial State&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this state of the sliding puzzle, there are only tiles you can move into the empty spot. Each of these possible moves represents the next state in the graph, and each is assigned a node. The possible states are as follows:&lt;br /&gt;
&lt;br /&gt;
Moving the &amp;quot;4&amp;quot; tile into the empty slot:&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| 2&lt;br /&gt;
| 3&lt;br /&gt;
|-&lt;br /&gt;
| _&lt;br /&gt;
| 5&lt;br /&gt;
| 6&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| 7&lt;br /&gt;
| 8&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
and moving the &amp;quot;7&amp;quot; tile into the empty slot:&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| 2&lt;br /&gt;
| 3&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| 5&lt;br /&gt;
| 6&lt;br /&gt;
|-&lt;br /&gt;
| 7&lt;br /&gt;
| _&lt;br /&gt;
| 8&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
To represent this as a graph, each of the states gets their own node, and the 2 new states link back to the initial state, like this:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;img src=&amp;quot;http://img207.imageshack.us/img207/3277/slide3statespd8.bmp&amp;quot; alt=&amp;quot;3 States&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The graph is undirected, because the tiles can be moved back and forward at will, but other types of state systems may need directed graphs if this isn&amp;#039;t the case.&lt;br /&gt;
&lt;br /&gt;
Using this method, the graph continues to grow until it represents every state and state transition possible&lt;br /&gt;
(ok this is impossible to draw, so just use your imagination)&lt;br /&gt;
&lt;br /&gt;
A graph of every possible state represents the &amp;#039;&amp;#039;&amp;#039;state space&amp;#039;&amp;#039;&amp;#039; of the problem.&lt;br /&gt;
&lt;br /&gt;
== State Space Searches ==&lt;br /&gt;
&lt;br /&gt;
A state space search is a search of the state space for a specific state. This information is the key to solving problems using state representation. For the example of the sliding puzzle above, the state being searched for would be the one which represents the unscrambled image. Once this state has been found, the solution to the puzzle is as easy as following the state transitions from the initial state to the state that was found by the search.&lt;br /&gt;
&lt;br /&gt;
There are several ways of searching a state space for a state, and they vary in complexity and performance time. &lt;br /&gt;
&lt;br /&gt;
== Breadth First Search ==&lt;br /&gt;
&lt;br /&gt;
In breadth first searching, the search algorithm first goes through and looks at all the closest states (1 transition away) and checks them against the state you are looking for (lets call this the goal state). If the goal state is not found within the states 1 transition away, the algorithm moves on to the states that are 2 transitions away, and then continues moving outward until the entire state space has been covered. &lt;br /&gt;
&lt;br /&gt;
This search implementation is more effective the closer the goal state is to the starting state. As such, it is best used in cases where this has a high probability. Before moving to the next level of the tree, each state in that level is added to a que. Because of the branching out effect of tree structures, this means that as each level of the tree is searched, there is an exponential increase in memory usage. Each level has the possibility to several more nodes (based on the number of possible state transitions) than the previous level.&lt;br /&gt;
&lt;br /&gt;
The best way to illustrate the search pattern is to use animation.&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;embed src=&amp;quot;http://www.geocities.com/giant_stone_soldier/BFS.swf&amp;quot; width=550 height=400/&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[User:Tsen009|Tsen009]] 20:58, 6 June 2008 (NZST)&lt;br /&gt;
&lt;br /&gt;
Stuff that might be worth mentioning&lt;br /&gt;
*&amp;lt;del&amp;gt;Best strategy if goal state is close to starting state&amp;lt;/del&amp;gt;&lt;br /&gt;
*&amp;lt;del&amp;gt;Exponential increase in memory usage&amp;lt;/del&amp;gt;&lt;br /&gt;
*&amp;lt;del&amp;gt;Implemented using a queue&amp;lt;/del&amp;gt;&lt;br /&gt;
[[User:Hpan027|Hpan027]] 20:49, 4 June 2008 (NZST)&lt;br /&gt;
&lt;br /&gt;
== Depth First Search ==&lt;br /&gt;
&lt;br /&gt;
In depth first search, the search algorithm goes through one child state at a time, and searching further down this child state until it reaches a state without a child(ie. 1 subtree at a time), where it backtracks to the closest visited-state with an unvisited-child state and continues searching through this state again, or until it reaches the goal state. Hence the tree is processed in a &amp;quot;Last In First Out&amp;quot; manner, where it &amp;quot;chooses the last visited node with an unvisited child&amp;quot;. Given the process is like a &amp;quot;Last In First Out&amp;quot; manner, a depth-first search can be implemented like a stack, where visited states are pushed in from the top, and popped out, when backtrack is required.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;embed src=&amp;quot;http://www.geocities.com/giant_stone_soldier/DFS.swf&amp;quot; width=550 height=400/&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;embed src=&amp;quot;http://www.geocities.com/giant_stone_soldier/TheStack.swf&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
One of the main advantage of depth-first search over breadth-first search is the low memory consumption it is required as it traverse through the tree, due to it&amp;#039;s Big-O for memory requirement being linearly increased, not exponentially, such as a breadth-first search.&lt;br /&gt;
&lt;br /&gt;
The drawback of such algorithm is when traversing through a large tree of states, if the goal state doesn&amp;#039;t lie in the deepest subtree, time will be wasted traversing through useless states. However in the worst case scenario, depth first search can end up in an endless search sequence, due to child state linking with other subtree, hence creating a recursive situation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;del&amp;gt;(an animation showing such scenario)&amp;lt;/del&amp;gt;&lt;br /&gt;
This is prevented by the openlist and closedlist. The depth first search using these lists will not visit a node in the closedlist, and as such the recursive scenario does not happen.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:twon069|twon069]] 01:44, 4 June 2008 (NZST)&lt;br /&gt;
&lt;br /&gt;
Stuff that might be worth mentioning&lt;br /&gt;
*&amp;lt;del&amp;gt;Low memory usage compared to breadth-first search&amp;lt;/del&amp;gt;&lt;br /&gt;
*&amp;lt;del&amp;gt;Implemented using a stack&amp;lt;/del&amp;gt;&lt;br /&gt;
[[User:Hpan027|Hpan027]] 20:49, 4 June 2008 (NZST)&lt;br /&gt;
&lt;br /&gt;
[[User:twon069|twon069]] 00:30, 6 June 2008 (NZST)&lt;br /&gt;
&lt;br /&gt;
== Depth First vs. Breadth First ==&lt;br /&gt;
Summary:&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Depth First&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
pros:&lt;br /&gt;
* Memory efficient&lt;br /&gt;
&lt;br /&gt;
cons:&lt;br /&gt;
* Can get stuck on the wrong branch if the state space is infinite.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Breadth First&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
pros:&lt;br /&gt;
* Won&amp;#039;t get stuck on the wrong branch if the state space is infinite. It will eventually find the answer.&lt;br /&gt;
*Usually faster than Depth First.&lt;br /&gt;
&lt;br /&gt;
cons:&lt;br /&gt;
* Not as memory efficient as depth first&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:sbas046|sbas046]] 12:30, 14 June 2008 (NZST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Iterative deepening search ==&lt;br /&gt;
&lt;br /&gt;
An iterative deepening search is a combination of a depth-first and breath-first search. Depth-first searches are repeated with an increasing depth constraint. This strategy will explore the nodes in a depth-first manner, but upon reaching some specified depth, will backtrack as if a leaf was reached. If the goal state is not found, the depth limit is increased, and the search repeated.&lt;br /&gt;
&lt;br /&gt;
This is only slightly slower than a breadth-first search, with the benefit of using only as much memory as a depth-first search.&lt;br /&gt;
&lt;br /&gt;
[[SE250:HTTB:WIP:State-space_search:hpan027_1 | See the screencast]]&lt;br /&gt;
&lt;br /&gt;
[[User:Hpan027|Hpan027]] 20:42, 4 June 2008 (NZST)&lt;br /&gt;
&lt;br /&gt;
Screencast added [[User:Hpan027|Hpan027]] 02:59, 9 June 2008 (NZST)&lt;br /&gt;
&lt;br /&gt;
== Uninformed vs Informed Search ==&lt;br /&gt;
&lt;br /&gt;
Uninformed search, also known as the brute-force search, is a trivial but generally an &amp;quot;effective&amp;quot; ways to approach a search problem, due to no requirement of prior knowledge to the problem. An uninformed search algorithm will traverse through ALL possible state until it reaches a goal state. For example, 8-queen problem (mentioned below), there are 178,462,987,637,760 possible states, the uninformed search algorithm will then search through 178,462,987,637,760 states, until it reaches the goal state, with no knowledge of useless states such as all 8 queens being placed on the same row. Hence uninformed search are often the last resort of search algorithm to tackle the problem. Example of such search algorithm are &amp;#039;&amp;#039;&amp;#039;Breadth-First Search&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;Depth-First Search&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Informed search, requires prior knowledge of the search problem, and tackles the problem in a more intelligent way. It will search through the state with given knowledge such as, useless states or possible move from the current state which will lead to the goal state quicker. The knowledge is coded in an algorithm called heuristic, meaning an &amp;quot;educated guess&amp;quot; algorithm. Taking the 8-queen example before, an informed search algorithm will skip the useless states, and have the knowledge of illegal placement of queens after say, 1 queen has been placed on the chess board. Hence informed search will often be faster than an uninformed search. However the drawback being the need to process the problem to gain knowledge before the searching could begin, and in term, the heuristic given might lead away from the goal instead of to it. Example of an informed search is &amp;#039;&amp;#039;&amp;#039;Best First Search&amp;#039;&amp;#039;&amp;#039; which adapt using variety of heuristic such as, &amp;#039;&amp;#039;&amp;#039;A* search algorithm&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
[[User:twon069|twon069]] 00:19, 6 June 2008 (NZST)&lt;br /&gt;
[[User:twon069|twon069]] 15:45, 8 June 2008 (NZST)&lt;br /&gt;
&lt;br /&gt;
== Branch and Bound Pruning ==&lt;br /&gt;
&lt;br /&gt;
Branch-and-bound pruning is a way to search through a tree for an optimized solution without traversing through the whole tree comparing each outcome. This is done by generating states(nodes) of a search tree best-first according to certain evaluation process, the states are then rated accordingly and the state having the highest rating(being the one likely to have an optimized solution) is traversed through first. The process is then repeated for the children states. The subset having lower rating than any of the children states are then pruned away, due to no possibility of containing any states having better solution than the one already found, thus lowering the amount of traversal required.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:twon069|twon069]] 16:54, 7 June 2008 (NZST)&lt;br /&gt;
&lt;br /&gt;
== Best-first search ==&lt;br /&gt;
&lt;br /&gt;
Best-first search is an example of an informed search strategy which chooses the path that some pre-defined algorithm considers the way to the goal state.&lt;br /&gt;
&lt;br /&gt;
[[SE250:HTTB:WIP:State-space_search:hpan027_2 |An example of this]] is using the Manhattan distance to determine the best way to solve an 8-puzzle.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
//insert screencast here&lt;br /&gt;
&lt;br /&gt;
Uh..I&amp;#039;m not sure why this section was pulled entirely by the original author, but I think this should be mentioned. [[User:Hpan027|Hpan027]] 03:35, 9 June 2008 (NZST)&lt;br /&gt;
&lt;br /&gt;
Oh, it was a copy-paste from some website. I took it off the final version and will try to write something up for this section and/or do a screencast. Although anyone else feel free to do this. [[User:Hpan027|Hpan027]] 03:46, 9 June 2008 (NZST)&lt;br /&gt;
&lt;br /&gt;
== Screencasts ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;User&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Description&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;[[SE250:HTTB:WIP:State_Space_Search:gfun006_2 | gfun006]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Depth Best Search in relation to Lab X&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;[[SE250:HTTB:WIP:State_Space_Search:gfun006_3 | gfun006]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Breadth Best Search in relation to Lab X&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;[[SE250:HTTB:WIP:State-space_search:mabd065_2 | mabd065]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Informed vs. Uninformed search and the 8-Queens puzzle--[[User:Mabd065|Mabd065]] 10:28, 8 June 2008 (NZST)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;[[SE250:HTTB:WIP:State-space_search:mabd065_3 | mabd065]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Introduction to State Space Search--[[User:Mabd065|Mabd065]] 10:28, 8 June 2008 (NZST)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;[[SE250:HTTB:WIP:State-space_search:twon069_1 | twon069]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Knapsack problem using Branch and Bound pruning&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;[[SE250:HTTB:WIP:State-space_search:hpan027_1 | hpan027]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Iterative deepening search&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;[[SE250:HTTB:WIP:State-space_search:hpan027_2 | hpan027]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Best-first search&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mark</name></author>
	</entry>
</feed>