In computer science, pseudocode is a description of the steps in an algorithm using a mix of conventions of programming languages (like assignment operator...
15 KB (1,441 words) - 02:56, 4 July 2025
Fitness proportionate selection (section Pseudocode)
Fitness proportionate selection, also known as roulette wheel selection or spinning wheel selection, is a selection technique used in evolutionary algorithms...
8 KB (1,066 words) - 21:37, 4 June 2025
host programming language but allow good abstraction in the pseudocode) and a pseudocode program that defines the syntax of the input language by the...
3 KB (430 words) - 01:46, 9 November 2023
interprets pseudocode in Spanish, the Android version interprets pseudocode in English, Spanish and Portuguese. PSeInt is the abbreviation of PSeudocode Interpreter...
5 KB (443 words) - 12:36, 28 March 2025
program structures and so called dummy code. Program skeletons resemble pseudocode, but allow parsing, compilation and testing of the code. Dummy code is...
19 KB (2,500 words) - 17:31, 21 May 2025
of several programming languages in the same program, or mathematical pseudocode that is a mixture of a programming language with natural language descriptions...
2 KB (250 words) - 08:10, 12 April 2025
Graph traversal (category Articles with example pseudocode)
In computer science, graph traversal (also known as graph search) refers to the process of visiting (checking and/or updating) each vertex in a graph....
11 KB (1,493 words) - 19:01, 4 June 2025
Pseudocode for implementing critical section...
12 KB (1,607 words) - 13:58, 5 June 2025
Computer animation (section 2D sprites and pseudocode)
each displayed frame, to make the sprite appear to move. The following pseudocode makes a sprite move from left to right: var int x := 0, y := screenHeight...
44 KB (5,006 words) - 22:04, 19 July 2025
documenting methods and procedures in software. It is related to pseudocode, but unlike pseudocode, it is written in plain language without any terms that could...
1 KB (122 words) - 20:04, 26 March 2024
Learning is repeated (on new batches) until the network performs adequately. Pseudocode for a stochastic gradient descent algorithm for training a three-layer...
12 KB (1,793 words) - 18:13, 30 June 2025
Vertex cover (section Pseudocode)
In graph theory, a vertex cover (sometimes node cover) of a graph is a set of vertices that includes at least one endpoint of every edge of the graph....
22 KB (2,556 words) - 01:21, 17 June 2025
Berlekamp–Massey algorithm (section Pseudocode)
The Berlekamp–Massey algorithm is an algorithm that will find the shortest linear-feedback shift register (LFSR) for a given binary output sequence. The...
9 KB (1,222 words) - 06:47, 3 May 2025
Quadtree (section Pseudocode)
A quadtree is a tree data structure in which each internal node has exactly four children. Quadtrees are the two-dimensional analog of octrees and are...
34 KB (4,786 words) - 00:29, 19 July 2025
Earley parser (section Pseudocode)
In computer science, the Earley parser is an algorithm for parsing strings that belong to a given context-free language, though (depending on the variant)...
16 KB (1,587 words) - 01:05, 28 April 2025
Backtracking (section Pseudocode)
Backtracking is a class of algorithms for finding solutions to some computational problems, notably constraint satisfaction problems, that incrementally...
15 KB (1,971 words) - 14:56, 21 September 2024
Microframework (section Pseudocode example)
A microframework is a term used to refer to minimalistic web application frameworks. It is contrasted with full-stack frameworks. It lacks most of the...
2 KB (219 words) - 11:59, 20 November 2024
LZ77 and LZ78 (section Pseudocode)
more recent and may correlate better with the next input. The following pseudocode is a reproduction of the LZ77 compression algorithm sliding window. while...
18 KB (2,566 words) - 09:26, 9 January 2025
hash × FNV_prime return hash The above pseudocode has the same assumptions that were noted for the FNV-1 pseudocode. The change in order leads to slightly...
15 KB (1,453 words) - 07:00, 23 May 2025
Automatic differentiation (category Articles with example pseudocode)
In mathematics and computer algebra, automatic differentiation (auto-differentiation, autodiff, or AD), also called algorithmic differentiation, computational...
44 KB (6,148 words) - 22:17, 22 July 2025
as possible to pseudocode and analyzed hundreds of computer science and mathematics papers, courses, books and journals using pseudocode to extract the...
8 KB (679 words) - 07:02, 29 June 2025
Open addressing (section Example pseudocode)
while separate chaining typically can use up to 100%. The following pseudocode is an implementation of an open addressing hash table with linear probing...
9 KB (1,225 words) - 10:26, 16 June 2025
Cooley–Tukey FFT algorithm (category Articles with example pseudocode)
floating-point operation, around 20% of which are multiplications.) In pseudocode, the below procedure could be written: X0,...,N−1 ← ditfft2(x, N, s):...
36 KB (5,348 words) - 10:22, 3 August 2025
Viterbi algorithm (section Pseudocode)
The Viterbi algorithm is a dynamic programming algorithm that finds the most likely sequence of hidden events that would explain a sequence of observed...
20 KB (2,684 words) - 15:52, 27 July 2025
Recursion (computer science) (category Articles with example pseudocode)
demonstrates the computation that would be performed in evaluating the pseudocode above: This factorial function can also be described without using recursion...
62 KB (7,388 words) - 18:24, 20 July 2025
Edmonds–Karp algorithm (section Pseudocode)
In computer science, the Edmonds–Karp algorithm is an implementation of the Ford–Fulkerson method for computing the maximum flow in a flow network in O...
9 KB (1,121 words) - 07:46, 4 April 2025
Breadth-first search (section Pseudocode)
Breadth-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 and...
14 KB (1,854 words) - 04:30, 20 July 2025
increasing number of calculations needed (see examples below). The following pseudocode in MATLAB style demonstrates Richardson extrapolation to help solve the...
14 KB (2,734 words) - 06:05, 24 June 2025
CYK algorithm (section As pseudocode)
\varepsilon } , where S {\displaystyle S} is the start symbol. The algorithm in pseudocode is as follows: let the input be a string I consisting of n characters:...
17 KB (2,189 words) - 03:56, 17 July 2025
using a specific programming language, the algorithms are written in pseudocode. The descriptions focus on the aspects of the algorithm itself, its mathematical...
8 KB (753 words) - 08:06, 13 December 2024