Closed ai4youej closed 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]"
That is a typo! I'll fix it
Fixed it now. I also added some tests for SortedList.
In the 98th line of "SortedList.py", I think we should change "j < self.micros_size[i]" into "j < self.micro.size[i]"