Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tkvogt/tree-edit-distance

Tree edit distance, currently with the dynamic programming algorithm of Zhang and Shasha
https://github.com/tkvogt/tree-edit-distance

Last synced: 7 days ago
JSON representation

Tree edit distance, currently with the dynamic programming algorithm of Zhang and Shasha

Awesome Lists containing this project

README

        

# Tree Edit Distance after Zhang Shasha

This library is a translation of https://github.com/ijkilchenko/ZhangShasha ,
inspired also by https://jelv.is/blog/Lazy-Dynamic-Programming/

You can tes it with:
```
stack ghci

ghci> zhangShasha testGraph0 testGraph1
8
ghci>
```