Contribution: TreeDiameter

Diameter of a binary tree

Authors

Description

This contribution contains the verification of a divide-and-conquer algorithm to compute the diameter of a binary tree (the maxmimal distance between two nodes in the tree).

Keywords

program verification, trees, paths, graphs, distance, diameter

Available files