knights-travails
v2.0.0
Published
**Knight travails** is a library that computes how many moves a knight would take from one arbitrary square to another at a minimum on the chessboard. It constructs an unweighted graph of all the chess squares connected by knight movements and find the sh
Downloads
7
Readme
Knight Travails
Knight travails is a library that computes how many moves a knight would take from one arbitrary square to another at a minimum on the chessboard. It constructs an unweighted graph of all the chess squares connected by knight movements and find the shortest path with modified dijkstra alogrithm.