dsu

Disjoint set data structure

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

Disjoint Set data structure implementation in Go

GitHub

14 stars
1 watching
1 forks
Language: Go
last commit: almost 3 years ago
Linked from 2 awesome lists

datastructuresdisjoint-setgolang

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
liyue201/gostl A data structure and algorithm library designed to provide functions similar to C++ STL in Go. 1,054
daichi-m/go18ds An implementation of various data structures and algorithms in Go. 46
perdata/treap An immutable data structure for efficiently managing sorted sets. 27
samebchase/hash-set An implementation of a data structure providing constant time lookup and insertion operations. 17
srfrog/dict Provides an alternative data structure to Go's built-in map and slice types 45
zoumo/goset Provides a basic set data structure with common operations for Go 52
thestrukture/ide A comprehensive Go code editor with debugging and autocomplete features. 359
studiosol/set An implementation of a set data structure using LinkedHashMap 27
krukow/clj-ds Provides data structures modified from Clojure to be usable outside of the language in a Java context 219
mauriciosantos/buckets-js A JavaScript library providing various data structures and functions for manipulating arrays. 1,250
tov/dssl2 A language and framework for teaching data structures concepts in Racket. 9
greencoda/confiq A Go package for loading structured data into structs with mapping using tags and selectors. 35
medikoo/es6-set A polyfill implementation of the Set data structure as specified in ECMAScript 6 46
danielgtaylor/shorthand A syntax for structured data designed to be used with Go programs and similar languages 29
younatics/collection-data-structures-swift-kr An in-depth tutorial on collection data structures in Swift, covering their performance and comparison to Objective-C equivalents. 46