iterative-deepening-search topic

List iterative-deepening-search repositories

linq-to-astar

121
Stars
12
Forks
Watchers

A* written in C#, used with LINQ.

AI-Programming-using-Python

69
Stars
28
Forks
Watchers

This repository contains implementation of different AI algorithms, based on the 4th edition of amazing AI Book, Artificial Intelligence A Modern Approach

8Puzzle-StateSpaceSearches

34
Stars
19
Forks
Watchers

BFS, IDS, Greedy & A* applied to the 8-puzzle problem. :gear:

FifteenPuzzle

40
Stars
6
Forks
Watchers

Solve the Fifteen Puzzle optimally with IDA* using different heuristics.

sliding_puzzle

35
Stars
13
Forks
Watchers

Swift implementation of the Sliding Puzzle game with Iterative Deepening A* AI Solver.

Different Searching algorithms (DFS, BFS, IDS, Greedy, A*) opting to find optimal path from source to destination

AltairChessEngine

46
Stars
5
Forks
Watchers

A strong chess engine made in c++

parallel_chess_engine

18
Stars
1
Forks
Watchers

A simple chess engine written in C and parallelized using OpenMP

alpha-beta-chess

15
Stars
1
Forks
Watchers

Eclipse RCP chess app with an AI based on alpha-beta pruning & iterative deepening.

missionaries-and-cannibals

15
Stars
10
Forks
Watchers

Python program that solves the Missionaries and Cannibals problem, a toy problem in AI, with iterative deepening search.