datastructures

module
v0.0.0-...-6dfbae8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 20, 2024 License: MIT

README

datastructures

Go Reference CI Go Report Card

A library of various data structures implemented in Go.

Directories

Path Synopsis
Package list contains implementations of the list data structure.
Package list contains implementations of the list data structure.
linked
Package linked contains an implementation of a doubly-linked circular list.
Package linked contains an implementation of a doubly-linked circular list.
queue
slice
Package slice contains implementation of a queue backed by slice.
Package slice contains implementation of a queue backed by slice.
set
Package set contains implementations of set ADT.
Package set contains implementations of set ADT.
bitset
Package bitset contains the implementation of a set backed by a bit array.
Package bitset contains the implementation of a set backed by a bit array.
Package stack contains implementations of a stack.
Package stack contains implementations of a stack.
linked
Package linked contains an implementation of a stack backed by a linked list.
Package linked contains an implementation of a stack backed by a linked list.
slice
Package slice contains an implementation of a stack backed by a slice.
Package slice contains an implementation of a stack backed by a slice.
Package unionfind contains an implementation of a a disjoint-set (union-find) data structure.
Package unionfind contains an implementation of a a disjoint-set (union-find) data structure.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL