Skip to content

Anshul-001/My-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My-Projects

8-Queens: The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard so that no two queens threaten each other. There are 4,426,165,368 combinations of queens to place but only 92 solutions. I implemented the Hill Climbing Search Algorithm to find the most optimal placements.

Battleship: A classic, simplified version of the Battleship board game.

Pokemon Clustering: Implemented hierarchical agglomerative clustering (HAC) to a data set of publicly available Pokemon stats using SciPy.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors