Skip to content Skip to sidebar Skip to footer
Showing posts with the label Hashtable

How To Implement A Transposition Table For Connect 4?

I'm making a connect 4 AI in python, and I'm using minimax with iterative deepening and alp… Read more How To Implement A Transposition Table For Connect 4?

How Does Python Implement Dictionaries?

I was wondering how python dictionaries work under the hood, particularly the dynamic aspect? When … Read more How Does Python Implement Dictionaries?