Rosetta Code/Count examples/Full list: Difference between revisions

m
Update full list output
m (Update full list output)
m (Update full list output)
Line 25:
<div style="height:40em;overflow:scroll;">
{|class="wikitable sortable"
|+ As of 2023-07-09T2116T19:5226:06Z07Z :: Tasks: 12291230 ::<span style="background-color:#ffd"> Draft Tasks:411413 </span>:: Total Tasks: 16401643 :: Total Examples: 9255992669
!Count!!Task!!①!!②!!③!!④!!⑤!!⑥!!⑦!!⑧!!⑨!!⑩
|-
| 574575
| [[Hello%20world%2FText|Hello world/Text]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
Line 36:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 370371
| [[FizzBuzz|FizzBuzz]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
Line 56:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 292293
| [[A%2BB|A+B]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
Line 72:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 242243
| [[Arrays|Arrays]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
Line 96:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 217218
| [[Array%20concatenation|Array concatenation]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
Line 132:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 193194
| [[Array%20length|Array length]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
Line 173:
|-
| 184
| [[Apply%20a%20callback%20to%20an%20array|Apply a callback to an array]]
| [[Hello%20world%2FNewline%20omission|Hello world/Newline omission]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 183184
| [[Hello%20world%2FNewline%20omission|Hello world/Newline omission]]
| [[Apply%20a%20callback%20to%20an%20array|Apply a callback to an array]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
Line 244:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 167169
| [[Filter|Filter]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
Line 257:
|-
| 162
| [[Associative%20array%2FCreation|Associative array/Creation]]
| [[Generic%20swap|Generic swap]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 161162
| [[Generic%20swap|Generic swap]]
| [[Associative%20array%2FCreation|Associative array/Creation]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
Line 308:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 153154
| [[Determine%20if%20a%20string%20is%20numeric|Determine if a string is numeric]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
Line 421:
|-
| 139
| [[Mandelbrot%20set|Mandelbrot set]]
| [[Program%20termination|Program termination]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 138139
| [[Program%20termination|Program termination]]
| [[Mandelbrot%20set|Mandelbrot set]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
Line 441:
|-
| 137
| [[Literals%2FInteger|Literals/Integer]]
| [[Pascal%27s%20triangle|Pascal's triangle]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 136137
| [[Pascal%27s%20triangle|Pascal's triangle]]
| [[Literals%2FInteger|Literals/Integer]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
Line 542:
| 126
| [[Align%20columns|Align columns]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 126
| [[Averages%2FMedian|Averages/Median]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
Line 558 ⟶ 562:
| 125
| [[Anagrams|Anagrams]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 125
| [[Averages%2FMedian|Averages/Median]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
Line 585:
|-
| 124
| [[Hash%20from%20two%20arrays|Hash from two arrays]]
| [[Input%20loop|Input loop]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 124
| [[PerfectInput%20numbers20loop|PerfectInput numbersloop]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 123124
| [[Perfect%20numbers|Perfect numbers]]
| [[Hash%20from%20two%20arrays|Hash from two arrays]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
Line 636:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 120119
| [[Find%20limit%20of%20recursion|Find limit of recursion]]
| [[String%20interpolation%20%28included%29|String interpolation (included)]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 119
| [[String%20interpolation%20%28included%29|String interpolation (included)]]
| [[Find%20limit%20of%20recursion|Find limit of recursion]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
Line 826:
| 107
| [[Shell%20one-liner|Shell one-liner]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 106
| [[Enumerations|Enumerations]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
Line 838 ⟶ 842:
| 105
| [[Arithmetic-geometric%20mean|Arithmetic-geometric mean]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 105
| [[Enumerations|Enumerations]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
Line 865:
|-
| 104
| [[Abundant%2C%20deficient%20and%20perfect%20number%20classifications|Abundant, deficient and perfect number classifications]]
| [[Power%20set|Power set]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 104
| [[ShowPower%20ASCII%20table20set|Show ASCIIPower tableset]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 103104
| [[Show%20ASCII%20table|Show ASCII table]]
| [[Abundant%2C%20deficient%20and%20perfect%20number%20classifications|Abundant, deficient and perfect number classifications]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
Line 1,018:
| 95
| [[Forward%20difference|Forward difference]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 95
| [[Inheritance%2FSingle|Inheritance/Single]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
Line 1,033 ⟶ 1,037:
|-
| 94
| [[JSON|JSON]]
| [[Inheritance%2FSingle|Inheritance/Single]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 94
| [[Last%20Friday%20of%20each%20month|Last Friday of each month]]
| [[JSON|JSON]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
Line 1,086 ⟶ 1,090:
| 92
| [[Floyd%27s%20triangle|Floyd's triangle]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 92
| [[Last%20Friday%20of%20each%20month|Last Friday of each month]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
Line 1,170:
| 88
| [[Population%20count|Population count]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 88
| [[Proper%20divisors|Proper divisors]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
Line 1,206 ⟶ 1,210:
| 87
| [[Price%20fraction|Price fraction]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 87
| [[Proper%20divisors|Proper divisors]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
Line 1,474:
| 80
| [[Write%20entire%20file|Write entire file]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 79
| [[Attractive%20numbers|Attractive numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
Line 1,514 ⟶ 1,518:
| 79
| [[Unicode%20variable%20names|Unicode variable names]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 78
| [[Attractive%20numbers|Attractive numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
Line 1,698:
| 74
| [[Strip%20control%20codes%20and%20extended%20characters%20from%20a%20string|Strip control codes and extended characters from a string]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 74
| [[Trabb%20Pardo%E2%80%93Knuth%20algorithm|Trabb Pardo–Knuth algorithm]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
Line 1,731 ⟶ 1,735:
| [[Runtime%20evaluation|Runtime evaluation]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||O
|-
| 73
| [[Trabb%20Pardo%E2%80%93Knuth%20algorithm|Trabb Pardo–Knuth algorithm]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 73
Line 1,743:
| [[Arithmetic%2FRational|Arithmetic/Rational]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 72
| [[Compile-time%20calculation|Compile-time calculation]]
|①||②||③||④||⑤||⑥||⑦||O||⑨||⑩
|-
| 72
Line 1,779 ⟶ 1,783:
|data-sort-value="0B4-rings or 0B4-squares puzzle"| [[4-rings%20or%204-squares%20puzzle|4-rings or 4-squares puzzle]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 71
| [[Compile-time%20calculation|Compile-time calculation]]
|①||②||③||④||⑤||⑥||⑦||O||⑨||⑩
|-
| 71
Line 2,106:
| 64
| [[Draw%20a%20pixel|Draw a pixel]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 64
| [[FASTA%20format|FASTA format]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
Line 2,178 ⟶ 2,182:
| 62
| [[Discordian%20date|Discordian date]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 62
| [[FASTA%20format|FASTA format]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
Line 2,243:
| [[Define%20a%20primitive%20data%20type|Define a primitive data type]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||O
|-
| 61
| [[Dinesman%27s%20multiple-dwelling%20problem|Dinesman's multiple-dwelling problem]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 61
Line 2,270 ⟶ 2,274:
| 61
| [[Sorting%20algorithms%2FBead%20sort|Sorting algorithms/Bead sort]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 61
| [[Sum%20of%20divisors|Sum of divisors]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
Line 2,286 ⟶ 2,294:
| 60
| [[Convert%20decimal%20number%20to%20rational|Convert decimal number to rational]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 60
| [[Dinesman%27s%20multiple-dwelling%20problem|Dinesman's multiple-dwelling problem]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
Line 2,370 ⟶ 2,374:
| 59
| [[Sorting%20algorithms%2FPermutation%20sort|Sorting algorithms/Permutation sort]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 59
| [[Sum%20of%20divisors|Sum of divisors]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
Line 2,898:
| 48
| [[Continued%20fraction%2FArithmetic%2FConstruct%20from%20rational%20number|Continued fraction/Arithmetic/Construct from rational number]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 48
| [[Deepcopy|Deepcopy]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
Line 2,946 ⟶ 2,950:
| 47
| [[Currency|Currency]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 47
| [[Deepcopy|Deepcopy]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
Line 3,022:
| 46
| [[Extra%20primes|Extra primes]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 46
| [[Julia%20set|Julia set]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
Line 3,122 ⟶ 3,126:
| 45
| [[Input%2FOutput%20for%20pairs%20of%20numbers|Input/Output for pairs of numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 45
| [[Julia%20set|Julia set]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
Line 3,138:
| 45
| [[Primorial%20numbers|Primorial numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 45
| [[Pseudo-random%20numbers%2FMiddle-square%20method|Pseudo-random numbers/Middle-square method]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
Line 3,250 ⟶ 3,254:
| 44
| [[Percentage%20difference%20between%20images|Percentage difference between images]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 44
| [[Pseudo-random%20numbers%2FMiddle-square%20method|Pseudo-random numbers/Middle-square method]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
Line 3,470:
| 41
|data-sort-value="numbers with prime digits whose sum is 0C13"| [[Numbers%20with%20prime%20digits%20whose%20sum%20is%2013|Numbers with prime digits whose sum is 13]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 41
| [[Old%20Russian%20measure%20of%20length|Old Russian measure of length]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
Line 3,558 ⟶ 3,562:
| 40
| [[Numerical%20integration%2FGauss-Legendre%20Quadrature|Numerical integration/Gauss-Legendre Quadrature]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 40
| [[Old%20Russian%20measure%20of%20length|Old Russian measure of length]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
Line 3,599:
| [[Constrained%20genericity|Constrained genericity]]
|①||②||③||④||⑤||⑥||O||O||⑨||O
|-
| 39
| [[Determine%20if%20two%20triangles%20overlap|Determine if two triangles overlap]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
| 39
Line 3,607 ⟶ 3,611:
| [[Events|Events]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
| 39
| [[Find%20first%20missing%20positive|Find first missing positive]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|- style="background-color: #ffc"
| 39
Line 3,667 ⟶ 3,675:
| [[Create%20an%20object%20at%20a%20given%20address|Create an object at a given address]]
|①||②||③||④||⑤||⑥||⑦||O||⑨||⑩
|-
| 38
| [[Determine%20if%20two%20triangles%20overlap|Determine if two triangles overlap]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
| 38
Line 3,683 ⟶ 3,687:
| [[Find%20first%20and%20last%20set%20bit%20of%20a%20long%20integer|Find first and last set bit of a long integer]]
|①||②||③||④|| ||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 38
| [[Find%20first%20missing%20positive|Find first missing positive]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
| 38
Line 3,714:
| 38
| [[Ordered%20partitions|Ordered partitions]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 38
| [[Parse%20command-line%20arguments|Parse command-line arguments]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
Line 3,727 ⟶ 3,731:
|data-sort-value="ripemd-0D160"| [[RIPEMD-160|RIPEMD-160]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
| 38
| [[Sorting%20algorithms%2FCycle%20sort|Sorting algorithms/Cycle sort]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 38
Line 3,763 ⟶ 3,771:
| [[Gauss-Jordan%20matrix%20inversion|Gauss-Jordan matrix inversion]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 37
| [[Harmonic%20series|Harmonic series]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
| 37
Line 3,786 ⟶ 3,798:
| 37
|data-sort-value="numbers with same digit set in base 0C10 and base 0C16"| [[Numbers%20with%20same%20digit%20set%20in%20base%2010%20and%20base%2016|Numbers with same digit set in base 10 and base 16]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 37
| [[Parse%20command-line%20arguments|Parse command-line arguments]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
Line 3,827 ⟶ 3,835:
| [[Decimal%20floating%20point%20number%20to%20binary|Decimal floating point number to binary]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
| 36
| [[FTP|FTP]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 36
Line 3,847 ⟶ 3,851:
| [[Galton%20box%20animation|Galton box animation]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 36
| [[Harmonic%20series|Harmonic series]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
| 36
Line 3,878:
| 36
| [[Sexy%20primes|Sexy primes]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 36
| [[Sorting%20algorithms%2FCycle%20sort|Sorting algorithms/Cycle sort]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
Line 3,910 ⟶ 3,906:
| 35
| [[Arithmetic%20numbers|Arithmetic numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 35
| [[Bitmap%2FHistogram|Bitmap/Histogram]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨||⑩
|- style="background-color: #ffc"
| 35
| [[Chemical%20calculator|Chemical calculator]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
Line 3,987 ⟶ 3,991:
| [[Solve%20a%20Hidato%20puzzle|Solve a Hidato puzzle]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
| 35
| [[Sum%20and%20product%20puzzle|Sum and product puzzle]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 35
Line 4,007 ⟶ 4,015:
| [[Word%20break%20problem|Word break problem]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
| 34
| [[Bitmap%2FHistogram|Bitmap/Histogram]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨||⑩
|- style="background-color: #ffc"
| 34
| [[Chebyshev%20coefficients|Chebyshev coefficients]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 34
| [[Chemical%20calculator|Chemical calculator]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
Line 4,030:
| 34
| [[Executable%20library|Executable library]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 34
| [[FTP|FTP]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
Line 4,154 ⟶ 4,158:
| 33
| [[Common%20sorted%20list|Common sorted list]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 33
|data-sort-value="deconvolution/0B1d"| [[Deconvolution%2F1D|Deconvolution/1D]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
Line 4,206 ⟶ 4,214:
| 33
| [[Sorting%20algorithms%2FCocktail%20sort%20with%20shifting%20bounds|Sorting algorithms/Cocktail sort with shifting bounds]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
| 33
| [[Sum%20and%20product%20puzzle|Sum and product puzzle]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
Line 4,225 ⟶ 4,229:
|-
| 32
| [[Descending%20primes|Descending primes]]
|data-sort-value="deconvolution/0B1d"| [[Deconvolution%2F1D|Deconvolution/1D]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
Line 4,259 ⟶ 4,263:
| [[Keyboard%20macros|Keyboard macros]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
| 32
| [[Next%20highest%20int%20from%20digits|Next highest int from digits]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 32
| [[Nonoblock|Nonoblock]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 32
| [[Numbers%20which%20are%20the%20cube%20roots%20of%20the%20product%20of%20their%20proper%20divisors|Numbers which are the cube roots of the product of their proper divisors]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
Line 4,330 ⟶ 4,342:
| 31
| [[Cut%20a%20rectangle|Cut a rectangle]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 31
| [[Descending%20primes|Descending primes]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
Line 4,350 ⟶ 4,358:
| 31
| [[Legendre%20prime%20counting%20function|Legendre prime counting function]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 31
| [[Numbers%20which%20are%20the%20cube%20roots%20of%20the%20product%20of%20their%20proper%20divisors|Numbers which are the cube roots of the product of their proper divisors]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
Line 4,402 ⟶ 4,406:
| 30
| [[Birthday%20problem|Birthday problem]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 30
| [[Cistercian%20numerals|Cistercian numerals]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 30
| [[De%20Bruijn%20sequences|De Bruijn sequences]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
| 30
| [[Deceptive%20numbers|Deceptive numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 30
| [[Deming%27s%20funnel|Deming's funnel]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
Line 4,438 ⟶ 4,454:
| 30
| [[Natural%20sorting|Natural sorting]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 30
| [[Next%20highest%20int%20from%20digits|Next highest int from digits]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
Line 4,506 ⟶ 4,518:
| 29
| [[Changeable%20words|Changeable words]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 29
| [[Cistercian%20numerals|Cistercian numerals]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
Line 4,515 ⟶ 4,523:
| [[Concatenate%20two%20primes%20is%20also%20prime|Concatenate two primes is also prime]]
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|-
| 29
| [[Consecutive%20primes%20with%20ascending%20or%20descending%20differences|Consecutive primes with ascending or descending differences]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 29
Line 4,521 ⟶ 4,533:
|-
| 29
| [[DeceptiveCurzon%20numbers|DeceptiveCurzon numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 29
| [[Deming%27s%20funnel|Deming's funnel]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
| 29
Line 4,542 ⟶ 4,550:
| 29
| [[Mind%20boggling%20card%20trick|Mind boggling card trick]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 29
| [[Nautical%20bell|Nautical bell]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
Line 4,614 ⟶ 4,626:
| 28
| [[Cipolla%27s%20algorithm|Cipolla's algorithm]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 28
| [[Consecutive%20primes%20with%20ascending%20or%20descending%20differences|Consecutive primes with ascending or descending differences]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
Line 4,623 ⟶ 4,631:
| [[Continued%20fraction%2FArithmetic%2FG%28matrix%20ng%2C%20continued%20fraction%20n%29|Continued fraction/Arithmetic/G(matrix ng, continued fraction n)]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨||⑩
|-
| 28
| [[Curzon%20numbers|Curzon numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 28
Line 4,647 ⟶ 4,651:
| [[Giuga%20numbers|Giuga numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|- style="background-color: #ffc"
| 28
| [[Honaker%20primes|Honaker primes]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 28
Line 4,659 ⟶ 4,667:
| [[K-means%2B%2B%20clustering|K-means++ clustering]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨||⑩
|-
| 28
| [[Nautical%20bell|Nautical bell]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 28
Line 4,691 ⟶ 4,695:
| [[Quadrat%20special%20primes|Quadrat special primes]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
| 28
| [[Ramer-Douglas-Peucker%20line%20simplification|Ramer-Douglas-Peucker line simplification]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 28
Line 4,715 ⟶ 4,723:
| [[Yahoo%21%20search%20interface|Yahoo! search interface]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|-
| 27
|data-sort-value="0C15 puzzle solver"| [[15%20puzzle%20solver|15 puzzle solver]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
| 27
| [[Brilliant%20numbers|Brilliant numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
| 27
| [[Colorful%20numbers|Colorful numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 27
| [[Commatizing%20numbers|Commatizing numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
| 27
| [[Factorial%20primes|Factorial primes]]
|①||②||③||④||⑤|| ||⑦||⑧||⑨||
|- style="background-color: #ffc"
| 27
| [[Getting%20the%20number%20of%20decimal%20places|Getting the number of decimal places]]
|①||②||③||④|| ||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
| 27
| [[Honaker%20primes|Honaker primes]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 27
Line 4,775 ⟶ 4,791:
| [[RCRPG|RCRPG]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
| 27
| [[Ramer-Douglas-Peucker%20line%20simplification|Ramer-Douglas-Peucker line simplification]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 27
Line 4,789 ⟶ 4,801:
|-
| 26
| [[ASCII%20art%20diagram%20converter|ASCII art diagram converter]]
|data-sort-value="0C15 puzzle solver"| [[15%20puzzle%20solver|15 puzzle solver]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
| 26
Line 4,799 ⟶ 4,811:
| [[Cubic%20special%20primes|Cubic special primes]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
| 26
| [[Determine%20sentence%20type|Determine sentence type]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|-
| 26
Line 4,847 ⟶ 4,863:
| [[Soloway%27s%20recurring%20rainfall|Soloway's recurring rainfall]]
|①||②||③||④||⑤|| ||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 26
| [[Substring%20primes|Substring primes]]
|①||②||③||④||⑤||⑥||⑦|| || ||
|- style="background-color: #ffc"
| 26
| [[Sum%20data%20type|Sum data type]]
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|-
| 25
| [[ASCII%20art%20diagram%20converter|ASCII art diagram converter]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 25
| [[Assertions%20in%20design%20by%20contract|Assertions in design by contract]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||
|-
| 25
| [[Colorful%20numbers|Colorful numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 25
Line 4,875 ⟶ 4,887:
| [[EKG%20sequence%20convergence|EKG sequence convergence]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 25
| [[Factorial%20primes|Factorial primes]]
|①||②||③||④||⑤|| ||⑦||⑧||⑨||
|-
| 25
Line 4,999 ⟶ 5,007:
| [[Create%20an%20object%2FNative%20demonstration|Create an object/Native demonstration]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||O
|-
| 24
| [[Determine%20sentence%20type|Determine sentence type]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|-
| 24
Line 5,063 ⟶ 5,067:
| [[Special%20factorials|Special factorials]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
| 24
| [[Substring%20primes|Substring primes]]
|①||②||③||④||⑤||⑥||⑦|| || ||
|-
| 24
Line 5,291:
| [[Aspect%20oriented%20programming|Aspect oriented programming]]
|①||②||③||④|| ||⑥||⑦||⑧||⑨||⑩
|-
| 21
| [[Color%20quantization|Color quantization]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 21
| [[Compare%20sorting%20algorithms%27%20performance|Compare sorting algorithms' performance]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨||⑩
|-
| 21
| [[Composite%20numbers%20k%20with%20no%20single%20digit%20factors%20whose%20factors%20are%20all%20substrings%20of%20k|Composite numbers k with no single digit factors whose factors are all substrings of k]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 21
Line 5,319 ⟶ 5,327:
| [[Long%20stairs|Long stairs]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 21
| [[Modified%20random%20distribution|Modified random distribution]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|- style="background-color: #ffc"
| 21
Line 5,355 ⟶ 5,367:
| [[Bitmap%2FRead%20an%20image%20through%20a%20pipe|Bitmap/Read an image through a pipe]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
| 20
| [[Color%20quantization|Color quantization]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 20
Line 5,386 ⟶ 5,394:
| 20
| [[Meissel%E2%80%93Mertens%20constant|Meissel–Mertens constant]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
| 20
| [[Modified%20random%20distribution|Modified random distribution]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|- style="background-color: #ffc"
Line 5,519 ⟶ 5,523:
| [[XML%20validation|XML validation]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
| 18
| [[Arithmetic%20derivative|Arithmetic derivative]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 18
Line 5,527 ⟶ 5,535:
| [[Binary%20coded%20decimal|Binary coded decimal]]
|①||②||③||④||⑤|| || || ||⑨||
|-
| 18
| [[Composite%20numbers%20k%20with%20no%20single%20digit%20factors%20whose%20factors%20are%20all%20substrings%20of%20k|Composite numbers k with no single digit factors whose factors are all substrings of k]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
| 18
Line 5,611 ⟶ 5,615:
| [[Bioinformatics%2FSubsequence|Bioinformatics/Subsequence]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|-
| 17
| [[B%C3%A9zier%20curves%2FIntersections|Bézier curves/Intersections]]
|①||②|| || ||⑤||⑥|| ||⑧|| ||⑩
|-
| 17
Line 5,635 ⟶ 5,643:
| [[Geometric%20algebra|Geometric algebra]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨||
|- style="background-color: #ffc"
| 17
| [[Iterators|Iterators]]
|①||②||③||④||⑤|| || ||⑧||⑨||
|-
| 17
Line 5,661 ⟶ 5,673:
|-
| 16
| [[Bernstein%20basis%20polynomials|Bernstein basis polynomials]]
| [[Arithmetic%20derivative|Arithmetic derivative]]
|①||②||③||④||⑤||⑥|| ||⑧|| ||⑩
|- style="background-color: #ffc"
| 16
Line 5,683 ⟶ 5,695:
| [[Interactive%20help|Interactive help]]
|①||②||③||④||⑤||⑥||⑦|| || ||
|- style="background-color: #ffc"
| 16
| [[Iterators|Iterators]]
|①||②||③||④||⑤|| || ||⑧||⑨||
|- style="background-color: #ffc"
| 16
| [[Jaccard%20index|Jaccard index]]
|①||②||③||④||⑤|| ||⑦|| || ||
|-
| 16
| [[Minkowski%20question-mark%20function|Minkowski question-mark function]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|- style="background-color: #ffc"
| 16
Line 5,735 ⟶ 5,747:
| [[Run%20as%20a%20daemon%20or%20service|Run as a daemon or service]]
|①||②|| ||④||⑤||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
| 16
| [[Solve%20hanging%20lantern%20problem|Solve hanging lantern problem]]
|①||②||③||④||⑤|| ||⑦||⑧||⑨||
|- style="background-color: #ffc"
| 16
Line 5,767 ⟶ 5,783:
| [[Boyer-Moore%20string%20search|Boyer-Moore string search]]
|①||②||③||④||⑤|| ||⑦||⑧||⑨||
|-
| 15
| [[B%C3%A9zier%20curves%2FIntersections|Bézier curves/Intersections]]
|①||②|| || ||⑤||⑥|| ||⑧|| ||⑩
|- style="background-color: #ffc"
| 15
Line 5,779 ⟶ 5,791:
| [[Erd%C3%B6s-Selfridge%20categorization%20of%20primes|Erdös-Selfridge categorization of primes]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||
|- style="background-color: #ffc"
| 15
| [[Extreme%20primes|Extreme primes]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨||⑩
|-
| 15
Line 5,799 ⟶ 5,815:
| [[Isograms%20and%20heterograms|Isograms and heterograms]]
|①||②||③||④||⑤|| ||⑦|| ||⑨||
|-
| 15
| [[Minkowski%20question-mark%20function|Minkowski question-mark function]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
| 15
Line 5,823 ⟶ 5,835:
| [[Simple%20turtle%20graphics|Simple turtle graphics]]
|①||②||③|| || || ||⑦||⑧||⑨||
|- style="background-color: #ffc"
| 15
| [[Solve%20hanging%20lantern%20problem|Solve hanging lantern problem]]
|①||②||③||④||⑤|| ||⑦||⑧||⑨||
|- style="background-color: #ffc"
| 15
Line 5,875 ⟶ 5,883:
| [[Distance%20and%20Bearing|Distance and Bearing]]
|①||②||③||④||⑤|| ||⑦||⑧||⑨||
|- style="background-color: #ffc"
| 14
| [[Extreme%20primes|Extreme primes]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨||⑩
|- style="background-color: #ffc"
| 14
Line 5,963 ⟶ 5,967:
| [[Home%20primes|Home primes]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||
|- style="background-color: #ffc"
| 13
| [[Knuth-Morris-Pratt%20string%20search|Knuth-Morris-Pratt string search]]
|①||②||③||④||⑤|| ||⑦||⑧||⑨||
|-
| 13
Line 6,031 ⟶ 6,039:
| [[External%20sort|External sort]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|- style="background-color: #ffc"
| 12
| [[Fermat%20pseudoprimes|Fermat pseudoprimes]]
|①||②||③||④||⑤|| ||⑦|| || ||
|-
| 12
| [[French%20Republican%20calendar|French Republican calendar]]
|①||②||③||④||⑤||⑥||⑦|| || ||
|- style="background-color: #ffc"
| 12
| [[Knuth-Morris-Pratt%20string%20search|Knuth-Morris-Pratt string search]]
|①||②||③||④||⑤|| ||⑦||⑧||⑨||
|- style="background-color: #ffc"
| 12
Line 6,095 ⟶ 6,103:
| [[Terminal%20control%2FRestricted%20width%20positional%20input%2FNo%20wrapping|Terminal control/Restricted width positional input/No wrapping]]
|①||②||③||④||⑤||⑥|| || || ||
|- style="background-color: #ffc"
| 12
| [[Zsigmondy%20numbers|Zsigmondy numbers]]
|①||②||③||④||⑤|| ||⑦||⑧||⑨||
|- style="background-color: #ffc"
| 11
Line 6,111 ⟶ 6,123:
| [[Discrete%20Fourier%20transform|Discrete Fourier transform]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|- style="background-color: #ffc"
| 11
| [[Fermat%20pseudoprimes|Fermat pseudoprimes]]
|①||②||③||④||⑤|| ||⑦|| || ||
|- style="background-color: #ffc"
| 11
Line 6,143 ⟶ 6,151:
| [[Parse%20EBNF|Parse EBNF]]
|①||②||③||④|| ||⑥||⑦|| || ||
|-
| 11
| [[Peripheral%20drift%20illusion|Peripheral drift illusion]]
|①||②||③||④||⑤|| ||⑦|| || ||
|-
| 11
Line 6,163 ⟶ 6,175:
| [[URL%20shortener|URL shortener]]
|①||②||③||④|| ||⑥|| ||⑧|| ||
|-
|- style="background-color: #ffc"
| 11
| [[ZsigmondyWasteful%2C%20equidigital%20and%20frugal%20numbers|ZsigmondyWasteful, equidigital and frugal numbers]]
|①||②||③||④||⑤|| ||⑦|| ||⑨||
|- style="background-color: #ffc"
| 10
| [[CORDIC|CORDIC]]
|①||②||③|| || || || || ||⑨||⑩
|- style="background-color: #ffc"
| 10
Line 6,178 ⟶ 6,194:
| 10
| [[Integer%20long%20division|Integer long division]]
|①||②||③||④||⑤|| ||⑦|| || ||
|-
| 10
| [[Peripheral%20drift%20illusion|Peripheral drift illusion]]
|①||②||③||④||⑤|| ||⑦|| || ||
|- style="background-color: #ffc"
Line 6,187 ⟶ 6,199:
| [[Price%20list%20behind%20API|Price list behind API]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|- style="background-color: #ffc"
| 10
| [[Raster%20bars|Raster bars]]
|①||②||③||④||⑤||⑥|| || || ||
|- style="background-color: #ffc"
| 10
Line 6,223 ⟶ 6,239:
| [[User%20defined%20pipe%20and%20redirection%20operators|User defined pipe and redirection operators]]
|①||②||③||④|| ||⑥||⑦|| ||⑨||
|-
| 10
| [[Wasteful%2C%20equidigital%20and%20frugal%20numbers|Wasteful, equidigital and frugal numbers]]
|①||②||③||④||⑤|| ||⑦|| ||⑨||
|- style="background-color: #ffc"
| 10
| [[Worthwhile%20task%20shaving|Worthwhile task shaving]]
|①||②||③||④||⑤|| ||⑦|| || ||
|- style="background-color: #ffc"
| 9
| [[Ap%C3%A9ry%27s%20constant|Apéry's constant]]
|①||②||③||④||⑤|| ||⑦|| ||⑨||
|- style="background-color: #ffc"
| 9
Line 6,267 ⟶ 6,283:
| [[Multidimensional%20Newton-Raphson%20method|Multidimensional Newton-Raphson method]]
|①||②||③||④||⑤||⑥|| || || ||
|- style="background-color: #ffc"
| 9
|data-sort-value="numbers k such that the last letter of k is the same as the first letter of k+0B1"| [[Numbers%20k%20such%20that%20the%20last%20letter%20of%20k%20is%20the%20same%20as%20the%20first%20letter%20of%20k%2B1|Numbers k such that the last letter of k is the same as the first letter of k+1]]
|①||②||③||④|| || || ||⑧||⑨||
|- style="background-color: #ffc"
| 9
Line 6,279 ⟶ 6,299:
| [[Random%20sentence%20from%20book|Random sentence from book]]
|①||②||③||④||⑤|| ||⑦||⑧|| ||
|- style="background-color: #ffc"
| 9
| [[Raster%20bars|Raster bars]]
|①||②||③||④||⑤||⑥|| || || ||
|- style="background-color: #ffc"
| 9
Line 6,299 ⟶ 6,315:
| [[Smallest%20enclosing%20circle%20problem|Smallest enclosing circle problem]]
|①||②||③||④||⑤||⑥|| ||⑧|| ||
|-
| 9
| [[Tupper%27s%20self-referential%20formula|Tupper's self-referential formula]]
|①||②||③|| || || || ||⑧||⑨||
|- style="background-color: #ffc"
| 9
| [[Undulating%20numbers|Undulating numbers]]
|①||②||③||④||⑤|| ||⑦|| ||⑨||
|- style="background-color: #ffc"
| 8
| [[Ap%C3%A9ry%27s%20constant|Apéry's constant]]
|①||②||③||④||⑤|| ||⑦|| ||⑨||
|- style="background-color: #ffc"
Line 6,335 ⟶ 6,351:
| [[Inner%20classes|Inner classes]]
|①||②||③||④|| ||⑥|| || ||⑨||
|- style="background-color: #ffc"
| 8
|data-sort-value="numbers k such that the last letter of k is the same as the first letter of k+0B1"| [[Numbers%20k%20such%20that%20the%20last%20letter%20of%20k%20is%20the%20same%20as%20the%20first%20letter%20of%20k%2B1|Numbers k such that the last letter of k is the same as the first letter of k+1]]
|①||②||③|| || || || ||⑧||⑨||
|-
| 8
| [[P-Adic%20numbers%2C%20basic|P-Adic numbers, basic]]
|①||②||③||④||⑤||⑥|| || || ||
|-
| 8
| [[Particle%20fountain|Particle fountain]]
|①||②||③||④||⑤|| ||⑦|| || ||
|- style="background-color: #ffc"
| 8
Line 6,423 ⟶ 6,439:
| [[Latin%20Squares%20in%20reduced%20form%2FRandomizing%20using%20Jacobson%20and%20Matthews%E2%80%99%20Technique|Latin Squares in reduced form/Randomizing using Jacobson and Matthews’ Technique]]
|①||②||③||④||⑤||⑥|| || || ||
|-
| 7
| [[Particle%20fountain|Particle fountain]]
|①||②||③||④||⑤|| ||⑦|| || ||
|- style="background-color: #ffc"
| 7
Line 6,447 ⟶ 6,459:
| [[Solve%20a%20Rubik%27s%20cube|Solve a Rubik's cube]]
|①||②||③||④||⑤||⑥|| || || ||
|-
| 7
| [[Tupper%27s%20self-referential%20formula|Tupper's self-referential formula]]
|①||②||③|| || || || ||⑧|| ||
|- style="background-color: #ffc"
| 7
| [[Wave%20function%20collapse|Wave function collapse]]
|①||②|| ||④||⑤|| ||⑦|| ||⑨||⑩
|- style="background-color: #ffc"
| 6
| [[CORDIC|CORDIC]]
|①|| ||③|| || || || || ||⑨||
|- style="background-color: #ffc"
| 6
Line 6,587 ⟶ 6,591:
| [[Szyma%C5%84ski%27s%20algorithm|Szymański's algorithm]]
|①||②||③|| || || || || || ||
|- style="background-color: #ffc"
| 2
| [[Rainbow|Rainbow]]
|①|| || || || || || ||⑧|| ||
|- style="background-color: #ffc"
| 1
| [[Centroid%20of%20a%20set%20of%20N-dimensional%20points|Centroid of a set of N-dimensional points]]
| || ||③|| || || || || || ||
|}
</div>
10,327

edits