data structure
particular way of storing and organizing data in a computer
ternary search tree
3-way tree data structure where every node's left subtree has keys less than the node's key, every middle subtree has keys equal to the node's key, and every right subtree has keys greater than the node's key
cons
function and primitive data structure in Lisp and other functional programming languages
Job File Table
data structure in MS-DOS (and compatible) operating system which indicates which files a program has open
Addressable heap
data structure
counting Bloom filter
generalization of Bloom filters that tracks the number of times each hash bucket was touched