Skip to content
#

knight-moves

Here are 2 public repositories matching this topic...

Language: All
Filter by language

This project explores graph traversal using Breadth-First Search (BFS) to find the shortest path a knight can take on a standard 8×8 chessboard. Each square is treated as a node in an implicit graph, and knight moves represent edges. The goal is to compute the minimum-move path from a starting position to a target square.

  • Updated Jul 14, 2025
  • JavaScript

Improve this page

Add a description, image, and links to the knight-moves 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 the knight-moves topic, visit your repo's landing page and select "manage topics."

Learn more