Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 260 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 260 Bytes

alphaBeta_ticTacToe

I have a made a always winning tic-tac-toe using the alpha beta pruining. This also shows the number of times mini-max algorithm is called. You can uncomment the commented line and run the code to see the no. of times min-max is called.