structure

package
v0.0.0-...-a4a72b7 Latest Latest
Warning

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

Go to latest
Published: Dec 23, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package structure is a subpackage that is dedicated to different implementations of data structures in the domain of computer science.

Directories

Path Synopsis
Package deque implements a Double Ended Queue data structure.
Package deque implements a Double Ended Queue data structure.
Package dynamicarray A dynamic array is quite similar to a regular array, but its Size is modifiable during program runtime, very similar to how a slice in Go works.
Package dynamicarray A dynamic array is quite similar to a regular array, but its Size is modifiable during program runtime, very similar to how a slice in Go works.
Fenwick Tree Data Structure for efficient range queries on an array of integers.
Fenwick Tree Data Structure for efficient range queries on an array of integers.
Package linkedlist demonstrates different implementations on linkedlists.
Package linkedlist demonstrates different implementations on linkedlists.
Segment Tree Data Structure for efficient range queries on an array of integers.
Segment Tree Data Structure for efficient range queries on an array of integers.
package set implements a Set using a golang map.
package set implements a Set using a golang map.
For more details check out those links below here: Wikipedia article: https://en.wikipedia.org/wiki/Binary_search_tree authors [guuzaa](https://github.com/guuzaa)
For more details check out those links below here: Wikipedia article: https://en.wikipedia.org/wiki/Binary_search_tree authors [guuzaa](https://github.com/guuzaa)
Package trie provides Trie data structures in golang.
Package trie provides Trie data structures in golang.

Jump to

Keyboard shortcuts

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