posts: union-find: fix typo

This commit is contained in:
Bruno BELANYI 2024-07-20 19:26:08 +01:00
parent 4c12ebb16c
commit 9728aa537e

View file

@ -15,7 +15,7 @@ favorite: false
disable_feed: false
---
To kickoff the [series]({{< ref "/series/cool-algorithms/">}}) of posts about
To kickoff the [series]({{< ref "/series/cool-algorithms/" >}}) of posts about
algorithms and data structures I find interesting, I will be talking about my
favorite one: the [_Disjoint Set_][wiki]. Also known as the _Union-Find_ data
structure, so named because of its two main operations: `ds.union(lhs, rhs)` and