Passing argument or having it in class optimisation – Artificial Intelligence
I'm making a gomoku artificial intelligence and I was wondering myself wich was the best optimized thing to do to have my table available in all my functions. This table is under the form of a char map[MAPSIZE][MAPSIZE]. In my…