Skip to content

Nickdv9/Heavy-Queens-AI

Repository files navigation

Heavy Queens Problem

( Part of AI coursework )

The heavy queens' problem is a modified N-Queens problem where each queen is associated with position coordinates and a weight. The rules are similar to those of N-Queens, where no two queens should be on the same diagonal or the same row (horizontal). In addition to the number of tiles moved, the cost function considers the weight of the queen.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages