Implementation and Design Heuristic Searching Algorithm by Object-Oriented Method

Yong-feng XIA,Yuan-da CAO
DOI: https://doi.org/10.3969/j.issn.1673-629X.2005.07.004
2005-01-01
Abstract:The paper describes how to design heuristic searching algorithm by using object-oriented language Java. The design uses inheritance,encapsulation and polymorphism, feature of object-oriented technology, follows the principles of the open closed principle,the Liskov substitution principle etc, to make the heuristic searching algorithm a reusable component.At last,demonstrated how to apply it to the puzzle of eight-digit.
What problem does this paper attempt to address?