An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: n-queens-visualizer

Pranav2092/N-Queen-Visualizer-CPP

An N-Queen Visualizer in C++

Language: C++ - Size: 9.77 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

bhushan-srivastava/N-Queens-Visualizer

The N-Queens problem is to place N-Queens on an NxN chessboard such that no queens attack each other. This project visualizes the recursive solution algorithm. You can access it here: https://bhushan-srivastava.github.io/N-Queens-Visualizer/

Language: JavaScript - Size: 231 KB - Last synced at: 12 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

RitamChakraborty/n_queen_visualization

N-Queen problem visualization in react

Language: TypeScript - Size: 1.87 MB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 2

srikanth-rl/algorithm-visualizer

Language: JavaScript - Size: 856 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Koki131/backtrack-visualizer

Language: JavaScript - Size: 7.7 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

darian-catalin-cucer/n-queens-problem

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.

Language: Kotlin - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0