Directories
¶
| Path | Synopsis |
|---|---|
|
database
|
|
|
examples
|
|
|
message
|
|
|
old
|
|
|
Package structure is a subpackage that is dedicated to different implementations of data structures in the domain of computer science.
|
Package structure is a subpackage that is dedicated to different implementations of data structures in the domain of computer science. |
|
circularqueue
Package queue provides an implementation of a circular queue data structure.
|
Package queue provides an implementation of a circular queue data structure. |
|
deque
Package deque implements a Double Ended Queue data structure.
|
Package deque implements a Double Ended Queue data structure. |
|
dynamicarray
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. |
|
fenwicktree
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. |
|
linkedlist
Package linkedlist demonstrates different implementations on linkedlists.
|
Package linkedlist demonstrates different implementations on linkedlists. |
|
set
package set implements a Set using a golang map.
|
package set implements a Set using a golang map. |
|
trie
Package trie provides Trie data structures in golang.
|
Package trie provides Trie data structures in golang. |
Click to show internal directories.
Click to hide internal directories.