BKDelTree BKDelTree is a BK-Tree implementation in golang with support for deletion of words. BK Tree is a tree data structure that is used to efficiently find near matches to a given string. It is used in spell checking algorithms.