Skip to content

Guy2You/AI-Search-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AI-Search-Java

Java project to be able to apply tree search algorithms to any object.

Usage

Extend the Abstract search node class with any object and implement its methods. Call one of the search functions on the object. The returned value will be the goal node being searched for. If no goal node is found an exception is thrown.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages