mirror of
https://github.com/krahets/hello-algo.git
synced 2025-12-19 07:17:54 +08:00
Add sorce code blocks of C to the docs.
This commit is contained in:
@@ -320,7 +320,7 @@ comments: true
|
||||
=== "C"
|
||||
|
||||
```c title="linkedlist_queue.c"
|
||||
|
||||
[class]{linkedListQueue}-[func]{}
|
||||
```
|
||||
|
||||
=== "C#"
|
||||
@@ -397,7 +397,7 @@ comments: true
|
||||
=== "C"
|
||||
|
||||
```c title="array_queue.c"
|
||||
|
||||
[class]{arrayQueue}-[func]{}
|
||||
```
|
||||
|
||||
=== "C#"
|
||||
|
||||
@@ -323,7 +323,7 @@ comments: true
|
||||
=== "C"
|
||||
|
||||
```c title="linkedlist_stack.c"
|
||||
|
||||
[class]{linkedListStack}-[func]{}
|
||||
```
|
||||
|
||||
=== "C#"
|
||||
@@ -398,7 +398,7 @@ comments: true
|
||||
=== "C"
|
||||
|
||||
```c title="array_stack.c"
|
||||
|
||||
[class]{arrayStack}-[func]{}
|
||||
```
|
||||
|
||||
=== "C#"
|
||||
|
||||
Reference in New Issue
Block a user