**Article:** [Delaunay triangulation and Voronoi diagram](https://cp-algorithms.com/geometry/delaunay.html) **Problem:** There is a typo. The return value of `build_tr` should be `{ldo, rdi}`, not `{ldo, rdo}`.