Skip to content

AndreiBuhnici/Minmax-tree-for-tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Minmax-tree-for-tic-tac-toe

  • C implementation of a Minmax tree for a tic-tac-toe game;
  • Uses tree and queue data structures;
  • Receives table of a tic-tac-toe game with the move of the player and determines the outcomes using the minmax algorithm;
  • Each child of the gametree contains a 4x4 table with the current move, level of the tree, move of player and checks if the game was won;
  • Uses AND/OR completion by recursion;

About

Minmax tree for given tic-tac-toe table in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published