@@ -38,11 +38,8 @@ Because of this, the most straightforward way to traverse the tree might be recu
38
38
[ import:37-45, lang:"c_cpp"] ( code/c/tree_traversal.c )
39
39
{% sample lang="js" %}
40
40
[ import:12-15, lang:"javascript"] ( code/javascript/tree.js )
41
- {% sample lang="py2 " %}
41
+ {% sample lang="py " %}
42
42
[ import:7-15, lang:"python"] ( code/python/Tree_example.py )
43
- {% sample lang="py3" %}
44
- This has not been implemented in your chosen language, so here is the Julia code
45
- [ import:9-16, lang:"julia"] ( code/julia/Tree.jl )
46
43
{% sample lang="scratch" %}
47
44
This has not been implemented in your chosen language, so here is the Julia code
48
45
[ import:9-16, lang:"julia"] ( code/julia/Tree.jl )
@@ -75,10 +72,7 @@ This has not been implemented in your chosen language, so here is the Julia code
75
72
[ import:47-53, lang:"c_cpp"] ( code/c/tree_traversal.c )
76
73
{% sample lang="js" %}
77
74
[ import:17-20, lang:"javascript"] ( code/javascript/tree.js )
78
- {% sample lang="py2" %}
79
- This has not been implemented in your chosen language, so here is the Julia code
80
- [ import:18-26, lang:"julia"] ( code/julia/Tree.jl )
81
- {% sample lang="py3" %}
75
+ {% sample lang="py" %}
82
76
This has not been implemented in your chosen language, so here is the Julia code
83
77
[ import:18-26, lang:"julia"] ( code/julia/Tree.jl )
84
78
{% sample lang="scratch" %}
@@ -109,10 +103,7 @@ This has not been implemented in your chosen language, so here is the Julia code
109
103
[ import:55-73, lang:"c_cpp"] ( code/c/tree_traversal.c )
110
104
{% sample lang="js" %}
111
105
[ import:22-34, lang:"javascript"] ( code/javascript/tree.js )
112
- {% sample lang="py2" %}
113
- This has not been implemented in your chosen language, so here is the Julia code
114
- [ import:28-43, lang:"julia"] ( code/julia/Tree.jl )
115
- {% sample lang="py3" %}
106
+ {% sample lang="py" %}
116
107
This has not been implemented in your chosen language, so here is the Julia code
117
108
[ import:28-43, lang:"julia"] ( code/julia/Tree.jl )
118
109
{% sample lang="scratch" %}
0 commit comments