Skip to content

Commit fcbd1e5

Browse files
Made headers smaller
1 parent bb62afd commit fcbd1e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chapters/fundamental_algorithms/tree_traversal.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Do you think we should be using real code snippets in the main text or stick the
114114
115115
# Example Code
116116
117-
## C++
117+
### C++
118118
119119
```cpp
120120
/*-------------simple_tree_traversal.cpp--------------------------------------//
@@ -216,7 +216,7 @@ int main(){
216216
217217
```
218218

219-
## Python
219+
### Python
220220

221221
```Python
222222

0 commit comments

Comments
 (0)