DataStructure
DataStructure copied to clipboard
【bug report】put函数中未禁止null元素的添加,如果调用方put了null会导致这里的循环直接终止而打不出后续元素
https://github.com/githubofrico/DataStructure/blob/9f6592b157fb6fa0983e0b1ed64b33b2d33711e5/src/cn/edu/tju/rico/queue/LinkedQueue.java#L95