PREV INDEX NEXT

Author: Unknown
Subject: Position and goal
Date: Sunday, 12 Apr 2020, 16:37:40

Different positions represent different configurations of characters on the table, so it seems like it would be reasonable to store them in 2D arrays. But I am not sure if it is the most effective way, since it becomes problematic to using strcpy(), strdup() and other operations with strings. Could you please give me advice on how to store positions? Thank you.
PREV INDEX NEXT