BKTrees.add!Method

Adds a node (i.e. Node{T}(item::T)) to the tree.

BKTrees.findMethod

Find items in the tree whose distance is less or equal to n and returns the top k items, ordered ascending according to the distance.