All Questions
2 questions
1vote
1answer
420views
Tic tac toe game using C++
I wrote this C++ code for Tic-tac-toe for an interview (The basic skeleton was pre-provided) and got rejected because the code was too complex and inefficient. I'm not an expert programmer so I'd like ...
0votes
2answers
184views
Verifying if two numbers are equal using ArrayLists
I have some question about the code below. It works correctly, but: Is there a better/another way to solve the exercise (as an expert would have done:) or mine it's perfectly done? Also, I don't see ...