mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-31 14:23:30 +08:00
Add sorce code blocks of C to the docs.
This commit is contained in:
@ -373,7 +373,9 @@ comments: true
|
||||
=== "C"
|
||||
|
||||
```c title="linked_list.c"
|
||||
[class]{}-[func]{insertNode}
|
||||
|
||||
[class]{}-[func]{removeNode}
|
||||
```
|
||||
|
||||
=== "C#"
|
||||
@ -443,7 +445,7 @@ comments: true
|
||||
=== "C"
|
||||
|
||||
```c title="linked_list.c"
|
||||
|
||||
[class]{}-[func]{access}
|
||||
```
|
||||
|
||||
=== "C#"
|
||||
@ -509,7 +511,7 @@ comments: true
|
||||
=== "C"
|
||||
|
||||
```c title="linked_list.c"
|
||||
|
||||
[class]{}-[func]{findNode}
|
||||
```
|
||||
|
||||
=== "C#"
|
||||
|
@ -752,7 +752,7 @@ comments: true
|
||||
=== "C"
|
||||
|
||||
```c title="my_list.c"
|
||||
|
||||
[class]{myList}-[func]{}
|
||||
```
|
||||
|
||||
=== "C#"
|
||||
|
Reference in New Issue
Block a user