By Letter: Non-alphabet | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z
  Email this page to a friend


Iterative deepening




<algorithm> A graph search algorithm that will find the shortest path with some given property, even when the graph contains cycles.

When searching for a path through a graph, starting at a given initial node, where the path (or its end node) has some desired property, a depth-first search may never find a solution if it enters a cycle in the graph. Rather than avoiding cycles (i.e. never extend a path with a node it already contains), iterative deepening explores all paths up to length (or "depth") N, starting from N=0 and increasing N until a solution is found.



< Previous TermsTerms Containing iterative deepeningNext Terms >
IT
it
ITAR
Iterated Function System
iteration
depth-first search
iterative deepening
travelling salesman problem
iterator
Iternet
ITHACA
ITIL
ITP


Web Standards & Support:

Link to and support eLook.org Powered by LoadedWeb Web Hosting
Valid XHTML 1.0! Valid CSS! eLook.org FireFox Extensions