Update linked_list.go

pull/188/head
Yudong Jin 2 years ago committed by GitHub
parent 679d5314d9
commit bacf8553c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save