mirror of
https://github.com/krahets/hello-algo.git
synced 2025-12-19 07:17:54 +08:00
Update .gitignore
Add build script for Zig.
This commit is contained in:
@@ -108,7 +108,7 @@ $$
|
||||
=== "Zig"
|
||||
|
||||
```zig title="binary_search.zig"
|
||||
|
||||
[class]{}-[func]{binarySearch}
|
||||
```
|
||||
|
||||
### “左闭右开”实现
|
||||
@@ -172,7 +172,7 @@ $$
|
||||
=== "Zig"
|
||||
|
||||
```zig title="binary_search.zig"
|
||||
|
||||
[class]{}-[func]{binarySearch1}
|
||||
```
|
||||
|
||||
### 两种表示对比
|
||||
|
||||
Reference in New Issue
Block a user