Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 424 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 424 Bytes

Knight Trevails

Overview

A solution to the 'Knight Trevails' problem:

Find the shortest path a knight can take to any point on a chess board, implemented using a recursive breadth first search.

Find it live on gh-pages here.

More info

This was made as a part of The Odin Project curriculum, and enhanced into a web app.