Connect Four AI: Monte Carlo vs. Minimax
This project explores the performance of Monte Carlo simulations and Minimax algorithms in the context of Connect Four, showcasing decision-making strategies and computational efficiency.
- Implemented Monte Carlo and Minimax algorithms in Python.
- Benchmarked strategies for efficiency and accuracy.
- Analyzed trade-offs in time complexity and optimal move selection.