Eight Puzzle solver using BFS, DFS & A* search algorithms
-
Updated
May 8, 2020 - Java
Eight Puzzle solver using BFS, DFS & A* search algorithms
This repository contains a Java implementation of the Blocks World Problem, a classic AI problem often used to demonstrate search algorithms, planning, and problem-solving techniques.
An analysis on the performance of various search algorithms in regard to the 8-Puzzle problem.
This program solves 2D maze using various uninformed and informed (heuristic) search strategies.
Implementation of Water Jug Problem in AI using BFS and DFS
Intelligent system demonstrating the application of search strategies in the context of mostly-uninformed pathfinding in an environment with obstacles
Implementation and comparison of most popular search algorithms.
Implementation of various Artificial Intelligence problems in java
This contains my Java based implementations for uninformed search strategies which inlcude BFS, DFS and A* algorithm in AI Spring 2018 class.
Add a description, image, and links to the uninformed-search topic page so that developers can more easily learn about it.
To associate your repository with the uninformed-search topic, visit your repo's landing page and select "manage topics."