@ -5,8 +5,9 @@
package chapter_tree
import (
. "github.com/krahets/hello-algo/pkg"
"sort"
)
type BinarySearchTree struct {
@ -6,6 +6,7 @@ package chapter_tree
"container/list"
"testing"
func TestBinaryTree(t *testing.T) {