We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb62afd commit fcbd1e5Copy full SHA for fcbd1e5
chapters/fundamental_algorithms/tree_traversal.md
@@ -114,7 +114,7 @@ Do you think we should be using real code snippets in the main text or stick the
114
115
# Example Code
116
117
-## C++
+### C++
118
119
```cpp
120
/*-------------simple_tree_traversal.cpp--------------------------------------//
@@ -216,7 +216,7 @@ int main(){
216
217
```
218
219
-## Python
+### Python
220
221
```Python
222
0 commit comments