getAround 完美完成

This commit is contained in:
huangsimin
2019-03-21 15:27:08 +08:00
parent a326f49962
commit c6b06a9c3b
6 changed files with 2058 additions and 76 deletions

View File

@@ -128,7 +128,7 @@ func TestGetAround(t *testing.T) {
}
if spew.Sprint(avl.GetAround(50)) != "[<nil> 50 40]" {
t.Error("avl.GetAround(40)) is error", spew.Sprint(avl.GetAround(50)))
t.Error("avl.GetAround(50)) is error", spew.Sprint(avl.GetAround(50)))
}
}