TheAlgorithms-C/games
ms3939 741d3f95b3
chore: fix tic_tac_toe.c CodeQL warning (#1133)
e<=8 is not needed as remainder is always less than remainder so e<9(e>=8) is obvious in every case
2022-11-14 13:10:23 -06:00
..
CMakeLists.txt Added a new Tic Tac Toe game made using C (#530) 2020-07-31 07:00:30 -04:00
naval_battle.c Update : change type char to int 2021-02-19 03:03:23 -03:00
tic_tac_toe.c chore: fix tic_tac_toe.c CodeQL warning (#1133) 2022-11-14 13:10:23 -06:00