[TicTacToe] Hash tables for tree #12
Labels
enhancement
New feature or request
good first issue
Good for newcomers
Hacktoberfest
Nice PR for Hacktoberfest
The current implementation generates multiple nodes of the tree when the position is the same but they are generated from different paths.
Implementing hash tables would reduce the memory footprint and the computation time.
The text was updated successfully, but these errors were encountered: