Update linked_list.go

This commit is contained in:
Yudong Jin
2023-01-02 18:42:58 +08:00
committed by GitHub
parent 679d5314d9
commit bacf8553c5

View File

@ -5,7 +5,7 @@
package chapter_array_and_linkedlist
import (
"github.com/krahets/hello-algo/pkg"
. "github.com/krahets/hello-algo/pkg"
)
/* 在链表的结点 n0 之后插入结点 P */