Tiny priority queue used by the engine for move ordering. More...
#include <cstdint>Go to the source code of this file.
Classes | |
| class | BitBully::MoveList |
| Fixed-capacity priority queue tailored for Connect-4 move ordering. More... | |
Namespaces | |
| namespace | BitBully |
| Top-level namespace for the BitBully Connect-4 engine. | |
Tiny priority queue used by the engine for move ordering.
Definition in file MoveList.h.