From 1be9fac33c8227564079356c63840d227c88725f Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Thu, 28 Jan 2021 13:53:19 -0500 Subject: Removed treap in favour of linked-list chained hash table --- include/negamax.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include/negamax.h') diff --git a/include/negamax.h b/include/negamax.h index bba5af9..b41871e 100644 --- a/include/negamax.h +++ b/include/negamax.h @@ -2,10 +2,11 @@ #include #include + #include -#include #include -#include +#include +#include #include extern const float infty; -- cgit v1.2.3