subject

You have been "recruited" by your friend to develop a "huge tic-tac-toe". the game is very similar to regular tic-tac-toe except for the fact that the board is 1000 x 1000 rather than 3 x 3. (to win you must have all of your character(x or o) in consectutive slots) (10 points)
let tictactoe be a char 2d array.
char tictactoe[1000][1000];
note that every element in that array contains one of the following three values:
'o'
'x'
'e' : for empty/available.
your first task is to find out if 'x' can win in the first row. note that there is no need for
writing code to get input from the user. just write code to compute and print if 'x' has a possible win in the first row.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 18:30
All of the following are characteristics that must be contained in any knowledge representation scheme except
Answers: 3
question
Computers and Technology, 22.06.2019 18:30
List the five on-board vehicle subsystems
Answers: 1
question
Computers and Technology, 23.06.2019 00:00
Suppose you have 9 coins and one of them is heavier than others. other 8 coins weight equally. you are also given a balance. develop and algorithm to determine the heavy coin using only two measurements with the of the balance. clearly write your algorithm in the form of a pseudocode using the similar notation that we have used in the class to represent sorting algorithms
Answers: 1
question
Computers and Technology, 23.06.2019 23:40
Which of the following calculates the total from the adjacent cell through the first nonnumeric cell by default, using the sum function in its formula? -average -autosum -counta -max
Answers: 1
You know the right answer?
You have been "recruited" by your friend to develop a "huge tic-tac-toe". the game is very similar t...
Questions
question
Mathematics, 13.07.2019 01:30
question
Advanced Placement (AP), 13.07.2019 01:30
question
Social Studies, 13.07.2019 01:30
Questions on the website: 13722360