Skip to main content

edit_distance

Function edit_distance 

Source
pub fn edit_distance(a: &TreeNode, b: &TreeNode, opts: AptedOptions) -> f64
Expand description

Compute tree edit distance between a and b. Both trees must have been finalized (id/subtree_size set).