cheran-senthil / PyRival

⚡ Competitive Programming Library
https://pyrival.readthedocs.io/
Apache License 2.0
1.17k stars 312 forks source link

SortedList typo? #74

Closed ai4youej closed 2 years ago

ai4youej commented 2 years ago

In the 98th line of "SortedList.py", I think we should change "j < self.micros_size[i]" into "j < self.micro.size[i]"

bjorn-martinsson commented 2 years ago

That is a typo! I'll fix it

bjorn-martinsson commented 2 years ago

Fixed it now. I also added some tests for SortedList.