Documentation
¶
Overview ¶
Package st provides Hash Tables
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LinearProbingHashST ¶
type LinearProbingHashST struct {
M int
Vals []Value
Keys []Key
}
func (*LinearProbingHashST) Get ¶
func (st *LinearProbingHashST) Get(k Key) Value
func (*LinearProbingHashST) Put ¶
func (st *LinearProbingHashST) Put(k Key, v Value)
type SeperateChainingHashST ¶
type SeperateChainingHashST struct {
M int
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.