Search Results: Algorithmically
Redirect to:
Algorithm
Rabu, 2026-06-03 06:47:12In mathematics and computer science, an algorithm (/ˈælɡərɪðəm/ ) is a finite sequence of mathematically rigorous instructions, typically used to solve...
Click to read more »Algorithmic
Rabu, 2018-04-18 03:27:22Algorithmic may refer to: Algorithm, step-by-step instructions for a calculation Algorithmic art, art made by an algorithm Algorithmic composition, music...
Click to read more »Algorithmically random sequence
Minggu, 2026-03-08 03:54:17Intuitively, an algorithmically random sequence (or random sequence) is a sequence of binary digits that appears random to any algorithm running on a (prefix-free...
Click to read more »Sorting algorithm
Kamis, 2026-04-23 08:13:26In computer science, a sorting algorithm is an algorithm that puts elements of a list into an order. The most frequently used orders are numerical order...
Click to read more »Genetic algorithm
Jumat, 2026-05-01 20:02:58genetic algorithm (GA) is a metaheuristic inspired by the process of natural selection that belongs to the larger class of evolutionary algorithms (EA) in...
Click to read more »Shor's algorithm
Jumat, 2026-05-22 22:32:31Shor's algorithm is a quantum algorithm for finding the prime factors of an integer. It was developed in 1994 by the American mathematician Peter Shor...
Click to read more »The Algorithm
Selasa, 2026-04-07 15:31:42The Algorithm is the musical project of French musician Rémi Gallego (born 7 October 1989) from Perpignan. His style is characterised by an unusual combination...
Click to read more »Viterbi algorithm
Selasa, 2026-05-05 03:34:32The Viterbi algorithm is a dynamic programming algorithm that finds the most likely sequence of hidden events that would explain a sequence of observed...
Click to read more »Machine learning
Jumat, 2026-06-05 18:38:09such as images, video, and sensory data have not yielded attempts to algorithmically define specific features. An alternative is to discover such features...
Click to read more »Undecidable problem
Selasa, 2026-05-19 20:03:12construct an algorithm that always leads to a correct yes-or-no answer. The halting problem is an example: it can be proven that there is no algorithm that correctly...
Click to read more »Dijkstra's algorithm
Selasa, 2026-06-02 18:28:00Dijkstra's algorithm (/ˈdaɪk.strəz/, DYKE-strəz) is an algorithm for finding the shortest paths between nodes in a weighted graph, which may represent...
Click to read more »Kruskal's algorithm
Jumat, 2025-11-28 00:31:34Kruskal's algorithm finds a minimum spanning forest of an undirected edge-weighted graph. If the graph is connected, it finds a minimum spanning tree...
Click to read more »Neville's algorithm
Jumat, 2026-05-01 21:10:11In mathematics, Neville's algorithm is an algorithm used for polynomial interpolation that was derived by the mathematician Eric Harold Neville in 1934...
Click to read more »Introduction to Algorithms
Selasa, 2026-02-10 06:59:31Introduction to Algorithms is a book on computer programming by Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, and Clifford Stein. The book...
Click to read more »Luhn algorithm
Jumat, 2026-04-24 07:13:10The Luhn algorithm or Luhn formula (creator: IBM scientist Hans Peter Luhn), also known as the "modulus 10" or "mod 10" algorithm, is a simple check digit...
Click to read more »A* search algorithm
Rabu, 2026-05-06 15:03:54A* (pronounced "A-star") is a graph traversal and pathfinding algorithm that is used in many fields of computer science due to its completeness, optimality...
Click to read more »In-place algorithm
Jumat, 2026-05-22 19:09:10In computer science, an in-place algorithm is an algorithm that operates directly on the input data structure without requiring extra space proportional...
Click to read more »Selection algorithm
Sabtu, 2026-05-09 05:15:18In computer science, a selection algorithm is an algorithm for finding the k {\displaystyle k} th smallest value in a collection of orderable values,...
Click to read more »Whitehead's algorithm
Senin, 2026-04-27 10:39:41F_{n}} was algorithmically solved by J. H. C. Whitehead in a classic 1936 paper, and his solution came to be known as Whitehead's algorithm. Whitehead...
Click to read more »Prim's algorithm
Senin, 2026-04-27 00:09:00In computer science, Prim's algorithm is a greedy algorithm that finds a minimum spanning tree for a weighted undirected graph. This means it finds a...
Click to read more »Chaitin's constant
Senin, 2026-04-27 12:02:24left-c.e. and algorithmically random. Ω is among the few definable algorithmically random numbers and is the best-known algorithmically random number...
Click to read more »Euclidean algorithm
Minggu, 2026-05-17 08:43:29In mathematics, the Euclidean algorithm, or Euclid's algorithm, is an efficient method for computing the greatest common divisor (GCD) of two integers...
Click to read more »Plaintext
Rabu, 2026-05-06 16:31:21unencrypted information pending input into cryptographic algorithms, usually encryption algorithms. This usually refers to data that is transmitted or stored...
Click to read more »Fast Fourier transform
Sabtu, 2026-06-06 01:06:00A fast Fourier transform (FFT) is an algorithm that computes the discrete Fourier transform (DFT), or its inverse (IDFT), of a sequence. A Fourier transform...
Click to read more »Tarjan's algorithm
Rabu, 2023-09-13 06:38:36Tarjan's algorithm may refer to one of several algorithms attributed to Robert Tarjan, including: Tarjan's strongly connected components algorithm Tarjan's...
Click to read more »List of algorithms
Jumat, 2026-06-05 00:49:04An algorithm is a fundamental set of rules or defined procedures that are typically designed and used to be a simpler way to solve a specific problem...
Click to read more »Algorithmic trading
Sabtu, 2026-05-30 21:19:56Algorithmic trading is a method of executing orders using automated pre-programmed trading instructions accounting for variables such as time, price,...
Click to read more »Grover's algorithm
Senin, 2026-06-01 22:29:54In quantum computing, Grover's algorithm, also known as the quantum search algorithm, is a quantum algorithm for unstructured search that finds with high...
Click to read more »Galactic algorithm
Senin, 2026-04-13 11:33:48A galactic algorithm is an algorithm with record-breaking theoretical (asymptotic) performance, but which is not used due to practical constraints. Typical...
Click to read more »Algorithmic information theory
Rabu, 2026-03-25 04:54:01example, it is an algorithmically random sequence and thus its binary digits are evenly distributed (in fact it is normal). Algorithmic information theory...
Click to read more »SIMPLEC algorithm
Sabtu, 2025-07-19 09:37:02(Semi-Implicit Method for Pressure Linked Equations-Consistent) algorithm; a modified form of SIMPLE algorithm; is a commonly used numerical procedure in the field...
Click to read more »Hungarian algorithm
Senin, 2026-06-01 17:04:36The Hungarian method is a combinatorial optimization algorithm that solves the assignment problem in polynomial time and which anticipated later primal–dual...
Click to read more »Algorithmic bias
Selasa, 2026-04-07 04:22:56the United States and parole hearings, judges were presented with an algorithmically generated score intended to reflect the risk that a prisoner will repeat...
Click to read more »Goertzel algorithm
Senin, 2026-01-05 03:55:41The Goertzel algorithm is a technique in digital signal processing (DSP) for efficient evaluation of the individual terms of the discrete Fourier transform...
Click to read more »Algorithmic amplification
Jumat, 2026-06-05 03:16:08the recommendation algorithm amplified content from right-leaning political parties more than left-leaning parties. Algorithmically ranked feeds also amplified...
Click to read more »Algorithmic art
Selasa, 2026-06-02 00:35:02Algorithmic art or algorithm art is art, mostly visual art, in which the design is generated by an algorithm. Algorithmic artists are sometimes called...
Click to read more »Government by algorithm
Sabtu, 2026-04-11 15:33:17also referred to as algorithmic regulation, regulation by algorithms, algorithmic governance, algocratic governance, algorithmic legal order, or algocracy...
Click to read more »Kosaraju's algorithm
Selasa, 2026-05-19 06:40:55In computer science, Kosaraju-Sharir's algorithm (also known as Kosaraju's algorithm) is a linear time algorithm to find the strongly connected components...
Click to read more »Division algorithm
Kamis, 2026-05-07 08:30:57A division algorithm is an algorithm which, given two integers N and D (respectively the numerator and the denominator), computes their quotient and/or...
Click to read more »Chudnovsky algorithm
Kamis, 2026-06-04 23:25:01The Chudnovsky algorithm is a fast method for calculating the digits of π, based on Ramanujan's π formulae. Published by the Chudnovsky brothers in 1988...
Click to read more »A-law algorithm
Selasa, 2026-04-28 00:15:18Problems playing these files? See media help. An A-law algorithm is a standard companding algorithm, used in European eight-bit PCM digital communications...
Click to read more »Strassen algorithm
Rabu, 2026-04-29 23:04:35Strassen algorithm, named after Volker Strassen, is an algorithm for matrix multiplication. It is faster than the standard matrix multiplication algorithm for...
Click to read more »Recursive language
Senin, 2025-07-14 15:12:28such always-halting Turing machines are called total Turing machines or algorithms. The concept of decidability may be extended to other models of computation...
Click to read more »Computational topology
Selasa, 2025-12-09 16:40:29has been algorithmically implemented by Burton, Rubinstein and Tillmann and based on normal surface theory. The Manning algorithm is an algorithm to find...
Click to read more »Numerical method
Sabtu, 2025-08-09 09:48:55appropriate convergence check in a programming language is called a numerical algorithm. Let F ( x , y ) = 0 {\displaystyle F(x,y)=0} be a well-posed problem...
Click to read more »Algorithm (disambiguation)
Sabtu, 2026-03-28 18:00:38Look up algorithm in Wiktionary, the free dictionary. An algorithm is an unambiguous method of solving a specific problem. Algorithm or algorhythm may...
Click to read more »Algorithmic curation
Senin, 2026-05-04 00:51:07Algorithm curation is the selection of online media by technologies such as recommender systems and personalized search. Curation entails the selective...
Click to read more »Algorithmic composition
Kamis, 2026-02-12 09:04:55combine and test these algorithms. Another approach, which can be called computer-assisted composition, is to algorithmically create certain structures...
Click to read more »Gaussian algorithm
Kamis, 2022-07-21 10:10:31Gaussian algorithm may refer to: Gaussian elimination for solving systems of linear equations Gauss's algorithm for Determination of the day of the week...
Click to read more »Encryption
Jumat, 2026-06-05 18:54:43encryption scheme usually uses a pseudo-random encryption key generated by an algorithm. It is possible to decrypt the message without possessing the key but...
Click to read more »Greedy algorithm
Selasa, 2026-06-02 15:43:22A greedy algorithm is an algorithm which, at each step, makes the choice that is locally optimal, and subsequently does not reconsider past choices. Greedy...
Click to read more »DSSP (algorithm)
Rabu, 2026-06-03 20:28:02The DSSP algorithm is the standard method for assigning secondary structure to the amino acids of a protein, given the atomic-resolution coordinates of...
Click to read more »Time complexity
Minggu, 2026-04-12 14:44:40takes to run an algorithm. Time complexity is commonly estimated by counting the number of elementary operations performed by the algorithm, supposing that...
Click to read more »Procedural generation
Selasa, 2025-11-18 05:50:21of creating data algorithmically as opposed to manually, typically through a combination of human-generated content and algorithms coupled with computer-generated...
Click to read more »Analysis of algorithms
Minggu, 2025-10-12 21:47:03computer science, the analysis of algorithms is the process of finding the computational complexity of algorithms—the amount of time, storage, or other...
Click to read more »TikTok
Minggu, 2026-05-31 00:44:24mental health concerns, misinformation, offensive content, addictive algorithm, its role during the Gaza war, and, following its 2026 divestiture in...
Click to read more »Quantum algorithm
Kamis, 2026-05-21 19:56:34In quantum computing, a quantum algorithm is an algorithm that runs on a realistic model of quantum computation, the most commonly used model being the...
Click to read more »Gosper's algorithm
Senin, 2025-06-09 00:01:39In mathematics, Gosper's algorithm, due to Bill Gosper, is a procedure for finding sums of hypergeometric terms that are themselves hypergeometric terms...
Click to read more »Maze-solving algorithm
Kamis, 2026-05-07 12:01:02A maze-solving algorithm is an automated method for solving a maze. The random mouse, wall follower, Pledge, and Trémaux's algorithms are designed to be...
Click to read more »Bresenham's line algorithm
Senin, 2026-04-27 04:49:33Bresenham's line algorithm is a line drawing algorithm that determines the points of an n-dimensional raster that should be selected in order to form...
Click to read more »Post-quantum cryptography
Rabu, 2026-05-27 15:01:42quantum-resistant, is the development of cryptographic algorithms (usually public-key algorithms) that are currently thought, but not proven, to be secure...
Click to read more »Computational complexity theory
Selasa, 2026-03-17 11:16:12latter theory asks what kinds of problems can, in principle, be solved algorithmically. A computational problem can be viewed as an infinite collection of...
Click to read more »Strategy pattern
Rabu, 2025-10-15 22:34:07algorithm at runtime. Instead of implementing a single algorithm directly, code receives runtime instructions as to which in a family of algorithms to...
Click to read more »Search algorithm
Selasa, 2025-12-09 13:21:13In computer science, a search algorithm is an algorithm designed to solve a search problem. Search algorithms work to retrieve information stored within...
Click to read more »Borwein's algorithm
Senin, 2025-11-10 05:45:04Borwein's algorithm was devised by Jonathan and Peter Borwein to calculate the value of 1 / π {\displaystyle 1/\pi } . This and other algorithms can be found...
Click to read more »Mathematical optimization
Minggu, 2026-05-24 18:45:53of the simplex algorithm that are especially suited for network optimization Combinatorial algorithms Quantum optimization algorithms The iterative methods...
Click to read more »Multiplication algorithm
Sabtu, 2026-03-21 14:53:11be the only multiplication algorithm that some students will ever need. Lattice, or sieve, multiplication is algorithmically equivalent to long multiplication...
Click to read more »Simplex algorithm
Kamis, 2026-05-07 15:11:22optimization, Dantzig's simplex algorithm (or simplex method) is an algorithm for linear programming. The name of the algorithm is derived from the concept...
Click to read more »Cascade algorithm
Rabu, 2025-09-10 15:45:55In the mathematical topic of wavelet theory, the cascade algorithm is a numerical method for calculating function values of the basic scaling and wavelet...
Click to read more »Algorithmic radicalization
Selasa, 2026-05-19 22:01:26Algorithmic radicalization is the concept that recommender algorithms on popular social media sites, such as YouTube and Facebook, drive users toward...
Click to read more »Risch algorithm
Kamis, 2026-04-23 07:17:17In symbolic computation, the Risch algorithm is a method of indefinite integration used in some computer algebra systems to find antiderivatives. It is...
Click to read more »Lloyd's algorithm
Kamis, 2025-12-18 23:45:52engineering and computer science, Lloyd's algorithm, also known as Voronoi iteration or relaxation, is an algorithm named after Stuart P. Lloyd for finding...
Click to read more »Box Office Mojo
Minggu, 2026-01-18 08:48:45American-operated website that tracks box-office revenue in a systematic, algorithmic way. The site was founded in 1998 by Brandon Gray, and was bought in...
Click to read more »Computer science
Rabu, 2026-05-13 04:34:36the sciences, computer science spans theoretical disciplines (such as algorithms, theory of computation, and information theory) to applied disciplines...
Click to read more »Cluster analysis
Sabtu, 2026-05-23 12:53:29analysis refers to a family of algorithms and tasks rather than one specific algorithm. It can be achieved by various algorithms that differ significantly...
Click to read more »Peterson's algorithm
Selasa, 2026-02-24 02:40:52Peterson's algorithm (or Peterson's solution) is a concurrent programming algorithm for mutual exclusion that allows two or more processes to share a single-use...
Click to read more »Luleå algorithm
Rabu, 2026-04-22 05:42:56The Luleå algorithm of computer science, designed by Degermark et al. (1997), is a technique for storing and searching internet routing tables efficiently...
Click to read more »Loopless algorithm
Senin, 2023-08-14 01:35:37computational combinatorics, a loopless algorithm or loopless imperative algorithm is an imperative algorithm that generates successive combinatorial...
Click to read more »Apriori algorithm
Jumat, 2025-10-24 20:46:55Apriori is an algorithm for frequent item set mining and association rule learning over relational databases. It proceeds by identifying the frequent...
Click to read more »Evolutionary algorithm
Rabu, 2026-05-27 22:41:53Evolutionary algorithms (EA) reproduce essential elements of biological evolution in a computer algorithm in order to solve "difficult" problems, at least...
Click to read more »Numerical analysis
Minggu, 2026-04-26 06:22:58Numerical analysis is the study of algorithms for the problems of continuous mathematics. These algorithms involve real or complex variables (in contrast...
Click to read more »Bogosort
Senin, 2026-03-23 00:16:19bogosort (also known as permutation sort and stupid sort) is a sorting algorithm based on the generate and test paradigm. The function successively generates...
Click to read more »Supervised learning
Senin, 2026-04-27 21:03:12supervised learning (SL) is a type of machine learning paradigm where an algorithm learns to map input data to a specific output based on example input-output...
Click to read more »Algorithmic complexity
Selasa, 2023-12-26 16:10:34Algorithmic complexity may refer to: In algorithmic information theory, the complexity of a particular string in terms of all algorithms that generate...
Click to read more »Stablecoin
Jumat, 2026-06-05 09:56:39stable. Stablecoins rely on stabilization tools such as reserve assets or algorithms that match supply and demand to try to maintain a stable value. Historically...
Click to read more »Fisher–Yates shuffle
Rabu, 2026-05-13 00:22:34The Fisher–Yates shuffle is an algorithm for shuffling a finite sequence. The algorithm takes a list of all the elements of the sequence, and continually...
Click to read more »Lanczos algorithm
Kamis, 2026-04-30 14:19:19The Lanczos algorithm is an iterative method devised by Cornelius Lanczos that is an adaptation of power methods to find the m {\displaystyle m} "most...
Click to read more »Nagle's algorithm
Kamis, 2025-09-11 12:25:59Nagle's algorithm is a means of improving the efficiency of TCP/IP networks by reducing the number of packets that need to be sent over the network. It...
Click to read more »Elliptic Curve Digital Signature Algorithm
Selasa, 2026-03-31 17:54:23cryptography, the Elliptic Curve Digital Signature Algorithm (ECDSA) offers a variant of the Digital Signature Algorithm (DSA) which uses elliptic-curve cryptography...
Click to read more »Dinic's algorithm
Kamis, 2024-11-21 00:06:32Dinic's algorithm or Dinitz's algorithm is a strongly polynomial algorithm for computing the maximum flow in a flow network, conceived in 1970 by Israeli...
Click to read more »Randomized algorithm
Selasa, 2026-04-28 21:04:17A randomized algorithm is an algorithm that employs a degree of randomness as part of its logic or procedure. The algorithm typically uses uniformly random...
Click to read more »Stable algorithm
Jumat, 2022-02-25 11:27:16a stable sorting algorithm preserves the order of records with equal keys. In numerical analysis, a numerically stable algorithm avoids magnifying small...
Click to read more »Symposium on Discrete Algorithms
Jumat, 2026-05-15 12:57:21The Annual ACM-SIAM Symposium on Discrete Algorithms (SODA) is an academic conference in the fields of algorithm design and discrete mathematics. It is considered...
Click to read more »Borůvka's algorithm
Selasa, 2026-03-24 01:46:10Borůvka's algorithm is a greedy algorithm for finding a minimum spanning tree in a graph, or a minimum spanning forest in the case of a graph that is...
Click to read more »Google Search
Minggu, 2026-05-31 09:37:48website page or in an installed application program. Google Search uses algorithms to analyze and rank websites based on their relevance to the query and...
Click to read more »Odds algorithm
Senin, 2026-04-27 09:22:51In decision theory, the odds algorithm (or Bruss algorithm) is a mathematical method for computing optimal strategies for a class of problems that belong...
Click to read more »Cristian's algorithm
Minggu, 2025-01-19 08:24:27Cristian's algorithm (introduced by Flaviu Cristian in 1989) is a method for clock synchronization which can be used in many fields of distributive computer...
Click to read more »ACM Transactions on Mathematical Software
Minggu, 2025-12-21 21:00:20for this algorithm. Algorithms described in the transactions are generally published in the Collected Algorithms of the ACM (CALGO). Algorithms published...
Click to read more »Bellman–Ford algorithm
Senin, 2026-04-27 02:31:23The Bellman–Ford algorithm is an algorithm that computes shortest paths from a single source vertex to all of the other vertices in a weighted digraph...
Click to read more »Public-key cryptography
Minggu, 2026-05-31 10:27:35public key and a corresponding private key. Key pairs are generated with algorithms based on mathematical problems termed one-way functions. Security of public-key...
Click to read more »Lentz's algorithm
Minggu, 2025-12-21 17:19:01In mathematics, Lentz's algorithm is an algorithm to evaluate continued fractions,[full citation needed] and was originally devised to compute tables...
Click to read more »Adi Shamir
Senin, 2026-05-11 19:37:56and inventor. He is a co-inventor of the Rivest–Shamir–Adleman (RSA) algorithm (along with Ron Rivest and Len Adleman), a co-inventor of the Feige–Fiat–Shamir...
Click to read more »Leiden algorithm
Senin, 2025-12-08 22:12:55The Leiden algorithm is a community detection algorithm developed by Traag et al at Leiden University. It was developed as a modification of the Louvain...
Click to read more »Online algorithm
Kamis, 2025-12-04 21:16:20online algorithm is one that can process its input piece-by-piece in a serial fashion, i.e., in the order that the input is fed to the algorithm, without...
Click to read more »Maze generation algorithm
Rabu, 2026-02-11 08:39:57Maze generation algorithms are automated methods for the creation of mazes. A maze can be generated by starting with a predetermined arrangement of cells...
Click to read more »TF algorithm
Senin, 2017-08-21 23:34:51TF algorithm may refer to: Teknomo–Fernandez algorithm, an algorithm for generating the background image of a given video sequence TensorFlow, an open-source...
Click to read more »Stemming
Selasa, 2025-12-16 11:44:36algorithm, or stemmer. A stemmer for English operating on the stem cat should identify such strings as cats, catlike, and catty. A stemming algorithm...
Click to read more »Berlekamp's algorithm
Jumat, 2026-04-17 08:38:28Berlekamp's algorithm is a well-known method for factoring polynomials over finite fields (also known as Galois fields). The algorithm consists mainly...
Click to read more »Time-based one-time password
Rabu, 2026-06-03 23:49:04Time-based one-time password (TOTP) is a computer algorithm that generates a one-time password (OTP) using the current time as a source of uniqueness...
Click to read more »Gerrymandering
Kamis, 2026-06-04 09:24:58algorithm. The algorithm uses only the shape of the state, the number N of districts wanted, and the population distribution as inputs. The algorithm...
Click to read more »Algorithmic entities
Kamis, 2025-10-09 18:04:11Algorithmic entities refer to autonomous algorithms that operate without human control or interference. Recently, attention is being given to the idea...
Click to read more »Cartogram
Rabu, 2026-05-20 03:53:17first algorithms in 1963, based on a strategy of warping space itself rather than the distinct districts. Since then, a wide variety of algorithms have...
Click to read more »Cache replacement policies
Kamis, 2026-05-07 00:09:26policies (also known as cache replacement algorithms or cache algorithms) are optimizing instructions or algorithms which a computer program or hardware-maintained...
Click to read more »Cryptography
Jumat, 2026-06-05 03:13:23of algorithms that carry out the encryption and the reversing decryption. The detailed operation of a cipher is controlled both by the algorithm and...
Click to read more »Bees algorithm
Rabu, 2026-03-25 12:14:33computer science and operations research, the bees algorithm is a population-based search algorithm which was developed by Pham, Ghanbarzadeh et al. in...
Click to read more »Edmonds' algorithm
Kamis, 2025-01-23 22:31:24In graph theory, Edmonds' algorithm or Chu–Liu/Edmonds' algorithm is an algorithm for finding a spanning arborescence of minimum weight (sometimes called...
Click to read more »Bubble sort
Selasa, 2026-05-05 21:54:05Bubble sort, sometimes referred to as sinking sort, is a simple sorting algorithm that repeatedly steps through the input list element by element, comparing...
Click to read more »Pattern recognition
Selasa, 2026-01-13 14:46:15from labeled "training" data. When no labeled data are available, other algorithms can be used to discover previously unknown patterns. KDD and data mining...
Click to read more »Painter's algorithm
Minggu, 2026-05-17 11:58:11The painter's algorithm (also depth-sort algorithm and priority fill) is an algorithm for visible surface determination in 3D computer graphics that works...
Click to read more »Lossless compression
Minggu, 2026-04-19 06:26:34compression algorithm can shrink the size of all possible data: Some data will get longer by at least one symbol or bit. Compression algorithms are usually...
Click to read more »Reinforcement learning
Rabu, 2026-05-27 16:32:46unsupervised learning. While supervised learning and unsupervised learning algorithms respectively attempt to discover patterns in labeled and unlabeled data...
Click to read more »Collation
Minggu, 2026-03-08 20:44:49are not placed in any defined order). A collation algorithm such as the Unicode collation algorithm defines an order through the process of comparing...
Click to read more »MM algorithm
Jumat, 2026-04-24 04:41:34The MM algorithm is an iterative optimization method which exploits the convexity of a function in order to find its maxima or minima. The MM stands for...
Click to read more »Topological sorting
Kamis, 2025-12-18 00:20:58DAG has at least one topological ordering, and there are linear time algorithms for constructing it. Topological sorting has many applications, especially...
Click to read more »HHL algorithm
Rabu, 2026-04-08 03:43:21The Harrow–Hassidim–Lloyd (HHL) algorithm is a quantum algorithm for obtaining certain limited information about the solution to a system of linear equations...
Click to read more »Algorithms and Combinatorics
Minggu, 2026-03-08 18:19:36Algorithms and Combinatorics (ISSN 0937-5511) is a book series in mathematics, and particularly in combinatorics and the design and analysis of algorithms...
Click to read more »Verhoeff algorithm
Jumat, 2026-01-09 06:02:20The Verhoeff algorithm is a checksum for error detection first published by Dutch mathematician Jacobus Verhoeff in 1969. It was the first decimal check...
Click to read more »Streaming algorithm
Senin, 2026-05-04 21:14:58streaming algorithms process input data streams as a sequence of items, typically making just one pass (or a few passes) through the data. These algorithms are...
Click to read more »Forney algorithm
Kamis, 2025-11-06 16:29:06In coding theory, the Forney algorithm (or Forney's algorithm) calculates the error values at known error locations. It is used as one of the steps in...
Click to read more »The Numbers (website)
Rabu, 2026-04-15 06:37:38industry data website that tracks box office revenue in a systematic, algorithmic way, a publication of Nash Information Services LLC. The company also...
Click to read more »Generative art
Kamis, 2026-04-30 12:31:39refers to algorithmic art (algorithmically determined computer generated artwork) and synthetic media (general term for any algorithmically generated...
Click to read more »ID3 algorithm
Jumat, 2026-04-24 00:08:42is a greedy algorithm invented by Ross Quinlan used to generate a decision tree from a dataset. ID3 is the precursor to the C4.5 algorithm. The 3 in the...
Click to read more »Artificial intelligence
Rabu, 2026-06-03 05:18:00attention and cover the scope of AI research. Early researchers developed algorithms that imitated step-by-step reasoning that humans use when they solve puzzles...
Click to read more »Entscheidungsproblem
Senin, 2026-05-11 02:56:31problems are of practical interest. Some first-order theories are algorithmically decidable; examples of this include Presburger arithmetic, real closed...
Click to read more »Boyer–Moore string-search algorithm
Rabu, 2026-02-11 09:07:39computer science, the Boyer–Moore string-search algorithm is an efficient string-searching algorithm that is the standard benchmark for practical string-search...
Click to read more »Karatsuba algorithm
Selasa, 2026-02-10 20:08:22The Karatsuba algorithm is a fast multiplication algorithm for integers. It was discovered by Anatoly Karatsuba in 1960 and published in 1962. It is a...
Click to read more »Clenshaw algorithm
Sabtu, 2026-02-21 02:52:12In numerical analysis, the Clenshaw algorithm, also called Clenshaw summation, is a recursive method to evaluate a linear combination of Chebyshev polynomials...
Click to read more »Ensemble learning
Jumat, 2026-04-17 09:10:47multiple learning algorithms to obtain better predictive performance than could be obtained from any of the constituent learning algorithms alone. Unlike...
Click to read more »Exact algorithm
Senin, 2020-06-15 07:10:49research, exact algorithms are algorithms that always solve an optimization problem to optimality. Unless P = NP, an exact algorithm for an NP-hard optimization...
Click to read more »Algorithmic technique
Jumat, 2026-03-13 12:08:59science, an algorithmic technique is a general approach for implementing a process or computation. There are several broadly recognized algorithmic techniques...
Click to read more »Quantum computing
Kamis, 2026-06-04 18:29:49security. Quantum algorithms then emerged for solving oracle problems, such as Deutsch's algorithm in 1985, the Bernstein–Vazirani algorithm in 1993, and Simon's...
Click to read more »CYK algorithm
Selasa, 2026-01-20 05:35:18grammar may be algorithmically transformed into a CNF grammar expressing the same language (Sipser 1997). The importance of the CYK algorithm stems from its...
Click to read more »Tomasulo's algorithm
Rabu, 2026-01-28 03:34:24Tomasulo's algorithm is a computer architecture hardware algorithm for dynamic scheduling of instructions that allows out-of-order execution and enables...
Click to read more »Pop music automation
Jumat, 2025-07-25 02:19:43computer scientists with a goal of producing successful pop music algorithmically. It is often based on the premise that pop music is especially formulaic...
Click to read more »Algorithmic accountability
Jumat, 2026-05-15 06:57:22Algorithmic accountability refers to the allocation of responsibility for the consequences of real-world actions influenced by algorithms used in decision-making...
Click to read more »TCP congestion control
Selasa, 2026-06-02 01:30:55Transmission Control Protocol (TCP) uses one of several congestion control algorithms that include various aspects of an additive increase/multiplicative decrease...
Click to read more »Image compression
Sabtu, 2026-05-16 11:23:05to digital images, to reduce their cost for storage or transmission. Algorithms may take advantage of visual perception and the statistical properties...
Click to read more »Karplus–Strong string synthesis
Sabtu, 2025-03-29 14:05:17algorithm, and Kevin Karplus did the first analysis of how it worked. Together they developed software and hardware implementations of the algorithm,...
Click to read more »Karn's algorithm
Selasa, 2023-01-17 02:51:22Karn's algorithm addresses the problem of getting accurate estimates of the round-trip time for messages when using the Transmission Control Protocol...
Click to read more »Gauss–Legendre algorithm
Kamis, 2026-05-21 03:04:14The Gauss–Legendre algorithm is an algorithm to compute the digits of π. It is notable for being rapidly convergent, with only 25 iterations producing...
Click to read more »Pi
Jumat, 2026-06-05 10:58:27simple spigot algorithm in 1995. Its speed is comparable to arctan algorithms, but not as fast as iterative algorithms. Another spigot algorithm, the BBP digit...
Click to read more »Bit manipulation
Rabu, 2026-04-29 22:44:57Bit manipulation is the act of algorithmically manipulating bits or other pieces of data shorter than a word. Computer programming tasks that require...
Click to read more »QR algorithm
Senin, 2025-11-24 04:57:44In numerical linear algebra, the QR algorithm or QR iteration is an eigenvalue algorithm: that is, a procedure to calculate the eigenvalues and eigenvectors...
Click to read more »Logarithm
Senin, 2026-05-18 21:01:56commonplace in scientific formulae, and in measurements of the complexity of algorithms and of geometric objects called fractals. They help to describe frequency...
Click to read more »Flooding algorithm
Senin, 2025-07-14 21:03:16A flooding algorithm is an algorithm for distributing material to every part of a graph. The name derives from the concept of inundation by a flood. Flooding...
Click to read more »Needleman–Wunsch algorithm
Selasa, 2025-11-04 19:18:34The Needleman–Wunsch algorithm is an algorithm used in bioinformatics to align protein or nucleotide sequences. It was one of the first applications of...
Click to read more »Bat algorithm
Rabu, 2024-01-31 11:53:53The Bat algorithm is a metaheuristic algorithm for global optimization. It was inspired by the echolocation behaviour of microbats, with varying pulse...
Click to read more »Algorithmic paradigm
Selasa, 2024-02-27 15:18:37algorithmic paradigm or algorithm design paradigm is a generic model or framework which underlies the design of a class of algorithms. An algorithmic...
Click to read more »Markov algorithm
Minggu, 2025-09-07 03:35:03science, a Markov algorithm is a string rewriting system that uses grammar-like rules to operate on strings of symbols. Markov algorithms have been shown...
Click to read more »Triple DES
Rabu, 2026-04-29 19:41:13Triple Data Encryption Algorithm (TDEA or Triple DEA), is a symmetric-key block cipher, which applies the DES cipher algorithm three times to each data...
Click to read more »DPLL algorithm
Jumat, 2026-03-06 00:17:30science, the Davis–Putnam–Logemann–Loveland (DPLL) algorithm is a complete, backtracking-based search algorithm for deciding the satisfiability of propositional...
Click to read more »Pathfinding
Kamis, 2026-06-04 04:57:53solving mazes. This field of research is based heavily on Dijkstra's algorithm for finding the shortest path on a weighted graph. Pathfinding is closely...
Click to read more »Algorithms for calculating variance
Kamis, 2026-03-26 01:28:25Algorithms for calculating variance play a major role in computational statistics. A key difficulty in the design of good algorithms for this problem is...
Click to read more »Black box
Kamis, 2026-05-21 08:28:40to many inner workings, such as those of a transistor, an engine, an algorithm, the human brain, or an institution or government. To analyze an open...
Click to read more »Karger's algorithm
Selasa, 2026-05-05 17:50:11In computer science and graph theory, Karger's algorithm is a randomized algorithm to compute a minimum cut of a connected graph. It was invented by David...
Click to read more »Iterator pattern
Rabu, 2025-11-05 03:06:22container's elements. The iterator pattern decouples algorithms from containers; in some cases, algorithms are necessarily container-specific and thus cannot...
Click to read more »Data compression
Rabu, 2026-06-03 22:15:55line coding, the means for mapping data onto a signal. Data compression algorithms present a space–time complexity trade-off between the bytes needed to...
Click to read more »Hyperparameter (machine learning)
Senin, 2025-10-13 12:49:31hyperparameters (such as the topology and size of a neural network) or algorithm hyperparameters (such as the learning rate and the batch size of an optimizer)...
Click to read more »Advanced Encryption Standard
Selasa, 2026-06-02 05:40:33Standard (DES), which was published in 1977. The algorithm described by AES is a symmetric-key algorithm, meaning the same key is used for both encrypting...
Click to read more »MD5
Minggu, 2026-05-03 12:46:12Wikifunctions has a function related to this topic. The MD5 message-digest algorithm is a widely used hash function producing a 128-bit hash value. MD5 was...
Click to read more »Polynomial
Sabtu, 2026-05-16 18:56:38most efficient algorithms allow solving easily (on a computer) polynomial equations of degree higher than 1,000 (see Root-finding algorithm). For polynomials...
Click to read more »Heap's algorithm
Senin, 2025-11-10 17:10:57Heap's algorithm generates all possible permutations of n objects. It was first proposed by B. R. Heap in 1963. The algorithm minimizes movement: it generates...
Click to read more »Void (astronomy)
Selasa, 2026-05-12 00:12:10results of large-scale surveys of the universe. Of the many different algorithms, virtually all fall into one of three general categories. The first class...
Click to read more »QR decomposition
Minggu, 2026-04-05 04:03:14squares (LLS) problem and is the basis for a particular eigenvalue algorithm, the QR algorithm. Any real square matrix A may be decomposed as A = Q R , {\displaystyle...
Click to read more »Algorithmic efficiency
Selasa, 2026-05-05 21:47:25science, algorithmic efficiency is a property of an algorithm which relates to the amount of computational resources used by the algorithm. Algorithmic efficiency...
Click to read more »Cipher suite
Selasa, 2026-03-10 22:58:41protocol. The set of algorithms that cipher suites usually contain include: a key exchange algorithm, a bulk encryption algorithm, and a message authentication...
Click to read more »Noise reduction
Jumat, 2026-04-24 21:42:32Noise reduction techniques exist for audio and images. Noise reduction algorithms may distort the signal to some degree. Noise rejection is the ability...
Click to read more »Sikidy
Jumat, 2026-02-13 13:56:29to decode the random data. This table, called the toetry, is then algorithmically checked for errors before being divinely interpreted. To "awaken" the...
Click to read more »Simultaneous localization and mapping
Selasa, 2026-02-24 09:20:36initially appears to be a chicken or the egg problem, there are several algorithms known to solve it in, at least approximately, tractable time for certain...
Click to read more »Digital image processing
Selasa, 2026-05-05 20:40:50is the use of a digital computer to process digital images through an algorithm. As a subcategory or field of digital signal processing, digital image...
Click to read more »Automatic differentiation
Kamis, 2026-05-28 02:52:30differentiation (auto-differentiation, autodiff, or AD), also called algorithmic differentiation, computational differentiation, and differentiation arithmetic...
Click to read more »Outline of algorithms
Rabu, 2026-05-06 22:19:54to algorithms: An algorithm is a finite, well-defined sequence of instructions or rules for solving a problem or performing a computation. Algorithms are...
Click to read more »Bitap algorithm
Sabtu, 2025-01-25 22:20:24bitap algorithm (also known as the shift-or, shift-and or Baeza-Yates–Gonnet algorithm) is an approximate string matching algorithm. The algorithm tells...
Click to read more »K-means clustering
Kamis, 2026-06-04 05:44:50efficient heuristic algorithms converge quickly to a local optimum. These are usually similar to the expectation–maximization algorithm for mixtures of Gaussian...
Click to read more »EdDSA
Senin, 2026-03-23 04:51:26In public-key cryptography, Edwards-curve Digital Signature Algorithm (EdDSA) is a digital signature scheme using a variant of Schnorr signature based...
Click to read more »The Feel of Algorithms
Jumat, 2026-03-13 03:25:28of Algorithms is a 2023 book by Minna Ruckenstein. The book studies the emotional experiences and everyday interactions people have with algorithms. Ruckenstein...
Click to read more »Ethics of artificial intelligence
Kamis, 2026-06-04 16:27:16that are considered to have particular ethical stakes. This includes algorithmic biases, fairness, accountability, transparency, privacy, and regulation...
Click to read more »CFOP method
Kamis, 2026-05-28 04:05:55119 algorithms in total to learn the full method, with 41 for F2L, 57 for full OLL, and 21 for full PLL. On top of that, there are other algorithm sets...
Click to read more »PageRank
Kamis, 2026-05-21 14:31:48PageRank (PR) is an algorithm used by Google Search to rank web pages in their search engine results. It is named after both the term "web page" and co-founder...
Click to read more »Graph theory
Selasa, 2026-05-12 02:14:00The data structure used depends on both the graph structure and the algorithm used for manipulating the graph. Theoretically one can distinguish between...
Click to read more »Resolution (logic)
Sabtu, 2026-05-16 14:39:53For first-order logic, resolution can be used as the basis for a semi-algorithm for the unsatisfiability problem of first-order logic, providing a more...
Click to read more »Abramov's algorithm
Kamis, 2024-10-10 20:57:31algebra, Abramov's algorithm computes all rational solutions of a linear recurrence equation with polynomial coefficients. The algorithm was published by...
Click to read more »Buchberger's algorithm
Kamis, 2026-01-22 16:30:32In the theory of multivariate polynomials, Buchberger's algorithm is a method for transforming a given set of polynomials into a Gröbner basis, which...
Click to read more »Weapons of Math Destruction
Jumat, 2026-05-15 10:18:32American book about the societal impact of algorithms, written by Cathy O'Neil. It explores how some big data algorithms are increasingly used in ways that reinforce...
Click to read more »3D modeling
Jumat, 2026-06-05 21:07:17(points and other information), 3D models can be created manually, algorithmically (procedural modeling), or by scanning. Their surfaces may be further...
Click to read more »Matrix multiplication algorithm
Senin, 2026-05-04 02:55:32central operation in many numerical algorithms, much work has been invested in making matrix multiplication algorithms efficient. Applications of matrix...
Click to read more »Remez algorithm
Rabu, 2025-10-29 19:00:05The Remez algorithm or Remez exchange algorithm, published by Evgeny Yakovlevich Remez in 1934, is an iterative algorithm used to find simple approximations...
Click to read more »Algorithmic logic
Rabu, 2025-03-26 10:00:45Algorithmic logic is a calculus of programs that allows the expression of semantic properties of programs by appropriate logical formulas. It provides...
Click to read more »Algorithmic probability
Jumat, 2025-10-24 20:55:48In algorithmic information theory, algorithmic probability, also known as Solomonoff probability, is a mathematical method of assigning a prior probability...
Click to read more »Computation
Jumat, 2026-04-17 15:33:58computation are mathematical equation solving and the execution of computer algorithms. Mechanical or electronic devices (or, historically, people) that perform...
Click to read more »Deterministic algorithm
Minggu, 2026-05-10 17:18:50In computer science, a deterministic algorithm is an algorithm that, given a particular input, will always produce the same output, with the underlying...
Click to read more »Secure Hash Algorithms
Minggu, 2026-04-19 06:23:39The Secure Hash Algorithms are a family of cryptographic hash functions published by the National Institute of Standards and Technology (NIST) as a U.S...
Click to read more »PID controller
Senin, 2026-05-25 13:47:44account for time taken by the algorithm itself during the loop, or more importantly, any pre-emption delaying the algorithm. A common issue when using K...
Click to read more »Model of computation
Senin, 2026-01-12 06:55:54complexity of an algorithm can be measured given a model of computation. Using a model allows studying the performance of algorithms independently of...
Click to read more »Peter Shor
Sabtu, 2026-06-06 01:30:58particular for devising Shor's algorithm, a quantum algorithm for factoring exponentially faster than the best currently-known algorithm running on a classical...
Click to read more »Feature (machine learning)
Rabu, 2026-04-15 17:48:03discriminating, and independent features is crucial to producing effective algorithms for pattern recognition, classification, and regression tasks. Features...
Click to read more »Boolean satisfiability problem
Sabtu, 2026-05-02 01:46:58known algorithm that efficiently solves each SAT problem (where "efficiently" means "deterministically in polynomial time"). Although such an algorithm is...
Click to read more »SIMPLE algorithm
Sabtu, 2024-06-08 04:20:27In computational fluid dynamics (CFD), the SIMPLE algorithm is a widely used numerical procedure to solve the Navier–Stokes equations. SIMPLE is an acronym...
Click to read more »Chaff algorithm
Rabu, 2025-07-02 10:24:10Chaff is an algorithm for solving instances of the Boolean satisfiability problem in programming. It was designed by researchers at Princeton University...
Click to read more »Gale–Shapley algorithm
Senin, 2026-05-18 12:06:56Gale–Shapley algorithm (also known as the deferred acceptance algorithm, propose-and-reject algorithm, or Boston Pool algorithm) is an algorithm for finding...
Click to read more »Algorithmic pricing
Sabtu, 2026-05-30 07:27:59Algorithmic pricing is the practice of automatically setting the requested price for items for sale, in order to maximize the seller's profits. Dynamic...
Click to read more »Blossom algorithm
Senin, 2026-05-25 11:37:36In graph theory, the blossom algorithm is an algorithm for constructing maximum matchings on graphs. The algorithm was developed by Jack Edmonds in 1961...
Click to read more »Directional cubic convolution interpolation
Sabtu, 2026-05-30 23:56:21image scaling algorithm created by Dengwen Zhou and Xiaoliu Shen. By taking into account the edges in an image, this scaling algorithm reduces artifacts...
Click to read more »LZ77 and LZ78
Jumat, 2026-04-10 17:40:23LZ77 and LZ78 are the two lossless data compression algorithms published in papers by Abraham Lempel and Jacob Ziv in 1977 and 1978. They are also known...
Click to read more »Block Lanczos algorithm
Rabu, 2023-10-25 03:23:53In computer science, the block Lanczos algorithm is an algorithm for finding the nullspace of a matrix over a finite field, using only multiplication...
Click to read more »Organic search results
Sabtu, 2026-02-28 04:17:42search results are the query results which are calculated strictly algorithmically, and not affected by advertiser payments. They are distinguished from...
Click to read more »RSA cryptosystem
Sabtu, 2026-05-09 03:21:23Ron Rivest, Adi Shamir and Leonard Adleman, who publicly described the algorithm in 1977. An equivalent system was developed secretly in 1973 at Government...
Click to read more »Memory management
Kamis, 2026-05-28 12:33:10there are no "memory leaks"). The specific dynamic memory allocation algorithm implemented can impact performance significantly. A study conducted in...
Click to read more »De Casteljau's algorithm
Rabu, 2026-03-25 23:49:00In the mathematical field of numerical analysis, De Casteljau's algorithm is a recursive method to evaluate polynomials in Bernstein form or Bézier curves...
Click to read more »Enumeration algorithm
Selasa, 2026-02-10 19:42:57science, an enumeration algorithm is an algorithm that enumerates the answers to a computational problem. Formally, such an algorithm applies to problems...
Click to read more »Floyd–Warshall algorithm
Minggu, 2026-02-08 09:31:42Floyd–Warshall algorithm (also known as Floyd's algorithm, the Roy–Warshall algorithm, the Roy–Floyd algorithm, or the WFI algorithm) is an algorithm for finding...
Click to read more »FLAC
Minggu, 2026-05-24 01:42:30that includes a codec implementation. Digital audio compressed by FLAC's algorithm can typically be reduced to between 50 and 70 percent of its original...
Click to read more »Parameterized complexity
Senin, 2026-05-04 13:02:16solving algorithms for NP-complete, or otherwise NP-hard, problems is considered unlikely, if input parameters are not fixed; all known solving algorithms for...
Click to read more »Google Panda
Kamis, 2026-04-23 15:15:07Google Panda is an algorithm used by the Google search engine, introduced in February 2011. The main goal of this algorithm is to improve the quality of...
Click to read more »Perfectly Imperfect (platform)
Selasa, 2026-05-12 06:49:09Its main feed is presented in reverse chronological order and is not algorithmically curated. Perfectly Imperfect was started during the COVID-19 pandemic...
Click to read more »Calculation
Sabtu, 2026-01-03 19:26:11of senses, from the very definite arithmetical calculation of using an algorithm, to the vague heuristics of calculating a strategy in a competition, or...
Click to read more »Automatic summarization
Sabtu, 2026-04-04 23:05:42Automatic summaries present information extracted from multiple sources algorithmically, without any editorial touch or subjective human intervention, thus...
Click to read more »LZMA
Jumat, 2026-05-01 15:20:58LZMA (Lempel–Ziv–Markov chain algorithm) is a lossless data compression algorithm developed since 1998 by Igor Pavlov, the developer of 7-Zip. It has...
Click to read more »Raft (algorithm)
Jumat, 2026-01-23 00:52:56Raft is a consensus algorithm designed as an alternative to the Paxos family of algorithms. It was meant to be more understandable than Paxos by means...
Click to read more »Reeds–Sloane algorithm
Senin, 2021-11-22 03:17:55The Reeds–Sloane algorithm, named after James Reeds and Neil Sloane, is an extension of the Berlekamp–Massey algorithm, an algorithm for finding the shortest...
Click to read more »Iteration
Kamis, 2025-10-02 01:56:25(along with the related technique of recursion) is a standard element of algorithms. In mathematics, iteration may refer to the process of iterating a function...
Click to read more »Tornado vortex signature
Sabtu, 2026-01-24 15:29:29abbreviated TVS, is a Pulse-Doppler radar weather radar detected rotation algorithm that indicates the likely presence of a strong mesocyclone that is in...
Click to read more »TPK algorithm
Sabtu, 2026-03-28 17:54:45The TPK algorithm is a simple program introduced by Donald Knuth and Luis Trabb Pardo to illustrate the evolution of computer programming languages. In...
Click to read more »Huffman coding
Minggu, 2026-03-15 12:00:32compression. The process of finding or using such a code is Huffman coding, an algorithm developed by David A. Huffman while he was a Sc.D. student at MIT, and...
Click to read more »Ewin Tang
Minggu, 2026-05-17 18:38:37for her work developing classical algorithms which matched the performance of the fastest known quantum algorithms, done as an undergraduate under the...
Click to read more »Computer music
Minggu, 2026-01-04 11:12:19James Tenney, who created a series of digitally synthesized and/or algorithmically composed pieces at Bell Labs using Mathews' MUSIC III system, beginning...
Click to read more »Algorithm characterizations
Senin, 2026-05-04 13:20:51Algorithm characterizations are attempts to formalize the word algorithm. Algorithm does not have a generally accepted formal definition. Researchers...
Click to read more »Birkhoff algorithm
Jumat, 2025-10-24 18:39:32Birkhoff's algorithm (also called Birkhoff-von-Neumann algorithm) is an algorithm for decomposing a bistochastic matrix into a convex combination of permutation...
Click to read more »Parallel algorithm
Sabtu, 2026-01-24 01:19:55In computer science, a parallel algorithm, as opposed to a traditional serial algorithm, is an algorithm which can do multiple operations in a given time...
Click to read more »Algorithmic regulation
Kamis, 2020-03-26 23:38:05Algorithmic regulation may refer to: Government by algorithm, use of algorithms in government Regulation of algorithms, rules and laws for algorithms...
Click to read more »Medical algorithm
Kamis, 2024-02-01 02:30:41A medical algorithm is any computation, formula, statistical survey, nomogram, or look-up table, useful in healthcare. Medical algorithms include decision...
Click to read more »Datafly algorithm
Senin, 2025-08-18 10:58:27Datafly algorithm is an algorithm for providing anonymity in medical data. The algorithm was developed by Latanya Arvette Sweeney in 1997−98. Anonymization...
Click to read more »Cylindrical algebraic decomposition
Minggu, 2024-05-05 16:24:19cylindrical algebraic decomposition (CAD) is a notion, along with an algorithm to compute it, that is fundamental for computer algebra and real algebraic...
Click to read more »Tarjan's strongly connected components algorithm
Selasa, 2026-03-03 02:15:43Kosaraju's algorithm and the path-based strong component algorithm. The algorithm is named for its inventor, Robert Tarjan. The algorithm takes a directed...
Click to read more »Ford–Fulkerson algorithm
Jumat, 2026-05-22 21:59:37Ford–Fulkerson algorithm (FFA) is a greedy algorithm that computes the maximum flow in a flow network. It is sometimes called a "method" instead of an "algorithm" as...
Click to read more »The Master Algorithm
Jumat, 2024-05-10 12:50:16The Master Algorithm: How the Quest for the Ultimate Learning Machine Will Remake Our World is a book by Pedro Domingos released in 2015. Domingos wrote...
Click to read more »Computational complexity
Kamis, 2026-04-02 19:20:59computer science, the computational complexity or simply complexity of an algorithm is the amount of resources required to run it. Particular focus is given...
Click to read more »MUSIC (algorithm)
Kamis, 2026-05-14 13:20:50MUSIC (MUltiple SIgnal Classification) is an algorithm used for frequency estimation and radio direction finding. In many practical signal processing...
Click to read more »RankBrain
Rabu, 2026-04-22 12:36:17RankBrain is a machine learning-based search engine algorithm, the use of which was confirmed by Google on 26 October 2015. It helps Google to process...
Click to read more »Helaman Ferguson
Senin, 2025-03-24 10:32:36is also well known for his development of the PSLQ algorithm, an integer relation detection algorithm. Ferguson's mother died when he was about three and...
Click to read more »Bias–variance tradeoff
Senin, 2026-04-27 18:34:50learning algorithms from generalizing beyond their training set: The bias error is an error from erroneous assumptions in the learning algorithm. High bias...
Click to read more »Reservoir sampling
Kamis, 2026-04-23 01:05:06Reservoir sampling is a family of randomized algorithms for choosing a simple random sample, without replacement, of k items from a population of unknown...
Click to read more »Rendering (computer graphics)
Kamis, 2026-05-28 23:40:09rendering equation. Real-time rendering uses high-performance rasterization algorithms that process a list of shapes and determine which pixels are covered by...
Click to read more »Ramer–Douglas–Peucker algorithm
Minggu, 2026-03-15 19:47:17Ramer–Douglas–Peucker algorithm, also known as the Douglas–Peucker algorithm and iterative end-point fit algorithm, is an algorithm that decimates a curve...
Click to read more »Outline of machine learning
Senin, 2026-04-20 04:44:01involves the study and construction of algorithms that can learn from and make predictions on data. These algorithms operate by building a model from a training...
Click to read more »XGBoost
Kamis, 2026-04-16 12:23:26XGBoost gained much popularity and attention in the mid-2010s as the algorithm of choice for many winning teams of machine learning competitions. XGBoost...
Click to read more »Implementation
Minggu, 2025-09-28 23:38:44application, execution of a plan, idea, model, design, specification, standard, algorithm, policy, or the administration or management of a process or objective...
Click to read more »Implicit graph
Jumat, 2025-03-21 00:41:07determined algorithmically from some other input, for example a computable function. The notion of an implicit graph is common in various search algorithms which...
Click to read more »Hilltop algorithm
Kamis, 2026-06-04 22:09:59The Hilltop algorithm is a link-analysis algorithm used to identify and rank web documents relevant to specific keyword topics. Developed by Krishna Bharat...
Click to read more »Polynomial greatest common divisor
Senin, 2026-05-11 22:10:18polynomial GCD may be computed as for the integer GCD, with the Euclidean algorithm using long division. The polynomial GCD is defined only up to the multiplication...
Click to read more »Karmarkar's algorithm
Minggu, 2025-07-20 22:35:43Karmarkar's algorithm is an algorithm introduced by Narendra Karmarkar in 1984 for solving linear programming problems. It was the first reasonably efficient...
Click to read more »Integral
Jumat, 2026-06-05 02:16:56functions, and the operations of multiplication and composition. The Risch algorithm provides a general criterion to determine whether the antiderivative of...
Click to read more »Empirical algorithmics
Sabtu, 2025-08-16 18:37:35science, empirical algorithmics (or experimental algorithmics) is the practice of using empirical methods to study the behavior of algorithms. The practice...
Click to read more »Computational economics
Sabtu, 2026-01-03 01:56:53Computational or algorithmic economics is an interdisciplinary field combining computer science and economics to efficiently solve computationally-expensive...
Click to read more »List of data structures
Rabu, 2026-05-13 05:13:31structures. For a wider list of terms, see list of terms relating to algorithms and data structures. For a comparison of running times for a subset of...
Click to read more »Leonid Khachiyan
Jumat, 2026-02-13 00:05:07ellipsoid algorithm (1979) for linear programming, which was the first such algorithm known to have a polynomial running time. Even though this algorithm was...
Click to read more »Dolby Digital
Rabu, 2026-04-29 02:24:16(MDCT), a lossy audio compression algorithm. It is a modification of the discrete cosine transform (DCT) algorithm, which was proposed by Nasir Ahmed...
Click to read more »Tomography
Rabu, 2025-11-19 06:42:38multiple projectional radiographs. Many different reconstruction algorithms exist. Most algorithms fall into one of two categories: filtered back projection...
Click to read more »Education by algorithm
Rabu, 2025-12-03 14:56:43Education by algorithm refers to automated solutions that algorithmic agents or social bots offer to education, to assist with mundane educational tasks...
Click to read more »FKT algorithm
Minggu, 2024-10-13 02:55:35The Fisher–Kasteleyn–Temperley (FKT) algorithm, named after Michael Fisher, Pieter Kasteleyn, and Neville Temperley, counts the number of perfect matchings...
Click to read more »Byte-pair encoding
Kamis, 2026-04-02 03:21:51In computing, byte-pair encoding (BPE), or digram coding, is an algorithm, first described in 1994 by Philip Gage, for encoding strings of text into smaller...
Click to read more »Section 230
Rabu, 2026-05-13 11:14:09TikTok's algorithm that promoted the challenge led to the minor's death, can proceed after ruling that because TikTok has curated its algorithm, it is not...
Click to read more »Image scaling
Kamis, 2026-05-21 20:21:54algorithms aim to preserve edges in the image after scaling, unlike other algorithms, which can introduce staircase artifacts. Examples of algorithms...
Click to read more »Independent set (graph theory)
Rabu, 2026-01-28 22:21:07NP-hard problem. As such, it is unlikely that there exists an efficient algorithm for finding a maximum independent set of a graph. Every maximum independent...
Click to read more »Certifying algorithm
Selasa, 2024-01-23 01:55:11In theoretical computer science, a certifying algorithm is an algorithm that outputs, together with a solution to the problem it solves, a proof that...
Click to read more »ISO/IEC 9797-1
Senin, 2024-07-08 07:23:32Rather than defining one specific algorithm, the standard defines a general model from which a variety of specific algorithms can be constructed. The model...
Click to read more »Regular expression
Senin, 2026-04-20 13:51:49match pattern in text. Usually such patterns are used by string-searching algorithms for "find" or "find and replace" operations on strings, or for input validation...
Click to read more »Statistical classification
Selasa, 2024-07-16 00:53:02performed by a computer, statistical methods are normally used to develop the algorithm. Often, the individual observations are analyzed into a set of quantifiable...
Click to read more »Spacecraft attitude determination and control
Selasa, 2026-05-26 07:46:27apply the torques needed to orient the vehicle to a desired attitude, and algorithms to command the actuators based on the current attitude and specification...
Click to read more »Leonard Adleman
Rabu, 2026-03-11 22:56:36problem's solution space was synthesized. This mixture was then operated algorithmically using biochemical techniques to winnow out the 'incorrect' strands...
Click to read more »Gillespie algorithm
Selasa, 2026-05-05 06:48:17In probability theory, the Gillespie algorithm (or the Doob–Gillespie algorithm or stochastic simulation algorithm, the SSA) generates a statistically...
Click to read more »Nondeterministic algorithm
Minggu, 2025-11-09 01:05:12algorithm is an algorithm that, even for the same input, can exhibit different behaviors on different runs, as opposed to a deterministic algorithm....
Click to read more »Yannakakis algorithm
Kamis, 2026-04-16 12:51:25The Yannakakis algorithm is an algorithm in database theory for evaluating acyclic join queries (more generally, (alpha-)acyclic conjunctive queries,...
Click to read more »Eigenvalue algorithm
Senin, 2026-03-30 22:21:20is designing efficient and stable algorithms for finding the eigenvalues of a matrix. These eigenvalue algorithms may also find eigenvectors. Given an...
Click to read more »Artificial bee colony algorithm
Sabtu, 2023-01-07 01:23:26science and operations research, the artificial bee colony algorithm (ABC) is an optimization algorithm based on the intelligent foraging behaviour of honey...
Click to read more »Selection sort
Rabu, 2026-06-03 06:19:21In computer science, selection sort is an in-place comparison sorting algorithm. It has a O(n2) time complexity, which makes it inefficient on large lists...
Click to read more »FAN algorithm
Sabtu, 2026-05-16 12:06:04FAN algorithm (FAN-out oriented algorithm) is an algorithm for automatic test pattern generation (ATPG). It was invented in 1983 by Hideo Fujiwara and...
Click to read more »Metropolis–Hastings algorithm
Rabu, 2026-04-29 22:46:34In statistics and statistical physics, the Metropolis–Hastings algorithm is a Markov chain Monte Carlo (MCMC) method for obtaining a sequence of random...
Click to read more »Arnoldi iteration
Jumat, 2025-06-20 18:47:42In numerical linear algebra, the Arnoldi iteration is an eigenvalue algorithm and an important example of an iterative method. Arnoldi finds an approximation...
Click to read more »Deflate
Jumat, 2026-02-20 18:00:11(stylized as DEFLATE, and also called Flate) is a lossless data compression algorithm that uses a combination of LZ77 and Huffman coding. It was designed by...
Click to read more »Theoretical computer science
Sabtu, 2026-05-09 07:45:25Group on Algorithms and Computation Theory (SIGACT) provides the following description: TCS covers a wide variety of topics including algorithms, data structures...
Click to read more »Heap (data structure)
Minggu, 2026-05-31 13:32:42for the heapsort sorting algorithm. Heaps are also crucial in several efficient graph algorithms such as Dijkstra's algorithm. When a heap is a complete...
Click to read more »Algorave
Jumat, 2025-06-13 15:11:04An algorave (from an algorithm and rave) is an event where people dance to music generated from algorithms, often using live coding techniques. Alex McLean...
Click to read more »Shuffling
Sabtu, 2026-01-24 17:06:24original order after several shuffles. Shuffling can be simulated using algorithms like the Fisher–Yates shuffle, which generates a random permutation of...
Click to read more »Concurrent computing
Minggu, 2026-05-17 01:58:26non-blocking algorithms. There are advantages of concurrent computing: Increased program throughput—parallel execution of a concurrent algorithm allows the...
Click to read more »Spigot algorithm
Senin, 2025-08-11 07:44:26A spigot algorithm is an algorithm for computing the value of a transcendental number (such as π or e) that generates the digits of the number sequentially...
Click to read more »Cryptographic hash function
Minggu, 2026-05-10 03:49:11linear function, does not satisfy these additional properties. Checksum algorithms, such as CRC-32 and other cyclic redundancy checks, are designed to meet...
Click to read more »Decision tree pruning
Senin, 2026-05-18 07:01:13Pruning is a data compression technique in machine learning and search algorithms that reduces the size of decision trees by removing sections of the tree...
Click to read more »Data Encryption Standard
Sabtu, 2026-03-07 03:07:35The Data Encryption Standard (DES /ˌdiːˌiːˈɛs, dɛz/) is a symmetric-key algorithm for the encryption of digital data. Although its short key length of 56...
Click to read more »Banker's algorithm
Selasa, 2025-10-28 22:46:26Banker's algorithm is a resource allocation and deadlock avoidance algorithm developed by Edsger Dijkstra that tests for safety by simulating the allocation...
Click to read more »Knuth–Morris–Pratt algorithm
Sabtu, 2026-01-24 10:36:32In computer science, the Knuth–Morris–Pratt algorithm (or KMP algorithm) is a string-searching algorithm that searches for occurrences of a "word" W within...
Click to read more »Viterbi decoder
Senin, 2026-04-06 09:43:21the Viterbi algorithm for decoding a bitstream that has been encoded using a convolutional code or trellis code. There are other algorithms for decoding...
Click to read more »Wei Dai
Senin, 2025-09-08 00:28:56cryptocurrency system, and co-proposed the VMAC message authentication algorithm. Dai graduated from the University of Washington with a degree in computer...
Click to read more »Bowyer–Watson algorithm
Rabu, 2026-04-01 12:17:46Bowyer–Watson algorithm is a method for computing the Delaunay triangulation of a finite set of points in any number of dimensions. The algorithm can be also...
Click to read more »Insertion sort
Minggu, 2026-03-08 12:25:42Insertion sort is a simple sorting algorithm that builds the final sorted array (or list) one item at a time by comparisons. It is much less efficient...
Click to read more »Generic programming
Jumat, 2026-05-15 03:47:41Generic programming is a style of computer programming in which algorithms are written in terms of data types to-be-specified-later that are then instantiated...
Click to read more »Active learning (machine learning)
Senin, 2026-03-30 04:12:00Active learning is a special case of machine learning in which a learning algorithm can interactively query a human user (or some other information source)...
Click to read more »Thompson's construction
Sabtu, 2026-01-24 13:04:28computer science, Thompson's construction algorithm, also called the McNaughton–Yamada–Thompson algorithm, is a method of transforming a regular expression...
Click to read more »Unsupervised learning
Jumat, 2026-03-27 16:37:29framework in machine learning where, in contrast to supervised learning, algorithms learn patterns exclusively from unlabeled data. Other frameworks in the...
Click to read more »Symmetric-key algorithm
Rabu, 2026-06-03 08:06:14Symmetric-key algorithms are algorithms for cryptography that use the same cryptographic keys for both the encryption of plaintext and the decryption...
Click to read more »Held–Karp algorithm
Rabu, 2025-09-24 13:12:38The Held–Karp algorithm, also called the Bellman–Held–Karp algorithm, is a dynamic programming algorithm proposed in 1962 independently by Bellman and...
Click to read more »Hierarchical navigable small world
Sabtu, 2026-05-30 01:34:58Hierarchical navigable small world (HNSW) is an algorithm for approximate nearest neighbor search. It is used to find items that are similar to a query...
Click to read more »Rabin–Karp algorithm
Senin, 2025-11-10 05:46:08In computer science, the Rabin–Karp algorithm or Karp–Rabin algorithm is a string-searching algorithm created by Richard M. Karp and Michael O. Rabin (1987)...
Click to read more »Combinatorial optimization
Selasa, 2025-10-14 13:45:16tractable, and so specialized algorithms that quickly rule out large parts of the search space or approximation algorithms must be resorted to instead....
Click to read more »Samuel S. Wagstaff Jr.
Sabtu, 2026-03-14 14:27:29cryptography, parallel computation, and analysis of algorithms, especially number theoretic algorithms. He is currently a professor of computer science and...
Click to read more »Algorithmic culture
Minggu, 2026-04-26 19:45:33portal In the digital humanities, "algorithmic culture" is part of an emerging synthesis of rigorous software algorithm-driven design that couples software...
Click to read more »Rule induction
Senin, 2025-07-28 03:14:26Association rule learning algorithms (e.g., Agrawal) Decision rule algorithms (e.g., Quinlan 1987) Hypothesis testing algorithms (e.g., RULEX) Horn clause...
Click to read more »Operator-precedence parser
Jumat, 2026-05-01 21:35:49such as Reverse Polish notation (RPN). Edsger Dijkstra's shunting yard algorithm is commonly used to implement operator-precedence parsers. An operator-precedence...
Click to read more »Yarowsky algorithm
Minggu, 2023-01-29 01:00:12In computational linguistics the Yarowsky algorithm is an unsupervised learning algorithm for word sense disambiguation that uses the "one sense per collocation"...
Click to read more »Recursion (computer science)
Senin, 2026-05-18 08:29:35even if this program contains no explicit repetitions. — Niklaus Wirth, Algorithms + Data Structures = Programs, 1976 Most computer programming languages...
Click to read more »Ukkonen's algorithm
Sabtu, 2026-01-24 17:42:10science, Ukkonen's algorithm is a linear-time, online algorithm for constructing suffix trees, proposed by Esko Ukkonen in 1995. The algorithm begins with an...
Click to read more »Boosting (machine learning)
Minggu, 2025-07-27 22:45:37foundational example of boosting. While boosting is not algorithmically constrained, most boosting algorithms consist of iteratively learning weak classifiers...
Click to read more »Computational geometry
Selasa, 2026-02-10 18:42:14of algorithms that can be stated in terms of geometry. Some purely geometrical problems arise out of the study of computational geometric algorithms, and...
Click to read more »Sine and cosine
Rabu, 2026-05-20 04:49:33that no efficient algorithm is known for computing sine and cosine with a specified accuracy, especially for large inputs. Algorithms for calculating sine...
Click to read more »Time series
Jumat, 2026-05-01 06:34:39Shihan; Chen, Tao; Wang, Hongjian (17 March 2023). "IDBD-Based Beamforming Algorithm for Improving the Performance of Phased Array Radar in Nonstationary Environments"...
Click to read more »Brent's algorithm
Rabu, 2023-03-01 05:32:50Brent's algorithm is either of the following: Brent's algorithm for cycle detection Brent's method for finding roots of functions of one real variable...
Click to read more »HAL 9000
Jumat, 2026-06-05 21:44:12in the 1968 film 2001: A Space Odyssey, HAL (Heuristically Programmed Algorithmic Computer) is a sentient artificial general intelligence computer that...
Click to read more »Gröbner basis
Rabu, 2026-06-03 06:13:59in his 1965 Ph.D. thesis, which also included an algorithm to compute them (Buchberger's algorithm). He named them after his advisor Wolfgang Gröbner...
Click to read more »Replacement algorithm
Minggu, 2023-07-23 14:33:09Replacement algorithm may refer to: Cache replacement algorithm Page replacement algorithm This disambiguation page lists articles associated with the...
Click to read more »Christofides algorithm
Rabu, 2025-09-24 21:00:51The Christofides algorithm or Christofides–Serdyukov algorithm is an algorithm for finding approximate solutions to the travelling salesman problem, on...
Click to read more »Robert Tarjan
Selasa, 2026-05-05 09:39:45is the discoverer of several graph theory algorithms, including his strongly connected components algorithm, and co-inventor of both splay trees and Fibonacci...
Click to read more »Algorithmic inference
Kamis, 2026-04-16 00:30:37Algorithmic inference gathers new developments in the statistical inference methods made feasible by the powerful computing devices widely available to...
Click to read more »Vertex cover
Sabtu, 2026-04-11 14:57:43optimization problem. It is NP-hard, so it cannot be solved by a polynomial-time algorithm if P ≠ NP. Moreover, it is hard to approximate – it cannot be approximated...
Click to read more »Lowest common ancestor
Kamis, 2026-01-15 05:32:27this algorithm is O(h) where h is the height of the tree (length of longest path from a leaf to the root). However, there exist several algorithms for...
Click to read more »Gram–Schmidt process
Kamis, 2025-11-13 10:01:21algebra and numerical analysis, the Gram–Schmidt process or Gram-Schmidt algorithm is a way of finding a set of two or more vectors that are perpendicular...
Click to read more »Intersection algorithm
Minggu, 2025-03-30 01:03:41The intersection algorithm is an agreement algorithm used to select sources for estimating accurate time from a number of noisy time sources. It forms...
Click to read more »Breadth-first search
Jumat, 2026-05-15 03:26:12Breadth-first search (BFS) is an algorithm for searching a tree data structure for a node that satisfies a given property. It starts at the tree root...
Click to read more »Computational complexity of matrix multiplication
Rabu, 2026-06-03 04:35:16Unsolved problem in computer science What is the fastest algorithm for matrix multiplication? More unsolved problems in computer science In theoretical...
Click to read more »Backpropagation
Sabtu, 2026-05-16 08:52:27calculations. Strictly speaking, the term backpropagation refers only to an algorithm for efficiently computing the gradient, not how the gradient is used,...
Click to read more »Computational complexity of mathematical operations
Senin, 2026-05-18 01:19:12The following tables list the computational complexity of various algorithms for common mathematical operations. Here, complexity refers to the time complexity...
Click to read more »NP-completeness
Sabtu, 2026-03-28 03:58:54verified quickly (namely, in polynomial time), and a brute-force search algorithm can find a valid solution (if one exists) by trying all possible solutions...
Click to read more »Planarity testing
Kamis, 2026-02-05 04:18:50In graph theory, the planarity testing problem is the algorithmic problem of testing whether a given graph is a planar graph (that is, whether it can...
Click to read more »Non-blocking algorithm
Jumat, 2026-02-13 02:48:47In computer science, an algorithm is called non-blocking if failure or suspension of any thread cannot cause failure or suspension of another thread;...
Click to read more »Demon algorithm
Jumat, 2024-06-07 22:16:02The demon algorithm is a Monte Carlo method for efficiently sampling members of a microcanonical ensemble with a given energy. An additional degree of...
Click to read more »Standard algorithms
Sabtu, 2025-05-24 08:37:15In elementary arithmetic, a standard algorithm or method is a specific method of computation which is conventionally taught for solving particular mathematical...
Click to read more »Fortune's algorithm
Kamis, 2025-11-06 06:41:40Fortune's algorithm is a sweep line algorithm for generating a Voronoi diagram from a set of points in a plane using O(n log n) time and O(n) space. It...
Click to read more »Algorithm aversion
Kamis, 2026-02-12 23:34:47Algorithm aversion is defined as a "biased assessment of an algorithm which manifests in negative behaviors, and attitudes towards the algorithm compared...
Click to read more »Unknotting problem
Kamis, 2025-10-30 04:35:21algorithmically recognizing the unknot, given some representation of a knot, e.g., a knot diagram. There are several types of unknotting algorithms....
Click to read more »Multi-armed bandit
Sabtu, 2026-05-09 07:17:12policies, and the algorithm is computationally inefficient. A simple algorithm with logarithmic regret is proposed in: UCB-ALP algorithm: The framework of...
Click to read more »Force-directed graph drawing
Selasa, 2026-04-07 12:12:59Force-directed graph drawing algorithms are a class of algorithms for drawing graphs in an aesthetically-pleasing way. Their purpose is to position the...
Click to read more »Newton's method
Jumat, 2026-05-22 02:06:34method, named after Isaac Newton and Joseph Raphson, is a root-finding algorithm which produces successively better approximations to the roots (or zeroes)...
Click to read more »Petkovšek's algorithm
Rabu, 2025-11-05 04:54:15Petkovšek's algorithm (also Hyper) is a computer algebra algorithm that computes a basis of hypergeometric terms solution of its input linear recurrence...
Click to read more »De Boor's algorithm
Minggu, 2025-08-10 01:55:02subfield of numerical analysis, de Boor's algorithm is a polynomial-time and numerically stable algorithm for evaluating spline curves in B-spline form...
Click to read more »Motion planning
Selasa, 2026-06-02 12:25:04task while avoiding walls and not falling down stairs. A motion planning algorithm would take a description of these tasks as input, and produce the speed...
Click to read more »Algorithmic transparency
Selasa, 2026-02-03 09:47:56Algorithmic transparency is the principle that the factors that influence the decisions made by algorithms should be visible, or transparent, to the people...
Click to read more »Optimal solutions for the Rubik's Cube
Minggu, 2026-05-24 20:20:38cube-solving algorithm. Later, Singmaster reported that Elwyn Berlekamp, John Conway, and Richard K. Guy had come up with a different algorithm that took...
Click to read more »Outline of computer programming
Selasa, 2026-05-12 12:50:52of algorithms Empirical algorithmics Big O notation Algorithmic efficiency Algorithmic information theory Algorithmic probability Algorithmically random...
Click to read more »Approximation algorithm
Rabu, 2026-06-03 21:15:49computer science and operations research, approximation algorithms are efficient algorithms that find approximate solutions to optimization problems...
Click to read more »Tridiagonal matrix algorithm
Senin, 2026-04-27 04:01:06In numerical linear algebra, the tridiagonal matrix algorithm, also known as the Thomas algorithm (named after Llewellyn Thomas), is a simplified form...
Click to read more »Key size
Sabtu, 2026-02-28 21:13:55in a key used by a cryptographic algorithm (such as a cipher). Key length defines the upper-bound on an algorithm's security (i.e. a logarithmic measure...
Click to read more »Berlekamp–Massey algorithm
Minggu, 2026-04-19 14:56:55Berlekamp–Massey algorithm is an algorithm that will find the shortest linear-feedback shift register (LFSR) for a given binary output sequence. The algorithm will...
Click to read more »Memetic algorithm
Kamis, 2026-05-28 20:21:39computer science and operations research, a memetic algorithm (MA) is an extension of an evolutionary algorithm (EA) that aims to accelerate the evolutionary...
Click to read more »Algorithmic management
Selasa, 2026-06-02 04:42:01Algorithmic management is a term used to describe certain labor management practices in the contemporary digital economy. In scholarly uses, the term...
Click to read more »Conformal prediction
Rabu, 2026-03-04 14:57:40Conformal prediction (CP) is an algorithm for uncertainty quantification that produces statistically valid prediction regions (multidimensional prediction...
Click to read more »Canny edge detector
Selasa, 2026-05-12 19:12:59Canny edge detector is an edge detection operator that uses a multi-stage algorithm to detect a wide range of edges in images. It was developed by John F...
Click to read more »Smoothing
Selasa, 2025-12-02 22:14:31trends. Provide analyses that are both flexible and robust. Many different algorithms are used in smoothing, most commonly binning, kernels, and local weighted...
Click to read more »Regulation of algorithms
Sabtu, 2026-02-28 00:27:42Regulation of algorithms, or algorithmic regulation, is the creation of laws, rules and public sector policies for promotion and regulation of algorithms, particularly...
Click to read more »Stochastic approximation
Minggu, 2025-11-02 22:48:32applications range from stochastic optimization methods and algorithms, to online forms of the EM algorithm, reinforcement learning via temporal differences, and...
Click to read more »Rsync
Selasa, 2026-06-02 21:34:36license. rsync is written in C as a single-threaded application. The rsync algorithm is a type of delta encoding, and is used for minimizing network usage...
Click to read more »Hill climbing
Sabtu, 2025-12-06 01:14:06technique which belongs to the family of local search. It is an iterative algorithm that starts with an arbitrary solution to a problem, then attempts to...
Click to read more »Distributed algorithm
Selasa, 2025-06-24 03:30:57distributed algorithm is an algorithm designed to run on computer hardware constructed from interconnected processors. Distributed algorithms are used in...
Click to read more »Gzip
Selasa, 2026-04-14 18:44:33file format and a file compression program. The program uses the Deflate algorithm to compress and decompress a single file using the gzip file format. gzip...
Click to read more »Computer scientist
Jumat, 2026-05-08 00:40:07scientists can also focus their work and research on specific areas (such as algorithm and data structure development and design, software engineering, information...
Click to read more »Algorithm selection
Kamis, 2026-05-07 01:01:34Algorithm selection (sometimes also called per-instance algorithm selection or offline algorithm selection) is a meta-algorithmic technique to choose...
Click to read more »Mersenne Twister
Sabtu, 2026-04-11 19:31:20earlier PRNGs. The most commonly used version of the Mersenne Twister algorithm is based on the Mersenne prime 2 19937 − 1 {\displaystyle 2^{19937}-1}...
Click to read more »Power iteration
Jumat, 2026-05-08 07:53:23as the power method) is an eigenvalue algorithm: given a diagonalizable matrix A {\displaystyle A} , the algorithm will produce a number λ {\displaystyle...
Click to read more »Kademlia
Selasa, 2026-03-03 09:32:25node ID. The node ID serves not only as identification, but the Kademlia algorithm uses the node ID to locate values (usually file hashes or keywords). In...
Click to read more »TRIZ
Sabtu, 2026-05-30 19:19:16Retrieved 19 March 2016. Altshuller, Genrich (1999). The Innovation Algorithm: TRIZ, systematic innovation, and technical creativity. Worcester, MA:...
Click to read more »Collatz conjecture
Selasa, 2026-06-02 21:07:31Conway proved that a natural generalization of the Collatz problem is algorithmically undecidable. Specifically, he considered functions of the form g (...
Click to read more »Stochastic
Selasa, 2026-06-02 09:44:46application of Monte Carlo simulation to the computer graphics ray tracing algorithm. "Distributed ray tracing samples the integrand at many randomly chosen...
Click to read more »Stephen Altschul
Selasa, 2026-04-14 02:47:12mathematician who has designed algorithms that are used in the field of bioinformatics (the Karlin–Altschul algorithm and its successors). Altschul is...
Click to read more »NP (complexity)
Rabu, 2026-04-15 23:32:19"nondeterministic, polynomial time". These two definitions are equivalent because the algorithm based on the Turing machine consists of two phases, the first of which...
Click to read more »Phonetic algorithm
Jumat, 2025-12-19 13:36:47A phonetic algorithm is an algorithm for indexing of words by their pronunciation. If the algorithm is based on orthography, it depends crucially on the...
Click to read more »Anytime algorithm
Senin, 2026-03-09 09:06:21an anytime algorithm is an algorithm that can return a valid solution to a problem even if it is interrupted before it ends. The algorithm is expected...
Click to read more »P versus NP problem
Minggu, 2026-05-24 05:52:43polynomial function on the size of the input to the algorithm. The general class of questions that some algorithm can answer in polynomial time is "P" or "class...
Click to read more »Algorithm engineering
Minggu, 2026-05-17 14:48:32Algorithm engineering focuses on the design, analysis, implementation, optimization, profiling and experimental evaluation of computer algorithms, bridging...
Click to read more »Shunting yard algorithm
Sabtu, 2026-01-31 02:12:37In computer science, the shunting yard algorithm is a method for parsing arithmetical or logical expressions, or a combination of both, specified in infix...
Click to read more »Merge-insertion sort
Minggu, 2026-02-01 00:17:39computer science, merge-insertion sort or the Ford–Johnson algorithm is a comparison sorting algorithm published in 1959 by L. R. Ford Jr. and Selmer M. Johnson...
Click to read more »Additive increase/multiplicative decrease
Selasa, 2026-02-24 21:42:28The additive-increase/multiplicative-decrease (AIMD) algorithm is a feedback control algorithm best known for its use in TCP congestion control. AIMD...
Click to read more »Jacobi method
Kamis, 2025-11-27 00:51:01the Jacobi method (a.k.a. the Jacobi iteration method) is an iterative algorithm for determining the solutions of a strictly diagonally dominant system...
Click to read more »Bzip2
Senin, 2026-05-04 21:29:58and a file compression program. The program uses the Burrows–Wheeler algorithm to compress and decompress a single file using the bzip2 file format....
Click to read more »Permutation
Selasa, 2026-05-19 00:36:38of science. In computer science, they are used for analyzing sorting algorithms; in quantum physics, for describing states of particles; and in biology...
Click to read more »Minimum spanning tree
Minggu, 2026-04-26 17:18:43randomized algorithm based on a combination of Borůvka's algorithm and the reverse-delete algorithm. The fastest non-randomized comparison-based algorithm with...
Click to read more »Algorithms of Oppression
Sabtu, 2026-01-31 06:36:32Algorithms of Oppression: How Search Engines Reinforce Racism is a 2018 book by Safiya Umoja Noble in the fields of information science, machine learning...
Click to read more »Adian–Rabin theorem
Kamis, 2025-07-24 03:14:54that most "reasonable" properties of finitely presentable groups are algorithmically undecidable. The theorem is due to Sergei Adyan (1955) and, independently...
Click to read more »Gilbert–Johnson–Keerthi distance algorithm
Senin, 2026-04-27 21:56:25The Gilbert–Johnson–Keerthi distance algorithm is a method of determining the minimum distance between two convex sets, first published by Elmer G. Gilbert...
Click to read more »Johnson's algorithm
Senin, 2025-11-10 05:45:38Johnson's algorithm is a way to find the shortest paths between all pairs of vertices in an edge-weighted directed graph. It allows some of the edge weights...
Click to read more »Asymptotic decider
Jumat, 2025-09-05 17:09:04marching cubes algorithm, which can produce some "bad" topology, but can also be considered an algorithm in its own right. The algorithm first divides...
Click to read more »Synthetic-aperture radar
Senin, 2026-03-16 14:05:51lenses of conical, cylindrical and spherical shape. The Range-Doppler algorithm is an example of a more recent approach. Synthetic-aperture radar determines...
Click to read more »Actor-critic algorithm
Minggu, 2026-04-12 15:53:03The actor-critic algorithm (AC) is a family of reinforcement learning (RL) algorithms that combine policy-based RL algorithms such as policy gradient methods...
Click to read more »Invertible matrix
Sabtu, 2026-01-31 16:25:21multiplication algorithm that is used internally. Research into matrix multiplication complexity shows that there exist matrix multiplication algorithms with a...
Click to read more »Maekawa's algorithm
Rabu, 2025-08-20 19:53:12Maekawa's algorithm is an algorithm for mutual exclusion on a distributed system. The basis of this algorithm is a quorum-like approach where any one...
Click to read more »Scale-invariant feature transform
Rabu, 2026-02-25 06:21:39The scale-invariant feature transform (SIFT) is a computer vision algorithm to detect, describe, and match local features in images, invented by David...
Click to read more »Anki
Minggu, 2026-05-31 17:13:18The name comes from the Japanese word for "memorization" (暗記). The SM-2 algorithm, created for SuperMemo in the late 1980s, has historically formed the...
Click to read more »Schoof's algorithm
Senin, 2025-10-20 22:01:13Schoof's algorithm is an efficient algorithm to count points on elliptic curves over finite fields. The algorithm has applications in elliptic curve cryptography...
Click to read more »Rete algorithm
Selasa, 2025-12-30 19:44:32The Rete algorithm (/ˈriːtiː/ REE-tee, /ˈreɪtiː/ RAY-tee, rarely /ˈriːt/ REET, /rɛˈteɪ/ reh-TAY) is a pattern matching algorithm for implementing rule-based...
Click to read more »Restricted Boltzmann machine
Kamis, 2025-11-06 05:18:18training algorithms than are available for the general class of Boltzmann machines, in particular the gradient-based contrastive divergence algorithm. Restricted...
Click to read more »Rigetti Computing
Minggu, 2026-05-24 07:15:43cloud platform called Forest that enables programmers to execute quantum algorithms. Rigetti Computing was founded in 2013 by Chad Rigetti, a physicist with...
Click to read more »Lenstra–Lenstra–Lovász lattice basis reduction algorithm
Selasa, 2026-05-12 02:52:48Lenstra–Lenstra–Lovász (LLL) lattice basis reduction algorithm is a polynomial time lattice reduction algorithm invented by Arjen Lenstra, Hendrik Lenstra and...
Click to read more »Minimum-cost flow problem
Senin, 2026-04-20 10:57:58and also that it can be solved efficiently using the network simplex algorithm. A flow network is a directed graph G = ( V , E ) {\displaystyle G=(V...
Click to read more »Cox–Zucker machine
Jumat, 2026-03-20 01:02:00arithmetic geometry, the Cox–Zucker machine is an algorithm created by David A. Cox and Steven Zucker. This algorithm determines whether a given set of sections[further...
Click to read more »Computational group theory
Minggu, 2023-09-24 01:19:40algorithms in computational group theory include: the Schreier–Sims algorithm for finding the order of a permutation group the Todd–Coxeter algorithm...
Click to read more »Scheme (programming language)
Sabtu, 2026-05-09 14:42:07for functional programming and associated techniques such as recursive algorithms. It was also one of the first programming languages to support first-class...
Click to read more »Ordered dithering
Rabu, 2026-05-27 00:05:27Ordered dithering is any image dithering algorithm which uses a pre-set threshold map tiled across an image. It is commonly used to display a continuous...
Click to read more »Butterfly diagram
Kamis, 2025-11-06 21:34:29In the context of fast Fourier transform algorithms, a butterfly is a portion of the computation that combines the results of smaller discrete Fourier...
Click to read more »Firefly algorithm
Kamis, 2026-01-22 13:45:31firefly algorithm is a metaheuristic proposed by Xin-She Yang and inspired by the flashing behavior of fireflies. In pseudocode the algorithm can be stated...
Click to read more »Prefix sum
Rabu, 2026-03-04 19:04:11parallel algorithms, both as a test problem to be solved and as a useful primitive to be used as a subroutine in other parallel algorithms. Abstractly...
Click to read more »List of artificial intelligence algorithms
Senin, 2026-06-01 10:41:00This is a list of artificial intelligence algorithms, including algorithms and algorithmic methods used in artificial intelligence (AI) for search, automated...
Click to read more »Polygon mesh
Selasa, 2026-05-26 14:03:00Several methods exist for mesh generation, including the marching cubes algorithm. Volumetric meshes are distinct from polygon meshes in that they explicitly...
Click to read more »Flowchart
Sabtu, 2026-05-02 12:09:42flowchart can also be defined as a diagrammatic representation of an algorithm, a step-by-step approach to solving a task. The flowchart shows the steps...
Click to read more »Computable function
Senin, 2026-02-23 00:00:04computability theory. Informally, a function is computable if there is an algorithm that computes the value of the function for every value of its argument...
Click to read more »Autoregressive model
Minggu, 2026-05-03 03:00:27Shihan; Chen, Tao; Wang, Hongjian (17 March 2023). "IDBD-Based Beamforming Algorithm for Improving the Performance of Phased Array Radar in Nonstationary Environments"...
Click to read more »Random forest
Senin, 2026-04-20 04:53:11decision trees' habit of overfitting to their training set. The first algorithm for random decision forests was created in 1995 by Tin Kam Ho using the...
Click to read more »ALGOL
Jumat, 2026-05-08 04:20:57ALGOL (/ˈælɡɒl, -ɡɔːl/; short for "Algorithmic Language") is a family of imperative computer programming languages originally developed in 1958. ALGOL...
Click to read more »Conjugate gradient method
Rabu, 2026-05-13 16:32:52In mathematics, the conjugate gradient method is an algorithm for the numerical solution of particular systems of linear equations, namely those whose...
Click to read more »Google Penguin
Senin, 2025-09-22 08:18:17Google Penguin is a codename for a Google algorithm update that was first announced on April 24, 2012. The update was aimed at decreasing search engine...
Click to read more »Thalmann algorithm
Jumat, 2025-04-18 15:34:44The Thalmann Algorithm (VVAL 18) is a deterministic decompression model originally designed in 1980 to produce a decompression schedule for divers using...
Click to read more »Display Stream Compression
Rabu, 2026-05-20 16:16:09Display Stream Compression (DSC) is a VESA-developed video compression algorithm designed to enable increased display resolutions and frame rates over...
Click to read more »Rejection sampling
Sabtu, 2026-04-18 20:44:39also commonly called the acceptance-rejection method or "accept-reject algorithm" and is a type of exact simulation method. The method works for any distribution...
Click to read more »Timing attack
Selasa, 2026-05-05 23:59:33compromise a cryptosystem by analyzing the time taken to execute cryptographic algorithms. Every logical operation in a computer takes time to execute, and the...
Click to read more »Kabsch algorithm
Jumat, 2026-01-23 12:02:09The Kabsch algorithm, also known as the Kabsch-Umeyama algorithm, named after Wolfgang Kabsch and Shinji Umeyama, is a method for calculating the optimal...
Click to read more »Scrypt
Sabtu, 2026-01-10 01:59:05accessed as needed. Because the elements of the vector are generated algorithmically, each element could be generated on the fly as needed, only storing...
Click to read more »Nearest-neighbor interpolation
Selasa, 2025-03-11 11:00:16function in points around (neighboring) that point. The nearest neighbor algorithm selects the value of the nearest point and does not consider the values...
Click to read more »Tony Hoare
Rabu, 2026-06-03 11:27:13scientist who made foundational contributions to programming languages, algorithms, operating systems, formal verification, and concurrent computing. His...
Click to read more »Computer science and engineering
Selasa, 2026-04-14 02:39:16programming, algorithms and data structures, computer architecture, operating systems, computer networks, embedded systems, Design and analysis of algorithms, circuit...
Click to read more »Maximum power point tracking
Kamis, 2026-02-26 05:03:28MPPT algorithms frequently sample panel voltages and currents, then adjust the duty ratio accordingly. Microcontrollers implement the algorithms. Modern...
Click to read more »Decomposition (computer science)
Rabu, 2025-10-22 17:58:14and is often regarded as the first step in the OOP design process. Algorithmic decomposition breaks a process down into well-defined steps, and is used...
Click to read more »Water-filling algorithm
Jumat, 2025-12-05 20:36:44The water-filling algorithm is a technique used in digital communications systems for allocating power among different channels in multicarrier schemes...
Click to read more »Algorithms + Data Structures = Programs
Sabtu, 2026-01-31 06:36:17particularly that algorithms and data structures are inherently related. For example, if one has a sorted list one will use a search algorithm optimal for sorted...
Click to read more »Collision detection
Kamis, 2026-06-04 13:49:23(including autonomous driving), and computational physics. Collision detection algorithms can be divided into operating on 2D or 3D spatial objects. Collision detection...
Click to read more »Berkeley algorithm
Jumat, 2021-09-17 00:29:41Cristian's algorithm, it is intended for use within intranets. Unlike Cristian's algorithm, the server process in the Berkeley algorithm, called the...
Click to read more »Eulerian path
Kamis, 2026-06-04 09:12:23component of the underlying undirected graph. Fleury's algorithm is an elegant but inefficient algorithm that dates to 1883. Consider a graph known to have...
Click to read more »Thomas H. Cormen
Rabu, 2026-04-22 12:55:23Introduction to Algorithms, along with Charles Leiserson, Ron Rivest, and Cliff Stein. In 2013, he published a new book titled Algorithms Unlocked. He is...
Click to read more »Modular arithmetic
Jumat, 2026-05-22 05:23:17a variety of symmetric key algorithms including Advanced Encryption Standard (AES), International Data Encryption Algorithm (IDEA), and RC4. RSA and Diffie–Hellman...
Click to read more »Decision tree
Rabu, 2026-04-15 04:51:04event outcomes, resource costs, and utility. It is one way to display an algorithm that only contains conditional control statements. Decision trees are...
Click to read more »Critical path method
Kamis, 2025-10-30 12:29:28The critical path method (CPM), or critical path analysis (CPA), is an algorithm for scheduling a set of project activities. A critical path is determined...
Click to read more »Mathematical logic
Rabu, 2026-05-20 01:16:56studies algorithmic unsolvability; a decision problem or function problem is algorithmically unsolvable if there is no possible computable algorithm that...
Click to read more »Hamiltonian Monte Carlo
Senin, 2026-03-09 22:33:36The Hamiltonian Monte Carlo algorithm (originally known as hybrid Monte Carlo) is a Markov chain Monte Carlo method for obtaining a sequence of random...
Click to read more »System of linear equations
Jumat, 2026-05-22 09:38:12linear algebra, a subject used in most modern mathematics. Computational algorithms for finding the solutions are an important part of numerical linear algebra...
Click to read more »Reduction (complexity)
Kamis, 2025-12-11 01:38:14computability theory and computational complexity theory, a reduction is an algorithm for transforming one problem into another problem. A sufficiently efficient...
Click to read more »Forward algorithm
Rabu, 2025-12-31 21:14:58The forward algorithm, in the context of a hidden Markov model (HMM), is used to calculate a 'belief state': the probability of a state at a certain time...
Click to read more »Clique problem
Rabu, 2026-04-29 22:14:55Erdős & Szekeres (1935). But the term "clique" and the problem of algorithmically listing cliques both come from the social sciences, where complete...
Click to read more »Extended Euclidean algorithm
Selasa, 2026-04-21 20:42:52and computer programming, the extended Euclidean algorithm is an extension to the Euclidean algorithm, and computes, in addition to the greatest common...
Click to read more »Linear programming
Senin, 2026-04-27 16:14:53affine (linear) function defined on this polytope. A linear programming algorithm finds a point in the polytope where this function has the largest (or...
Click to read more »Markov decision process
Senin, 2026-03-02 01:01:24state, or otherwise of interest to the person or program using the algorithm). Algorithms for finding optimal policies with time complexity polynomial in...
Click to read more »Lenny White
Minggu, 2026-05-24 02:50:09jazz fusion". White has won three Grammys and one Latin Grammy. His song Algorithm Takedown won Best Song at the Cannes World Film Festival in 2023. Born...
Click to read more »Ant colony optimization algorithms
Jumat, 2026-05-15 14:49:07computer science and operations research, the ant colony optimization algorithm (ACO) is a probabilistic technique for solving computational problems...
Click to read more »Hilbert's tenth problem
Kamis, 2026-05-28 20:12:08one could algorithmically test membership of a number n {\displaystyle n} in this non-computable set by simultaneously running the algorithm A {\displaystyle...
Click to read more »Computational science
Minggu, 2026-04-26 06:23:09extends into computational specializations, this field of study includes: Algorithms (numerical and non-numerical): mathematical models, computational models...
Click to read more »Precomputation
Jumat, 2025-02-21 22:50:07that can be used by an algorithm to avoid repeated computation each time it is executed. Precomputation is often used in algorithms that depend on the results...
Click to read more »Midpoint circle algorithm
Senin, 2026-06-01 16:32:55circle algorithm is an algorithm used to determine the points needed for rasterizing a circle. It is a generalization of Bresenham's line algorithm. The...
Click to read more »Netflix Prize
Senin, 2026-05-04 04:16:25Netflix Prize was an open competition for the best collaborative filtering algorithm to predict user ratings for films, based on previous ratings without any...
Click to read more »Gibbs algorithm
Rabu, 2024-03-13 10:50:34In statistical mechanics, the Gibbs algorithm, introduced by J. Willard Gibbs in 1902, is a criterion for choosing a probability distribution for the...
Click to read more »Soundex
Jumat, 2025-11-21 17:37:29Soundex is a phonetic algorithm for indexing names by sound, as pronounced in English. The goal is for homophones to be encoded to the same representation...
Click to read more »Miller–Rabin primality test
Selasa, 2026-04-21 04:14:57or Rabin–Miller primality test is a probabilistic primality test: an algorithm which determines whether a given number is likely to be prime, similar...
Click to read more »Terra (blockchain)
Minggu, 2026-05-10 01:13:01Terra is a blockchain protocol and payment platform used for algorithmic stablecoins. The project was created in 2018 by Terraform Labs, a startup co-founded...
Click to read more »Clipping (computer graphics)
Senin, 2026-05-11 12:51:32described using the terminology of constructive geometry. A rendering algorithm only draws pixels in the intersection between the clip region and the...
Click to read more »Check digit
Minggu, 2026-03-22 12:19:15computer-generated data. It consists of one or more digits (or letters) computed by an algorithm from the other digits (or letters) in the sequence input. With a check...
Click to read more »Adversary model
Selasa, 2026-04-21 21:57:54computer science, an online algorithm measures its competitiveness against different adversary models. For deterministic algorithms, the adversary is the same...
Click to read more »Quantization (signal processing)
Senin, 2026-01-12 02:46:07Quantization also forms the core of essentially all lossy compression algorithms. The difference between an input value and its quantized value (such as...
Click to read more »LU decomposition
Senin, 2026-05-25 05:46:34(factors into left and right triangular matrices). The LU decomposition algorithm for general matrices was introduced by the Polish astronomer Tadeusz Banachiewicz...
Click to read more »Mbed TLS
Rabu, 2026-04-29 18:42:14implementation of the TLS and SSL protocols and the respective cryptographic algorithms and support code required. It is distributed under the Apache License...
Click to read more »Knuth's Algorithm X
Minggu, 2025-01-05 13:55:33Algorithm X is an algorithm for solving the exact cover problem. It is a straightforward recursive, nondeterministic, depth-first, backtracking algorithm...
Click to read more »Static single-assignment form
Minggu, 2026-05-17 08:31:34Compiler Collection, and many commercial compilers. There are efficient algorithms for converting programs into SSA form. To convert to SSA, existing variables...
Click to read more »Ziggurat algorithm
Selasa, 2026-04-21 23:20:12The ziggurat algorithm is an algorithm for pseudo-random number sampling. Belonging to the class of rejection sampling algorithms, it relies on an underlying...
Click to read more »SALSA algorithm
Jumat, 2025-11-14 10:54:58Stochastic Approach for Link-Structure Analysis (SALSA) is a web page ranking algorithm designed by R. Lempel and S. Moran to assign high scores to hub and authority...
Click to read more »Dekker's algorithm
Rabu, 2026-03-04 22:33:59Dekker's algorithm is the first known correct solution to the mutual exclusion problem in concurrent programming where processes only communicate via...
Click to read more »Hypergeometric function
Senin, 2026-04-13 21:38:25identities; indeed, there is no known algorithm that can generate all identities; a number of different algorithms are known that generate different series...
Click to read more »APX
Selasa, 2026-05-05 18:36:42polynomial-time approximation algorithms with approximation ratio bounded by a constant (or constant-factor approximation algorithms for short). In simple terms...
Click to read more »Bin packing problem
Selasa, 2026-04-07 17:37:37produced with sophisticated algorithms. In addition, many approximation algorithms exist. For example, the first fit algorithm provides a fast but often...
Click to read more »Backfitting algorithm
Senin, 2025-07-14 07:06:08In statistics, the backfitting algorithm is a simple iterative procedure used to fit a generalized additive model. It was introduced in 1985 by Leo Breiman...
Click to read more »Divide-and-conquer algorithm
Rabu, 2026-05-20 05:30:05In computer science, divide and conquer is an algorithm design paradigm. A divide-and-conquer algorithm recursively breaks down a problem into two or...
Click to read more »Lesk algorithm
Sabtu, 2026-03-07 22:24:19The Lesk algorithm is a classical algorithm for word sense disambiguation introduced by Michael E. Lesk in 1986. It operates on the premise that words...
Click to read more »Key (cryptography)
Senin, 2026-04-20 00:26:44that are stored in a file, which, when processed through a cryptographic algorithm, can encode or decode cryptographic data. Based on the used method, the...
Click to read more »Mila (research institute)
Kamis, 2025-12-04 14:21:26Mila – Quebec AI Institute (originally Montreal Institute for Learning Algorithms) is a research institute in Montreal, Quebec, focusing mainly on machine...
Click to read more »Straight-line grammar
Kamis, 2026-03-19 05:00:18derivation of A). Straight-line grammars are widely used in the development of algorithms that execute directly on compressed structures (without prior decompression)...
Click to read more ȃva Tardos
Jumat, 2026-03-13 11:05:48network flow algorithms like approximation algorithms for network flows, cut, and clustering problems. Her recent work focuses on algorithmic game theory...
Click to read more »Introsort
Jumat, 2025-10-24 10:16:47Introsort or introspective sort is a hybrid sorting algorithm that provides both fast average performance and (asymptotically) optimal worst-case performance...
Click to read more »HEALPix
Minggu, 2026-04-26 14:06:05Pixelisation, is an algorithm for pixelisation of the 2-sphere and the associated class of map projections. The pixelisation algorithm was devised in 1997...
Click to read more »Game tree
Jumat, 2025-08-08 03:30:40a deterministic algorithm, such as backward induction or retrograde analysis can be used. Randomized algorithms and minmax algorithms such as MCTS can...
Click to read more »Vero (app)
Sabtu, 2026-05-23 02:33:48itself as a social network free from advertisements, data mining and algorithms. The app was founded by French-Lebanese billionaire Ayman Hariri who is...
Click to read more »Demosaicing
Kamis, 2026-02-26 09:12:04demosaicking), also known as color reconstruction, is a digital image processing algorithm used to reconstruct a full color image from the incomplete color samples...
Click to read more »Heuristic (computer science)
Senin, 2026-05-25 18:22:17central to many informed search algorithms and optimization techniques for AI: A* Search Algorithm The A* search algorithm is one of the most popular heuristic...
Click to read more »ElGamal encryption
Sabtu, 2026-05-02 18:08:23cryptography, the ElGamal encryption system is a public-key encryption algorithm based on the Diffie–Hellman key exchange. It was described by Taher Elgamal...
Click to read more »Algorithmic mechanism design
Selasa, 2025-07-15 07:56:32Algorithmic mechanism design (AMD) lies at the intersection of economic game theory, optimization, and computer science. The prototypical problem in mechanism...
Click to read more »George Dantzig
Minggu, 2026-05-24 23:11:01statistics. Dantzig is known for his development of the simplex algorithm, an algorithm for solving linear programming problems, and for his other work...
Click to read more »Elliptic-curve cryptography
Selasa, 2026-05-19 08:37:04encryption scheme. They are also used in several integer factorization algorithms that have applications in cryptography, such as Lenstra elliptic-curve...
Click to read more »Compression artifact
Jumat, 2026-02-06 14:40:34result is a loss of quality, or introduction of artifacts. The compression algorithm may not be intelligent enough to discriminate between distortions of little...
Click to read more »Image color transfer
Jumat, 2026-03-20 08:22:41A color mapping may be referred to as the algorithm that results in the mapping function or the algorithm that transforms the image colors. The image...
Click to read more »Transduction (machine learning)
Rabu, 2025-08-20 03:55:28learning algorithm is the k-nearest neighbor algorithm, which is related to transductive learning algorithms. Another example of an algorithm in this category...
Click to read more »