This is an educational repository containing implementation of some search algorithms in Artificial Intelligence.
-
Updated
Jul 5, 2019 - Python
This is an educational repository containing implementation of some search algorithms in Artificial Intelligence.
This repository contains generic platform for solving and benchmarking computational puzzles using different search strategies
This Python implementation is a scaled up version of the Missionaries and Cannibals problem with arbitary number of missionaries, cannibals and boat capacity
Eight Puzzle solver using BFS, DFS & A* search algorithms
Desktop app for visualizing graph search algorithms
This is an Artificial Intelligence project which solves the 8-Puzzle problem using different Artificial Intelligence algorithms techniques like Uninformed-BFS, Uninformed-Iterative Deepening, Informed-Greedy Best First, Informed-A* and Beyond Classical search-Steepest hill climbing.
Repositori untuk mata kuliah Artificial Intelligence & Machine Learning di Universitas Al Azhar Indonesia
The Single Queue Simulation is an implementation of a simulation model with multiple servers and queue priority.
implementation of informed and uninformed search algorithms: UCS, IDS, A*, Bi directional A* and IDA*.
This repository contains all the lab assignments done in the CSE422 course of BracU.
An Implementation of Blocks World problem with python. The blocks world is one of the most famous planning domains in artificial intelligence for more info (https://en.wikipedia.org/wiki/Blocks_world)
Solving the n-puzzle problem using informed and uninformed search strategies
The first assignment of CS106 (Artifitial Intelligent) of UIT.
Search, Knowledge, Uncertainty, Optimization, Learning, Neural Networks and Language.
A monitor program using Qt Quick Application for monitoring Blocking Car (Rush Hour) game: A project to learn Uninformed and Informed AI Search
Visualizer for graph algorithms
This program solves a 2D maze with the help of several search algorithms like BFS, DFS, A* (A-Star) etc.
Proyecto Transmilenio para buscar la mejor ruta entre multiples estaciones usando algoritmos de busqueda de Inteligencia Artificial progrmado en Python
Different algorithms of AI implemented in Python.
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."