Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
amadeuio committed Oct 5, 2023
1 parent 54ff915 commit 86b735b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,4 @@ This repo contains the function `knightMoves`, which shows the shortest way poss

### Learning 🌱

The point of this project is using a data structure on a real world problem. By organizing all possible moves a knight can make in a data tree, we can easily find the shortest path to a leaf node to effectively find the answer.

this is what my typescript project looks like:
utils/graphDataStructure.ts // this is an utility that needs to be used in the main file
knightsTravails.ts // this is the main file
tsconfig.json
The point of this project is using a graph structure on a real world problem. By organizing all possible moves a knight can make in a graph tree, we can easily find the shortest path to a leaf node to effectively find the answer.

0 comments on commit 86b735b

Please sign in to comment.