Disjoint Set (Union-Find Algorithm) in PHP
Published: February 3, 2025 at 5:26:16 PM UTC
This article features a PHP implementation of the Disjoint Set data structure, commonly used for Union-Find in minimum spanning tree algorithms. Read more...
PHP
In this category, you will find my collection of posts about PHP, one of my favorite programming languages. Although it was originally designed for (and is most widely used for) web development, I use it extensively myself for local scripting as it's high-performance, easy to deploy and has great libraries for many common tasks. It is also platform-independent in principle, although it has some limitations when run on Windows, so I mostly use it on GNU/Linux machines.
Posts






