↓ Skip to Main Content
Useful code Programming with VBA, C# and Python

Main Navigation

  • All
  • VBA
    • VBA Tools
    • VBA Online Resources
    • All VBA articles
  • Python
  • Else
    • C#
  • Reviews
    • List of reviews
  • YouTube
  • PayPal
  • About
Useful code Programming with VBA, C# and Python

Off Canvas Menu

  • All
  • VBA
    • VBA Tools
    • VBA Online Resources
    • All VBA articles
  • Python
  • Else
    • C#
  • Reviews
    • List of reviews
  • YouTube
  • PayPal
  • About

Tag: n-queens-problem

Python – Solving 7 Queen Problem with Tabu Search

By Vitosh Posted on July 20, 2025 Posted in Python Tagged with alaa khamis, constraint satisfaction problem, n-queens-problem, optimization algorithms, tabu search
Python – Solving 7 Queen Problem with Tabu Search

The n-queens problem is a classic puzzle that involves placing n chess queens on an n × n chessboard in such a way that no two queens threaten each other. In other words, no two queens should share the same …

Python – Solving 7 Queen Problem with Tabu Search Read more »

Copyright © 2026 VitoshAcademy