iamantony / CppNotes

My notes about C++
MIT License
1 stars 3 forks source link

Task: design an algorithm to figure out if someone has won the game tic-tac-toe #16

Open iamantony opened 8 years ago

iamantony commented 8 years ago

Base case: field 3x3 General case: field NxN