algorithm
sequence of instructions to perform a task
merge algorithm
algorithm that combines multiple sorted lists into one
cache algorithm
algorithm for caching data
matrix multiplication algorithm
algorithm to multiply matrices
Double Ratchet Algorithm
cryptographic key management algorithm
Farthest-first traversal
algorithm
generative adversarial network
deep learning method in which two neural networks compete with each other in a game, learning to generate new data with the same statistics as the training set
G Subscript C
unit conversion factor commonly applied in engineering to convert from units of mass to force or vice versa
Debate algorithm
a recursive algorithm for computing the status of an argument in a debate
Strachey Love Letter algorithm
circa 1952 word-replacement algorithm for doggerel poetry
Harris Corner Detector
computer vision algorithm
Ramanujan Machine
computer algorithm, which generates conjectures
Weak Stability Boundary
physics algorithm
copy-and-patch
compiler technique
collaborative filtering
algorithm
Euclidean algorithm
algorithm for computing greatest common divisors
random forest
statistical algorithm that is used to cluster points of data in functional groups
A-law algorithm
algorithm
out-of-core algorithm
algorithm to process data that is too large to fit into a computer's main memory at one time, optimized to efficiently fetch and access data stored in slow bulk memory (e.g. hard drives, tape drives, remote network)
convolution reverberation
process for digitally simulating the reverberation of a physical or virtual space
sequitur algorithm
algorithm
cross-validation
statistical model validation technique
mark-compact algorithm
garbage collection algorithm based on the mark-sweep algorithm and Cheney's copying algorithm: reachable objects are marked, then marked objects are relocated toward the beginning of the heap
perceptron
algorithm for supervised learning of binary classifiers
smoothing
dataset modification using an approximating function to capture important patterns in the data while leaving out noise
hill climbing
optimization algorithm
Kalman filter
algorithm that estimates unknowns from a series of measurements over time
painter's algorithm
graphics algorithm in which polygons in a scene are sorted by depth and painted in this order, farthest to closest
polynomial long division
dividing polynomials similar to long division for regular numbers
Coupled cluster
mathematical calculation method
dynamic time warping
algorithm for measuring similarity between two temporal sequences, which may vary in speed
web indexing
methods for indexing the contents of a website or of the Internet as a whole.
null encryption
choosing not to use encryption in a system where various encryption options are offered, for testing/debugging, or authentication-only communication
Digital differential analyzer
hardware or software used for interpolation of variables over an interva
divided differences
recursive division algorithim
connected-component labeling
algorithm for finding contiguous subsets of pixels in a digital image
nondeterministic algorithm
model in computer science
Pollard's rho algorithm for logarithms
mathematical algorithm
asymptotically optimal algorithm
algorithm that is at most a constant factor worse than the best possible algorithm for large input sizes
Reverse-delete algorithm
minimum spanning forest algorithm that greedily deletes edges
constraint algorithm
method for satisfying the Newtonian motion of a rigid body which consists of mass points
De Boor's algorithm
method of evaluating spline curves
super-recursive algorithm
generalization of ordinary algorithms that are more powerful, that is, compute more than Turing machines