basicExploration/Demos

习题6.1有错误

sanbeichahegongheguo opened this issue · 0 comments

Describe the bug
A clear and concise description of what the bug is.

Demos/gop_homework/ch6/homework/test6.1/main.go

func (i *IntSet) Len() int {
return len(i.words)
}

这里 len(i.words) 是 bits 的长度,而不是需要的长度。不知道你的测试是如何通过的。