DataStructure icon indicating copy to clipboard operation
DataStructure copied to clipboard

【bug report】put函数中未禁止null元素的添加,如果调用方put了null会导致这里的循环直接终止而打不出后续元素

Open nju-Nicko opened this issue 6 years ago • 0 comments

https://github.com/githubofrico/DataStructure/blob/9f6592b157fb6fa0983e0b1ed64b33b2d33711e5/src/cn/edu/tju/rico/queue/LinkedQueue.java#L95

nju-Nicko avatar Nov 17 '19 17:11 nju-Nicko