-
Updated
Jan 5, 2026 - JavaScript
#
knight-moves
Here are 3 public repositories matching this topic...
javascript computer-science algorithms graph-algorithms pathfinding data-structures graph-theory chessboard breadth-first-search coding-challenge graph-traversal fullstack-javascript bfs-algorithm shortest-path educational-project the-odin-project queue-data-structure knights-travails chess-algorithm knight-moves
Simulates knight's moves on a 5x5 chessboard using efficient data structures.
-
Updated
Nov 18, 2024 - C
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.
javascript algorithms pathfinding data-structures chessboard bfs graph-traversal dsa the-odin-project knight-moves
-
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.
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."