Update the summary of the chapter preface.

This commit is contained in:
krahets
2023-05-16 21:52:49 +08:00
parent f35020b335
commit a60c7f148d
3 changed files with 11 additions and 11 deletions
@@ -29,7 +29,7 @@
=== "Go"
```go title="preorder_traversal_i_compact.go"
[class]{}-[func]{preOrder}
[class]{}-[func]{preOrderI}
```
=== "JavaScript"
@@ -103,7 +103,7 @@
=== "Go"
```go title="preorder_traversal_ii_compact.go"
[class]{}-[func]{preOrder}
[class]{}-[func]{preOrderII}
```
=== "JavaScript"
@@ -206,7 +206,7 @@
=== "Go"
```go title="preorder_traversal_iii_compact.go"
[class]{}-[func]{preOrder}
[class]{}-[func]{preOrderIII}
```
=== "JavaScript"
@@ -55,7 +55,7 @@
=== "Go"
```go title="permutations_i.go"
[class]{}-[func]{backtrack}
[class]{}-[func]{backtrackI}
[class]{}-[func]{permutationsI}
```
@@ -157,7 +157,7 @@
=== "Go"
```go title="permutations_ii.go"
[class]{}-[func]{backtrack}
[class]{}-[func]{backtrackII}
[class]{}-[func]{permutationsII}
```