File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -142,6 +142,16 @@ Interested in contributing? Head over to the
142
142
143
143
## Learning Material Updates
144
144
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
+
145
155
## Tooling Updates
146
156
147
157
### [ Blackjack]
You can’t perform that action at this time.
0 commit comments