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?

Why Are Tuples Constructed From Differently Initialized Sets Equal?

I expected the following two tuples >>> x = tuple(set([1, 'a', 'b', 'c… Read more Why Are Tuples Constructed From Differently Initialized Sets Equal?