Commit f7632592 authored by Alain's avatar Alain

Merge origin/master

parent d01a275b
......@@ -16,8 +16,7 @@ public class AlgoRechercheMinMax {
String[][] grille = {{"","",""},{"","",""},{"","",""}};
int[] scores = {1,-1,0};
blabla
}
public void meilleur_coup_minmax(){
double inf = Double.POSITIVE_INFINITY;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment