mirror of
https://github.com/krahets/hello-algo.git
synced 2025-11-02 21:24:53 +08:00
Fix Go comment and link
This commit is contained in:
@ -256,7 +256,7 @@ $$
|
||||
=== "Go"
|
||||
|
||||
```go title="climbing_stairs_dfs_mem.go"
|
||||
[class]{}-[func]{dfs}
|
||||
[class]{}-[func]{dfsMem}
|
||||
|
||||
[class]{}-[func]{climbingStairsDFSMem}
|
||||
```
|
||||
|
||||
@ -58,7 +58,7 @@
|
||||
=== "Go"
|
||||
|
||||
```go title="fractional_knapsack.go"
|
||||
[class]{}-[func]{II}
|
||||
[class]{Item}-[func]{}
|
||||
|
||||
[class]{}-[func]{fractionalKnapsack}
|
||||
```
|
||||
|
||||
@ -87,7 +87,7 @@
|
||||
=== "Go"
|
||||
|
||||
```go title="top_k.go"
|
||||
[class]{maxHeap}-[func]{topKHeap}
|
||||
[class]{}-[func]{topKHeap}
|
||||
```
|
||||
|
||||
=== "JavaScript"
|
||||
@ -105,7 +105,7 @@
|
||||
=== "C"
|
||||
|
||||
```c title="top_k.c"
|
||||
[class]{maxHeap}-[func]{topKHeap}
|
||||
[class]{}-[func]{topKHeap}
|
||||
```
|
||||
|
||||
=== "C#"
|
||||
|
||||
Reference in New Issue
Block a user