Add sorce code blocks of C to the docs.

This commit is contained in:
krahets
2023-02-11 18:22:27 +08:00
parent d3ea84ba97
commit d1e1d76162
18 changed files with 78 additions and 206 deletions
+6 -2
View File
@@ -57,7 +57,7 @@ comments: true
=== "C"
```c title="binary_tree_bfs.c"
[class]{}-[func]{hierOrder}
```
=== "C#"
@@ -161,7 +161,11 @@ comments: true
=== "C"
```c title="binary_tree_dfs.c"
[class]{}-[func]{preOrder}
[class]{}-[func]{inOrder}
[class]{}-[func]{postOrder}
```
=== "C#"