15 lines
164 B
Go
15 lines
164 B
Go
package main
|
|
|
|
import "testing"
|
|
|
|
func Compare(n1, n2 *Node) int {
|
|
vlen := len(n1.Keys)
|
|
for i := 0; i < vlen; i++ {
|
|
|
|
}
|
|
return 0
|
|
}
|
|
func TestKey(t *testing.T) {
|
|
|
|
}
|