Skip to content

Implemented this project as a part of Artificial Intelligence coursework in C++.Developed programs by implementing MIN-MAX-AB and ALPHA-BETA-SEARCH Algorithms. Created 3 evaluation functions and analyzed the performance of each evaluation function with each algorithm tabulating the total length of the game path, total number of nodes generated a…

Notifications You must be signed in to change notification settings

SnehaSirnam/Connect4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Connect4

Implemented this project as a part of Artificial Intelligence coursework in C++.

Developed programs by implementing MIN-MAX-AB and ALPHA-BETA-SEARCH Algorithms.

Created 3 evaluation functions and analyzed the performance of each evaluation function with each algorithm tabulating the total length of the game path,

total number of nodes generated and expanded, execution time, the size of memory used by the program, and winning/losing statistics

About

Implemented this project as a part of Artificial Intelligence coursework in C++.Developed programs by implementing MIN-MAX-AB and ALPHA-BETA-SEARCH Algorithms. Created 3 evaluation functions and analyzed the performance of each evaluation function with each algorithm tabulating the total length of the game path, total number of nodes generated a…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages