Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 188 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 188 Bytes

Knight's Tour Problem

My implementation of the knightMove function which uses recursion to get the shortest path between two points using the movement pattern of the knight chess piece.