mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-17 03:21:27 +08:00
Add sorce code blocks of C to the docs.
This commit is contained in:
@@ -90,7 +90,7 @@ $$
|
||||
=== "C"
|
||||
|
||||
```c title="binary_search.c"
|
||||
|
||||
[class]{}-[func]{binarySearch}
|
||||
```
|
||||
|
||||
=== "C#"
|
||||
@@ -154,7 +154,7 @@ $$
|
||||
=== "C"
|
||||
|
||||
```c title="binary_search.c"
|
||||
|
||||
[class]{}-[func]{binarySearch1}
|
||||
```
|
||||
|
||||
=== "C#"
|
||||
|
||||
@@ -55,7 +55,7 @@ comments: true
|
||||
=== "C"
|
||||
|
||||
```c title="hashing_search.c"
|
||||
|
||||
[class]{}-[func]{hashingSearchArray}
|
||||
```
|
||||
|
||||
=== "C#"
|
||||
@@ -119,7 +119,7 @@ comments: true
|
||||
=== "C"
|
||||
|
||||
```c title="hashing_search.c"
|
||||
|
||||
[class]{}-[func]{hashingSearchLinkedList}
|
||||
```
|
||||
|
||||
=== "C#"
|
||||
|
||||
@@ -51,7 +51,7 @@ comments: true
|
||||
=== "C"
|
||||
|
||||
```c title="linear_search.c"
|
||||
|
||||
[class]{}-[func]{linearSearchArray}
|
||||
```
|
||||
|
||||
=== "C#"
|
||||
@@ -113,7 +113,7 @@ comments: true
|
||||
=== "C"
|
||||
|
||||
```c title="linear_search.c"
|
||||
|
||||
[class]{}-[func]{linearSearchLinkedList}
|
||||
```
|
||||
|
||||
=== "C#"
|
||||
|
||||
Reference in New Issue
Block a user