Skip to content

Java framework for solving classical AI search problems using DFS, BFS and A* Search

License

Notifications You must be signed in to change notification settings

raghakot/jsimpleai

Repository files navigation

jsimpleai

Java framework for solving classical AI search problems using DFS, BFS, A* Search, and Iterative Deepening.

I created this while working on class assignments of 'Introduction to AI' by Prof. Daniel Tauritz at Missouri S&T

Implemented sample solvers for travelling salesman, graph bisection, and an online puzzle frog leap.

Output for frog leap shows that there are two possible solutions, with various state transitions.

Solution to frog leap puzzle

About

Java framework for solving classical AI search problems using DFS, BFS and A* Search

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages