Skip to content

Commit cd214e2

Browse files
authored
Update README.md
1 parent 370e2fc commit cd214e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Alpha-Beta_Pruning/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## This is an implementation of Alpha Beta Pruning Algorithm in Python 3
1+
## This is an implementation of Alpha Beta Pruning Algorithm in Python 2.7
22
## The task:
33

44
In this implementation, the program determines the minimax value for given positions of the Reversi game, using the Alpha-Beta pruning algorithm with positional weight evaluation functions.

0 commit comments

Comments
 (0)