Add basic parts of the Transposition Table

This commit is contained in:
stefiosif
2024-10-13 17:32:42 +03:00
parent c40e8478c8
commit 33617df497
3 changed files with 83 additions and 1 deletions

View File

@@ -6,4 +6,5 @@ pub mod history;
pub mod mailbox;
pub mod square;
pub mod state;
pub mod transposition_table;
pub mod zobrist;