Open geowurster opened 9 years ago
For some reason the PriorityQueue() sorting broke and using sorted() is slower.
PriorityQueue()
sorted()
For some reason the
PriorityQueue()
sorting broke and usingsorted()
is slower.