ffloof / TurkishDraughts

A collection of ai, and guis for turkish draughts
1 stars 0 forks source link

Use a transposition table #2

Closed ffloof closed 3 years ago

ffloof commented 3 years ago

To optimize minmax use a transposition table to speed up searching duplicate board configurations by storing the results in a table.