Skip to main content
Eria Othieno Pinyi’s Avatar

Eria Othieno Pinyi

Software Engineer
Computer and Mathematical Occupations
Davenport, Iowa
1 Answers
293 Reads
1 Karma

Active Locations

Joseph’s Avatar
Joseph 2 days ago 324 views

What is the best approach to take when optimizing code?

I am working on a project in the programming language C++ to create a text-based tic-tac-toe game. I am currently trying to figure out how to find out if someone has won the game and am wondering how I can approach problems like these in a way that will result in readable/easy to debug code...