mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-09 13:51:48 +08:00
Remove incomplete zig code from docs. (#1837)
This commit is contained in:
@@ -429,12 +429,6 @@
|
||||
end
|
||||
```
|
||||
|
||||
=== "Zig"
|
||||
|
||||
```zig title=""
|
||||
|
||||
```
|
||||
|
||||
接下来,我们基于框架代码来解决例题三。状态 `state` 为节点遍历路径,选择 `choices` 为当前节点的左子节点和右子节点,结果 `res` 是路径列表:
|
||||
|
||||
```src
|
||||
|
||||
Reference in New Issue
Block a user