gerlaxrex / AI-Utilities

Set of codes useful for basic or Advanced Artificial Intelligence, written in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AI-Utilities

Set of codes useful for basic or Advanced Artificial Intelligence, written in C++

UCS.cpp ---> Code implementing a Uniform Cost Search Algorithm for a graph.

df.cpp ----> Code implementing either Depth First or Breadth First algorithms for a graph.

MiniMax.cpp ----> Implementation of a Tic-tac-toe Game with the Minimax algorithm, with alpha-beta pruning or not.

About

Set of codes useful for basic or Advanced Artificial Intelligence, written in C++


Languages

Language:C++ 100.0%