mirror of
https://github.com/krahets/hello-algo.git
synced 2025-02-02 22:43:50 +08:00
fix(go): linked list test name is misspelled
This commit is contained in:
parent
1e13539ca0
commit
1cb6e25cfe
@ -11,7 +11,7 @@ import (
|
||||
. "github.com/krahets/hello-algo/pkg"
|
||||
)
|
||||
|
||||
func TestLikedList(t *testing.T) {
|
||||
func TestLinkedList(t *testing.T) {
|
||||
/* 初始化链表 1 -> 3 -> 2 -> 5 -> 4 */
|
||||
// 初始化各个结点
|
||||
n0 := NewListNode(1)
|
||||
|
Loading…
Reference in New Issue
Block a user