Hacker News new | ask | show | jobs
by SnowflakeOnIce 2604 days ago
Lowest Common Ancestor shows up in graph theory, particularly to help compute dominator trees or dominator frontiers.

These problems arise in compilers that convert programs into static single assignment (SSA) form.