Skip to content

The purpose of this program is to perform simple Informed and Uninformed searches using templated classes

Notifications You must be signed in to change notification settings

rommelalonzo/Informed_Uninformed_Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Informed_Uninformed_Search

The main purpose of this program is to perform simple Informed and Uninformed searches using templated classes. This program will implememt the following search algorithms:

  • Breadth First Search (Uninformed)
  • Depth First Search (Uninformed)
  • A* Search (Informed)
  • IDA Search (Informed)

The secondary purpose of this project is to implement Design Pattern concepts into the search functionalities of the program. The reason for trying to apply these techniques is to allow this program to be reused in various other applications.

The development platform used will be Eclipse since the language being used will be Java.

About

The purpose of this program is to perform simple Informed and Uninformed searches using templated classes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published