Demos icon indicating copy to clipboard operation
Demos copied to clipboard

习题6.1有错误

Open sanbeichahegongheguo opened this issue 4 years ago • 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 的长度,而不是需要的长度。不知道你的测试是如何通过的。

sanbeichahegongheguo avatar Jan 18 '22 02:01 sanbeichahegongheguo