@@ -120,8 +120,7 @@ This has not been implemented in your chosen language, so here is the Julia code
120
120
<img class =" center " src =" code/scratch/dfs-in.svg " width =" 300 " />
121
121
</p >
122
122
{% sample lang="rs"%}
123
- This has not been implemented in your chosen language, so here is the Julia code
124
- [ import:28-43, lang:"julia"] ( code/julia/Tree.jl )
123
+ [ import:25-38, lang:"rust"] ( code/rust/tree.rs )
125
124
{% sample lang="hs"%}
126
125
[ import:11-15, lang:"haskell"] ( code/haskell/TreeTraversal.hs )
127
126
{% endmethod %}
@@ -162,7 +161,7 @@ In code, it looks like this:
162
161
<img class =" center " src =" code/scratch/dfs-stack.svg " width =" 400 " />
163
162
</p >
164
163
{% sample lang="rs"%}
165
- [ import:25-32 , lang:"rust"] ( code/rust/tree.rs )
164
+ [ import:40-47 , lang:"rust"] ( code/rust/tree.rs )
166
165
{% sample lang="hs"%}
167
166
This has not been implemented in your chosen language, so here is the Julia code
168
167
[ import:45-56, lang:"julia"] ( code/julia/Tree.jl )
@@ -196,7 +195,7 @@ And this is exactly what Breadth-First Search (BFS) does! On top of that, it can
196
195
<img class =" center " src =" code/scratch/bfs.svg " width =" 400 " />
197
196
</p >
198
197
{% sample lang="rs"%}
199
- [ import:34-42 , lang:"rust"] ( code/rust/tree.rs )
198
+ [ import:49-57 , lang:"rust"] ( code/rust/tree.rs )
200
199
{% sample lang="hs"%}
201
200
[ import:17-20, lang:"haskell"] ( code/haskell/TreeTraversal.hs )
202
201
{% endmethod %}
0 commit comments