dsu

Disjoint set data structure

An implementation of the Disjoint-Set data structure in Go.

Disjoint Set data structure implementation in Go

GitHub

15 stars
1 watching
1 forks
Language: Go
last commit: over 4 years ago
Linked from 2 awesome lists

datastructuresdisjoint-setgolang

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
liyue201/gostlA data structure and algorithm library designed to provide functions similar to C++ STL in Go.1,058
daichi-m/go18dsAn implementation of various data structures and algorithms in Go.46
perdata/treapAn immutable data structure for efficiently managing sorted sets.27
samebchase/hash-setAn implementation of the hash-set data structure17
srfrog/dictProvides an alternative data structure to Go's built-in map and slice types45
zoumo/gosetProvides a basic set data structure with common operations for Go52
thestrukture/ideA comprehensive Go code editor with debugging and autocomplete features.359
studiosol/setAn implementation of a set data structure using LinkedHashMap27
krukow/clj-dsA library that adapts Clojure's persistent data structures to work with the Java programming language.219
mauriciosantos/buckets-jsA JavaScript library providing various data structures and functions for manipulating arrays.1,251
tov/dssl2A language and framework for teaching data structures concepts in Racket.9
greencoda/confiqA library for populating structs with data from various formats.35
medikoo/es6-setA polyfill implementation of the Set data structure as specified in ECMAScript 646
danielgtaylor/shorthandA syntax for structured data designed to be used with Go programs and similar languages31
younatics/collection-data-structures-swift-krAn in-depth tutorial on collection data structures in Swift, covering their performance and comparison to Objective-C equivalents.46