You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this academic project, I implemented an expert system in Java.Then, i added some AI searching algorithms like A*, Depth First Search (DFS) and Breath First Search (BFS).
About
In this academic project, i create an expert system to solve a problem then i added a some AI searching algorithms like A*,BFS and DFS.