Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
#

n-queen

Here are 19 public repositories matching this topic...

AlgorithmVisualizer

Place N queens on said N×N chessboard so that no two queens threaten each other.

  • UpdatedJan 3, 2023
  • JavaScript

Terminal implementation of the queen problem (place 8 chess queens on a 8x8 chessboard, none of them must see another one)

  • UpdatedJul 8, 2021
  • C++

N-Queen(s) Problem implemented using Simulated Annealing Algorithm in Python Language

  • UpdatedAug 14, 2022
  • Python

An N-Queen Problem solver.

  • UpdatedJul 8, 2021
  • Python

N-Queen(s) Problem implemented using Hill Climbing Algorithm in Python Language

  • UpdatedAug 14, 2022
  • Python

Solution to the N-Queen problem, using a Hill Climbing approach

  • UpdatedMay 8, 2023
  • C++

Solve the N-Queens problem using Simulated Annealing! Includes a graphical interface to visualize the algorithm in action, with speed control and pause/resume options.

  • UpdatedMar 15, 2025
  • Python

The N Queens problem is a classic computer science problem that asks how to place N chess queens on an NxN chessboard such that no two queens threaten each other. It's used to study algorithms and artificial intelligence as it requires finding a solution that satisfies multiple constraints and making choices based on previous decisions.

  • UpdatedFeb 13, 2023
  • Kotlin
  • UpdatedNov 2, 2022
  • C#

The N Queen is the problem of placing N chess queens on an N×N chessboard so that no two queens attack each other.

  • UpdatedNov 24, 2023
  • Java

problema n-rainhas usando técnicas de satisfação de restrições

  • UpdatedJan 8, 2024
  • Java

It's the repository for a python package named nqviz, a visualization tool for the n-queen problem.

  • UpdatedSep 25, 2021
  • Python

data structures and algoritms

  • UpdatedJun 3, 2019
  • C++

Improve this page

Add a description, image, and links to then-queen topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with then-queen topic, visit your repo's landing page and select "manage topics."

Learn more


[8]ページ先頭

©2009-2025 Movatter.jp