There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
A generic framework solving the AI search problems (Coast Guard problem) using using BFS, DFS, Iterative deepening, Greedy with 2 heuristics, and A* with 2 admissible heuristics.