Skip to content

修复 1.3.49 中的一个错误

Compare
Choose a tag to compare
@ikesnowy ikesnowy released this 23 Nov 01:12
· 586 commits to master since this release

出队方法 Deque() 中的
this.HH = this.H
应改为
this.h = this.H
原有版本会导致最后一个元素出队时出现错误。