Skip to content

Commit 499dc31

Browse files
committed
fix typo
1 parent 95e4a6e commit 499dc31

File tree

1 file changed

+2
-2
lines changed
  • src/content/post/2025/07-31-maze-solver

1 file changed

+2
-2
lines changed

src/content/post/2025/07-31-maze-solver/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,11 +324,11 @@ If the heuristic function is well chosen it will make A\* more efficient than th
324324

325325
## Conclusion
326326

327-
On this example we could see how algorithm analysis and design is a very sensitive and subtle discipline, that leaves no room for a low focus or lack of understanding of the domain. Although BFS, DFS, Dijkstra, and A* share a majority of the implementation, just a subtle change in the code can cause a dramatic change in the behavior.
327+
On this example we could see how algorithm analysis and design is a very sensitive and subtle discipline, that leaves no room for a low focus or lack of understanding of the domain. Although BFS, DFS, Dijkstra, and A* share the majority of the implementation, just a subtle change in the code can cause a dramatic change in the behavior.
328328

329329
In the demo app you can tweak the predefined mazes in the `tests/fixtures/*.txt` files and try to make your own observations. You can also check the resources and the interactive playground listed in the [References](#references) section.
330330

331-
Did you experiment with maze solving and pathfinding algorithms yourself before? Let me now in the comments.
331+
Did you experiment with maze solving and pathfinding algorithms yourself before? Let me know in the comments.
332332

333333
## References
334334

0 commit comments

Comments
 (0)