OpenGenus/cosmos

Add Tictactoe program in Backtracking

Open

#5.963 aberto em 3 de out. de 2020

Ver no GitHub
 (3 comments) (0 reactions) (0 assignees)C++ (3.724 forks)batch import
Hacktoberfest

Métricas do repositório

Stars
 (13.462 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

This is a(n):

  • New algorithm
  • Update to an existing algorithm
  • Error
  • Proposal to the Repository

Details:

I guess program TicTacToe solver would be great to add in backtracking section, the algorithms follow backtracking and check all possible on a given tic-tac-toe matrix and prints best possible move. I'll be sending PR fro c++ one with readme according to another folders.

Guia do colaborador