redis-union-find
v1.0.0
Published
Union Find data structure using Redis
Downloads
6
Maintainers
Readme
redis-union-find
This is an implementation of the Union Find/Disjoint Set data structure using Redis.
This project implements WeightedQuickUnion with Path Compression.
Why?
I think Disjoint Sets are really cool. I also think Redis is very cool.
Overview of Disjoint Sets
Read my blog post!
Made using Bun and Upstash Redis