Documentation pour le programme résolvant le problème Minimax Exercise de codingame.
Plus de détails...
|
bool | have_children (node_t *tree) |
|
void | il_append (int_list *liste, int value) |
|
void | il_pop (int_list *liste) |
|
node_t * | create_tree (int depth, int max_depth, int branching_factor, int_list *leafs) |
|
void | search_min (int branching_factor, int *leafs, int nb_leafs, int *beta) |
|
void | search_max (int branching_factor, int *leafs, int nb_leafs, int *alpha) |
|
int | alphabeta (node_t *node, int depth, int alpha, int beta, int is_max) |
|
void | il_show (int_list *liste) |
|
void | tree_show (node_t *tree) |
|
int | main () |
|
Documentation pour le programme résolvant le problème Minimax Exercise de codingame.
- Auteur
- Arthur Barraux
- Version
- 1.0
- Date
- 23 avril 2024