Monthly Archives: October 2007
Burkhard-Keller (BK) Trees In Python
I recently came across a description of an interesting data structure called a Burkhard-Keller tree (BK tree). BK trees provide efficient lookup of the set of words that lie within a certain distance of a query word. For example, this … Continue reading
Posted in Python
2 Comments