alpha_beta.c
changeset 29 7abf6146898e
parent 27 81a574d60c15
child 48 b94d657a9acb
equal deleted inserted replaced
28:54addf5893ef 29:7abf6146898e
    35 };
    35 };
    36 
    36 
    37 int desired_depth = -1;
    37 int desired_depth = -1;
    38 
    38 
    39 int estimateFunction ();
    39 int estimateFunction ();
    40 
       
    41 int max_alpha_beta (int, int, int);
    40 int max_alpha_beta (int, int, int);
    42 
       
    43 int min_alpha_beta (int, int, int);
    41 int min_alpha_beta (int, int, int);
    44 
       
    45 void print (void);
    42 void print (void);
    46 
    43 
    47 /**
    44 /**
    48  * push: push a move onto the stack
    45  * push: push a move onto the stack
    49  */
    46  */