Publish the C codes to the docs. (#469)

This commit is contained in:
Yudong Jin
2023-04-18 20:21:31 +08:00
committed by GitHub
parent 6723cdbc7e
commit dbc4906582
29 changed files with 288 additions and 189 deletions

View File

@@ -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#"