mirror of
https://github.com/krahets/hello-algo.git
synced 2026-09-22 22:36:35 +08:00
Update preorder_traversal_iii.
This commit is contained in:
@@ -38,7 +38,6 @@ public class preorder_traversal_iii_template {
|
||||
if (isSolution(state)) {
|
||||
// 记录解
|
||||
recordSolution(state, res);
|
||||
return;
|
||||
}
|
||||
// 遍历所有选择
|
||||
foreach (TreeNode choice in choices) {
|
||||
|
||||
Reference in New Issue
Block a user