universal-automata / liblevenshtein

Various utilities regarding Levenshtein transducers.
https://github.com/universal-automata/liblevenshtein
MIT License
67 stars 13 forks source link

Consider adding support for Fibonacci heaps #27

Open dylon opened 10 years ago

dylon commented 10 years ago

They have good merge (operation), time complexity and would therefore be a good choice for map-reduce.