union-find topic

List union-find repositories

algorithms

47
Stars
13
Forks
Watchers

Popular computer science algorithms implemented in Python

DEPRECATED-data-structures

2.8k
Stars
1.3k
Forks
Watchers

A collection of powerful data structures

connected-components-3d

337
Stars
41
Forks
Watchers

Connected components on discrete and continuous multilabel 3D & 2D images. Handles 26, 18, and 6 connected variants; periodic boundaries (4, 8, & 6)

connected-component

84
Stars
17
Forks
Watchers

Map Reduce Implementation of Connected Component on Apache Spark

py-algorithms

36
Stars
13
Forks
Watchers

Algorithms and Data Structures, solutions to common CS problems.

unionfind

64
Stars
20
Forks
Watchers

A union-find disjoint sets data structure implemented in Python with the "Weighted Quick Union with Path Compression" algorithm.

DSA-Simplified

48
Stars
11
Forks
Watchers

Designed by Engineers for Engineers. This is your One stop shop for all DSA queries! Here you will find implementation of all sorts of data structures and algorithms.

LeetCode-Patterns

21
Stars
12
Forks
Watchers

Set of Patterns to solve many algorithmic questions of similar type on LeetCode