mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-02 10:13:00 +08:00
Publish the C codes to the docs. (#469)
This commit is contained in:
@@ -215,7 +215,7 @@
|
||||
=== "C"
|
||||
|
||||
```c title="deque.c"
|
||||
|
||||
// C 未提供内置双向队列
|
||||
```
|
||||
|
||||
=== "C#"
|
||||
@@ -361,9 +361,9 @@
|
||||
=== "C"
|
||||
|
||||
```c title="linkedlist_deque.c"
|
||||
[class]{ListNode}-[func]{}
|
||||
[class]{doublyListNode}-[func]{}
|
||||
|
||||
[class]{LinkedListDeque}-[func]{}
|
||||
[class]{linkedListDeque}-[func]{}
|
||||
```
|
||||
|
||||
=== "C#"
|
||||
@@ -450,7 +450,7 @@
|
||||
=== "C"
|
||||
|
||||
```c title="array_deque.c"
|
||||
[class]{ArrayDeque}-[func]{}
|
||||
[class]{arrayDeque}-[func]{}
|
||||
```
|
||||
|
||||
=== "C#"
|
||||
|
||||
@@ -189,7 +189,7 @@
|
||||
=== "C"
|
||||
|
||||
```c title="queue.c"
|
||||
|
||||
// C 未提供内置队列
|
||||
```
|
||||
|
||||
=== "C#"
|
||||
|
||||
@@ -188,7 +188,7 @@
|
||||
=== "C"
|
||||
|
||||
```c title="stack.c"
|
||||
|
||||
// C 未提供内置栈
|
||||
```
|
||||
|
||||
=== "C#"
|
||||
|
||||
Reference in New Issue
Block a user