Skip to content

Commit f7ff3bd

Browse files
N36: Pathfinding in Rust article (#1107)
Co-authored-by: Joe Clay <27cupsofcoffee@gmail.com>
1 parent 6207d17 commit f7ff3bd

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

content/news/036/astar-search.png

72.3 KB
Loading

content/news/036/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,16 @@ Interested in contributing? Head over to the
142142

143143
## Learning Material Updates
144144

145+
### Pathfinding in Rust
146+
147+
![Example of the results of doing an A* search from a start node to a goal node](astar-search.png)
148+
149+
[Pathfinding in Rust: A tutorial with examples](https://blog.logrocket.com/pathfinding-rust-tutorial-examples)
150+
is an article with examples of how to use the [`pathfinding`](https://crates.io/crates/pathfinding)
151+
crate to do breadth-first, Dijkstra's, and A* search. It links to the
152+
[gregstoll/rust-pathfinding](https://github.com/gregstoll/rust-pathfinding)
153+
repo which has working code for all of these.
154+
145155
## Tooling Updates
146156

147157
### [Blackjack]

0 commit comments

Comments
 (0)