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 f05e99a commit 5f61038Copy full SHA for 5f61038
chapters/fundamental_algorithms/tree_traversal.md
@@ -158,7 +158,7 @@ Do you think we should be using real code snippets in the main text or stick the
158
159
# Example Code
160
161
-### C++
+### C++:
162
163
```cpp
164
/*-------------simple_tree_traversal.cpp--------------------------------------//
@@ -250,7 +250,7 @@ int main(){
250
251
```
252
253
-### Python
+### Python:
254
255
```Python
256
@@ -330,7 +330,7 @@ main()
330
331
### C
332
333
-```C
+```C:
334
// Submitted by Gathros
335
#include <stdio.h>
336
#include <stdlib.h>
@@ -490,6 +490,8 @@ int main() {
490
}
491
492
493
+#### C#:
494
+
495
```cs
496
// submitted by Julian Schacher
497
using System;
0 commit comments