mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-10 06:26:08 +00:00
build
This commit is contained in:
@@ -1027,7 +1027,11 @@ $$
|
||||
=== "Zig"
|
||||
|
||||
```zig title="space_complexity.zig"
|
||||
[class]{}-[func]{function}
|
||||
// 函数
|
||||
fn function() i32 {
|
||||
// 执行某些操作
|
||||
return 0;
|
||||
}
|
||||
|
||||
// 常数阶
|
||||
fn constant(n: i32) void {
|
||||
|
||||
Reference in New Issue
Block a user