Algorithm
Development Kit 1.0

Package algs.model.searchtree.states

Defines classes that implement the INodeSet interface in different ways.

See:
          Description

Class Summary
StateHash Maintains the set of open states using a Hash.
StateOrdered Maintains the set of open states in ordered fashion, so the state with the lowest evaluation function can be removed.
StateQueue Provide storage that behaves like a queue.
StateStack Provide storage that behaves like a stack.
StateStorageFactory Return an appropriate INodeSet entity.
StateTree Maintains the set of open states in ordered fashion, using the score() as the ordering value.
 

Package algs.model.searchtree.states Description

Defines classes that implement the INodeSet interface in different ways.


Algorithm Development Kit 1.0

This code supports the Algorithms in a Nutshell book, published by O'Reilly Media, Inc. in November 2008. Please visit the book web page to learn of any changes to the code repository or to record a potential defect.