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. |
|
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. |
Click to show internal directories.
Click to hide internal directories.