Papers › External Incremental Delaunay Triangulation

External Incremental Delaunay Triangulation

13 Mar 2025arXiv:2503.10786links table onlyarchive 2025-07-28

Yifeng Cai

The archive published only this paper's code-link row. Authors, date and abstract are from arXiv's metadata (CC0), read from the Kaggle arXiv metadata snapshot of 2026-09-12 where its title matched the archive's; the title is the archive's.

This paper introduces a Delaunay triangulation algorithm based on the external incremental method. Unlike traditional random incremental methods, this approach uses convex hull and points as basic operational units instead of triangles. Since each newly added point is outside the convex hull, there is no need to search for which triangle contains the point, simplifying the algorithm implementation. The time complexity for point sorting is O(nlogn), while the collective complexity for upper/lower tangent searches is proven to be O(n). For uniformly distributed point sets, empirical results demonstrate linear time O(n) for full triangulation construction. The overall time complexity remains O(nlogn). This paper details the algorithm's data structures, implementation details, correctness proof, and comparison with other methods.

PaperPDFCode

Code

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

Not run by Syntology. Nothing on this page verifies that the listed code works.

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections