mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-13 17:09:46 +08:00
Remove incomplete zig code from docs. (#1837)
This commit is contained in:
@@ -429,12 +429,6 @@ In the following framework code, `state` represents the current state of the pro
|
||||
end
|
||||
```
|
||||
|
||||
=== "Zig"
|
||||
|
||||
```zig title=""
|
||||
|
||||
```
|
||||
|
||||
Next, we solve Example 3 based on the framework code. The state `state` is the node traversal path, the choices `choices` are the left and right child nodes of the current node, and the result `res` is a list of paths:
|
||||
|
||||
```src
|
||||
|
||||
Reference in New Issue
Block a user