Skip to content

Commit 5f61038

Browse files
committed
modifying headings for tree traversal chapter
1 parent f05e99a commit 5f61038

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

chapters/fundamental_algorithms/tree_traversal.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Do you think we should be using real code snippets in the main text or stick the
158158
159159
# Example Code
160160
161-
### C++
161+
### C++:
162162
163163
```cpp
164164
/*-------------simple_tree_traversal.cpp--------------------------------------//
@@ -250,7 +250,7 @@ int main(){
250250
251251
```
252252

253-
### Python
253+
### Python:
254254

255255
```Python
256256

@@ -330,7 +330,7 @@ main()
330330

331331
### C
332332

333-
```C
333+
```C:
334334
// Submitted by Gathros
335335
#include <stdio.h>
336336
#include <stdlib.h>
@@ -490,6 +490,8 @@ int main() {
490490
}
491491
```
492492

493+
#### C#:
494+
493495
```cs
494496
// submitted by Julian Schacher‏
495497
using System;

0 commit comments

Comments
 (0)