Connected components on discrete and continuous multilabel 3D & 2D images. Handles 26, 18, and 6 connected variants; periodic boundaries (4, 8, & 6)
-
Updated
Jun 17, 2026 - C++
Connected components on discrete and continuous multilabel 3D & 2D images. Handles 26, 18, and 6 connected variants; periodic boundaries (4, 8, & 6)
Data Structures and Algorithms in Kotlin
Golang Advanced Data Structures
Interactive union-find (disjoint set union) — union elements and watch trees merge, run find to watch path compression flatten a tree, check connectivity. Union by size + path compression give near-O(1) (inverse-Ackermann) operations. The structure behind Kruskal's MST and connected components. Runs in your browser.
Data structures like Linked_list,Stack,Queue,Tree
Implementation of Data Structures and Algorithms
Add a description, image, and links to the path-compression topic page so that developers can more easily learn about it.
To associate your repository with the path-compression topic, visit your repo's landing page and select "manage topics."