Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

redis-union-find

MeshanKhosla7MIT1.0.0TypeScript support: included

Union Find data structure using Redis

redis, union-find, data-structure, disjoint set

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