Directories ¶
Path | Synopsis |
---|---|
ai
|
|
utility
Package utility implements a reasoner AI based on utility theory.
|
Package utility implements a reasoner AI based on utility theory. |
collections
|
|
bag
Package bag implements a multi-set data structure supporting arbitrary types (even a mixture).
|
Package bag implements a multi-set data structure supporting arbitrary types (even a mixture). |
deque
Package deque implements a double ended queue supporting arbitrary types (even a mixture).
|
Package deque implements a double ended queue supporting arbitrary types (even a mixture). |
prque
Package prque implements a priority queue data structure supporting arbitrary value types and float priorities.
|
Package prque implements a priority queue data structure supporting arbitrary value types and float priorities. |
queue
Package queue implements a FIFO (first in first out) data structure supporting arbitrary types (even a mixture).
|
Package queue implements a FIFO (first in first out) data structure supporting arbitrary types (even a mixture). |
set
Package set implements simple present/not data structure supporting arbitrary types (even a mixture).
|
Package set implements simple present/not data structure supporting arbitrary types (even a mixture). |
stack
Package stack implements a LIFO (last in first out) data structure supporting arbitrary types (even a mixture).
|
Package stack implements a LIFO (last in first out) data structure supporting arbitrary types (even a mixture). |
exts
|
|
fmtext
Package fmtext contains extensions to the base Go fmt package.
|
Package fmtext contains extensions to the base Go fmt package. |
mathext
Package mathext contains extensions to the base Go math package.
|
Package mathext contains extensions to the base Go math package. |
osext
Package osext contains extensions to the base Go os package.
|
Package osext contains extensions to the base Go os package. |
sortext
Package sortext contains extensions to the base Go sort package.
|
Package sortext contains extensions to the base Go sort package. |
Package geometry implements basic geometric types and operations on them.
|
Package geometry implements basic geometric types and operations on them. |
Package graph implements a simple graph data structure and supporting API to allow implementing graph alogirthms on top.
|
Package graph implements a simple graph data structure and supporting API to allow implementing graph alogirthms on top. |
bfs
Package bfs implements the breadth-first-search algorithm for the graphs.
|
Package bfs implements the breadth-first-search algorithm for the graphs. |
dfs
Package dfs implements the depth-first-search algorithm for the graphs.
|
Package dfs implements the depth-first-search algorithm for the graphs. |
tools
|
|
deps
Package deps contains utility functions for contest dependency management.
|
Package deps contains utility functions for contest dependency management. |
Click to show internal directories.
Click to hide internal directories.