stefankoegl / kdtree

A Python implementation of a kd-tree
ISC License
365 stars 118 forks source link

Removes custom priority queue code. #33

Closed jfinkels closed 7 years ago

jfinkels commented 7 years ago

This commit replaces custom priority queue code with the built-in Python heapq implementation.

stefankoegl commented 7 years ago

Great contribution, thanks a lot!