mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-17 05:54:34 +00:00
[PR #1133] [MERGED] Update tic_tac_toe.c #1701
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/1133
Author: @ManogjnaSinguluri
Created: 11/8/2022
Status: ✅ Merged
Merged: 11/14/2022
Merged by: @Panquesito7
Base:
master← Head:patch-3📝 Commits (1)
9d5e1ccUpdate tic_tac_toe.c📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
games/tic_tac_toe.c(+1 -1)📄 Description
owing to issue #960,this change though small will remove one of the bug
Description of Change
e<=8 is not needed as remainder is always less than remainder so e<9(e>=8) is obvious in every case
References
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.