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

Content added Content deleted
m (Update full list output)
m (Update full list output)
Line 11: Line 11:


<pre>Second ten programming languages by number of task examples completed:
<pre>Second ten programming languages by number of task examples completed:
⑪ Ruby ⑫ Mathematica Java ⑭ Haskell ⑮ C++
⑪ Ruby ⑫ Java Mathematica ⑭ Haskell ⑮ C++
REXX FreeBASIC ⑱ Kotlin ⑲ Racket ⑳ Jq
FreeBASIC REXX ⑱ Kotlin ⑲ Racket ⑳ Jq
</pre>
</pre>


<div style="height:40em;overflow:scroll;">
<div style="height:40em;overflow:scroll;">
{|class="wikitable sortable"
{|class="wikitable sortable"
|+ As of 2023-05-28T20:33:33Z :: Tasks: 1213 ::<span style="background-color:#ffd"> Draft Tasks:414 </span>:: Total Tasks: 1627 :: Total Examples: 91759
|+ As of 2023-06-04T20:35:52Z :: Tasks: 1215 ::<span style="background-color:#ffd"> Draft Tasks:419 </span>:: Total Tasks: 1634 :: Total Examples: 91956
!Count!!Task!!⑪!!⑫!!⑬!!⑭!!⑮!!⑯!!⑰!!⑱!!⑲!!⑳
!Count!!Task!!⑪!!⑫!!⑬!!⑭!!⑮!!⑯!!⑰!!⑱!!⑲!!⑳
|-
|-
| 567
| 570
| [[Hello%20world%2FText|Hello world/Text]]
| [[Hello%20world%2FText|Hello world/Text]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
| 370
| 371
|data-sort-value="0C99 bottles of beer"| [[99%20bottles%20of%20beer|99 bottles of beer]]
|data-sort-value="0C99 bottles of beer"| [[99%20bottles%20of%20beer|99 bottles of beer]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
| 366
| 369
| [[FizzBuzz|FizzBuzz]]
| [[FizzBuzz|FizzBuzz]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
Line 44: Line 44:
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
| 294
| 295
| [[Factorial|Factorial]]
| [[Factorial|Factorial]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
Line 60: Line 60:
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
| 245
| 246
| [[Reverse%20a%20string|Reverse a string]]
| [[Reverse%20a%20string|Reverse a string]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
Line 72: Line 72:
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
| 239
| 240
| [[Function%20definition|Function definition]]
| [[Function%20definition|Function definition]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
Line 140: Line 140:
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
| 189
| 190
| [[Sum%20and%20product%20of%20an%20array|Sum and product of an array]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
| 188
| [[Binary%20digits|Binary digits]]
| [[Binary%20digits|Binary digits]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
| 187
| 190
| [[Towers%20of%20Hanoi|Towers of Hanoi]]
| [[Towers%20of%20Hanoi|Towers of Hanoi]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
| 189
| [[Sum%20and%20product%20of%20an%20array|Sum and product of an array]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
Line 166: Line 166:
| 184
| 184
| [[Hello%20world%2FNewline%20omission|Hello world/Newline omission]]
| [[Hello%20world%2FNewline%20omission|Hello world/Newline omission]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
| 183
| [[Integer%20sequence|Integer sequence]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
Line 174: Line 178:
| 182
| 182
| [[Character%20codes|Character codes]]
| [[Character%20codes|Character codes]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
| 182
| [[Integer%20sequence|Integer sequence]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
Line 223: Line 223:
| [[Quine|Quine]]
| [[Quine|Quine]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||
|-
| 173
| [[Sum%20of%20squares|Sum of squares]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
| 170
| 170
Line 238: Line 242:
| 167
| 167
| [[Loops%2FDo-while|Loops/Do-while]]
| [[Loops%2FDo-while|Loops/Do-while]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
| 165
| [[Sum%20of%20squares|Sum of squares]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
Line 300: Line 300:
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
| 152
| 153
| [[Determine%20if%20a%20string%20is%20numeric|Determine if a string is numeric]]
| [[Determine%20if%20a%20string%20is%20numeric|Determine if a string is numeric]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
Line 374: Line 374:
| 144
| 144
| [[Mutual%20recursion|Mutual recursion]]
| [[Mutual%20recursion|Mutual recursion]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
| 143
| [[Count%20in%20octal|Count in octal]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
Line 390: Line 394:
| 141
| 141
| [[Balanced%20brackets|Balanced brackets]]
| [[Balanced%20brackets|Balanced brackets]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
| 141
| [[Count%20in%20octal|Count in octal]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
Line 569: Line 569:
|-
|-
| 124
| 124
| [[Perfect%20numbers|Perfect numbers]]
| [[Flatten%20a%20list|Flatten a list]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
| 123
| 124
| [[Flatten%20a%20list|Flatten a list]]
| [[Perfect%20numbers|Perfect numbers]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
Line 610: Line 610:
| 120
| 120
| [[Classes|Classes]]
| [[Classes|Classes]]
|⑪||O||||⑭||⑮||O||||⑱||⑲||
|⑪||||O||⑭||⑮||||O||⑱||⑲||
|-
|-
| 120
| 120
| [[Roman%20numerals%2FDecode|Roman numerals/Decode]]
| [[Roman%20numerals%2FDecode|Roman numerals/Decode]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
| 120
| [[Sierpinski%20triangle|Sierpinski triangle]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
Line 626: Line 630:
| 119
| 119
| [[Find%20limit%20of%20recursion|Find limit of recursion]]
| [[Find%20limit%20of%20recursion|Find limit of recursion]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
| 119
| [[Sierpinski%20triangle|Sierpinski triangle]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
Line 678: Line 678:
| 115
| 115
| [[Infinity|Infinity]]
| [[Infinity|Infinity]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
| 115
| [[Levenshtein%20distance|Levenshtein distance]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
| 115
| 115
| [[Multiplication%20tables|Multiplication tables]]
| [[Multiplication%20tables|Multiplication tables]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
| 115
| [[Run-length%20encoding|Run-length encoding]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
Line 694: Line 702:
| 114
| 114
| [[Evaluate%20binomial%20coefficients|Evaluate binomial coefficients]]
| [[Evaluate%20binomial%20coefficients|Evaluate binomial coefficients]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
| 114
| [[Levenshtein%20distance|Levenshtein distance]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
Line 726: Line 730:
| 113
| 113
| [[Reverse%20words%20in%20a%20string|Reverse words in a string]]
| [[Reverse%20words%20in%20a%20string|Reverse words in a string]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
| 113
| [[Run-length%20encoding|Run-length encoding]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
Line 742: Line 742:
| 112
| 112
| [[Averages%2FPythagorean%20means|Averages/Pythagorean means]]
| [[Averages%2FPythagorean%20means|Averages/Pythagorean means]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
| 112
| [[Zig-zag%20matrix|Zig-zag matrix]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
Line 753: Line 757:
|-
|-
| 111
| 111
| [[Create%20a%20two-dimensional%20array%20at%20runtime|Create a two-dimensional array at runtime]]
| [[Ordered%20words|Ordered words]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
| 111
| 111
| [[String%20prepend|String prepend]]
| [[Ordered%20words|Ordered words]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
| 111
| 111
| [[Zig-zag%20matrix|Zig-zag matrix]]
| [[String%20prepend|String prepend]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
Line 786: Line 790:
| 109
| 109
| [[Combinations|Combinations]]
| [[Combinations|Combinations]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
| 109
| [[Create%20a%20two-dimensional%20array%20at%20runtime|Create a two-dimensional array at runtime]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
Line 819: Line 819:
| [[Shell%20one-liner|Shell one-liner]]
| [[Shell%20one-liner|Shell one-liner]]
|⑪||⑫||⑬||⑭||O||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||O||⑯||⑰||⑱||⑲||⑳
|-
| 106
| [[Short-circuit%20evaluation|Short-circuit evaluation]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
| 105
| 105
Line 834: Line 838:
| 105
| 105
| [[Regular%20expressions|Regular expressions]]
| [[Regular%20expressions|Regular expressions]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
| 105
| [[Short-circuit%20evaluation|Short-circuit evaluation]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
Line 986: Line 986:
| 96
| 96
| [[Address%20of%20a%20variable|Address of a variable]]
| [[Address%20of%20a%20variable|Address of a variable]]
|⑪||O||||O||⑮||⑯||⑰||⑱||⑲||
|⑪||||O||O||⑮||⑯||⑰||⑱||⑲||
|-
|-
| 96
| 96
Line 1,018: Line 1,018:
| 94
| 94
| [[Inheritance%2FSingle|Inheritance/Single]]
| [[Inheritance%2FSingle|Inheritance/Single]]
|⑪||O||||⑭||⑮|| ||||⑱||⑲||
|⑪||||O||⑭||⑮|||| ||⑱||⑲||
|-
|-
| 94
| 94
| [[JSON|JSON]]
| [[JSON|JSON]]
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|-
|-
| 94
| 94
Line 1,055: Line 1,055:
| [[Repeat|Repeat]]
| [[Repeat|Repeat]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
| 93
| [[Simple%20windowed%20application|Simple windowed application]]
|⑪||⑫||⑬||⑭||⑮||⑯|| ||⑱||⑲||
|-
|-
| 93
| 93
Line 1,083: Line 1,087:
| [[Last%20Friday%20of%20each%20month|Last Friday of each month]]
| [[Last%20Friday%20of%20each%20month|Last Friday of each month]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
| 92
| [[Simple%20windowed%20application|Simple windowed application]]
|⑪||⑫||⑬||⑭||⑮|| ||⑰||⑱||⑲||
|-
|-
| 91
| 91
Line 1,115: Line 1,115:
| [[URL%20decoding|URL decoding]]
| [[URL%20decoding|URL decoding]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
| 90
| [[Window%20creation|Window creation]]
|⑪||⑫||⑬||⑭||⑮||⑯|| ||⑱||⑲||
|-
|-
| 89
| 89
Line 1,126: Line 1,130:
| 89
| 89
| [[CSV%20to%20HTML%20translation|CSV to HTML translation]]
| [[CSV%20to%20HTML%20translation|CSV to HTML translation]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
| 89
| [[Long%20multiplication|Long multiplication]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
Line 1,139: Line 1,147:
| [[Sort%20an%20array%20of%20composite%20structures|Sort an array of composite structures]]
| [[Sort%20an%20array%20of%20composite%20structures|Sort an array of composite structures]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
| 89
| [[Window%20creation|Window creation]]
|⑪||⑫||⑬||⑭||⑮|| ||⑰||⑱||⑲||
|-
|-
| 88
| 88
Line 1,171: Line 1,175:
| [[Walk%20a%20directory%2FRecursively|Walk a directory/Recursively]]
| [[Walk%20a%20directory%2FRecursively|Walk a directory/Recursively]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||
|-
| 88
| [[Word%20wrap|Word wrap]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
| 87
| 87
Line 1,198: Line 1,206:
| 87
| 87
| [[Strip%20comments%20from%20a%20string|Strip comments from a string]]
| [[Strip%20comments%20from%20a%20string|Strip comments from a string]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
| 87
| [[URL%20encoding|URL encoding]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
Line 1,210: Line 1,222:
| 86
| 86
| [[Jump%20anywhere|Jump anywhere]]
| [[Jump%20anywhere|Jump anywhere]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
| 86
| [[Long%20multiplication|Long multiplication]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
| 86
| 86
| [[Singly-linked%20list%2FTraversal|Singly-linked list/Traversal]]
| [[Singly-linked%20list%2FTraversal|Singly-linked list/Traversal]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
| 86
| [[URL%20encoding|URL encoding]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
| 86
| [[Word%20wrap|Word wrap]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
Line 1,235: Line 1,235:
| [[Closures%2FValue%20capture|Closures/Value capture]]
| [[Closures%2FValue%20capture|Closures/Value capture]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||
|-
| 85
| [[Count%20the%20coins|Count the coins]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
| 85
| 85
Line 1,262: Line 1,266:
| 84
| 84
| [[Convert%20seconds%20to%20compound%20duration|Convert seconds to compound duration]]
| [[Convert%20seconds%20to%20compound%20duration|Convert seconds to compound duration]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
| 84
| [[Count%20the%20coins|Count the coins]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
Line 1,303: Line 1,303:
|data-sort-value="0C15 puzzle game"| [[15%20puzzle%20game|15 puzzle game]]
|data-sort-value="0C15 puzzle game"| [[15%20puzzle%20game|15 puzzle game]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||
|-
| 83
| [[Call%20an%20object%20method|Call an object method]]
|⑪||⑫||O||⑭||⑮||⑯||O||⑱||⑲||
|-
|-
| 83
| 83
Line 1,331: Line 1,335:
|data-sort-value="0D100 prisoners"| [[100%20prisoners|100 prisoners]]
|data-sort-value="0D100 prisoners"| [[100%20prisoners|100 prisoners]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
| 82
| [[Call%20an%20object%20method|Call an object method]]
|⑪||O||⑬||⑭||⑮||O||⑰||⑱||⑲||
|-
|-
| 82
| 82
| [[Concurrent%20computing|Concurrent computing]]
| [[Concurrent%20computing|Concurrent computing]]
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||
|-
|-
| 82
| 82
Line 1,346: Line 1,346:
| 82
| 82
| [[Keyboard%20input%2FObtain%20a%20Y%20or%20N%20response|Keyboard input/Obtain a Y or N response]]
| [[Keyboard%20input%2FObtain%20a%20Y%20or%20N%20response|Keyboard input/Obtain a Y or N response]]
|⑪|||| ||⑭||⑮||⑯||⑰||⑱||⑲||
|⑪|| ||||⑭||⑮||⑯||⑰||⑱||⑲||
|-
|-
| 82
| 82
| [[Man%20or%20boy%20test|Man or boy test]]
| [[Man%20or%20boy%20test|Man or boy test]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||
|-
|-
| 82
| 82
Line 1,482: Line 1,482:
| 79
| 79
| [[Hello%20world%2FWeb%20server|Hello world/Web server]]
| [[Hello%20world%2FWeb%20server|Hello world/Web server]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||
|-
|-
| 79
| 79
Line 1,494: Line 1,494:
| 79
| 79
|data-sort-value="sha-0B1"| [[SHA-1|SHA-1]]
|data-sort-value="sha-0B1"| [[SHA-1|SHA-1]]
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||
|-
|-
| 79
| 79
Line 1,574: Line 1,574:
| 76
| 76
| [[Fractal%20tree|Fractal tree]]
| [[Fractal%20tree|Fractal tree]]
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|-
|-
| 76
| 76
Line 1,618: Line 1,618:
| 75
| 75
|data-sort-value="sha-0D256"| [[SHA-256|SHA-256]]
|data-sort-value="sha-0D256"| [[SHA-256|SHA-256]]
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||
|-
|-
| 75
| 75
Line 1,674: Line 1,674:
| 74
| 74
| [[Square%20but%20not%20cube|Square but not cube]]
| [[Square%20but%20not%20cube|Square but not cube]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
| 74
| [[Strip%20control%20codes%20and%20extended%20characters%20from%20a%20string|Strip control codes and extended characters from a string]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
Line 1,694: Line 1,698:
| 73
| 73
| [[Polymorphism|Polymorphism]]
| [[Polymorphism|Polymorphism]]
|⑪||O||||⑭||⑮|| || ||⑱||⑲||⑳
|⑪||||O||⑭||⑮|| || ||⑱||⑲||⑳
|-
|-
| 73
| 73
Line 1,701: Line 1,705:
|-
|-
| 73
| 73
| [[Trabb%20Pardo%E2%80%93Knuth%20algorithm|Trabb Pardo–Knuth algorithm]]
| [[Strip%20control%20codes%20and%20extended%20characters%20from%20a%20string|Strip control codes and extended characters from a string]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
| 73
| 73
| [[Van%20Eck%20sequence|Van Eck sequence]]
| [[Van%20Eck%20sequence|Van Eck sequence]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
| 73
| [[Zeckendorf%20number%20representation|Zeckendorf number representation]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
| 72
| 72
| [[Amb|Amb]]
| [[Amb|Amb]]
|⑪|||| ||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪|| ||||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
| 72
| 72
| [[Arithmetic%2FRational|Arithmetic/Rational]]
| [[Arithmetic%2FRational|Arithmetic/Rational]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|-
|-
| 72
| 72
Line 1,750: Line 1,758:
| 72
| 72
| [[Text%20processing%2FMax%20licenses%20in%20use|Text processing/Max licenses in use]]
| [[Text%20processing%2FMax%20licenses%20in%20use|Text processing/Max licenses in use]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
| 72
| [[Trabb%20Pardo%E2%80%93Knuth%20algorithm|Trabb Pardo–Knuth algorithm]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
Line 1,768: Line 1,772:
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
| 72
| 71
|data-sort-value="0B4-rings or 0B4-squares puzzle"| [[4-rings%20or%204-squares%20puzzle|4-rings or 4-squares puzzle]]
| [[Zeckendorf%20number%20representation|Zeckendorf number representation]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
| 71
| 71
| [[Compile-time%20calculation|Compile-time calculation]]
| [[Compile-time%20calculation|Compile-time calculation]]
|O||||O||⑭||⑮||⑯||⑰||⑱||⑲||
|O||O||||⑭||⑮||⑯||⑰||⑱||⑲||
|-
|-
| 71
| 71
Line 1,795: Line 1,799:
| [[Get%20system%20command%20output|Get system command output]]
| [[Get%20system%20command%20output|Get system command output]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||
|-
| 70
|data-sort-value="0B4-rings or 0B4-squares puzzle"| [[4-rings%20or%204-squares%20puzzle|4-rings or 4-squares puzzle]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
| 70
| 70
Line 1,898: Line 1,898:
| 68
| 68
| [[Chinese%20zodiac|Chinese zodiac]]
| [[Chinese%20zodiac|Chinese zodiac]]
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|-
|-
| 68
| 68
Line 1,919: Line 1,919:
| [[Tau%20function|Tau function]]
| [[Tau%20function|Tau function]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰|| ||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰|| ||⑲||⑳
|- style="background-color: #ffc"
| 68
| [[Two%20identical%20strings|Two identical strings]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰|| || ||⑳
|-
|-
| 68
| 68
Line 1,934: Line 1,938:
| 67
| 67
|data-sort-value="base0C64 decode data"| [[Base64%20decode%20data|Base64 decode data]]
|data-sort-value="base0C64 decode data"| [[Base64%20decode%20data|Base64 decode data]]
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|-
|-
| 67
| 67
Line 1,958: Line 1,962:
| 67
| 67
| [[Mouse%20position|Mouse position]]
| [[Mouse%20position|Mouse position]]
|⑪||⑫||⑬|| || || ||||⑱||⑲||
|⑪||⑫||⑬|| || |||| ||⑱||⑲||
|-
|-
| 67
| 67
Line 1,971: Line 1,975:
| [[Runge-Kutta%20method|Runge-Kutta method]]
| [[Runge-Kutta%20method|Runge-Kutta method]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|- style="background-color: #ffc"
| 67
| [[Two%20identical%20strings|Two identical strings]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰|| || ||⑳
|-
|-
| 67
| 67
Line 2,006: Line 2,006:
| 66
| 66
| [[Inheritance%2FMultiple|Inheritance/Multiple]]
| [[Inheritance%2FMultiple|Inheritance/Multiple]]
|⑪||O||||⑭||⑮|| ||||⑱||⑲||
|⑪||||O||⑭||⑮|||| ||⑱||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 66
| 66
| [[Remove%20vowels%20from%20a%20string|Remove vowels from a string]]
| [[Remove%20vowels%20from%20a%20string|Remove vowels from a string]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱|| ||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱|| ||⑳
|-
| 66
| [[Roots%20of%20a%20quadratic%20function|Roots of a quadratic function]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
| 66
| 66
Line 2,026: Line 2,030:
| 65
| 65
| [[Averages%2FMean%20time%20of%20day|Averages/Mean time of day]]
| [[Averages%2FMean%20time%20of%20day|Averages/Mean time of day]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|- style="background-color: #ffc"
| 65
|data-sort-value="base0C64 encode data"| [[Base64%20encode%20data|Base64 encode data]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
| 65
| 65
| [[Bitmap%2FWrite%20a%20PPM%20file|Bitmap/Write a PPM file]]
| [[Bitmap%2FWrite%20a%20PPM%20file|Bitmap/Write a PPM file]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||
|-
|-
| 65
| 65
Line 2,054: Line 2,062:
| 65
| 65
| [[Quickselect%20algorithm|Quickselect algorithm]]
| [[Quickselect%20algorithm|Quickselect algorithm]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
| 65
| [[Roots%20of%20a%20quadratic%20function|Roots of a quadratic function]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
Line 2,074: Line 2,078:
| 64
| 64
| [[Arithmetic%20evaluation|Arithmetic evaluation]]
| [[Arithmetic%20evaluation|Arithmetic evaluation]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|- style="background-color: #ffc"
| 64
|data-sort-value="base0C64 encode data"| [[Base64%20encode%20data|Base64 encode data]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
Line 2,086: Line 2,086:
| 64
| 64
| [[Copy%20stdin%20to%20stdout|Copy stdin to stdout]]
| [[Copy%20stdin%20to%20stdout|Copy stdin to stdout]]
|⑪|| ||||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪|||| ||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
| 64
| 64
| [[DNS%20query|DNS query]]
| [[DNS%20query|DNS query]]
|⑪||O||||⑭||⑮||⑯||⑰||⑱||⑲||
|⑪||||O||⑭||⑮||⑯||⑰||⑱||⑲||
|-
|-
| 64
| 64
Line 2,118: Line 2,118:
| 64
| 64
| [[Unicode%20strings|Unicode strings]]
| [[Unicode%20strings|Unicode strings]]
|⑪||⑫||⑬||⑭|| |||| ||⑱||⑲||⑳
|⑪||⑫||⑬||⑭|| || ||||⑱||⑲||⑳
|-
|-
| 63
| 63
Line 2,126: Line 2,126:
| 63
| 63
|data-sort-value="0C24 game/solve"| [[24%20game%2FSolve|24 game/Solve]]
|data-sort-value="0C24 game/solve"| [[24%20game%2FSolve|24 game/Solve]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|-
|-
| 63
| 63
| [[Disarium%20numbers|Disarium numbers]]
| [[Disarium%20numbers|Disarium numbers]]
|⑪||⑫||⑬||⑭||⑮|| ||||⑱|| ||⑳
|⑪||⑫||⑬||⑭||⑮|||| ||⑱|| ||⑳
|-
|-
| 63
| 63
Line 2,150: Line 2,150:
| 63
| 63
| [[Sattolo%20cycle|Sattolo cycle]]
| [[Sattolo%20cycle|Sattolo cycle]]
|⑪|| ||||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪|||| ||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
| 63
| 63
Line 2,166: Line 2,166:
| 62
| 62
| [[Farey%20sequence|Farey sequence]]
| [[Farey%20sequence|Farey sequence]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
| 62
| [[Fusc%20sequence|Fusc sequence]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
Line 2,182: Line 2,186:
| 62
| 62
| [[Matrix-exponentiation%20operator|Matrix-exponentiation operator]]
| [[Matrix-exponentiation%20operator|Matrix-exponentiation operator]]
|⑪||||O||⑭||⑮|| ||||⑱||⑲||⑳
|⑪||O||||⑭||⑮|||| ||⑱||⑲||⑳
|-
|-
| 62
| 62
| [[Partial%20function%20application|Partial function application]]
| [[Partial%20function%20application|Partial function application]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|-
|-
| 62
| 62
Line 2,194: Line 2,198:
| 62
| 62
| [[Sum%20of%20first%20n%20cubes|Sum of first n cubes]]
| [[Sum%20of%20first%20n%20cubes|Sum of first n cubes]]
|⑪|||| ||⑭||⑮||⑯||⑰|| || ||⑳
|⑪|| ||||⑭||⑮||⑯||⑰|| || ||⑳
|-
|-
| 61
| 61
| [[Add%20a%20variable%20to%20a%20class%20instance%20at%20runtime|Add a variable to a class instance at runtime]]
| [[Add%20a%20variable%20to%20a%20class%20instance%20at%20runtime|Add a variable to a class instance at runtime]]
|⑪||||O||O||O|| ||||⑱|| ||⑳
|⑪||O||||O||O|||| ||⑱|| ||⑳
|-
|-
| 61
| 61
| [[Define%20a%20primitive%20data%20type|Define a primitive data type]]
| [[Define%20a%20primitive%20data%20type|Define a primitive data type]]
|⑪||O||||⑭||⑮|| ||||⑱||⑲||⑳
|⑪||||O||⑭||⑮|||| ||⑱||⑲||⑳
|-
|-
| 61
| 61
Line 2,210: Line 2,214:
| 61
| 61
| [[FASTA%20format|FASTA format]]
| [[FASTA%20format|FASTA format]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
| 61
| [[Fusc%20sequence|Fusc sequence]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
Line 2,230: Line 2,230:
| 61
| 61
| [[Odd%20word%20problem|Odd word problem]]
| [[Odd%20word%20problem|Odd word problem]]
|⑪||O||||⑭||⑮||⑯||⑰||⑱||⑲||
|⑪||||O||⑭||⑮||⑯||⑰||⑱||⑲||
|-
|-
| 61
| 61
Line 2,246: Line 2,246:
| 61
| 61
| [[Topological%20sort|Topological sort]]
| [[Topological%20sort|Topological sort]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|-
|-
| 61
| 61
Line 2,254: Line 2,254:
| 61
| 61
| [[User%20input%2FGraphical|User input/Graphical]]
| [[User%20input%2FGraphical|User input/Graphical]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 60
| 60
| [[Code%20Golf%3A%20Code%20Golf|Code Golf: Code Golf]]
| [[Code%20Golf%3A%20Code%20Golf|Code Golf: Code Golf]]
|⑪|| || || || || ||||⑱|| ||⑳
|⑪|| || || || |||| ||⑱|| ||⑳
|-
|-
| 60
| 60
Line 2,274: Line 2,274:
| 60
| 60
| [[Hash%20join|Hash join]]
| [[Hash%20join|Hash join]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|-
|-
| 60
| 60
Line 2,287: Line 2,287:
| [[LZW%20compression|LZW compression]]
| [[LZW%20compression|LZW compression]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
| 60
| [[Largest%20proper%20divisor%20of%20n|Largest proper divisor of n]]
|⑪||⑫|| ||⑭||⑮||⑯||⑰|| || ||⑳
|-
|-
| 60
| 60
Line 2,298: Line 2,294:
| 60
| 60
| [[Pointers%20and%20references|Pointers and references]]
| [[Pointers%20and%20references|Pointers and references]]
|O||O||||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|O||||O||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
| 60
| 60
Line 2,310: Line 2,306:
| 60
| 60
| [[Terminal%20control%2FColoured%20text|Terminal control/Coloured text]]
| [[Terminal%20control%2FColoured%20text|Terminal control/Coloured text]]
|⑪|||| ||⑭|| ||⑯||⑰||⑱||⑲||⑳
|⑪|| ||||⑭|| ||⑯||⑰||⑱||⑲||⑳
|-
|-
| 60
| 60
Line 2,330: Line 2,326:
| 59
| 59
| [[Dijkstra%27s%20algorithm|Dijkstra's algorithm]]
| [[Dijkstra%27s%20algorithm|Dijkstra's algorithm]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|-
|-
| 59
| 59
Line 2,342: Line 2,338:
| 59
| 59
| [[Runtime%20evaluation%2FIn%20an%20environment|Runtime evaluation/In an environment]]
| [[Runtime%20evaluation%2FIn%20an%20environment|Runtime evaluation/In an environment]]
|⑪||⑫||⑬||O|| |||| ||⑱||⑲||
|⑪||⑫||⑬||O|| || ||||⑱||⑲||
|-
|-
| 59
| 59
| [[Singleton|Singleton]]
| [[Singleton|Singleton]]
|⑪||O||||O||⑮|| ||||⑱||⑲||
|⑪||||O||O||⑮|||| ||⑱||⑲||
|-
|-
| 59
| 59
Line 2,362: Line 2,358:
| 59
| 59
| [[Universal%20Turing%20machine|Universal Turing machine]]
| [[Universal%20Turing%20machine|Universal Turing machine]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 59
| 59
| [[Words%20containing%20%22the%22%20substring|Words containing "the" substring]]
| [[Words%20containing%20%22the%22%20substring|Words containing "the" substring]]
|⑪|||| ||⑭||⑮||⑯||⑰|| || ||⑳
|⑪|| ||||⑭||⑮||⑯||⑰|| || ||⑳
|-
|-
| 58
| 58
Line 2,374: Line 2,370:
| 58
| 58
| [[Associative%20array%2FMerging|Associative array/Merging]]
| [[Associative%20array%2FMerging|Associative array/Merging]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|-
|-
| 58
| 58
Line 2,406: Line 2,402:
| 57
| 57
| [[Abbreviations%2C%20automatic|Abbreviations, automatic]]
| [[Abbreviations%2C%20automatic|Abbreviations, automatic]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|-
|-
| 57
| 57
Line 2,422: Line 2,418:
| 57
| 57
| [[First-class%20functions%2FUse%20numbers%20analogously|First-class functions/Use numbers analogously]]
| [[First-class%20functions%2FUse%20numbers%20analogously|First-class functions/Use numbers analogously]]
|⑪||||O||⑭||⑮|||| ||⑱||⑲||⑳
|⑪||O||||⑭||⑮|| ||||⑱||⑲||⑳
|-
|-
| 57
| 57
| [[Handle%20a%20signal|Handle a signal]]
| [[Handle%20a%20signal|Handle a signal]]
|⑪||O||||⑭||⑮||⑯||⑰||⑱||⑲||
|⑪||||O||⑭||⑮||⑯||⑰||⑱||⑲||
|-
|-
| 57
| 57
Line 2,442: Line 2,438:
| 57
| 57
| [[Rosetta%20Code%2FRank%20languages%20by%20popularity|Rosetta Code/Rank languages by popularity]]
| [[Rosetta%20Code%2FRank%20languages%20by%20popularity|Rosetta Code/Rank languages by popularity]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|-
| 57
| [[Validate%20International%20Securities%20Identification%20Number|Validate International Securities Identification Number]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
| 57
| 57
| [[XML%2FXPath|XML/XPath]]
| [[XML%2FXPath|XML/XPath]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||
|-
|-
| 56
| 56
Line 2,462: Line 2,462:
| 56
| 56
| [[Naming%20conventions|Naming conventions]]
| [[Naming%20conventions|Naming conventions]]
|⑪|||| ||⑭|| ||⑯||⑰||⑱||⑲||⑳
|⑪|| ||||⑭|| ||⑯||⑰||⑱||⑲||⑳
|-
|-
| 56
| 56
Line 2,493: Line 2,493:
|-
|-
| 56
| 56
| [[Water%20collected%20between%20towers|Water collected between towers]]
| [[Validate%20International%20Securities%20Identification%20Number|Validate International Securities Identification Number]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
Line 2,499: Line 2,499:
| [[Egyptian%20division|Egyptian division]]
| [[Egyptian%20division|Egyptian division]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
| 55
| [[Fractran|Fractran]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||
|-
| 55
| [[Largest%20proper%20divisor%20of%20n|Largest proper divisor of n]]
|⑪|| ||⑬||⑭||⑮||⑯||⑰|| || ||⑳
|-
|-
| 55
| 55
Line 2,514: Line 2,522:
| 55
| 55
| [[Send%20email|Send email]]
| [[Send%20email|Send email]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||
|-
|-
| 55
| 55
Line 2,526: Line 2,534:
| 55
| 55
| [[Synchronous%20concurrency|Synchronous concurrency]]
| [[Synchronous%20concurrency|Synchronous concurrency]]
|⑪|| ||||⑭||⑮|| || ||⑱||⑲||
|⑪|||| ||⑭||⑮|| || ||⑱||⑲||
|-
|-
| 55
| 55
| [[Terminal%20control%2FCursor%20positioning|Terminal control/Cursor positioning]]
| [[Terminal%20control%2FCursor%20positioning|Terminal control/Cursor positioning]]
|⑪|||| || ||⑮||⑯||⑰||⑱||⑲||⑳
|⑪|| |||| ||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
| 55
| 55
Line 2,554: Line 2,562:
| 54
| 54
| [[Greyscale%20bars%2FDisplay|Greyscale bars/Display]]
| [[Greyscale%20bars%2FDisplay|Greyscale bars/Display]]
| ||⑫||⑬||⑭||⑮|| ||||⑱||⑲||
| ||⑫||⑬||⑭||⑮|||| ||⑱||⑲||
|-
|-
| 54
| 54
| [[Halt%20and%20catch%20fire|Halt and catch fire]]
| [[Halt%20and%20catch%20fire|Halt and catch fire]]
|⑪|||| ||⑭||⑮||⑯||⑰|| || ||⑳
|⑪|| ||||⑭||⑮||⑯||⑰|| || ||⑳
|-
|-
| 54
| 54
Line 2,578: Line 2,586:
| 54
| 54
| [[Smallest%20square%20that%20begins%20with%20n|Smallest square that begins with n]]
| [[Smallest%20square%20that%20begins%20with%20n|Smallest square that begins with n]]
|⑪|||| ||⑭||⑮||⑯||⑰|| || ||⑳
|⑪|| ||||⑭||⑮||⑯||⑰|| || ||⑳
|-
|-
| 54
| 54
Line 2,590: Line 2,598:
| 54
| 54
|data-sort-value="text processing/0B2"| [[Text%20processing%2F2|Text processing/2]]
|data-sort-value="text processing/0B2"| [[Text%20processing%2F2|Text processing/2]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|-
|-
| 54
| 54
| [[The%20Name%20Game|The Name Game]]
| [[The%20Name%20Game|The Name Game]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱|| ||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱|| ||⑳
|-
| 54
| [[Water%20collected%20between%20towers|Water collected between towers]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
| 54
| 54
Line 2,606: Line 2,610:
| 54
| 54
| [[Zebra%20puzzle|Zebra puzzle]]
| [[Zebra%20puzzle|Zebra puzzle]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|-
|-
| 53
| 53
Line 2,618: Line 2,622:
| 53
| 53
| [[Dining%20philosophers|Dining philosophers]]
| [[Dining%20philosophers|Dining philosophers]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||
|-
|-
| 53
| 53
| [[Doubly-linked%20list%2FTraversal|Doubly-linked list/Traversal]]
| [[Doubly-linked%20list%2FTraversal|Doubly-linked list/Traversal]]
|⑪|| ||||⑭||⑮||⑯||⑰||⑱||⑲||
|⑪|||| ||⑭||⑮||⑯||⑰||⑱||⑲||
|-
| 53
| [[Fractran|Fractran]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||
|-
|-
| 53
| 53
Line 2,642: Line 2,642:
| 53
| 53
| [[Sierpinski%20triangle%2FGraphical|Sierpinski triangle/Graphical]]
| [[Sierpinski%20triangle%2FGraphical|Sierpinski triangle/Graphical]]
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|-
|-
| 53
| 53
Line 2,666: Line 2,666:
| 52
| 52
| [[Elementary%20cellular%20automaton|Elementary cellular automaton]]
| [[Elementary%20cellular%20automaton|Elementary cellular automaton]]
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|-
|-
| 52
| 52
| [[Execute%20a%20Markov%20algorithm|Execute a Markov algorithm]]
| [[Execute%20a%20Markov%20algorithm|Execute a Markov algorithm]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|-
|-
| 52
| 52
| [[GUI%20component%20interaction|GUI component interaction]]
| [[GUI%20component%20interaction|GUI component interaction]]
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||
|-
|-
| 52
| 52
Line 2,686: Line 2,686:
| 52
| 52
| [[Metaprogramming|Metaprogramming]]
| [[Metaprogramming|Metaprogramming]]
|⑪||||O||⑭|| ||⑯||⑰||⑱||⑲||
|⑪||O||||⑭|| ||⑯||⑰||⑱||⑲||
|-
|-
| 52
| 52
Line 2,694: Line 2,694:
| 52
| 52
| [[Stable%20marriage%20problem|Stable marriage problem]]
| [[Stable%20marriage%20problem|Stable marriage problem]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 52
| 52
| [[Sum%20of%20the%20digits%20of%20n%20is%20substring%20of%20n|Sum of the digits of n is substring of n]]
| [[Sum%20of%20the%20digits%20of%20n%20is%20substring%20of%20n|Sum of the digits of n is substring of n]]
|⑪|||| ||⑭||⑮||⑯||⑰||⑱|| ||⑳
|⑪|| ||||⑭||⑮||⑯||⑰||⑱|| ||⑳
|-
|-
| 52
| 52
|data-sort-value="text processing/0B1"| [[Text%20processing%2F1|Text processing/1]]
|data-sort-value="text processing/0B1"| [[Text%20processing%2F1|Text processing/1]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|-
|-
| 51
| 51
Line 2,722: Line 2,722:
| 51
| 51
| [[Numbers%20divisible%20by%20their%20individual%20digits%2C%20but%20not%20by%20the%20product%20of%20their%20digits.|Numbers divisible by their individual digits, but not by the product of their digits.]]
| [[Numbers%20divisible%20by%20their%20individual%20digits%2C%20but%20not%20by%20the%20product%20of%20their%20digits.|Numbers divisible by their individual digits, but not by the product of their digits.]]
|⑪|||| ||⑭|| ||⑯||⑰|| || ||⑳
|⑪|| ||||⑭|| ||⑯||⑰|| || ||⑳
|-
|-
| 51
| 51
| [[Respond%20to%20an%20unknown%20method%20call|Respond to an unknown method call]]
| [[Respond%20to%20an%20unknown%20method%20call|Respond to an unknown method call]]
|⑪||||O|| ||⑮|| || ||⑱||⑲||
|⑪||O|||| ||⑮|| || ||⑱||⑲||
|-
|-
| 51
| 51
Line 2,734: Line 2,734:
| 51
| 51
| [[Text%20between|Text between]]
| [[Text%20between|Text between]]
|⑪|| ||||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪|||| ||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
| 51
| 51
Line 2,742: Line 2,742:
| 50
| 50
| [[ABC%20words|ABC words]]
| [[ABC%20words|ABC words]]
|⑪|| ||||⑭||⑮||⑯||⑰|| ||⑲||⑳
|⑪|||| ||⑭||⑮||⑯||⑰|| ||⑲||⑳
|-
|-
| 50
| 50
Line 2,762: Line 2,762:
| 50
| 50
| [[Hilbert%20curve|Hilbert curve]]
| [[Hilbert%20curve|Hilbert curve]]
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|-
|-
| 50
| 50
| [[History%20variables|History variables]]
| [[History%20variables|History variables]]
|⑪|| ||||⑭||O|||| ||⑱||⑲||
|⑪|||| ||⑭||O|| ||||⑱||⑲||
|-
|-
| 50
| 50
Line 2,774: Line 2,774:
| 50
| 50
| [[Last%20letter-first%20letter|Last letter-first letter]]
| [[Last%20letter-first%20letter|Last letter-first letter]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|-
|-
| 50
| 50
Line 2,782: Line 2,782:
| 50
| 50
| [[Odd%20and%20square%20numbers|Odd and square numbers]]
| [[Odd%20and%20square%20numbers|Odd and square numbers]]
|⑪|||| ||⑭|| || |||| || ||⑳
|⑪|| ||||⑭|| |||| || || ||⑳
|-
|-
| 50
| 50
| [[Polymorphic%20copy|Polymorphic copy]]
| [[Polymorphic%20copy|Polymorphic copy]]
|⑪||O|||| ||⑮|||| ||⑱||⑲||
|⑪||||O|| ||⑮|| ||||⑱||⑲||
|-
|-
| 50
| 50
Line 2,794: Line 2,794:
| 50
| 50
| [[Send%20an%20unknown%20method%20call|Send an unknown method call]]
| [[Send%20an%20unknown%20method%20call|Send an unknown method call]]
|⑪||⑫||⑬|| ||O|| ||||⑱||⑲||
|⑪||⑫||⑬|| ||O|||| ||⑱||⑲||
|-
|-
| 50
| 50
| [[Sparkline%20in%20unicode|Sparkline in unicode]]
| [[Sparkline%20in%20unicode|Sparkline in unicode]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|-
| 50
| [[Start%20from%20a%20main%20routine|Start from a main routine]]
|⑪||O||⑬||O||O||⑯||⑰||⑱||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 50
| 50
Line 2,810: Line 2,814:
| 49
| 49
| [[Abbreviations%2C%20easy|Abbreviations, easy]]
| [[Abbreviations%2C%20easy|Abbreviations, easy]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|-
|-
| 49
| 49
| [[Active%20object|Active object]]
| [[Active%20object|Active object]]
| ||⑫||⑬||⑭||⑮|| ||||⑱||⑲||
| ||⑫||⑬||⑭||⑮|||| ||⑱||⑲||
|-
|-
| 49
| 49
Line 2,822: Line 2,826:
| 49
| 49
| [[Bitmap%2FRead%20a%20PPM%20file|Bitmap/Read a PPM file]]
| [[Bitmap%2FRead%20a%20PPM%20file|Bitmap/Read a PPM file]]
|⑪||⑫||⑬||⑭|| |||| ||⑱||⑲||
|⑪||⑫||⑬||⑭|| || ||||⑱||⑲||
|-
|-
| 49
| 49
| [[Colour%20pinstripe%2FDisplay|Colour pinstripe/Display]]
| [[Colour%20pinstripe%2FDisplay|Colour pinstripe/Display]]
| ||⑫||⑬|| ||⑮|| ||||⑱||⑲||
| ||⑫||⑬|| ||⑮|||| ||⑱||⑲||
|-
|-
| 49
| 49
Line 2,834: Line 2,838:
| 49
| 49
| [[Find%20square%20difference|Find square difference]]
| [[Find%20square%20difference|Find square difference]]
|⑪|| || ||⑭||⑮|| |||| || ||⑳
|⑪|| || ||⑭||⑮|||| || || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 49
| 49
|data-sort-value="find words which contains more than 0B3 e vowels"| [[Find%20words%20which%20contains%20more%20than%203%20e%20vowels|Find words which contains more than 3 e vowels]]
|data-sort-value="find words which contains more than 0B3 e vowels"| [[Find%20words%20which%20contains%20more%20than%203%20e%20vowels|Find words which contains more than 3 e vowels]]
|⑪|||| ||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪|| ||||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
| 49
| [[GUI%2FMaximum%20window%20dimensions|GUI/Maximum window dimensions]]
| ||⑫||⑬||⑭|| ||⑯||⑰||⑱||⑲||
|-
|-
| 49
| 49
Line 2,846: Line 2,854:
| 49
| 49
| [[OpenGL|OpenGL]]
| [[OpenGL|OpenGL]]
|⑪||⑫||⑬||⑭|| || ||||⑱||⑲||
|⑪||⑫||⑬||⑭|| |||| ||⑱||⑲||
|-
|-
| 49
| 49
| [[Set%20consolidation|Set consolidation]]
| [[Set%20consolidation|Set consolidation]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|-
|-
| 49
| 49
| [[Sorting%20algorithms%2FRadix%20sort|Sorting algorithms/Radix sort]]
| [[Sorting%20algorithms%2FRadix%20sort|Sorting algorithms/Radix sort]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|-
| 49
| [[Start%20from%20a%20main%20routine|Start from a main routine]]
|⑪||⑫||O||O||O||⑯||⑰||⑱||⑲||
|-
|-
| 49
| 49
|data-sort-value="utf-0B8 encode and decode"| [[UTF-8%20encode%20and%20decode|UTF-8 encode and decode]]
|data-sort-value="utf-0B8 encode and decode"| [[UTF-8%20encode%20and%20decode|UTF-8 encode and decode]]
|⑪||⑫||⑬||⑭|| || || ||⑱||⑲||⑳
|⑪||⑫||⑬||⑭|| || || ||⑱||⑲||⑳
|-
| 49
| [[Variable%20size%2FSet|Variable size/Set]]
|O||O||⑬||⑭||⑮||⑯||⑰||⑱||⑲||
|-
|-
| 49
| 49
Line 2,883: Line 2,891:
| [[Determine%20if%20only%20one%20instance%20is%20running|Determine if only one instance is running]]
| [[Determine%20if%20only%20one%20instance%20is%20running|Determine if only one instance is running]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||
|- style="background-color: #ffc"
|-
| 48
| 48
| [[Matrix%20with%20two%20diagonals|Matrix with two diagonals]]
| [[GUI%2FMaximum%20window%20dimensions|GUI/Maximum window dimensions]]
| ||⑫||||⑭|| ||⑯||||||||
|||⑫|| ||⑭||||⑯|| || || ||
|-
|-
| 48
| 48
Line 2,907: Line 2,915:
| [[Twelve%20statements|Twelve statements]]
| [[Twelve%20statements|Twelve statements]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
| 48
| [[Variable%20size%2FSet|Variable size/Set]]
|O||⑫||O||⑭||⑮||⑯||⑰||⑱||⑲||
|-
|-
| 47
| 47
Line 2,918: Line 2,922:
| 47
| 47
| [[Coprimes|Coprimes]]
| [[Coprimes|Coprimes]]
|⑪|||| ||⑭||⑮||⑯||⑰|| ||⑲||⑳
|⑪|| ||||⑭||⑮||⑯||⑰|| ||⑲||⑳
|-
|-
| 47
| 47
Line 2,926: Line 2,930:
| 47
| 47
| [[Deepcopy|Deepcopy]]
| [[Deepcopy|Deepcopy]]
|⑪||⑫||⑬||O||⑮|| ||||⑱||⑲||⑳
|⑪||⑫||⑬||O||⑮|||| ||⑱||⑲||⑳
|-
|-
| 47
| 47
Line 2,938: Line 2,942:
| 47
| 47
| [[Feigenbaum%20constant%20calculation|Feigenbaum constant calculation]]
| [[Feigenbaum%20constant%20calculation|Feigenbaum constant calculation]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
| 47
| [[File%20extension%20is%20in%20extensions%20list|File extension is in extensions list]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
Line 2,943: Line 2,951:
| [[Fivenum|Fivenum]]
| [[Fivenum|Fivenum]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
| 47
| [[Flipping%20bits%20game|Flipping bits game]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||
|-
|-
| 47
| 47
| [[Knapsack%20problem%2FBounded|Knapsack problem/Bounded]]
| [[Knapsack%20problem%2FBounded|Knapsack problem/Bounded]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|- style="background-color: #ffc"
| 47
| [[Matrix%20with%20two%20diagonals|Matrix with two diagonals]]
|⑪|| ||⑬||⑭||⑮|| ||⑰|| || ||⑳
|-
|-
| 47
| 47
| [[Parsing%2FShunting-yard%20algorithm|Parsing/Shunting-yard algorithm]]
| [[Parsing%2FShunting-yard%20algorithm|Parsing/Shunting-yard algorithm]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||
|-
|-
| 47
| 47
Line 2,962: Line 2,970:
| 47
| 47
| [[Speech%20synthesis|Speech synthesis]]
| [[Speech%20synthesis|Speech synthesis]]
|⑪|||| ||⑭|| ||⑯||⑰||⑱||⑲||
|⑪|| ||||⑭|| ||⑯||⑰||⑱||⑲||
|-
|-
| 47
| 47
Line 2,970: Line 2,978:
| 47
| 47
| [[Terminal%20control%2FDimensions|Terminal control/Dimensions]]
| [[Terminal%20control%2FDimensions|Terminal control/Dimensions]]
|⑪|||| || || ||⑯||⑰||⑱||⑲||
|⑪|| |||| || ||⑯||⑰||⑱||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 47
| 47
| [[Type%20detection|Type detection]]
| [[Type%20detection|Type detection]]
| || |||| ||⑮||⑯||⑰||⑱||⑲||⑳
| |||| || ||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
| 46
| 46
| [[Abbreviations%2C%20simple|Abbreviations, simple]]
| [[Abbreviations%2C%20simple|Abbreviations, simple]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|-
|-
| 46
| 46
Line 2,986: Line 2,994:
| 46
| 46
| [[Bulls%20and%20cows%2FPlayer|Bulls and cows/Player]]
| [[Bulls%20and%20cows%2FPlayer|Bulls and cows/Player]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||
|-
|-
| 46
| 46
| [[Compiler%2Flexical%20analyzer|Compiler/lexical analyzer]]
| [[Compiler%2Flexical%20analyzer|Compiler/lexical analyzer]]
| || ||||⑭||⑮|| ||||⑱||⑲||
| |||| ||⑭||⑮|||| ||⑱||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 46
| 46
| [[Count%20how%20many%20vowels%20and%20consonants%20occur%20in%20a%20string|Count how many vowels and consonants occur in a string]]
| [[Count%20how%20many%20vowels%20and%20consonants%20occur%20in%20a%20string|Count how many vowels and consonants occur in a string]]
|⑪|||| ||⑭|| ||⑯||⑰|| || ||⑳
|⑪|| ||||⑭|| ||⑯||⑰|| || ||⑳
|- style="background-color: #ffc"
|-
| 46
| 46
| [[Extra%20primes|Extra primes]]
| [[File%20extension%20is%20in%20extensions%20list|File extension is in extensions list]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
| 46
| [[Flipping%20bits%20game|Flipping bits game]]
|⑪||⑫||⑬||⑭||⑮||⑯|| ||⑱||⑲||
|-
|-
| 46
| 46
Line 3,050: Line 3,054:
| 46
| 46
| [[Sort%20a%20list%20of%20object%20identifiers|Sort a list of object identifiers]]
| [[Sort%20a%20list%20of%20object%20identifiers|Sort a list of object identifiers]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|-
|-
| 46
| 46
| [[Sorting%20algorithms%2FPatience%20sort|Sorting algorithms/Patience sort]]
| [[Sorting%20algorithms%2FPatience%20sort|Sorting algorithms/Patience sort]]
|⑪|| ||||⑭||⑮|||| ||⑱||⑲||⑳
|⑪|||| ||⑭||⑮|| ||||⑱||⑲||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 46
| 46
| [[Special%20divisors|Special divisors]]
| [[Special%20divisors|Special divisors]]
|⑪|||| || ||⑮||⑯||⑰|| || ||⑳
|⑪|| |||| ||⑮||⑯||⑰|| || ||⑳
|-
|-
| 46
| 46
| [[Subtractive%20generator|Subtractive generator]]
| [[Subtractive%20generator|Subtractive generator]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|-
|-
| 46
| 46
| [[Sutherland-Hodgman%20polygon%20clipping|Sutherland-Hodgman polygon clipping]]
| [[Sutherland-Hodgman%20polygon%20clipping|Sutherland-Hodgman polygon clipping]]
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||
|-
|-
| 46
| 46
| [[Truth%20table|Truth table]]
| [[Truth%20table|Truth table]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|-
|-
| 45
| 45
| [[Atomic%20updates|Atomic updates]]
| [[Atomic%20updates|Atomic updates]]
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 45
| 45
|data-sort-value="base 0C16 numbers needing a to f"| [[Base%2016%20numbers%20needing%20a%20to%20f|Base 16 numbers needing a to f]]
|data-sort-value="base 0C16 numbers needing a to f"| [[Base%2016%20numbers%20needing%20a%20to%20f|Base 16 numbers needing a to f]]
|⑪|||| ||⑭||⑮||⑯||⑰|| || ||⑳
|⑪|| ||||⑭||⑮||⑯||⑰|| || ||⑳
|-
|-
| 45
| 45
Line 3,086: Line 3,090:
| 45
| 45
| [[Digit%20fifth%20powers|Digit fifth powers]]
| [[Digit%20fifth%20powers|Digit fifth powers]]
|⑪|||| || ||⑮||⑯||⑰|| || ||⑳
|⑪|| |||| ||⑮||⑯||⑰|| || ||⑳
|-
|-
| 45
| 45
| [[Display%20a%20linear%20combination|Display a linear combination]]
| [[Display%20a%20linear%20combination|Display a linear combination]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|- style="background-color: #ffc"
| 45
| [[Extra%20primes|Extra primes]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 45
| 45
| [[Input%2FOutput%20for%20pairs%20of%20numbers|Input/Output for pairs of numbers]]
| [[Input%2FOutput%20for%20pairs%20of%20numbers|Input/Output for pairs of numbers]]
|⑪|| ||||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪|||| ||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
| 45
| 45
Line 3,126: Line 3,126:
| 45
| 45
| [[S-expressions|S-expressions]]
| [[S-expressions|S-expressions]]
|⑪|| ||||⑭||⑮|||| ||⑱||⑲||⑳
|⑪|||| ||⑭||⑮|| ||||⑱||⑲||⑳
|-
|-
| 45
| 45
Line 3,138: Line 3,138:
| 45
| 45
| [[Terminal%20control%2FHiding%20the%20cursor|Terminal control/Hiding the cursor]]
| [[Terminal%20control%2FHiding%20the%20cursor|Terminal control/Hiding the cursor]]
|⑪|||| || ||⑮||⑯||⑰||⑱||⑲||⑳
|⑪|| |||| ||⑮||⑯||⑰||⑱||⑲||⑳
|- style="background-color: #ffc"
| 45
| [[Triplet%20of%20three%20numbers|Triplet of three numbers]]
|⑪|| ||⑬|| ||⑮||⑯||⑰|| || ||⑳
|-
|-
| 45
| 45
| [[Yellowstone%20sequence|Yellowstone sequence]]
| [[Yellowstone%20sequence|Yellowstone sequence]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|- style="background-color: #ffc"
| 44
|data-sort-value="0F10001th prime"| [[10001th%20prime|10001th prime]]
|⑪||⑫||⑬|| ||⑮||⑯||⑰|| ||⑲||⑳
|-
|-
| 44
| 44
Line 3,150: Line 3,158:
| 44
| 44
| [[Brace%20expansion|Brace expansion]]
| [[Brace%20expansion|Brace expansion]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|-
|-
| 44
| 44
Line 3,170: Line 3,178:
| 44
| 44
|data-sort-value="find prime numbers of the form n*n*n+0B2"| [[Find%20prime%20numbers%20of%20the%20form%20n%2An%2An%2B2|Find prime numbers of the form n*n*n+2]]
|data-sort-value="find prime numbers of the form n*n*n+0B2"| [[Find%20prime%20numbers%20of%20the%20form%20n%2An%2An%2B2|Find prime numbers of the form n*n*n+2]]
|⑪|||| || ||⑮||⑯||⑰|| || ||⑳
|⑪|| |||| ||⑮||⑯||⑰|| || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 44
| 44
| [[Find%20words%20which%20contains%20all%20the%20vowels|Find words which contains all the vowels]]
| [[Find%20words%20which%20contains%20all%20the%20vowels|Find words which contains all the vowels]]
|⑪|||| ||⑭||⑮||⑯||⑰|| || ||⑳
|⑪|| ||||⑭||⑮||⑯||⑰|| || ||⑳
|-
|-
| 44
| 44
Line 3,182: Line 3,190:
| 44
| 44
| [[Input%2FOutput%20for%20lines%20of%20text|Input/Output for lines of text]]
| [[Input%2FOutput%20for%20lines%20of%20text|Input/Output for lines of text]]
|⑪|| ||||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪|||| ||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
| 44
| 44
Line 3,198: Line 3,206:
| 44
| 44
| [[Numerical%20integration%2FAdaptive%20Simpson%27s%20method|Numerical integration/Adaptive Simpson's method]]
| [[Numerical%20integration%2FAdaptive%20Simpson%27s%20method|Numerical integration/Adaptive Simpson's method]]
| || |||| || |||| ||⑱|| ||
| |||| || || || ||||⑱|| ||
|-
|-
| 44
| 44
| [[Percentage%20difference%20between%20images|Percentage difference between images]]
| [[Percentage%20difference%20between%20images|Percentage difference between images]]
|⑪||⑫||⑬||⑭||⑮|| || ||⑱||⑲||
|⑪||⑫||⑬||⑭||⑮|| || ||⑱||⑲||
|-
| 44
| [[Pseudo-random%20numbers%2FMiddle-square%20method|Pseudo-random numbers/Middle-square method]]
|⑪||⑫|| ||⑭||⑮||⑯|| || || ||⑳
|-
|-
| 44
| 44
Line 3,214: Line 3,226:
| 44
| 44
| [[Summarize%20and%20say%20sequence|Summarize and say sequence]]
| [[Summarize%20and%20say%20sequence|Summarize and say sequence]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|-
|-
| 44
| 44
| [[Terminal%20control%2FInverse%20video|Terminal control/Inverse video]]
| [[Terminal%20control%2FInverse%20video|Terminal control/Inverse video]]
|⑪|||| || || ||⑯||⑰||⑱||⑲||⑳
|⑪|| |||| || ||⑯||⑰||⑱||⑲||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 44
| 44
| [[Unique%20characters|Unique characters]]
| [[Triplet%20of%20three%20numbers|Triplet of three numbers]]
|⑪|||| || ||⑮||⑯||⑰|| || ||⑳
|⑪|| ||||||⑮||⑯||⑰|| || ||⑳
|-
|-
| 44
| 44
| [[Variable-length%20quantity|Variable-length quantity]]
| [[Variable-length%20quantity|Variable-length quantity]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|-
|-
| 44
| 44
| [[Voronoi%20diagram|Voronoi diagram]]
| [[Voronoi%20diagram|Voronoi diagram]]
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||
|- style="background-color: #ffc"
| 43
|data-sort-value="0F10001th prime"| [[10001th%20prime|10001th prime]]
|⑪||⑫||⑬|| ||⑮||⑯||⑰|| ||⑲||⑳
|-
|-
| 43
| 43
| [[Ascending%20primes|Ascending primes]]
| [[Ascending%20primes|Ascending primes]]
|⑪||⑫||⑬|| ||⑮|| |||| || ||⑳
|⑪||⑫||⑬|| ||⑮|||| || || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 43
| 43
| [[Find%20prime%20n%20such%20that%20reversed%20n%20is%20also%20prime|Find prime n such that reversed n is also prime]]
| [[Find%20prime%20n%20such%20that%20reversed%20n%20is%20also%20prime|Find prime n such that reversed n is also prime]]
|⑪|||| ||⑭|| ||⑯||⑰|| || ||⑳
|⑪|| ||||⑭|| ||⑯||⑰|| || ||⑳
|-
|-
| 43
| 43
Line 3,258: Line 3,266:
| 43
| 43
| [[GUI%20enabling%2Fdisabling%20of%20controls|GUI enabling/disabling of controls]]
| [[GUI%20enabling%2Fdisabling%20of%20controls|GUI enabling/disabling of controls]]
|⑪||⑫||⑬|| ||⑮|| ||||⑱||⑲||
|⑪||⑫||⑬|| ||⑮|||| ||⑱||⑲||
|-
|-
| 43
| 43
| [[Inverted%20index|Inverted index]]
| [[Inverted%20index|Inverted index]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 43
| 43
| [[Kahan%20summation|Kahan summation]]
| [[Kahan%20summation|Kahan summation]]
|⑪|| |||| ||⑮||⑯||⑰||⑱||⑲||
|⑪|||| || ||⑮||⑯||⑰||⑱||⑲||
|-
| 43
| [[Koch%20curve|Koch curve]]
|⑪||⑫||⑬||⑭||⑮||⑯|| ||⑱||⑲||⑳
|-
|-
| 43
| 43
Line 3,279: Line 3,291:
| [[Prime%20conspiracy|Prime conspiracy]]
| [[Prime%20conspiracy|Prime conspiracy]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
| 43
| [[Pseudo-random%20numbers%2FMiddle-square%20method|Pseudo-random numbers/Middle-square method]]
|⑪|| || ||⑭||⑮|| ||⑰|| || ||⑳
|-
|-
| 43
| 43
Line 3,290: Line 3,298:
| 43
| 43
| [[Table%20creation%2FPostal%20addresses|Table creation/Postal addresses]]
| [[Table%20creation%2FPostal%20addresses|Table creation/Postal addresses]]
|⑪|||| ||⑭|| |||| ||⑱||⑲||
|⑪|| ||||⑭|| || ||||⑱||⑲||
|-
|- style="background-color: #ffc"
| 43
| 43
| [[Topswops|Topswops]]
| [[Unique%20characters|Unique characters]]
|⑪||⑫|| ||⑭||⑮||⑯||⑰|| || ||⑳
|⑪||⑫||||⑭||⑮||⑯||⑰||||||⑳
|-
|-
| 42
| 42
Line 3,306: Line 3,314:
| 42
| 42
| [[Cheryl%27s%20birthday|Cheryl's birthday]]
| [[Cheryl%27s%20birthday|Cheryl's birthday]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|-
|-
| 42
| 42
Line 3,314: Line 3,322:
| 42
| 42
| [[Find%20words%20whose%20first%20and%20last%20three%20letters%20are%20equal|Find words whose first and last three letters are equal]]
| [[Find%20words%20whose%20first%20and%20last%20three%20letters%20are%20equal|Find words whose first and last three letters are equal]]
|⑪|||| || ||⑮||⑯||⑰|| ||⑲||⑳
|⑪|| |||| ||⑮||⑯||⑰|| ||⑲||⑳
|-
|-
| 42
| 42
Line 3,322: Line 3,330:
| 42
| 42
| [[Implicit%20type%20conversion|Implicit type conversion]]
| [[Implicit%20type%20conversion|Implicit type conversion]]
| || |||| ||⑮||⑯||⑰||⑱||⑲||⑳
| |||| || ||⑮||⑯||⑰||⑱||⑲||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 42
| 42
| [[Integer%20roots|Integer roots]]
| [[Integer%20roots|Integer roots]]
|⑪|| ||||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪|||| ||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
| 42
| 42
| [[Knuth%27s%20algorithm%20S|Knuth's algorithm S]]
| [[Knuth%27s%20algorithm%20S|Knuth's algorithm S]]
|⑪||⑫||⑬||⑭||⑮||⑯|| ||⑱||⑲||⑳
|-
| 42
| [[Koch%20curve|Koch curve]]
|⑪||⑫||⑬||⑭||⑮|| ||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|| ||⑰||⑱||⑲||⑳
|-
|-
| 42
| 42
| [[Magic%20squares%20of%20doubly%20even%20order|Magic squares of doubly even order]]
| [[Magic%20squares%20of%20doubly%20even%20order|Magic squares of doubly even order]]
|⑪|| ||||⑭||⑮||⑯||⑰||⑱|| ||⑳
|⑪|||| ||⑭||⑮||⑯||⑰||⑱|| ||⑳
|-
|-
| 42
| 42
| [[Multiple%20regression|Multiple regression]]
| [[Multiple%20regression|Multiple regression]]
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|-
|-
| 42
| 42
Line 3,354: Line 3,358:
| 42
| 42
| [[Penney%27s%20game|Penney's game]]
| [[Penney%27s%20game|Penney's game]]
|⑪|| ||||⑭||⑮||⑯||⑰||⑱||⑲||
|⑪|||| ||⑭||⑮||⑯||⑰||⑱||⑲||
|-
|-
| 42
| 42
Line 3,366: Line 3,370:
| 42
| 42
| [[Rosetta%20Code%2FFind%20bare%20lang%20tags|Rosetta Code/Find bare lang tags]]
| [[Rosetta%20Code%2FFind%20bare%20lang%20tags|Rosetta Code/Find bare lang tags]]
|⑪||⑫||⑬||⑭|| |||| ||⑱||⑲||⑳
|⑪||⑫||⑬||⑭|| || ||||⑱||⑲||⑳
|-
|-
| 42
| 42
Line 3,374: Line 3,378:
| 42
| 42
| [[Sudan%20function|Sudan function]]
| [[Sudan%20function|Sudan function]]
|⑪|| ||||⑭||⑮|| |||| || ||⑳
|⑪|||| ||⑭||⑮|||| || || ||⑳
|-
|-
| 42
| 42
| [[Test%20integerness|Test integerness]]
| [[Test%20integerness|Test integerness]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
| 42
| [[Topswops|Topswops]]
|⑪||⑫||⑬||⑭||⑮||⑯|| ||⑱||⑲||⑳
|-
|-
| 41
| 41
Line 3,390: Line 3,390:
| 41
| 41
| [[Bitwise%20IO|Bitwise IO]]
| [[Bitwise%20IO|Bitwise IO]]
|⑪|| || ||⑭|| |||| ||⑱||⑲||
|⑪|| || ||⑭|| || ||||⑱||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 41
| 41
| [[Cousin%20primes|Cousin primes]]
| [[Cousin%20primes|Cousin primes]]
|⑪|||| ||⑭|| ||⑯||⑰|| || ||⑳
|⑪|| ||||⑭|| ||⑯||⑰|| || ||⑳
|-
|-
| 41
| 41
| [[Create%20a%20file%20on%20magnetic%20tape|Create a file on magnetic tape]]
| [[Create%20a%20file%20on%20magnetic%20tape|Create a file on magnetic tape]]
|⑪||O||||⑭||⑮||⑯||⑰||⑱||⑲||
|⑪||||O||⑭||⑮||⑯||⑰||⑱||⑲||
|-
|-
| 41
| 41
Line 3,411: Line 3,411:
| [[Find%20palindromic%20numbers%20in%20both%20binary%20and%20ternary%20bases|Find palindromic numbers in both binary and ternary bases]]
| [[Find%20palindromic%20numbers%20in%20both%20binary%20and%20ternary%20bases|Find palindromic numbers in both binary and ternary bases]]
|⑪||⑫||⑬||⑭|| ||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭|| ||⑯||⑰||⑱||⑲||⑳
|- style="background-color: #ffc"
| 41
|data-sort-value="find squares n where n+0B1 is prime"| [[Find%20squares%20n%20where%20n%2B1%20is%20prime|Find squares n where n+1 is prime]]
|⑪|| ||⑬|| || ||⑯|| || ||⑲||⑳
|-
|-
| 41
| 41
| [[LU%20decomposition|LU decomposition]]
| [[LU%20decomposition|LU decomposition]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|-
|-
| 41
| 41
Line 3,422: Line 3,426:
| 41
| 41
| [[Metered%20concurrency|Metered concurrency]]
| [[Metered%20concurrency|Metered concurrency]]
|⑪|| ||||⑭||⑮|| ||||⑱||⑲||
|⑪|||| ||⑭||⑮|||| ||⑱||⑲||
|-
|-
| 41
| 41
Line 3,430: Line 3,434:
| 41
| 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]]
|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
| 41
| [[Parametric%20polymorphism|Parametric polymorphism]]
| [[Parametric%20polymorphism|Parametric polymorphism]]
|O||⑫||⑬||⑭||⑮|||| ||⑱||⑲||
|O||⑫||⑬||⑭||⑮|| ||||⑱||⑲||
|-
|-
| 41
| 41
| [[Pinstripe%2FDisplay|Pinstripe/Display]]
| [[Pinstripe%2FDisplay|Pinstripe/Display]]
| ||⑫||⑬|| ||⑮|| ||||⑱||⑲||
| ||⑫||⑬|| ||⑮|||| ||⑱||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 41
| 41
Line 3,446: Line 3,450:
| 41
| 41
| [[Pythagoras%20tree|Pythagoras tree]]
| [[Pythagoras%20tree|Pythagoras tree]]
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|-
|-
| 41
| 41
| [[Ray-casting%20algorithm|Ray-casting algorithm]]
| [[Ray-casting%20algorithm|Ray-casting algorithm]]
| || ||||⑭||⑮||⑯||⑰||⑱||⑲||
| |||| ||⑭||⑮||⑯||⑰||⑱||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 41
| 41
| [[Sort%20the%20letters%20of%20string%20in%20alphabetical%20order|Sort the letters of string in alphabetical order]]
| [[Sort%20the%20letters%20of%20string%20in%20alphabetical%20order|Sort the letters of string in alphabetical order]]
| |||| ||⑭||⑮||⑯||⑰|| || ||⑳
| || ||||⑭||⑮||⑯||⑰|| || ||⑳
|-
|-
| 41
| 41
| [[Sorting%20algorithms%2FStrand%20sort|Sorting algorithms/Strand sort]]
| [[Sorting%20algorithms%2FStrand%20sort|Sorting algorithms/Strand sort]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|-
|-
| 41
| 41
Line 3,475: Line 3,479:
| [[Alternade%20words|Alternade words]]
| [[Alternade%20words|Alternade words]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰|| || ||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰|| || ||⑳
|-
| 40
| [[Bitmap%2FB%C3%A9zier%20curves%2FCubic|Bitmap/Bézier curves/Cubic]]
|⑪||⑫||⑬|| || ||⑯|| ||⑱||⑲||
|-
|-
| 40
| 40
| [[Break%20OO%20privacy|Break OO privacy]]
| [[Break%20OO%20privacy|Break OO privacy]]
|⑪||O||||O||⑮|| ||||⑱|| ||
|⑪||||O||O||⑮|||| ||⑱|| ||
|-
|-
| 40
| 40
| [[Church%20numerals|Church numerals]]
| [[Church%20numerals|Church numerals]]
|⑪|| ||||⑭||⑮|| || || ||⑲||⑳
|⑪|||| ||⑭||⑮|| || || ||⑲||⑳
|-
|-
| 40
| 40
Line 3,490: Line 3,498:
| 40
| 40
| [[Draw%20a%20rotating%20cube|Draw a rotating cube]]
| [[Draw%20a%20rotating%20cube|Draw a rotating cube]]
| ||⑫||⑬||⑭|| || ||||⑱||⑲||
| ||⑫||⑬||⑭|| |||| ||⑱||⑲||
|-
|-
| 40
| 40
Line 3,498: Line 3,506:
| 40
| 40
| [[Find%20words%20with%20alternating%20vowels%20and%20consonants|Find words with alternating vowels and consonants]]
| [[Find%20words%20with%20alternating%20vowels%20and%20consonants|Find words with alternating vowels and consonants]]
|⑪|||| ||⑭||⑮||⑯||⑰|| ||⑲||⑳
|⑪|| ||||⑭||⑮||⑯||⑰|| ||⑲||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 40
| 40
Line 3,518: Line 3,526:
| 40
| 40
|data-sort-value="numbers in base-0C16 representation that cannot be written with decimal digits"| [[Numbers%20in%20base-16%20representation%20that%20cannot%20be%20written%20with%20decimal%20digits|Numbers in base-16 representation that cannot be written with decimal digits]]
|data-sort-value="numbers in base-0C16 representation that cannot be written with decimal digits"| [[Numbers%20in%20base-16%20representation%20that%20cannot%20be%20written%20with%20decimal%20digits|Numbers in base-16 representation that cannot be written with decimal digits]]
|⑪|||| ||⑭||⑮||⑯||⑰|| || ||⑳
|⑪|| ||||⑭||⑮||⑯||⑰|| || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 40
| 40
| [[Numbers%20whose%20binary%20and%20ternary%20digit%20sums%20are%20prime|Numbers whose binary and ternary digit sums are prime]]
| [[Numbers%20whose%20binary%20and%20ternary%20digit%20sums%20are%20prime|Numbers whose binary and ternary digit sums are prime]]
|⑪|||| ||⑭|| ||⑯||⑰|| || ||⑳
|⑪|| ||||⑭|| ||⑯||⑰|| || ||⑳
|-
|-
| 40
| 40
| [[Numerical%20integration%2FGauss-Legendre%20Quadrature|Numerical integration/Gauss-Legendre Quadrature]]
| [[Numerical%20integration%2FGauss-Legendre%20Quadrature|Numerical integration/Gauss-Legendre Quadrature]]
| ||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
| ||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|-
|-
| 40
| 40
Line 3,534: Line 3,542:
| 40
| 40
| [[Parsing%2FRPN%20to%20infix%20conversion|Parsing/RPN to infix conversion]]
| [[Parsing%2FRPN%20to%20infix%20conversion|Parsing/RPN to infix conversion]]
|⑪|| ||||⑭||⑮|||| ||⑱||⑲||⑳
|⑪|||| ||⑭||⑮|| ||||⑱||⑲||⑳
|-
|-
| 40
| 40
Line 3,542: Line 3,550:
| 40
| 40
|data-sort-value="show the (decimal) value of a number of 0B1s appended with a 0B3, then squared"| [[Show%20the%20%28decimal%29%20value%20of%20a%20number%20of%201s%20appended%20with%20a%203%2C%20then%20squared|Show the (decimal) value of a number of 1s appended with a 3, then squared]]
|data-sort-value="show the (decimal) value of a number of 0B1s appended with a 0B3, then squared"| [[Show%20the%20%28decimal%29%20value%20of%20a%20number%20of%201s%20appended%20with%20a%203%2C%20then%20squared|Show the (decimal) value of a number of 1s appended with a 3, then squared]]
|⑪|||| ||⑭|| ||⑯||⑰|| || ||⑳
|⑪|| ||||⑭|| ||⑯||⑰|| || ||⑳
|-
|-
| 40
| 40
Line 3,550: Line 3,558:
| 40
| 40
| [[Solve%20the%20no%20connection%20puzzle|Solve the no connection puzzle]]
| [[Solve%20the%20no%20connection%20puzzle|Solve the no connection puzzle]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|-
| 39
| [[Bitmap%2FB%C3%A9zier%20curves%2FCubic|Bitmap/Bézier curves/Cubic]]
|⑪||⑫|| || || || ||⑰||⑱||⑲||
|-
|-
| 39
| 39
Line 3,566: Line 3,570:
| 39
| 39
| [[Constrained%20genericity|Constrained genericity]]
| [[Constrained%20genericity|Constrained genericity]]
|⑪||O||||⑭||⑮|| || ||⑱||⑲||
|⑪||||O||⑭||⑮|| || ||⑱||⑲||
|-
|-
| 39
| 39
| [[Entropy%2FNarcissist|Entropy/Narcissist]]
| [[Entropy%2FNarcissist|Entropy/Narcissist]]
|⑪|| ||||⑭||⑮||⑯||⑰||⑱||⑲||
|⑪|||| ||⑭||⑮||⑯||⑰||⑱||⑲||
|-
|-
| 39
| 39
| [[Events|Events]]
| [[Events|Events]]
| |||| ||⑭|| ||⑯||⑰|| ||⑲||
| || ||||⑭|| ||⑯||⑰|| ||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 39
| 39
Line 3,582: Line 3,586:
| 39
| 39
| [[Machine%20code|Machine code]]
| [[Machine%20code|Machine code]]
| ||O|| || || || ||||⑱||⑲||
| || ||O|| || |||| ||⑱||⑲||
|-
|-
| 39
| 39
| [[Minesweeper%20game|Minesweeper game]]
| [[Minesweeper%20game|Minesweeper game]]
|⑪||⑫||⑬||⑭||⑮|| |||| ||⑲||
|⑪||⑫||⑬||⑭||⑮|||| || ||⑲||
|-
|-
| 39
| 39
| [[Mutex|Mutex]]
| [[Mutex|Mutex]]
|⑪|| ||||⑭||⑮|| |||| ||⑲||
|⑪|||| ||⑭||⑮|||| || ||⑲||
|-
|-
| 39
| 39
| [[Order%20disjoint%20list%20items|Order disjoint list items]]
| [[Order%20disjoint%20list%20items|Order disjoint list items]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|-
|-
| 39
| 39
| [[RSA%20code|RSA code]]
| [[RSA%20code|RSA code]]
|⑪||⑫||⑬||⑭|| || ||||⑱||⑲||⑳
|⑪||⑫||⑬||⑭|| |||| ||⑱||⑲||⑳
|-
|-
| 39
| 39
Line 3,610: Line 3,614:
| 39
| 39
| [[Terminal%20control%2FUnicode%20output|Terminal control/Unicode output]]
| [[Terminal%20control%2FUnicode%20output|Terminal control/Unicode output]]
|⑪|||| ||⑭|| || ||||⑱||⑲||⑳
|⑪|| ||||⑭|| |||| ||⑱||⑲||⑳
|-
|-
| 38
| 38
| [[AVL%20tree|AVL tree]]
| [[AVL%20tree|AVL tree]]
| || ||||⑭||⑮|| || ||⑱|| ||
| |||| ||⑭||⑮|| || ||⑱|| ||
|-
|-
| 38
| 38
| [[Algebraic%20data%20types|Algebraic data types]]
| [[Algebraic%20data%20types|Algebraic data types]]
| || ||O||⑭||⑮|||| ||⑱||⑲||⑳
| ||O|| ||⑭||⑮|| ||||⑱||⑲||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 38
| 38
| [[Change%20e%20letters%20to%20i%20in%20words|Change e letters to i in words]]
| [[Change%20e%20letters%20to%20i%20in%20words|Change e letters to i in words]]
|⑪|||| ||⑭||⑮||⑯||⑰|| || ||⑳
|⑪|| ||||⑭||⑮||⑯||⑰|| || ||⑳
|-
|-
| 38
| 38
Line 3,630: Line 3,634:
| 38
| 38
| [[Conjugate%20transpose|Conjugate transpose]]
| [[Conjugate%20transpose|Conjugate transpose]]
|⑪|||| ||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪|| ||||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
| 38
| 38
| [[Create%20an%20object%20at%20a%20given%20address|Create an object at a given address]]
| [[Create%20an%20object%20at%20a%20given%20address|Create an object at a given address]]
|O||O||O||O||⑮|| ||||⑱||⑲||
|O||O||O||O||⑮|||| ||⑱||⑲||
|-
|-
| 38
| 38
Line 3,650: Line 3,654:
| 38
| 38
|data-sort-value="first 0B9 prime fibonacci number"| [[First%209%20prime%20Fibonacci%20number|First 9 prime Fibonacci number]]
|data-sort-value="first 0B9 prime fibonacci number"| [[First%209%20prime%20Fibonacci%20number|First 9 prime Fibonacci number]]
|⑪||⑫||⑬|| ||⑮|| |||| || ||⑳
|⑪||⑫||⑬|| ||⑮|||| || || ||⑳
|-
|-
| 38
| 38
Line 3,670: Line 3,674:
| 38
| 38
| [[Object%20serialization|Object serialization]]
| [[Object%20serialization|Object serialization]]
|⑪||O||||⑭||⑮||O|| ||⑱||⑲||
|⑪||||O||⑭||⑮|| ||O||⑱||⑲||
|-
|-
| 38
| 38
| [[Pentagram|Pentagram]]
| [[Pentagram|Pentagram]]
| ||⑫||⑬||⑭|| |||| ||⑱||⑲||⑳
| ||⑫||⑬||⑭|| || ||||⑱||⑲||⑳
|-
|-
| 38
| 38
| [[Polyspiral|Polyspiral]]
| [[Polyspiral|Polyspiral]]
| ||⑫||⑬||⑭||⑮|| ||||⑱||⑲||
| ||⑫||⑬||⑭||⑮|||| ||⑱||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 38
| 38
Line 3,690: Line 3,694:
| 38
| 38
| [[Subset%20sum%20problem|Subset sum problem]]
| [[Subset%20sum%20problem|Subset sum problem]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|-
|-
| 38
| 38
Line 3,702: Line 3,706:
| 38
| 38
| [[Word%20wheel|Word wheel]]
| [[Word%20wheel|Word wheel]]
|⑪|||| ||⑭||⑮||⑯||⑰|| || ||⑳
|⑪|| ||||⑭||⑮||⑯||⑰|| || ||⑳
|-
|-
| 38
| 38
| [[Zumkeller%20numbers|Zumkeller numbers]]
| [[Zumkeller%20numbers|Zumkeller numbers]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 37
| 37
| [[Bacon%20cipher|Bacon cipher]]
| [[Bacon%20cipher|Bacon cipher]]
|⑪|| ||||⑭||⑮|||| ||⑱||⑲||⑳
|⑪|||| ||⑭||⑮|| ||||⑱||⑲||⑳
|-
| 37
| [[Bitmap%2FB%C3%A9zier%20curves%2FQuadratic|Bitmap/Bézier curves/Quadratic]]
|⑪||⑫||⑬||⑭|| ||⑯|| ||⑱||⑲||
|-
| 37
| [[Canonicalize%20CIDR|Canonicalize CIDR]]
|⑪||⑫||⑬||⑭||⑮|| ||⑰|| || ||⑳
|-
|-
| 37
| 37
| [[Gauss-Jordan%20matrix%20inversion|Gauss-Jordan matrix inversion]]
| [[Gauss-Jordan%20matrix%20inversion|Gauss-Jordan matrix inversion]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
| 37
| [[Golden%20ratio%2FConvergence|Golden ratio/Convergence]]
|⑪||⑫|| || ||⑮||⑯||⑰|| || ||⑳
|-
|-
| 37
| 37
Line 3,722: Line 3,738:
| 37
| 37
|data-sort-value="md0B4"| [[MD4|MD4]]
|data-sort-value="md0B4"| [[MD4|MD4]]
|⑪||⑫||⑬||⑭|| || ||||⑱||⑲||
|⑪||⑫||⑬||⑭|| |||| ||⑱||⑲||
|-
|-
| 37
| 37
Line 3,730: Line 3,746:
| 37
| 37
| [[Maximum%20difference%20between%20adjacent%20elements%20of%20list|Maximum difference between adjacent elements of list]]
| [[Maximum%20difference%20between%20adjacent%20elements%20of%20list|Maximum difference between adjacent elements of list]]
|⑪|||| ||⑭|| ||⑯||⑰|| || ||⑳
|⑪|| ||||⑭|| ||⑯||⑰|| || ||⑳
|-
|-
| 37
| 37
Line 3,738: Line 3,754:
| 37
| 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]]
|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]]
|⑪|||| ||⑭||⑮||⑯||⑰|| || ||⑳
|⑪|| ||||⑭||⑮||⑯||⑰|| || ||⑳
|-
|-
| 37
| 37
| [[Ordered%20partitions|Ordered partitions]]
| [[Ordered%20partitions|Ordered partitions]]
|⑪|||| ||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪|| ||||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 37
| 37
| [[Parse%20command-line%20arguments|Parse command-line arguments]]
| [[Parse%20command-line%20arguments|Parse command-line arguments]]
|⑪|||| || || ||⑯||⑰||⑱||⑲||
|⑪|| |||| || ||⑯||⑰||⑱||⑲||
|-
|-
| 37
| 37
Line 3,754: Line 3,770:
| 37
| 37
|data-sort-value="ripemd-0D160"| [[RIPEMD-160|RIPEMD-160]]
|data-sort-value="ripemd-0D160"| [[RIPEMD-160|RIPEMD-160]]
|⑪||⑫||⑬||⑭|| || ||||⑱||⑲||
|⑪||⑫||⑬||⑭|| |||| ||⑱||⑲||
|-
|-
| 37
| 37
| [[Textonyms|Textonyms]]
| [[Textonyms|Textonyms]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|-
| 36
| [[Bitmap%2FB%C3%A9zier%20curves%2FQuadratic|Bitmap/Bézier curves/Quadratic]]
|⑪||⑫|| ||⑭|| || ||⑰||⑱||⑲||
|-
| 36
| [[Canonicalize%20CIDR|Canonicalize CIDR]]
|⑪||⑫||⑬||⑭||⑮||⑯|| || || ||⑳
|-
|-
| 36
| 36
| [[Death%20Star|Death Star]]
| [[Death%20Star|Death Star]]
| ||⑫||⑬||⑭|| |||| || ||⑲||
| ||⑫||⑬||⑭|| || |||| ||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 36
| 36
Line 3,779: Line 3,787:
| [[Esthetic%20numbers|Esthetic numbers]]
| [[Esthetic%20numbers|Esthetic numbers]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱|| ||
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱|| ||
|-
| 36
| [[FTP|FTP]]
|⑪||⑫|| ||⑭||⑮||⑯|| ||⑱||⑲||
|-
|-
| 36
| 36
Line 3,790: Line 3,802:
| 36
| 36
| [[Find%20words%20which%20contain%20the%20most%20consonants|Find words which contain the most consonants]]
| [[Find%20words%20which%20contain%20the%20most%20consonants|Find words which contain the most consonants]]
|⑪|||| ||⑭||⑮||⑯||⑰|| ||⑲||⑳
|⑪|| ||||⑭||⑮||⑯||⑰|| ||⑲||⑳
|-
|-
| 36
| 36
| [[Galton%20box%20animation|Galton box animation]]
| [[Galton%20box%20animation|Galton box animation]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||
|-
|-
| 36
| 36
Line 3,802: Line 3,814:
| 36
| 36
| [[Minimum%20multiple%20of%20m%20where%20digital%20sum%20equals%20m|Minimum multiple of m where digital sum equals m]]
| [[Minimum%20multiple%20of%20m%20where%20digital%20sum%20equals%20m|Minimum multiple of m where digital sum equals m]]
|⑪|| ||||⑭||⑮|| |||| || ||⑳
|⑪|||| ||⑭||⑮|||| || || ||⑳
|-
|-
| 36
| 36
Line 3,814: Line 3,826:
| 36
| 36
| [[Peano%20curve|Peano curve]]
| [[Peano%20curve|Peano curve]]
|⑪||⑫||⑬|| ||⑮|| |||| ||⑲||⑳
|⑪||⑫||⑬|| ||⑮|||| || ||⑲||⑳
|-
|-
| 36
| 36
| [[Perlin%20noise|Perlin noise]]
| [[Perlin%20noise|Perlin noise]]
| || |||| || ||⑯||⑰||⑱||⑲||
| |||| || || ||⑯||⑰||⑱||⑲||
|-
|-
| 36
| 36
| [[Poker%20hand%20analyser|Poker hand analyser]]
| [[Poker%20hand%20analyser|Poker hand analyser]]
|⑪|| ||||⑭||⑮|||| ||⑱||⑲||
|⑪|||| ||⑭||⑮|| ||||⑱||⑲||
|-
|-
| 36
| 36
Line 3,830: Line 3,842:
| 36
| 36
| [[Sorting%20algorithms%2FCycle%20sort|Sorting algorithms/Cycle sort]]
| [[Sorting%20algorithms%2FCycle%20sort|Sorting algorithms/Cycle sort]]
|⑪|| |||| ||⑮||⑯||⑰||⑱||⑲||⑳
|⑪|||| || ||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
| 36
| 36
| [[Terminal%20control%2FCursor%20movement|Terminal control/Cursor movement]]
| [[Terminal%20control%2FCursor%20movement|Terminal control/Cursor movement]]
| |||| || || ||⑯||⑰||⑱||⑲||⑳
| || |||| || ||⑯||⑰||⑱||⑲||⑳
|-
|-
| 36
| 36
Line 3,858: Line 3,870:
| 35
| 35
| [[Burrows%E2%80%93Wheeler%20transform|Burrows–Wheeler transform]]
| [[Burrows%E2%80%93Wheeler%20transform|Burrows–Wheeler transform]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱|| ||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱|| ||⑳
|-
|-
| 35
| 35
| [[Calkin-Wilf%20sequence|Calkin-Wilf sequence]]
| [[Calkin-Wilf%20sequence|Calkin-Wilf sequence]]
|⑪|||| ||⑭||⑮||⑯||⑰|| || ||⑳
|⑪|| ||||⑭||⑮||⑯||⑰|| || ||⑳
|-
|-
| 35
| 35
| [[Color%20wheel|Color wheel]]
| [[Color%20wheel|Color wheel]]
|⑪||⑫||⑬|| ||⑮|| ||||⑱||⑲||
|⑪||⑫||⑬|| ||⑮|||| ||⑱||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 35
| 35
| [[Common%20list%20elements|Common list elements]]
| [[Common%20list%20elements|Common list elements]]
|⑪|||| ||⑭|| ||⑯||⑰|| || ||⑳
|⑪|| ||||⑭|| ||⑯||⑰|| || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 35
| 35
| [[Decision%20tables|Decision tables]]
| [[Decision%20tables|Decision tables]]
|⑪|| |||| ||⑮||⑯||⑰||⑱||⑲||⑳
|⑪|||| || ||⑮||⑯||⑰||⑱||⑲||⑳
|- style="background-color: #ffc"
|-
| 35
| 35
| [[Distinct%20power%20numbers|Distinct power numbers]]
| [[FTP|FTP]]
|⑪|| ||⑬||⑭||⑮|| || ||||||
|⑪|| ||⑬||⑭||⑮|||||| || ||
|-
|-
| 35
| 35
| [[Find%20if%20a%20point%20is%20within%20a%20triangle|Find if a point is within a triangle]]
| [[Find%20if%20a%20point%20is%20within%20a%20triangle|Find if a point is within a triangle]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|- style="background-color: #ffc"
| 35
|data-sort-value="find squares n where n+0B1 is prime"| [[Find%20squares%20n%20where%20n%2B1%20is%20prime|Find squares n where n+1 is prime]]
|⑪||⑫|| || || || ||⑰|| ||⑲||⑳
|-
|-
| 35
| 35
Line 3,898: Line 3,906:
| 35
| 35
| [[Minimum%20numbers%20of%20three%20lists|Minimum numbers of three lists]]
| [[Minimum%20numbers%20of%20three%20lists|Minimum numbers of three lists]]
|⑪|||| ||⑭|| ||⑯||⑰|| || ||⑳
|⑪|| ||||⑭|| ||⑯||⑰|| || ||⑳
|-
|-
| 35
| 35
|data-sort-value="minimum positive multiple in base 0C10 using only 0B0 and 0B1"| [[Minimum%20positive%20multiple%20in%20base%2010%20using%20only%200%20and%201|Minimum positive multiple in base 10 using only 0 and 1]]
|data-sort-value="minimum positive multiple in base 0C10 using only 0B0 and 0B1"| [[Minimum%20positive%20multiple%20in%20base%2010%20using%20only%200%20and%201|Minimum positive multiple in base 10 using only 0 and 1]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱|| ||⑳
|⑪||⑫||⑬||⑭||⑮||⑯||⑰||⑱|| ||⑳
|- style="background-color: #ffc"
| 35
| [[Mosaic%20matrix|Mosaic matrix]]
| || || ||⑭||⑮||⑯|| || || ||⑳
|-
|-
| 35
| 35
Line 3,910: Line 3,922:
| 35
| 35
| [[Partition%20an%20integer%20x%20into%20n%20primes|Partition an integer x into n primes]]
| [[Partition%20an%20integer%20x%20into%20n%20primes|Partition an integer x into n primes]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 35
| 35
|data-sort-value="positive decimal integers with the digit 0B1 occurring exactly twice"| [[Positive%20decimal%20integers%20with%20the%20digit%201%20occurring%20exactly%20twice|Positive decimal integers with the digit 1 occurring exactly twice]]
|data-sort-value="positive decimal integers with the digit 0B1 occurring exactly twice"| [[Positive%20decimal%20integers%20with%20the%20digit%201%20occurring%20exactly%20twice|Positive decimal integers with the digit 1 occurring exactly twice]]
|⑪|||| || || ||⑯||⑰|| || ||⑳
|⑪|| |||| || ||⑯||⑰|| || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 35
| 35
| [[Primes%20with%20digits%20in%20nondecreasing%20order|Primes with digits in nondecreasing order]]
| [[Primes%20with%20digits%20in%20nondecreasing%20order|Primes with digits in nondecreasing order]]
|⑪|||| || || ||⑯||⑰|| || ||⑳
|⑪|| |||| || ||⑯||⑰|| || ||⑳
|-
|-
| 35
| 35
| [[Reflection%2FList%20properties|Reflection/List properties]]
| [[Reflection%2FList%20properties|Reflection/List properties]]
|⑪|| |||| ||O|||| ||⑱|| ||⑳
|⑪|||| || ||O|| ||||⑱|| ||⑳
|-
|-
| 35
| 35
Line 3,930: Line 3,942:
| 35
| 35
| [[Rosetta%20Code%2FFind%20unimplemented%20tasks|Rosetta Code/Find unimplemented tasks]]
| [[Rosetta%20Code%2FFind%20unimplemented%20tasks|Rosetta Code/Find unimplemented tasks]]
|⑪|||| ||⑭|| || || || ||⑲||⑳
|⑪|| ||||⑭|| || || || ||⑲||⑳
|-
|-
| 35
| 35
| [[Set%20puzzle|Set puzzle]]
| [[Set%20puzzle|Set puzzle]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||
|-
|-
| 35
| 35
| [[Simple%20database|Simple database]]
| [[Simple%20database|Simple database]]
|⑪|| ||||⑭|| |||| ||⑱||⑲||
|⑪|||| ||⑭|| || ||||⑱||⑲||
|-
|-
| 35
| 35
| [[Solve%20a%20Hidato%20puzzle|Solve a Hidato puzzle]]
| [[Solve%20a%20Hidato%20puzzle|Solve a Hidato puzzle]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||
|-
|-
| 35
| 35
| [[Topic%20variable|Topic variable]]
| [[Topic%20variable|Topic variable]]
|⑪|||| ||⑭||O||⑯||⑰||⑱||⑲||⑳
|⑪|| ||||⑭||O||⑯||⑰||⑱||⑲||⑳
|-
|-
| 35
| 35
Line 3,954: Line 3,966:
| 35
| 35
| [[Use%20another%20language%20to%20call%20a%20function|Use another language to call a function]]
| [[Use%20another%20language%20to%20call%20a%20function|Use another language to call a function]]
|⑪|| ||||⑭||⑮|| || ||⑱||⑲||
|⑪|||| ||⑭||⑮|| || ||⑱||⑲||
|-
| 35
| [[Wieferich%20primes|Wieferich primes]]
|⑪||⑫||⑬||⑭||⑮||⑯||⑰|| ||⑲||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 35
| 35
| [[Word%20break%20problem|Word break problem]]
| [[Word%20break%20problem|Word break problem]]
|⑪|| ||||⑭||⑮|||| ||⑱||⑲||⑳
|⑪|||| ||⑭||⑮|| ||||⑱||⑲||⑳
|-
|-
| 34
| 34
| [[Abelian%20sandpile%20model|Abelian sandpile model]]
| [[Abelian%20sandpile%20model|Abelian sandpile model]]
| ||⑫||⑬||⑭||⑮|| |||| || ||⑳
| ||⑫||⑬||⑭||⑮|||| || || ||⑳
|-
|-
| 34
| 34
Line 3,970: Line 3,986:
| 34
| 34
| [[Chebyshev%20coefficients|Chebyshev coefficients]]
| [[Chebyshev%20coefficients|Chebyshev coefficients]]
|⑪|| |||| ||⑮||⑯||⑰||⑱||⑲||⑳
|⑪|||| || ||⑮||⑯||⑰||⑱||⑲||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 34
| 34
| [[Chemical%20calculator|Chemical calculator]]
| [[Chemical%20calculator|Chemical calculator]]
|⑪|| ||||⑭||⑮|||| ||⑱||⑲||⑳
|⑪|||| ||⑭||⑮|| ||||⑱||⑲||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 34
| 34
| [[Day%20of%20the%20week%20of%20Christmas%20and%20New%20Year|Day of the week of Christmas and New Year]]
| [[Day%20of%20the%20week%20of%20Christmas%20and%20New%20Year|Day of the week of Christmas and New Year]]
|⑪|| || || || || |||| || ||⑳
|⑪|| || || || |||| || || ||⑳
|- style="background-color: #ffc"
| 34
| [[Distinct%20power%20numbers|Distinct power numbers]]
|⑪||⑫|| ||⑭||⑮||⑯||⑰|| || ||⑳
|-
|-
| 34
| 34
| [[Doomsday%20rule|Doomsday rule]]
| [[Doomsday%20rule|Doomsday rule]]
| || ||||⑭||⑮||⑯||⑰|| || ||⑳
| |||| ||⑭||⑮||⑯||⑰|| || ||⑳
|- style="background-color: #ffc"
| 34
|data-sort-value="exactly three adjacent 0B3 in lists"| [[Exactly%20three%20adjacent%203%20in%20lists|Exactly three adjacent 3 in lists]]
|⑪|| ||⑬||⑭|| ||⑯|| || || ||⑳
|-
|-
| 34
| 34
| [[Executable%20library|Executable library]]
| [[Executable%20library|Executable library]]
|⑪||⑫||⑬||O|| |||| || ||⑲||
|⑪||⑫||⑬||O|| || |||| ||⑲||
|-
|-
| 34
| 34
Line 3,998: Line 4,014:
| 34
| 34
| [[Four%20sides%20of%20square|Four sides of square]]
| [[Four%20sides%20of%20square|Four sides of square]]
|⑪|||| ||⑭||⑮|| |||| || ||⑳
|⑪|| ||||⑭||⑮|||| || || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 34
| 34
Line 4,006: Line 4,022:
| 34
| 34
| [[Largest%20prime%20factor|Largest prime factor]]
| [[Largest%20prime%20factor|Largest prime factor]]
|⑪|||| || || || |||| || ||⑳
|⑪|| |||| || |||| || || ||⑳
|-
|-
| 34
| 34
Line 4,018: Line 4,034:
| 34
| 34
| [[Mayan%20numerals|Mayan numerals]]
| [[Mayan%20numerals|Mayan numerals]]
|⑪||⑫||⑬||⑭|| |||| || || ||⑳
|⑪||⑫||⑬||⑭|| || |||| || ||⑳
|-
|-
| 34
| 34
| [[Memory%20layout%20of%20a%20data%20structure|Memory layout of a data structure]]
| [[Memory%20layout%20of%20a%20data%20structure|Memory layout of a data structure]]
|⑪|| ||O|| ||⑮||⑯||⑰||⑱||⑲||
|⑪||O|| || ||⑮||⑯||⑰||⑱||⑲||
|-
|-
| 34
| 34
| [[Monads%2FMaybe%20monad|Monads/Maybe monad]]
| [[Monads%2FMaybe%20monad|Monads/Maybe monad]]
|⑪|| ||||⑭||⑮|||| ||⑱||⑲||
|⑪|||| ||⑭||⑮|| ||||⑱||⑲||
|- style="background-color: #ffc"
| 34
| [[Mosaic%20matrix|Mosaic matrix]]
| || || ||⑭||⑮|| ||⑰|| || ||⑳
|-
|-
| 34
| 34
| [[Multiplicative%20order|Multiplicative order]]
| [[Multiplicative%20order|Multiplicative order]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 34
| 34
| [[Neighbour%20primes|Neighbour primes]]
| [[Neighbour%20primes|Neighbour primes]]
|⑪|||| ||⑭|| ||⑯||⑰|| || ||⑳
|⑪|| ||||⑭|| ||⑯||⑰|| || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 34
| 34
|data-sort-value="numbers in base 0C10 that are palindromic in bases 0B2, 0B4, and 0C16"| [[Numbers%20in%20base%2010%20that%20are%20palindromic%20in%20bases%202%2C%204%2C%20and%2016|Numbers in base 10 that are palindromic in bases 2, 4, and 16]]
|data-sort-value="numbers in base 0C10 that are palindromic in bases 0B2, 0B4, and 0C16"| [[Numbers%20in%20base%2010%20that%20are%20palindromic%20in%20bases%202%2C%204%2C%20and%2016|Numbers in base 10 that are palindromic in bases 2, 4, and 16]]
|⑪|||| || || ||⑯||⑰|| || ||⑳
|⑪|| |||| || ||⑯||⑰|| || ||⑳
|-
|-
| 34
| 34
| [[Parallel%20brute%20force|Parallel brute force]]
| [[Parallel%20brute%20force|Parallel brute force]]
| ||⑫||⑬||⑭||⑮|| ||||⑱||⑲||
| ||⑫||⑬||⑭||⑮|||| ||⑱||⑲||
|-
|-
| 34
| 34
Line 4,054: Line 4,066:
| 34
| 34
| [[Pragmatic%20directives|Pragmatic directives]]
| [[Pragmatic%20directives|Pragmatic directives]]
| |||| || || |||| ||⑱||⑲||
| || |||| || || ||||⑱||⑲||
|-
|-
| 34
| 34
| [[Straddling%20checkerboard|Straddling checkerboard]]
| [[Straddling%20checkerboard|Straddling checkerboard]]
|⑪|| ||||⑭||⑮|||| ||⑱||⑲||
|⑪|||| ||⑭||⑮|| ||||⑱||⑲||
|-
|-
| 34
| 34
| [[Summarize%20primes|Summarize primes]]
| [[Summarize%20primes|Summarize primes]]
|⑪|||| ||⑭||⑮||⑯||⑰|| || ||⑳
|⑪|| ||||⑭||⑮||⑯||⑰|| || ||⑳
|- style="background-color: #ffc"
| 34
| [[Unique%20characters%20in%20each%20string|Unique characters in each string]]
|⑪|| ||⑬||⑭|| ||⑯||⑰|| || ||⑳
|-
|-
| 34
| 34
| [[Video%20display%20modes|Video display modes]]
| [[Wieferich%20primes|Wieferich primes]]
|||⑫||||||||⑯||⑰|| ||||
| ||⑫||O|| || ||⑯||⑰|||| ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 34
| 34
Line 4,074: Line 4,090:
| 34
| 34
| [[Write%20to%20Windows%20event%20log|Write to Windows event log]]
| [[Write%20to%20Windows%20event%20log|Write to Windows event log]]
|⑪||O|||| ||⑮|||| ||⑱||⑲||
|⑪||||O|| ||⑮|| ||||⑱||⑲||
|-
|-
| 34
| 34
Line 4,082: Line 4,098:
| 33
| 33
| [[Append%20numbers%20at%20same%20position%20in%20strings|Append numbers at same position in strings]]
| [[Append%20numbers%20at%20same%20position%20in%20strings|Append numbers at same position in strings]]
|⑪|||| ||⑭|| || |||| || ||⑳
|⑪|| ||||⑭|| |||| || || ||⑳
|-
|-
| 33
| 33
Line 4,090: Line 4,106:
| 33
| 33
| [[Bitcoin%2Faddress%20validation|Bitcoin/address validation]]
| [[Bitcoin%2Faddress%20validation|Bitcoin/address validation]]
|⑪||⑫||⑬||⑭|| || ||||⑱||⑲||
|⑪||⑫||⑬||⑭|| |||| ||⑱||⑲||
|-
|-
| 33
| 33
| [[Check%20input%20device%20is%20a%20terminal|Check input device is a terminal]]
| [[Check%20input%20device%20is%20a%20terminal|Check input device is a terminal]]
|⑪|| ||O||⑭|| ||⑯||⑰||⑱||⑲||
|⑪||O|| ||⑭|| ||⑯||⑰||⑱||⑲||
|-
|-
| 33
| 33
| [[Checkpoint%20synchronization|Checkpoint synchronization]]
| [[Checkpoint%20synchronization|Checkpoint synchronization]]
|⑪|| ||||⑭||⑮|| ||||⑱||⑲||
|⑪|||| ||⑭||⑮|||| ||⑱||⑲||
|- style="background-color: #ffc"
| 33
|data-sort-value="exactly three adjacent 0B3 in lists"| [[Exactly%20three%20adjacent%203%20in%20lists|Exactly three adjacent 3 in lists]]
|⑪||⑫|| ||⑭|| || ||⑰|| || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 33
| 33
| [[Find%20minimum%20number%20of%20coins%20that%20make%20a%20given%20value|Find minimum number of coins that make a given value]]
| [[Find%20minimum%20number%20of%20coins%20that%20make%20a%20given%20value|Find minimum number of coins that make a given value]]
| |||| ||⑭|| ||⑯||⑰|| || ||⑳
| || ||||⑭|| ||⑯||⑰|| || ||⑳
|-
|-
| 33
| 33
| [[First%20perfect%20square%20in%20base%20n%20with%20n%20unique%20digits|First perfect square in base n with n unique digits]]
| [[First%20perfect%20square%20in%20base%20n%20with%20n%20unique%20digits|First perfect square in base n with n unique digits]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱|| ||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱|| ||⑳
|-
|-
| 33
| 33
Line 4,118: Line 4,130:
| 33
| 33
| [[Jacobsthal%20numbers|Jacobsthal numbers]]
| [[Jacobsthal%20numbers|Jacobsthal numbers]]
|⑪||⑫||⑬||⑭||⑮|| |||| || ||⑳
|⑪||⑫||⑬||⑭||⑮|||| || || ||⑳
|- style="background-color: #ffc"
| 33
| [[Largest%20five%20adjacent%20number|Largest five adjacent number]]
|⑪|| ||⑬|| || ||⑯|| || || ||⑳
|- style="background-color: #ffc"
| 33
|data-sort-value="prime numbers which contain 0D123"| [[Prime%20numbers%20which%20contain%20123|Prime numbers which contain 123]]
|⑪|| ||⑬||⑭||⑮||⑯||⑰|| || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 33
| 33
| [[Product%20of%20min%20and%20max%20prime%20factors|Product of min and max prime factors]]
| [[Product%20of%20min%20and%20max%20prime%20factors|Product of min and max prime factors]]
|⑪|| || ||⑭||⑮|| |||| || ||⑳
|⑪|| || ||⑭||⑮|||| || || ||⑳
|-
|-
| 33
| 33
| [[Random%20Latin%20squares|Random Latin squares]]
| [[Random%20Latin%20squares|Random Latin squares]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱|| ||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱|| ||⑳
|-
|-
| 33
| 33
Line 4,134: Line 4,154:
| 33
| 33
| [[Set%20of%20real%20numbers|Set of real numbers]]
| [[Set%20of%20real%20numbers|Set of real numbers]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||
|-
|-
| 33
| 33
Line 4,142: Line 4,162:
| 33
| 33
| [[Sum%20and%20product%20puzzle|Sum and product puzzle]]
| [[Sum%20and%20product%20puzzle|Sum and product puzzle]]
|⑪|| ||||⑭||⑮|||| ||⑱||⑲||⑳
|⑪|||| ||⑭||⑮|| ||||⑱||⑲||⑳
|-
|-
| 33
| 33
| [[Super-d%20numbers|Super-d numbers]]
| [[Super-d%20numbers|Super-d numbers]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱|| ||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱|| ||⑳
|- style="background-color: #ffc"
| 33
| [[Unique%20characters%20in%20each%20string|Unique characters in each string]]
|⑪||⑫|| ||⑭|| ||⑯||⑰|| || ||⑳
|-
|-
| 33
| 33
| [[Verify%20distribution%20uniformity%2FChi-squared%20test|Verify distribution uniformity/Chi-squared test]]
| [[Verify%20distribution%20uniformity%2FChi-squared%20test|Verify distribution uniformity/Chi-squared test]]
|⑪||⑫||⑬|| || |||| ||⑱||⑲||⑳
|⑪||⑫||⑬|| || || ||||⑱||⑲||⑳
|-
| 33
| [[Video%20display%20modes|Video display modes]]
| ||O||⑬|| || ||⑯||⑰||⑱|| ||
|-
|-
| 32
| 32
| [[Arithmetic%20numbers|Arithmetic numbers]]
| [[Arithmetic%20numbers|Arithmetic numbers]]
| |||| || ||⑮|| |||| || ||⑳
| || |||| ||⑮|||| || || ||⑳
|-
|-
| 32
| 32
| [[Bioinformatics%2FSequence%20mutation|Bioinformatics/Sequence mutation]]
| [[Bioinformatics%2FSequence%20mutation|Bioinformatics/Sequence mutation]]
|⑪||⑫||⑬||⑭||⑮|| |||| ||⑲||
|⑪||⑫||⑬||⑭||⑮|||| || ||⑲||
|-
|-
| 32
| 32
| [[Chat%20server|Chat server]]
| [[Chat%20server|Chat server]]
|⑪||O||||⑭|| || || ||⑱||⑲||
|⑪||||O||⑭|| || || ||⑱||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 32
| 32
| [[Common%20sorted%20list|Common sorted list]]
| [[Common%20sorted%20list|Common sorted list]]
|⑪|||| ||⑭||⑮|||| || || ||⑳
|⑪|| ||||⑭||⑮|| |||| || ||⑳
|-
|-
| 32
| 32
|data-sort-value="deconvolution/0B1d"| [[Deconvolution%2F1D|Deconvolution/1D]]
|data-sort-value="deconvolution/0B1d"| [[Deconvolution%2F1D|Deconvolution/1D]]
| ||⑫||⑬||⑭|| |||| ||⑱||⑲||
| ||⑫||⑬||⑭|| || ||||⑱||⑲||
|-
|-
| 32
| 32
Line 4,186: Line 4,198:
| 32
| 32
| [[Finite%20state%20machine|Finite state machine]]
| [[Finite%20state%20machine|Finite state machine]]
| || ||||⑭||⑮||⑯||⑰||⑱||⑲||⑳
| |||| ||⑭||⑮||⑯||⑰||⑱||⑲||⑳
|-
|-
| 32
| 32
Line 4,194: Line 4,206:
| 32
| 32
| [[Go%20Fish|Go Fish]]
| [[Go%20Fish|Go Fish]]
|⑪||⑫||⑬||⑭||⑮|| ||||⑱|| ||
|⑪||⑫||⑬||⑭||⑮|||| ||⑱|| ||
|-
|-
| 32
| 32
| [[HTTPS%2FAuthenticated|HTTPS/Authenticated]]
| [[HTTPS%2FAuthenticated|HTTPS/Authenticated]]
|⑪|||| ||⑭|| || || ||⑱||⑲||
|⑪|| ||||⑭|| || || ||⑱||⑲||
|-
|-
| 32
| 32
| [[Hunt%20the%20Wumpus|Hunt the Wumpus]]
| [[Hunt%20the%20Wumpus|Hunt the Wumpus]]
|⑪|| ||||⑭||⑮|| |||| ||⑲||
|⑪|||| ||⑭||⑮|||| || ||⑲||
|-
|-
| 32
| 32
| [[Keyboard%20macros|Keyboard macros]]
| [[Keyboard%20macros|Keyboard macros]]
|⑪||⑫||⑬|| ||O|||| ||⑱||⑲||
|⑪||⑫||⑬|| ||O|| ||||⑱||⑲||
|- style="background-color: #ffc"
| 32
| [[Largest%20five%20adjacent%20number|Largest five adjacent number]]
|⑪||⑫|| || || || ||⑰|| || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 32
| 32
| [[Last%20list%20item|Last list item]]
| [[Last%20list%20item|Last list item]]
|⑪|||| || || ||⑯||⑰|| || ||⑳
|⑪|| |||| || ||⑯||⑰|| || ||⑳
|-
|-
| 32
| 32
| [[N-smooth%20numbers|N-smooth numbers]]
| [[N-smooth%20numbers|N-smooth numbers]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱|| ||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱|| ||⑳
|-
|-
| 32
| 32
| [[Nonoblock|Nonoblock]]
| [[Nonoblock|Nonoblock]]
|⑪||⑫||⑬|| ||⑮|||| ||⑱||⑲||
|⑪||⑫||⑬|| ||⑮|| ||||⑱||⑲||
|-
|-
| 32
| 32
Line 4,230: Line 4,238:
| 32
| 32
| [[Plasma%20effect|Plasma effect]]
| [[Plasma%20effect|Plasma effect]]
|⑪||⑫||⑬|| ||⑮|| ||||⑱||⑲||
|⑪||⑫||⑬|| ||⑮|||| ||⑱||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 32
| 32
Line 4,238: Line 4,246:
| 32
| 32
| [[Rosetta%20Code%2FFix%20code%20tags|Rosetta Code/Fix code tags]]
| [[Rosetta%20Code%2FFix%20code%20tags|Rosetta Code/Fix code tags]]
|⑪||⑫||⑬|| || |||| || ||⑲||
|⑪||⑫||⑬|| || || |||| ||⑲||
|-
| 32
| [[Sierpinski%20arrowhead%20curve|Sierpinski arrowhead curve]]
|⑪||⑫||⑬|| ||⑮|| ||⑰|| || ||⑳
|-
|-
| 32
| 32
| [[State%20name%20puzzle|State name puzzle]]
| [[State%20name%20puzzle|State name puzzle]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|-
|-
| 32
| 32
Line 4,258: Line 4,270:
| 31
| 31
| [[A%2A%20search%20algorithm|A* search algorithm]]
| [[A%2A%20search%20algorithm|A* search algorithm]]
| || ||||⑭||⑮||⑯||⑰||⑱||⑲||
| |||| ||⑭||⑮||⑯||⑰||⑱||⑲||
|-
|-
| 31
| 31
| [[Arena%20storage%20pool|Arena storage pool]]
| [[Arena%20storage%20pool|Arena storage pool]]
| |||| ||O||⑮||⑯||⑰||⑱||⑲||
| || ||||O||⑮||⑯||⑰||⑱||⑲||
|-
|-
| 31
| 31
| [[Biorhythms|Biorhythms]]
| [[Biorhythms|Biorhythms]]
|⑪|||| || || ||⑯||⑰|| || ||
|⑪|| |||| || ||⑯||⑰|| || ||
|-
|-
| 31
| 31
Line 4,278: Line 4,290:
| 31
| 31
| [[Cullen%20and%20Woodall%20numbers|Cullen and Woodall numbers]]
| [[Cullen%20and%20Woodall%20numbers|Cullen and Woodall numbers]]
|⑪||⑫||⑬||⑭|| || |||| || ||⑳
|⑪||⑫||⑬||⑭|| |||| || || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 31
| 31
Line 4,286: Line 4,298:
| 31
| 31
| [[First%20class%20environments|First class environments]]
| [[First%20class%20environments|First class environments]]
|⑪|| || ||⑭|| |||| ||⑱||⑲||⑳
|⑪|| || ||⑭|| || ||||⑱||⑲||⑳
|-
|-
| 31
| 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]]
| [[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"
|- style="background-color: #ffc"
| 31
| 31
| [[Numeric%20separator%20syntax|Numeric separator syntax]]
| [[Numeric%20separator%20syntax|Numeric separator syntax]]
|⑪|| |||| ||⑮||⑯||⑰|| ||⑲||⑳
|⑪|||| || ||⑮||⑯||⑰|| ||⑲||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 31
| 31
| [[Odd%20words|Odd words]]
| [[Odd%20words|Odd words]]
| ||⑫||⑬|| ||⑮||⑯||⑰|| || ||⑳
| ||⑫||⑬|| ||⑮||⑯||⑰|| || ||⑳
|- style="background-color: #ffc"
| 31
|data-sort-value="prime numbers which contain 0D123"| [[Prime%20numbers%20which%20contain%20123|Prime numbers which contain 123]]
|⑪||⑫|| ||⑭||⑮||⑯||⑰|| || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 31
| 31
Line 4,318: Line 4,326:
| 31
| 31
| [[Stream%20merge|Stream merge]]
| [[Stream%20merge|Stream merge]]
|⑪|| ||||⑭||⑮|||| ||⑱||⑲||
|⑪|||| ||⑭||⑮|| ||||⑱||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 31
| 31
| [[Sum%20of%20primes%20in%20odd%20positions%20is%20prime|Sum of primes in odd positions is prime]]
| [[Sum%20of%20primes%20in%20odd%20positions%20is%20prime|Sum of primes in odd positions is prime]]
|⑪|||| || || ||⑯||⑰|| || ||⑳
|⑪|| |||| || ||⑯||⑰|| || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 31
| 31
| [[Sum%20of%20square%20and%20cube%20digits%20of%20an%20integer%20are%20primes|Sum of square and cube digits of an integer are primes]]
| [[Sum%20of%20square%20and%20cube%20digits%20of%20an%20integer%20are%20primes|Sum of square and cube digits of an integer are primes]]
|⑪|| || ||⑭|| || |||| || ||⑳
|⑪|| || ||⑭|| |||| || || ||⑳
|-
|-
| 31
| 31
| [[Sylvester%27s%20sequence|Sylvester's sequence]]
| [[Sylvester%27s%20sequence|Sylvester's sequence]]
|⑪|||| ||⑭||⑮||⑯||⑰|| || ||⑳
|⑪|| ||||⑭||⑮||⑯||⑰|| || ||⑳
|-
|-
| 31
| 31
| [[Teacup%20rim%20text|Teacup rim text]]
| [[Teacup%20rim%20text|Teacup rim text]]
|⑪||⑫||⑬||⑭||⑮|||| || || ||⑳
|⑪||⑫||⑬||⑭||⑮|| |||| || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 31
| 31
| [[The%20ISAAC%20cipher|The ISAAC cipher]]
| [[The%20ISAAC%20cipher|The ISAAC cipher]]
| || ||||⑭||⑮||⑯||⑰||⑱||⑲||
| |||| ||⑭||⑮||⑯||⑰||⑱||⑲||
|-
|-
| 31
| 31
| [[Update%20a%20configuration%20file|Update a configuration file]]
| [[Update%20a%20configuration%20file|Update a configuration file]]
|⑪|| ||||⑭|| ||⑯||⑰||⑱||⑲||
|⑪|||| ||⑭|| ||⑯||⑰||⑱||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 30
| 30
| [[Birthday%20problem|Birthday problem]]
| [[Birthday%20problem|Birthday problem]]
|⑪|| |||| ||⑮||⑯||⑰||⑱||⑲||
|⑪|||| || ||⑮||⑯||⑰||⑱||⑲||
|-
|-
| 30
| 30
| [[Cut%20a%20rectangle|Cut a rectangle]]
| [[Cut%20a%20rectangle|Cut a rectangle]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||
|-
|-
| 30
| 30
| [[De%20Bruijn%20sequences|De Bruijn sequences]]
| [[De%20Bruijn%20sequences|De Bruijn sequences]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||
|-
|-
| 30
| 30
| [[Descending%20primes|Descending primes]]
| [[Descending%20primes|Descending primes]]
|⑪|||| || ||⑮|| |||| || ||⑳
|⑪|| |||| ||⑮|||| || || ||⑳
|-
|-
| 30
| 30
| [[Fermat%20numbers|Fermat numbers]]
| [[Fermat%20numbers|Fermat numbers]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱|| ||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱|| ||⑳
|-
| 30
| [[Find%20largest%20left%20truncatable%20prime%20in%20a%20given%20base|Find largest left truncatable prime in a given base]]
|⑪||⑫||⑬||⑭||⑮|| || ||⑱||⑲||
|-
|-
| 30
| 30
| [[Fixed%20length%20records|Fixed length records]]
| [[Fixed%20length%20records|Fixed length records]]
|⑪|||| || ||⑮||⑯||⑰|| || ||⑳
|⑪|| |||| ||⑮||⑯||⑰|| || ||⑳
|-
|-
| 30
| 30
Line 4,378: Line 4,390:
| 30
| 30
| [[Kronecker%20product%20based%20fractals|Kronecker product based fractals]]
| [[Kronecker%20product%20based%20fractals|Kronecker product based fractals]]
| ||⑫||⑬||⑭||⑮|||| ||⑱|| ||
| ||⑫||⑬||⑭||⑮|| ||||⑱|| ||
|-
|-
| 30
| 30
| [[Merge%20and%20aggregate%20datasets|Merge and aggregate datasets]]
| [[Merge%20and%20aggregate%20datasets|Merge and aggregate datasets]]
| ||⑫||⑬||⑭||⑮|||| || || ||⑳
| ||⑫||⑬||⑭||⑮|| |||| || ||⑳
|-
|-
| 30
| 30
| [[Monads%2FList%20monad|Monads/List monad]]
| [[Monads%2FList%20monad|Monads/List monad]]
|⑪|| || ||⑭||⑮|| ||||⑱||⑲||⑳
|⑪|| || ||⑭||⑮|||| ||⑱||⑲||⑳
|-
|-
| 30
| 30
Line 4,394: Line 4,406:
| 30
| 30
| [[Next%20highest%20int%20from%20digits|Next highest int from digits]]
| [[Next%20highest%20int%20from%20digits|Next highest int from digits]]
| ||⑫||⑬||⑭||⑮|||| ||⑱|| ||⑳
| ||⑫||⑬||⑭||⑮|| ||||⑱|| ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 30
| 30
| [[Odd%20squarefree%20semiprimes|Odd squarefree semiprimes]]
| [[Odd%20squarefree%20semiprimes|Odd squarefree semiprimes]]
| |||| || ||⑮||⑯||⑰|| || ||⑳
| || |||| ||⑮||⑯||⑰|| || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 30
| 30
| [[Piprimes|Piprimes]]
| [[Piprimes|Piprimes]]
| |||| || || ||⑯||⑰|| || ||⑳
| || |||| || ||⑯||⑰|| || ||⑳
|-
|-
| 30
| 30
| [[Reflection%2FList%20methods|Reflection/List methods]]
| [[Reflection%2FList%20methods|Reflection/List methods]]
|⑪|| |||| ||O|| || ||⑱|| ||
|⑪|||| || ||O|| || ||⑱|| ||
|-
|-
| 30
| 30
| [[Same%20fringe|Same fringe]]
| [[Same%20fringe|Same fringe]]
| || ||||⑭||⑮|||| || ||⑲||⑳
| |||| ||⑭||⑮|| |||| ||⑲||⑳
|-
|-
| 30
| 30
| [[Selectively%20replace%20multiple%20instances%20of%20a%20character%20within%20a%20string|Selectively replace multiple instances of a character within a string]]
| [[Selectively%20replace%20multiple%20instances%20of%20a%20character%20within%20a%20string|Selectively replace multiple instances of a character within a string]]
| || ||||⑭||⑮|| |||| || ||⑳
| |||| ||⑭||⑮|||| || || ||⑳
|- style="background-color: #ffc"
| 30
| [[Smallest%20multiple|Smallest multiple]]
|⑪|| ||⑬||⑭|| ||⑯|| || || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 30
| 30
| [[Snake%20and%20ladder|Snake and ladder]]
| [[Snake%20and%20ladder|Snake and ladder]]
|⑪|| |||| ||⑮||⑯||⑰||⑱||⑲||
|⑪|||| || ||⑮||⑯||⑰||⑱||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 30
| 30
| [[Summation%20of%20primes|Summation of primes]]
| [[Summation%20of%20primes|Summation of primes]]
|⑪|||| ||⑭|| || |||| || ||⑳
|⑪|| ||||⑭|| |||| || || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 30
| 30
| [[Sunflower%20fractal|Sunflower fractal]]
| [[Sunflower%20fractal|Sunflower fractal]]
| |||| || ||⑮|| |||| ||⑲||⑳
| || |||| ||⑮|||| || ||⑲||⑳
|-
|-
| 30
| 30
Line 4,434: Line 4,450:
| 30
| 30
| [[Table%20creation|Table creation]]
| [[Table%20creation|Table creation]]
|⑪|||| || || |||| || ||⑲||
|⑪|| |||| || || |||| ||⑲||
|-
|-
| 30
| 30
| [[Tonelli-Shanks%20algorithm|Tonelli-Shanks algorithm]]
| [[Tonelli-Shanks%20algorithm|Tonelli-Shanks algorithm]]
| || ||||⑭|| ||⑯||⑰||⑱||⑲||⑳
| |||| ||⑭|| ||⑯||⑰||⑱||⑲||⑳
|-
|-
| 29
| 29
| [[Active%20Directory%2FConnect|Active Directory/Connect]]
| [[Active%20Directory%2FConnect|Active Directory/Connect]]
|⑪||O||||⑭|| || || ||⑱||⑲||
|⑪||||O||⑭|| || || ||⑱||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 29
| 29
| [[Audio%20alarm|Audio alarm]]
| [[Audio%20alarm|Audio alarm]]
|⑪|| |||| || ||⑯||⑰||⑱||⑲||
|⑪|||| || || ||⑯||⑰||⑱||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 29
| 29
| [[Changeable%20words|Changeable words]]
| [[Changeable%20words|Changeable words]]
|⑪|| |||| ||⑮||⑯||⑰|| || ||⑳
|⑪|||| || ||⑮||⑯||⑰|| || ||⑳
|-
| 29
| [[Deming%27s%20funnel|Deming's funnel]]
|⑪||⑫||⑬||⑭|| || || ||⑱||⑲||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 29
| 29
| [[Find%20adjacent%20primes%20which%20differ%20by%20a%20square%20integer|Find adjacent primes which differ by a square integer]]
| [[Find%20adjacent%20primes%20which%20differ%20by%20a%20square%20integer|Find adjacent primes which differ by a square integer]]
|⑪|||| ||⑭|| || |||| || ||⑳
|⑪|| ||||⑭|| |||| || || ||⑳
|-
|-
| 29
| 29
| [[Fraction%20reduction|Fraction reduction]]
| [[Find%20largest%20left%20truncatable%20prime%20in%20a%20given%20base|Find largest left truncatable prime in a given base]]
|⑪||⑫||⑬||⑭||⑮|| || ||⑱||⑲||
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||
|-
|-
| 29
| 29
| [[Idiomatically%20determine%20all%20the%20characters%20that%20can%20be%20used%20for%20symbols|Idiomatically determine all the characters that can be used for symbols]]
| [[Fraction%20reduction|Fraction reduction]]
|||⑫||⑬||⑭||||⑯|| ||⑱||⑲||
| ||⑫||⑬||⑭|| ||⑯||||⑱||⑲||
|-
|-
| 29
| 29
Line 4,474: Line 4,494:
| 29
| 29
| [[Palindromic%20primes|Palindromic primes]]
| [[Palindromic%20primes|Palindromic primes]]
|⑪|||| ||⑭||⑮||⑯||⑰|| || ||⑳
|⑪|| ||||⑭||⑮||⑯||⑰|| || ||⑳
|-
|-
| 29
| 29
| [[Play%20recorded%20sounds|Play recorded sounds]]
| [[Play%20recorded%20sounds|Play recorded sounds]]
|⑪|||| || || || || || ||⑲||
|⑪|| |||| || || || || ||⑲||
|-
|-
| 29
| 29
|data-sort-value="pseudo-random numbers/pcg0C32"| [[Pseudo-random%20numbers%2FPCG32|Pseudo-random numbers/PCG32]]
|data-sort-value="pseudo-random numbers/pcg0C32"| [[Pseudo-random%20numbers%2FPCG32|Pseudo-random numbers/PCG32]]
|⑪|| ||||⑭||⑮|||| ||⑱|| ||
|⑪|||| ||⑭||⑮|| ||||⑱|| ||
|-
|-
| 29
| 29
| [[Safe%20addition|Safe addition]]
| [[Safe%20addition|Safe addition]]
|⑪||⑫||⑬|| ||⑮|||| ||⑱||⑲||
|⑪||⑫||⑬|| ||⑮|| ||||⑱||⑲||
|-
|-
| 29
| 29
| [[Sequence%20of%20primorial%20primes|Sequence of primorial primes]]
| [[Sequence%20of%20primorial%20primes|Sequence of primorial primes]]
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||
|-
|-
| 29
| 29
| [[Shortest%20common%20supersequence|Shortest common supersequence]]
| [[Shortest%20common%20supersequence|Shortest common supersequence]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|-
| 29
| [[Sierpinski%20arrowhead%20curve|Sierpinski arrowhead curve]]
|⑪||⑫|| || ||⑮||⑯|| || || ||⑳
|- style="background-color: #ffc"
| 29
| [[Smallest%20multiple|Smallest multiple]]
|⑪||⑫|| ||⑭|| || ||⑰|| || ||⑳
|-
|-
| 29
| 29
| [[Solve%20a%20Holy%20Knight%27s%20tour|Solve a Holy Knight's tour]]
| [[Solve%20a%20Holy%20Knight%27s%20tour|Solve a Holy Knight's tour]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 29
| 29
| [[Special%20neighbor%20primes|Special neighbor primes]]
| [[Special%20neighbor%20primes|Special neighbor primes]]
|⑪|||| || || ||⑯||⑰|| || ||⑳
|⑪|| |||| || ||⑯||⑰|| || ||⑳
|-
|-
| 29
| 29
| [[Thiele%27s%20interpolation%20formula|Thiele's interpolation formula]]
| [[Thiele%27s%20interpolation%20formula|Thiele's interpolation formula]]
| ||⑫||⑬||⑭||⑮|| || ||⑱||⑲||
| ||⑫||⑬||⑭||⑮|| || ||⑱||⑲||
|-
| 29
| [[Total%20circles%20area|Total circles area]]
|⑪||⑫||⑬||⑭|| ||⑯||⑰||⑱||⑲||⑳
|-
|-
| 29
| 29
| [[World%20Cup%20group%20stage|World Cup group stage]]
| [[World%20Cup%20group%20stage|World Cup group stage]]
|⑪|| |||| ||⑮|||| ||⑱||⑲||
|⑪|||| || ||⑮|| ||||⑱||⑲||
|-
|-
| 28
| 28
| [[Almkvist-Giullera%20formula%20for%20pi|Almkvist-Giullera formula for pi]]
| [[Almkvist-Giullera%20formula%20for%20pi|Almkvist-Giullera formula for pi]]
| |||| ||⑭||⑮|||| || || ||⑳
| || ||||⑭||⑮|| |||| || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 28
| 28
|data-sort-value="base0C58check encoding"| [[Base58Check%20encoding|Base58Check encoding]]
|data-sort-value="base0C58check encoding"| [[Base58Check%20encoding|Base58Check encoding]]
|⑪|| ||||⑭|| ||⑯||⑰||⑱||⑲||⑳
|⑪|||| ||⑭|| ||⑯||⑰||⑱||⑲||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 28
| 28
| [[Card%20shuffles|Card shuffles]]
| [[Card%20shuffles|Card shuffles]]
|⑪|| |||| ||⑮|||| ||⑱||⑲||
|⑪|||| || ||⑮|| ||||⑱||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 28
| 28
| [[Cipolla%27s%20algorithm|Cipolla's algorithm]]
| [[Cipolla%27s%20algorithm|Cipolla's algorithm]]
| ||⑫||⑬|| || || ||||⑱||⑲||⑳
| ||⑫||⑬|| || |||| ||⑱||⑲||⑳
|-
|-
| 28
| 28
| [[Cistercian%20numerals|Cistercian numerals]]
| [[Cistercian%20numerals|Cistercian numerals]]
|⑪||⑫||⑬|| ||⑮|||| ||⑱|| ||
|⑪||⑫||⑬|| ||⑮|| ||||⑱|| ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 28
| 28
| [[Concatenate%20two%20primes%20is%20also%20prime|Concatenate two primes is also prime]]
| [[Concatenate%20two%20primes%20is%20also%20prime|Concatenate two primes is also prime]]
|⑪|||| ||⑭|| ||⑯||⑰|| || ||⑳
|⑪|| ||||⑭|| ||⑯||⑰|| || ||⑳
|-
|-
| 28
| 28
| [[Consecutive%20primes%20with%20ascending%20or%20descending%20differences|Consecutive primes with ascending or descending differences]]
| [[Consecutive%20primes%20with%20ascending%20or%20descending%20differences|Consecutive primes with ascending or descending differences]]
|⑪|||| ||⑭||⑮||⑯||⑰|| || ||⑳
|⑪|| ||||⑭||⑮||⑯||⑰|| || ||⑳
|-
|-
| 28
| 28
Line 4,554: Line 4,570:
| 28
| 28
| [[Coprime%20triplets|Coprime triplets]]
| [[Coprime%20triplets|Coprime triplets]]
|⑪|||| ||⑭|| ||⑯||⑰|| || ||⑳
|⑪|| ||||⑭|| ||⑯||⑰|| || ||⑳
|-
|-
| 28
| 28
| [[Deceptive%20numbers|Deceptive numbers]]
| [[Deceptive%20numbers|Deceptive numbers]]
|⑪|||| || ||⑮|| || || || ||⑳
|⑪|| |||| ||⑮|| || || || ||⑳
|-
| 28
| [[Deming%27s%20funnel|Deming's funnel]]
|⑪||⑫||⑬||⑭|| || || ||⑱||⑲||⑳
|-
|-
| 28
| 28
| [[Distributed%20programming|Distributed programming]]
| [[Distributed%20programming|Distributed programming]]
|⑪|||| ||⑭|| || || || ||⑲||
|⑪|| ||||⑭|| || || || ||⑲||
|-
|-
| 28
| 28
| [[Elliptic%20curve%20arithmetic|Elliptic curve arithmetic]]
| [[Elliptic%20curve%20arithmetic|Elliptic curve arithmetic]]
| || ||||⑭||⑮|||| ||⑱||⑲||⑳
| |||| ||⑭||⑮|| ||||⑱||⑲||⑳
|-
|-
| 28
| 28
|data-sort-value="euler's constant 0B0.0E5772..."| [[Euler%27s%20constant%200.5772...|Euler's constant 0.5772...]]
|data-sort-value="euler's constant 0B0.0E5772..."| [[Euler%27s%20constant%200.5772...|Euler's constant 0.5772...]]
|⑪||⑫||⑬|| ||⑮|| |||| ||⑲||⑳
|⑪||⑫||⑬|| ||⑮|||| || ||⑲||⑳
|-
|-
| 28
| 28
| [[Exponentiation%20with%20infix%20operators%20in%20%28or%20operating%20on%29%20the%20base|Exponentiation with infix operators in (or operating on) the base]]
| [[Exponentiation%20with%20infix%20operators%20in%20%28or%20operating%20on%29%20the%20base|Exponentiation with infix operators in (or operating on) the base]]
|⑪|||| ||⑭|| ||⑯||⑰|| || ||
|⑪|| ||||⑭|| ||⑯||⑰|| || ||
|-
| 28
| [[Idiomatically%20determine%20all%20the%20characters%20that%20can%20be%20used%20for%20symbols|Idiomatically determine all the characters that can be used for symbols]]
| ||⑫||⑬||⑭|| ||⑯|| ||⑱||⑲||⑳
|-
|-
| 28
| 28
Line 4,590: Line 4,598:
| 28
| 28
| [[Intersecting%20number%20wheels|Intersecting number wheels]]
| [[Intersecting%20number%20wheels|Intersecting number wheels]]
|⑪|| ||||⑭||⑮|||| ||⑱|| ||
|⑪|||| ||⑭||⑮|| ||||⑱|| ||
|-
|-
| 28
| 28
Line 4,598: Line 4,606:
| 28
| 28
| [[Mind%20boggling%20card%20trick|Mind boggling card trick]]
| [[Mind%20boggling%20card%20trick|Mind boggling card trick]]
|⑪||⑫||⑬||⑭|| |||| ||⑱|| ||
|⑪||⑫||⑬||⑭|| || ||||⑱|| ||
|-
|-
| 28
| 28
| [[Nautical%20bell|Nautical bell]]
| [[Nautical%20bell|Nautical bell]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 28
| 28
| [[Numbers%20whose%20count%20of%20divisors%20is%20prime|Numbers whose count of divisors is prime]]
| [[Numbers%20whose%20count%20of%20divisors%20is%20prime|Numbers whose count of divisors is prime]]
|⑪|||| || ||⑮||⑯||⑰|| || ||⑳
|⑪|| |||| ||⑮||⑯||⑰|| || ||⑳
|-
|-
| 28
| 28
Line 4,614: Line 4,622:
| 28
| 28
| [[Padovan%20sequence|Padovan sequence]]
| [[Padovan%20sequence|Padovan sequence]]
|⑪||⑫||⑬||⑭||⑮|||| || || ||⑳
|⑪||⑫||⑬||⑭||⑮|| |||| || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 28
| 28
|data-sort-value="palindromic primes in base 0C16"| [[Palindromic%20primes%20in%20base%2016|Palindromic primes in base 16]]
|data-sort-value="palindromic primes in base 0C16"| [[Palindromic%20primes%20in%20base%2016|Palindromic primes in base 16]]
|⑪|||| || ||⑮||⑯||⑰|| || ||⑳
|⑪|| |||| ||⑮||⑯||⑰|| || ||⑳
|-
|-
| 28
| 28
Line 4,630: Line 4,638:
| 28
| 28
| [[Prime%20triplets|Prime triplets]]
| [[Prime%20triplets|Prime triplets]]
| |||| || || ||⑯||⑰|| || ||⑳
| || |||| || ||⑯||⑰|| || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 28
| 28
| [[Prime%20words|Prime words]]
| [[Prime%20words|Prime words]]
|⑪|||| || ||⑮||⑯||⑰|| || ||⑳
|⑪|| |||| ||⑮||⑯||⑰|| || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 28
| 28
| [[Quadrat%20special%20primes|Quadrat special primes]]
| [[Quadrat%20special%20primes|Quadrat special primes]]
|⑪|||| || || ||⑯||⑰|| || ||⑳
|⑪|| |||| || ||⑯||⑰|| || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 28
| 28
|data-sort-value="smallest power of 0B6 whose decimal expansion contains n"| [[Smallest%20power%20of%206%20whose%20decimal%20expansion%20contains%20n|Smallest power of 6 whose decimal expansion contains n]]
|data-sort-value="smallest power of 0B6 whose decimal expansion contains n"| [[Smallest%20power%20of%206%20whose%20decimal%20expansion%20contains%20n|Smallest power of 6 whose decimal expansion contains n]]
|⑪|||| ||⑭||⑮||⑯||⑰|| || ||⑳
|⑪|| ||||⑭||⑮||⑯||⑰|| || ||⑳
|-
|-
| 28
| 28
| [[Spelling%20of%20ordinal%20numbers|Spelling of ordinal numbers]]
| [[Spelling%20of%20ordinal%20numbers|Spelling of ordinal numbers]]
| || ||||⑭||⑮|||| ||⑱|| ||⑳
| |||| ||⑭||⑮|| ||||⑱|| ||⑳
|-
| 28
| [[Total%20circles%20area|Total circles area]]
|⑪||⑫||⑬||⑭|| ||⑯||⑰||⑱||⑲||⑳
|-
|-
| 28
| 28
| [[UPC|UPC]]
| [[UPC|UPC]]
|⑪||⑫||⑬|| ||⑮|||| ||⑱||⑲||
|⑪||⑫||⑬|| ||⑮|| ||||⑱||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 28
| 28
| [[Ulam%20numbers|Ulam numbers]]
| [[Ulam%20numbers|Ulam numbers]]
| || ||||⑭||⑮||⑯||⑰|| || ||⑳
| |||| ||⑭||⑮||⑯||⑰|| || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 28
| 28
| [[Welch%27s%20t-test|Welch's t-test]]
| [[Welch%27s%20t-test|Welch's t-test]]
|⑪|| |||| || || || ||⑱||⑲||⑳
|⑪|||| || || || || ||⑱||⑲||⑳
|-
|-
| 28
| 28
Line 4,670: Line 4,674:
| 27
| 27
| [[Curzon%20numbers|Curzon numbers]]
| [[Curzon%20numbers|Curzon numbers]]
|⑪|||| ||⑭||⑮|| |||| || ||⑳
|⑪|| ||||⑭||⑮|||| || || ||⑳
|-
|-
| 27
| 27
| [[Function%20frequency|Function frequency]]
| [[Function%20frequency|Function frequency]]
| |||| ||⑭|| |||| || ||⑲||
| || ||||⑭|| || |||| ||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 27
| 27
Line 4,690: Line 4,694:
| 27
| 27
| [[Linux%20CPU%20utilization|Linux CPU utilization]]
| [[Linux%20CPU%20utilization|Linux CPU utilization]]
| || ||||⑭||⑮|||| ||⑱||⑲||
| |||| ||⑭||⑮|| ||||⑱||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 27
| 27
Line 4,698: Line 4,702:
| 27
| 27
| [[Lucky%20and%20even%20lucky%20numbers|Lucky and even lucky numbers]]
| [[Lucky%20and%20even%20lucky%20numbers|Lucky and even lucky numbers]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱|| ||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱|| ||⑳
|-
|-
| 27
| 27
| [[Magic%20squares%20of%20singly%20even%20order|Magic squares of singly even order]]
| [[Magic%20squares%20of%20singly%20even%20order|Magic squares of singly even order]]
|⑪|| ||||⑭||⑮|| ||||⑱|| ||⑳
|⑪|||| ||⑭||⑮|||| ||⑱|| ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 27
| 27
| [[Make%20a%20backup%20file|Make a backup file]]
| [[Make%20a%20backup%20file|Make a backup file]]
|⑪|| |||| || |||| ||⑱||⑲||
|⑪|||| || || || ||||⑱||⑲||
|-
|-
| 27
| 27
Line 4,714: Line 4,718:
| 27
| 27
| [[Parse%20an%20IP%20Address|Parse an IP Address]]
| [[Parse%20an%20IP%20Address|Parse an IP Address]]
|⑪|| ||||⑭||⑮|||| ||⑱||⑲||
|⑪|||| ||⑭||⑮|| ||||⑱||⑲||
|-
|-
| 27
| 27
| [[Percolation%2FMean%20run%20density|Percolation/Mean run density]]
| [[Percolation%2FMean%20run%20density|Percolation/Mean run density]]
| |||| ||⑭||⑮||⑯||⑰||⑱||⑲||
| || ||||⑭||⑮||⑯||⑰||⑱||⑲||
|-
|-
| 27
| 27
Line 4,726: Line 4,730:
| 27
| 27
| [[Permuted%20multiples|Permuted multiples]]
| [[Permuted%20multiples|Permuted multiples]]
| || |||| ||⑮||⑯||⑰|| || ||⑳
| |||| || ||⑮||⑯||⑰|| || ||⑳
|-
|-
| 27
| 27
| [[RCRPG|RCRPG]]
| [[RCRPG|RCRPG]]
|⑪|| ||||⑭||⑮|| || || ||⑲||
|⑪|||| ||⑭||⑮|| || || ||⑲||
|-
|-
| 27
| 27
| [[Ramer-Douglas-Peucker%20line%20simplification|Ramer-Douglas-Peucker line simplification]]
| [[Ramer-Douglas-Peucker%20line%20simplification|Ramer-Douglas-Peucker line simplification]]
| || |||| ||⑮||⑯||⑰||⑱||⑲||
| |||| || ||⑮||⑯||⑰||⑱||⑲||
|-
|-
| 27
| 27
Line 4,742: Line 4,746:
| 27
| 27
| [[Simulate%20input%2FKeyboard|Simulate input/Keyboard]]
| [[Simulate%20input%2FKeyboard|Simulate input/Keyboard]]
| || |||| || |||| ||⑱||⑲||
| |||| || || || ||||⑱||⑲||
|-
|-
| 27
| 27
| [[Snake|Snake]]
| [[Snake|Snake]]
| || ||||⑭||⑮|| ||||⑱|| ||
| |||| ||⑭||⑮|||| ||⑱|| ||
|-
|-
| 26
| 26
Line 4,754: Line 4,758:
| 26
| 26
| [[Abelian%20sandpile%20model%2FIdentity|Abelian sandpile model/Identity]]
| [[Abelian%20sandpile%20model%2FIdentity|Abelian sandpile model/Identity]]
|⑪|||| ||⑭||⑮|||| || || ||⑳
|⑪|| ||||⑭||⑮|| |||| || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 26
| 26
| [[Collect%20and%20sort%20square%20numbers%20in%20ascending%20order%20from%20three%20lists|Collect and sort square numbers in ascending order from three lists]]
| [[Collect%20and%20sort%20square%20numbers%20in%20ascending%20order%20from%20three%20lists|Collect and sort square numbers in ascending order from three lists]]
|⑪|||| ||⑭|| ||⑯||⑰|| || ||⑳
|⑪|| ||||⑭|| ||⑯||⑰|| || ||⑳
|-
|-
| 26
| 26
| [[Commatizing%20numbers|Commatizing numbers]]
| [[Commatizing%20numbers|Commatizing numbers]]
| || ||||⑭|| ||⑯||⑰||⑱||⑲||
| |||| ||⑭|| ||⑯||⑰||⑱||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 26
| 26
| [[Cubic%20special%20primes|Cubic special primes]]
| [[Cubic%20special%20primes|Cubic special primes]]
|⑪|||| || || ||⑯||⑰|| || ||⑳
|⑪|| |||| || ||⑯||⑰|| || ||⑳
|-
|-
| 26
| 26
| [[Elementary%20cellular%20automaton%2FRandom%20number%20generator|Elementary cellular automaton/Random number generator]]
| [[Elementary%20cellular%20automaton%2FRandom%20number%20generator|Elementary cellular automaton/Random number generator]]
|⑪|||| ||⑭||⑮|| || ||⑱||⑲||⑳
|⑪|| ||||⑭||⑮|| || ||⑱||⑲||⑳
|-
|-
| 26
| 26
| [[File%20size%20distribution|File size distribution]]
| [[File%20size%20distribution|File size distribution]]
| |||| ||⑭||⑮|||| ||⑱||⑲||
| || ||||⑭||⑮|| ||||⑱||⑲||
|-
| 26
| [[Giuga%20numbers|Giuga numbers]]
|⑪||⑫|| ||⑭||⑮||⑯|| || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 26
| 26
| [[Honaker%20primes|Honaker primes]]
| [[Honaker%20primes|Honaker primes]]
|⑪|| || ||⑭||⑮|| |||| || ||⑳
|⑪|| || ||⑭||⑮|||| || || ||⑳
|-
|-
| 26
| 26
Line 4,786: Line 4,794:
| 26
| 26
| [[List%20rooted%20trees|List rooted trees]]
| [[List%20rooted%20trees|List rooted trees]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|| ||||⑱||⑲||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 26
| 26
| [[Markov%20chain%20text%20generator|Markov chain text generator]]
| [[Markov%20chain%20text%20generator|Markov chain text generator]]
| || |||| ||⑮|||| ||⑱||⑲||
| |||| || ||⑮|| ||||⑱||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 26
| 26
| [[Orbital%20elements|Orbital elements]]
| [[Orbital%20elements|Orbital elements]]
| || |||| ||⑮|||| ||⑱|| ||⑳
| |||| || ||⑮|| ||||⑱|| ||⑳
|-
| 26
|data-sort-value="pseudo-random numbers/splitmix0C64"| [[Pseudo-random%20numbers%2FSplitmix64|Pseudo-random numbers/Splitmix64]]
|⑪||⑫||⑬||⑭||⑮|| ||⑰|| || ||
|-
|-
| 26
| 26
Line 4,806: Line 4,818:
| 26
| 26
| [[Reverse%20the%20gender%20of%20a%20string|Reverse the gender of a string]]
| [[Reverse%20the%20gender%20of%20a%20string|Reverse the gender of a string]]
| || ||||⑭|| ||⑯||⑰||⑱||⑲||
| |||| ||⑭|| ||⑯||⑰||⑱||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 26
| 26
| [[Sum%20data%20type|Sum data type]]
| [[Sum%20data%20type|Sum data type]]
| || |||| ||⑮||⑯||⑰|| || ||
| |||| || ||⑮||⑯||⑰|| || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 26
| 26
| [[Sum%20of%20two%20adjacent%20numbers%20are%20primes|Sum of two adjacent numbers are primes]]
| [[Sum%20of%20two%20adjacent%20numbers%20are%20primes|Sum of two adjacent numbers are primes]]
| |||| ||⑭|| || |||| || ||⑳
| || ||||⑭|| |||| || || ||⑳
|-
|-
| 25
| 25
| [[ASCII%20art%20diagram%20converter|ASCII art diagram converter]]
| [[ASCII%20art%20diagram%20converter|ASCII art diagram converter]]
|⑪|| ||||⑭||⑮|||| || ||⑲||
|⑪|||| ||⑭||⑮|| |||| ||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 25
| 25
| [[Assertions%20in%20design%20by%20contract|Assertions in design by contract]]
| [[Assertions%20in%20design%20by%20contract|Assertions in design by contract]]
|⑪|| |||| || ||⑯||⑰||⑱||⑲||
|⑪|||| || || ||⑯||⑰||⑱||⑲||
|-
|-
| 25
| 25
Line 4,830: Line 4,842:
| 25
| 25
| [[Compiler%2Fcode%20generator|Compiler/code generator]]
| [[Compiler%2Fcode%20generator|Compiler/code generator]]
| || |||| || || || || || ||
| |||| || || || || || || ||
|-
|-
| 25
| 25
| [[EKG%20sequence%20convergence|EKG sequence convergence]]
| [[EKG%20sequence%20convergence|EKG sequence convergence]]
| ||⑫||⑬||⑭|| |||| ||⑱|| ||⑳
| ||⑫||⑬||⑭|| || ||||⑱|| ||⑳
|-
|-
| 25
| 25
Line 4,842: Line 4,854:
| 25
| 25
| [[Joystick%20position|Joystick position]]
| [[Joystick%20position|Joystick position]]
| |||| ||⑭|| || |||| || ||
| || ||||⑭|| |||| || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 25
| 25
| [[Largest%20product%20in%20a%20grid|Largest product in a grid]]
| [[Largest%20product%20in%20a%20grid|Largest product in a grid]]
|⑪|||| || || ||⑯||⑰|| || ||⑳
|⑪|| |||| || ||⑯||⑰|| || ||⑳
|-
|-
| 25
| 25
Line 4,854: Line 4,866:
| 25
| 25
| [[Monads%2FWriter%20monad|Monads/Writer monad]]
| [[Monads%2FWriter%20monad|Monads/Writer monad]]
|⑪|| ||||⑭||⑮|| || ||⑱|| ||
|⑪|||| ||⑭||⑮|| || ||⑱|| ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 25
| 25
Line 4,866: Line 4,878:
| 25
| 25
| [[Perceptron|Perceptron]]
| [[Perceptron|Perceptron]]
| || |||| || ||⑯||⑰||⑱||⑲||⑳
| |||| || || ||⑯||⑰||⑱||⑲||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 25
| 25
| [[Print%20debugging%20statement|Print debugging statement]]
| [[Print%20debugging%20statement|Print debugging statement]]
| || |||| ||⑮||⑯||⑰||⑱||⑲||⑳
| |||| || ||⑮||⑯||⑰||⑱||⑲||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 25
| 25
Line 4,878: Line 4,890:
| 25
| 25
| [[Pseudo-random%20numbers%2FXorshift%20star|Pseudo-random numbers/Xorshift star]]
| [[Pseudo-random%20numbers%2FXorshift%20star|Pseudo-random numbers/Xorshift star]]
|⑪|| ||||⑭||⑮|||| ||⑱|| ||
|⑪|||| ||⑭||⑮|| ||||⑱|| ||
|-
|-
| 25
| 25
| [[Reflection%2FGet%20source|Reflection/Get source]]
| [[Reflection%2FGet%20source|Reflection/Get source]]
|⑪|| |||| ||O||⑯||⑰||⑱|| ||
|⑪|||| || ||O||⑯||⑰||⑱|| ||
|-
|-
| 25
| 25
| [[SOAP|SOAP]]
| [[SOAP|SOAP]]
|⑪|||| || || || || ||⑱|| ||
|⑪|| |||| || || || ||⑱|| ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 25
| 25
| [[Sine%20wave|Sine wave]]
| [[Sine%20wave|Sine wave]]
| |||| || || ||⑯||⑰||⑱||⑲||
| || |||| || ||⑯||⑰||⑱||⑲||
|-
|-
| 25
| 25
| [[Soloway%27s%20recurring%20rainfall|Soloway's recurring rainfall]]
| [[Soloway%27s%20recurring%20rainfall|Soloway's recurring rainfall]]
| || |||| ||⑮|| |||| || ||⑳
| |||| || ||⑮|||| || || ||⑳
|-
|-
| 25
| 25
| [[Solve%20a%20Hopido%20puzzle|Solve a Hopido puzzle]]
| [[Solve%20a%20Hopido%20puzzle|Solve a Hopido puzzle]]
|⑪||⑫||⑬|| ||⑮|||| ||⑱||⑲||
|⑪||⑫||⑬|| ||⑮|| ||||⑱||⑲||
|-
|-
| 25
| 25
| [[Solve%20a%20Numbrix%20puzzle|Solve a Numbrix puzzle]]
| [[Solve%20a%20Numbrix%20puzzle|Solve a Numbrix puzzle]]
|⑪||⑫||⑬|| ||⑮|||| ||⑱||⑲||
|⑪||⑫||⑬|| ||⑮|| ||||⑱||⑲||
|-
|-
| 25
| 25
| [[Variable%20declaration%20reset|Variable declaration reset]]
| [[Variable%20declaration%20reset|Variable declaration reset]]
| || |||| ||⑮|| |||| || ||⑳
| |||| || ||⑮|||| || || ||⑳
|-
|-
| 25
| 25
| [[Zeckendorf%20arithmetic|Zeckendorf arithmetic]]
| [[Zeckendorf%20arithmetic|Zeckendorf arithmetic]]
| || ||||⑭||⑮|| || ||⑱||⑲||
| |||| ||⑭||⑮|| || ||⑱||⑲||
|-
|-
| 24
| 24
| [[Active%20Directory%2FSearch%20for%20a%20user|Active Directory/Search for a user]]
| [[Active%20Directory%2FSearch%20for%20a%20user|Active Directory/Search for a user]]
|⑪||O||||⑭|| |||| || || ||
|⑪||||O||⑭|| || |||| || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 24
| 24
| [[Addition%20chains|Addition chains]]
| [[Addition%20chains|Addition chains]]
|⑪|| ||||⑭||⑮|| || ||⑱||⑲||
|⑪|||| ||⑭||⑮|| || ||⑱||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 24
| 24
Line 4,930: Line 4,942:
| 24
| 24
| [[Compiler%2Fsyntax%20analyzer|Compiler/syntax analyzer]]
| [[Compiler%2Fsyntax%20analyzer|Compiler/syntax analyzer]]
| || |||| || || || || || ||
| |||| || || || || || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 24
| 24
Line 4,938: Line 4,950:
| 24
| 24
| [[Create%20an%20object%2FNative%20demonstration|Create an object/Native demonstration]]
| [[Create%20an%20object%2FNative%20demonstration|Create an object/Native demonstration]]
|⑪||⑫||⑬|| ||⑮|| ||||⑱||⑲||⑳
|⑪||⑫||⑬|| ||⑮|||| ||⑱||⑲||⑳
|-
|-
| 24
| 24
| [[Cyclops%20numbers|Cyclops numbers]]
| [[Cyclops%20numbers|Cyclops numbers]]
|⑪|||| ||⑭||⑮|||| || || ||⑳
|⑪|| ||||⑭||⑮|| |||| || ||⑳
|-
|-
| 24
| 24
| [[Factorial%20primes|Factorial primes]]
| [[Factorial%20primes|Factorial primes]]
|⑪|| |||| ||⑮|| |||| ||⑲||⑳
|⑪|||| || ||⑮|||| || ||⑲||⑳
|-
|-
| 24
| 24
| [[Find%20duplicate%20files|Find duplicate files]]
| [[Find%20duplicate%20files|Find duplicate files]]
|⑪||⑫||⑬||⑭||⑮|||| || ||⑲||
|⑪||⑫||⑬||⑭||⑮|| |||| ||⑲||
|-
| 24
| [[Giuga%20numbers|Giuga numbers]]
|⑪|| ||⑬||⑭||⑮|| ||⑰|| || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 24
| 24
| [[Idoneal%20numbers|Idoneal numbers]]
| [[Idoneal%20numbers|Idoneal numbers]]
| |||| || || || |||| || ||⑳
| || |||| || |||| || || ||⑳
|-
|-
| 24
| 24
Line 4,966: Line 4,974:
| 24
| 24
| [[Magic%20constant|Magic constant]]
| [[Magic%20constant|Magic constant]]
| |||| || || || |||| || ||⑳
| || |||| || |||| || || ||⑳
|-
|-
| 24
| 24
Line 4,975: Line 4,983:
| [[Median%20filter|Median filter]]
| [[Median%20filter|Median filter]]
|⑪||⑫||⑬|| || || || ||⑱||⑲||
|⑪||⑫||⑬|| || || || ||⑱||⑲||
|-
| 24
| [[Metallic%20ratios|Metallic ratios]]
|⑪||⑫||⑬|| ||⑮|| ||⑰||⑱|| ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 24
| 24
Line 4,982: Line 4,994:
| 24
| 24
| [[Native%20shebang|Native shebang]]
| [[Native%20shebang|Native shebang]]
|⑪|| || || || |||| || ||⑲||⑳
|⑪|| || || || || |||| ||⑲||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 24
| 24
| [[Own%20digits%20power%20sum|Own digits power sum]]
| [[Own%20digits%20power%20sum|Own digits power sum]]
|⑪|||| ||⑭|| || |||| || ||⑳
|⑪|| ||||⑭|| |||| || || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 24
| 24
| [[Permutations%20with%20some%20identical%20elements|Permutations with some identical elements]]
| [[Permutations%20with%20some%20identical%20elements|Permutations with some identical elements]]
|⑪|||| ||⑭||⑮|||| || || ||⑳
|⑪|| ||||⑭||⑮|| |||| || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 24
| 24
|data-sort-value="primes whose first and last number is 0B3"| [[Primes%20whose%20first%20and%20last%20number%20is%203|Primes whose first and last number is 3]]
|data-sort-value="primes whose first and last number is 0B3"| [[Primes%20whose%20first%20and%20last%20number%20is%203|Primes whose first and last number is 3]]
| |||| || || ||⑯||⑰|| || ||⑳
| || |||| || ||⑯||⑰|| || ||⑳
|-
| 24
|data-sort-value="pseudo-random numbers/splitmix0C64"| [[Pseudo-random%20numbers%2FSplitmix64|Pseudo-random numbers/Splitmix64]]
|⑪||⑫|| ||⑭|| ||⑯|| || || ||
|-
|-
| 24
| 24
Line 5,006: Line 5,014:
| 24
| 24
| [[Sokoban|Sokoban]]
| [[Sokoban|Sokoban]]
|⑪|| ||||⑭||⑮|| || ||⑱||⑲||
|⑪|||| ||⑭||⑮|| || ||⑱||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 24
| 24
Line 5,014: Line 5,022:
| 24
| 24
| [[Sort%20primes%20from%20list%20to%20a%20list|Sort primes from list to a list]]
| [[Sort%20primes%20from%20list%20to%20a%20list|Sort primes from list to a list]]
|⑪|||| || || || |||| || ||⑳
|⑪|| |||| || |||| || || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 24
| 24
| [[Special%20factorials|Special factorials]]
| [[Special%20factorials|Special factorials]]
| |||| || ||⑮||⑯||⑰||⑱|| ||⑳
| || |||| ||⑮||⑯||⑰||⑱|| ||⑳
|- style="background-color: #ffc"
| 24
| [[Substring%20primes|Substring primes]]
| || ||⑬|| ||⑮||⑯||⑰|| || ||⑳
|-
|-
| 24
| 24
| [[The%20sieve%20of%20Sundaram|The sieve of Sundaram]]
| [[The%20sieve%20of%20Sundaram|The sieve of Sundaram]]
|⑪|||| ||⑭|| |||| || ||⑲||⑳
|⑪|| ||||⑭|| || |||| ||⑲||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 24
| 24
| [[Untrusted%20environment|Untrusted environment]]
| [[Untrusted%20environment|Untrusted environment]]
|⑪|| || || || |||| ||⑱||⑲||
|⑪|| || || || || ||||⑱||⑲||
|- style="background-color: #ffc"
| 24
| [[Vibrating%20rectangles|Vibrating rectangles]]
| || || || || ||⑯|| || ||⑲||
|-
|-
| 24
| 24
| [[Vigen%C3%A8re%20cipher%2FCryptanalysis|Vigenère cipher/Cryptanalysis]]
| [[Vigen%C3%A8re%20cipher%2FCryptanalysis|Vigenère cipher/Cryptanalysis]]
| || ||||⑭||⑮|| || ||⑱||⑲||
| |||| ||⑭||⑮|| || ||⑱||⑲||
|-
| 24
| [[Wagstaff%20primes|Wagstaff primes]]
|⑪||⑫|| || ||⑮||⑯|| || || ||
|-
|-
| 24
| 24
Line 5,038: Line 5,058:
| 23
| 23
| [[Determine%20sentence%20type|Determine sentence type]]
| [[Determine%20sentence%20type|Determine sentence type]]
| || || || || || |||| ||⑲||⑳
| || || || || |||| || ||⑲||⑳
|- style="background-color: #ffc"
| 23
|data-sort-value="draw pixel 0B2"| [[Draw%20pixel%202|Draw pixel 2]]
| || || || || ||⑯|| ||⑱||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 23
| 23
| [[Klarner-Rado%20sequence|Klarner-Rado sequence]]
| [[Klarner-Rado%20sequence|Klarner-Rado sequence]]
| || || ||⑭|| || |||| || ||⑳
| || || ||⑭|| |||| || || ||⑳
|-
|-
| 23
| 23
| [[Knuth%27s%20power%20tree|Knuth's power tree]]
| [[Knuth%27s%20power%20tree|Knuth's power tree]]
| ||⑫||⑬||⑭|| |||| ||⑱||⑲||⑳
| ||⑫||⑬||⑭|| || ||||⑱||⑲||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 23
| 23
| [[Largest%20difference%20between%20adjacent%20primes|Largest difference between adjacent primes]]
| [[Largest%20difference%20between%20adjacent%20primes|Largest difference between adjacent primes]]
| |||| || ||⑮|| |||| || ||⑳
| || |||| ||⑮|||| || || ||⑳
|-
|-
| 23
| 23
| [[Latin%20Squares%20in%20reduced%20form|Latin Squares in reduced form]]
| [[Latin%20Squares%20in%20reduced%20form|Latin Squares in reduced form]]
|⑪|| ||||⑭||⑮|| || ||⑱|| ||⑳
|⑪|||| ||⑭||⑮|| || ||⑱|| ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 23
| 23
| [[Line%20circle%20intersection|Line circle intersection]]
| [[Line%20circle%20intersection|Line circle intersection]]
|⑪||⑫||⑬||⑭||⑮|||| ||⑱|| ||
|⑪||⑫||⑬||⑭||⑮|| ||||⑱|| ||
|-
|-
| 23
| 23
| [[Matrix%20digital%20rain|Matrix digital rain]]
| [[Matrix%20digital%20rain|Matrix digital rain]]
| |||| || || ||⑯||⑰|| ||⑲||
| || |||| || ||⑯||⑰|| ||⑲||
|-
| 23
| [[Metallic%20ratios|Metallic ratios]]
|⑪||⑫||⑬|| ||⑮||⑯|| ||⑱|| ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 23
| 23
Line 5,074: Line 5,094:
| 23
| 23
| [[Nested%20templated%20data|Nested templated data]]
| [[Nested%20templated%20data|Nested templated data]]
| |||| ||⑭||⑮|||| || ||⑲||⑳
| || ||||⑭||⑮|| |||| ||⑲||⑳
|-
|-
| 23
| 23
| [[Nonogram%20solver|Nonogram solver]]
| [[Nonogram%20solver|Nonogram solver]]
| ||⑫||⑬||⑭||⑮|||| ||⑱||⑲||
| ||⑫||⑬||⑭||⑮|| ||||⑱||⑲||
|-
|-
| 23
| 23
| [[Pig%20the%20dice%20game%2FPlayer|Pig the dice game/Player]]
| [[Pig%20the%20dice%20game%2FPlayer|Pig the dice game/Player]]
|⑪|| ||||⑭||⑮|||| || ||⑲||
|⑪|||| ||⑭||⑮|| |||| ||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 23
| 23
| [[Polynomial%20synthetic%20division|Polynomial synthetic division]]
| [[Polynomial%20synthetic%20division|Polynomial synthetic division]]
| ||⑫||⑬||⑭||⑮|||| ||⑱||⑲||
| ||⑫||⑬||⑭||⑮|| ||||⑱||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 23
| 23
| [[Primes%20which%20contain%20only%20one%20odd%20digit|Primes which contain only one odd digit]]
| [[Primes%20which%20contain%20only%20one%20odd%20digit|Primes which contain only one odd digit]]
| |||| ||⑭|| ||⑯||⑰|| || ||⑳
| || ||||⑭|| ||⑯||⑰|| || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 23
| 23
| [[Riordan%20numbers|Riordan numbers]]
| [[Riordan%20numbers|Riordan numbers]]
| || || ||⑭||⑮|| |||| || ||⑳
| || || ||⑭||⑮|||| || || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 23
| 23
Line 5,102: Line 5,122:
| 23
| 23
| [[Singly-linked%20list%2FElement%20removal|Singly-linked list/Element removal]]
| [[Singly-linked%20list%2FElement%20removal|Singly-linked list/Element removal]]
| || || || ||⑮|| ||||⑱||⑲||⑳
| || || || ||⑮|||| ||⑱||⑲||⑳
|-
|- style="background-color: #ffc"
| 23
| 23
| [[Two%27s%20complement|Two's complement]]
| [[Substring%20primes|Substring primes]]
| |||| || ||||⑯|||| || ||
| || || || || ||⑯|| || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 23
| 23
| [[Useless%20instructions|Useless instructions]]
| [[Useless%20instructions|Useless instructions]]
| || || || || || || || || ||⑳
| || || || || || || || || ||⑳
|- style="background-color: #ffc"
| 23
| [[Vibrating%20rectangles|Vibrating rectangles]]
| || || || || || ||⑰|| ||⑲||
|-
|-
| 23
| 23
| [[Vogel%27s%20approximation%20method|Vogel's approximation method]]
| [[Vogel%27s%20approximation%20method|Vogel's approximation method]]
|⑪|| |||| ||⑮|||| ||⑱||⑲||
|⑪|||| || ||⑮|| ||||⑱||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 22
| 22
| [[Air%20mass|Air mass]]
| [[Air%20mass|Air mass]]
| || |||| || ||⑯||⑰|| || ||⑳
| |||| || || ||⑯||⑰|| || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 22
| 22
Line 5,130: Line 5,146:
| 22
| 22
| [[Bitcoin%2Fpublic%20point%20to%20address|Bitcoin/public point to address]]
| [[Bitcoin%2Fpublic%20point%20to%20address|Bitcoin/public point to address]]
|⑪|||| ||⑭|| || || || ||⑲||
|⑪|| ||||⑭|| || || || ||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 22
| 22
| [[Data%20Encryption%20Standard|Data Encryption Standard]]
| [[Data%20Encryption%20Standard|Data Encryption Standard]]
| || |||| ||⑮||⑯||⑰||⑱|| ||
| |||| || ||⑮||⑯||⑰||⑱|| ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 22
| 22
| [[De%20Polignac%20numbers|De Polignac numbers]]
| [[De%20Polignac%20numbers|De Polignac numbers]]
| || || || ||⑮|| |||| || ||⑳
| || || || ||⑮|||| || || ||⑳
|- style="background-color: #ffc"
| 22
|data-sort-value="draw pixel 0B2"| [[Draw%20pixel%202|Draw pixel 2]]
| || || || || || ||⑰||⑱||⑲||
|-
|-
| 22
| 22
| [[Eertree|Eertree]]
| [[Eertree|Eertree]]
|⑪|| |||| ||⑮|||| ||⑱||⑲||
|⑪|||| || ||⑮|| ||||⑱||⑲||
|-
|-
| 22
| 22
| [[Elementary%20cellular%20automaton%2FInfinite%20length|Elementary cellular automaton/Infinite length]]
| [[Elementary%20cellular%20automaton%2FInfinite%20length|Elementary cellular automaton/Infinite length]]
|⑪|||| ||⑭||⑮|| || ||⑱||⑲||⑳
|⑪|| ||||⑭||⑮|| || ||⑱||⑲||⑳
|-
|-
| 22
| 22
| [[Goldbach%27s%20comet|Goldbach's comet]]
| [[Goldbach%27s%20comet|Goldbach's comet]]
|⑪|||| || || || |||| || ||⑳
|⑪|| |||| || |||| || || ||⑳
|-
|-
| 22
| 22
| [[Juggler%20sequence|Juggler sequence]]
| [[Juggler%20sequence|Juggler sequence]]
|⑪|||| ||⑭||⑮|||| || || ||⑳
|⑪|| ||||⑭||⑮|| |||| || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 22
| 22
| [[Montgomery%20reduction|Montgomery reduction]]
| [[Montgomery%20reduction|Montgomery reduction]]
| || |||| ||⑮|| || ||⑱||⑲||
| |||| || ||⑮|| || ||⑱||⑲||
|-
| 22
| [[Pancake%20numbers|Pancake numbers]]
|⑪||⑫|| || ||⑮||⑯||⑰||⑱|| ||
|-
|-
| 22
| 22
| [[Peaceful%20chess%20queen%20armies|Peaceful chess queen armies]]
| [[Peaceful%20chess%20queen%20armies|Peaceful chess queen armies]]
|⑪||⑫||⑬|| ||⑮|| || ||⑱|| ||
|⑪||⑫||⑬|| ||⑮|| || ||⑱|| ||
|-
| 22
| [[Periodic%20table|Periodic table]]
| || ||⑬|| || ||⑯|| || || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 22
| 22
| [[Practical%20numbers|Practical numbers]]
| [[Practical%20numbers|Practical numbers]]
| || |||| ||⑮|| |||| || ||⑳
| |||| || ||⑮|||| || || ||⑳
|-
|-
| 22
| 22
| [[Primes%20-%20allocate%20descendants%20to%20their%20ancestors|Primes - allocate descendants to their ancestors]]
| [[Primes%20-%20allocate%20descendants%20to%20their%20ancestors|Primes - allocate descendants to their ancestors]]
| || ||||⑭||⑮|| || ||⑱||⑲||⑳
| |||| ||⑭||⑮|| || ||⑱||⑲||⑳
|-
|-
| 22
| 22
|data-sort-value="pseudo-random numbers/combined recursive generator mrg0C32k0B3a"| [[Pseudo-random%20numbers%2FCombined%20recursive%20generator%20MRG32k3a|Pseudo-random numbers/Combined recursive generator MRG32k3a]]
|data-sort-value="pseudo-random numbers/combined recursive generator mrg0C32k0B3a"| [[Pseudo-random%20numbers%2FCombined%20recursive%20generator%20MRG32k3a|Pseudo-random numbers/Combined recursive generator MRG32k3a]]
|⑪|| ||||⑭||⑮|| || ||⑱|| ||
|⑪|||| ||⑭||⑮|| || ||⑱|| ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 22
| 22
| [[Selective%20file%20copy|Selective file copy]]
| [[Selective%20file%20copy|Selective file copy]]
| || |||| || ||⑯||⑰||⑱||⑲||
| |||| || || ||⑯||⑰||⑱||⑲||
|-
|-
| 22
| 22
| [[Simulate%20input%2FMouse|Simulate input/Mouse]]
| [[Simulate%20input%2FMouse|Simulate input/Mouse]]
| || |||| || || ||||⑱||⑲||
| |||| || || |||| ||⑱||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 22
| 22
| [[Smallest%20numbers|Smallest numbers]]
| [[Smallest%20numbers|Smallest numbers]]
|⑪|||| || || ||⑯||⑰|| || ||⑳
|⑪|| |||| || ||⑯||⑰|| || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 22
| 22
| [[Special%20pythagorean%20triplet|Special pythagorean triplet]]
| [[Special%20pythagorean%20triplet|Special pythagorean triplet]]
| |||| || ||⑮||⑯||⑰|| || ||⑳
| || |||| ||⑮||⑯||⑰|| || ||⑳
|-
|-
| 22
| 22
| [[Sphenic%20numbers|Sphenic numbers]]
| [[Sphenic%20numbers|Sphenic numbers]]
|⑪|| |||| ||⑮|| || || || ||⑳
|⑪|||| || ||⑮|| || || || ||⑳
|-
|-
| 22
| 22
| [[Tarjan|Tarjan]]
| [[Tarjan|Tarjan]]
| || |||| ||⑮|||| ||⑱||⑲||⑳
| |||| || ||⑮|| ||||⑱||⑲||⑳
|-
| 22
| [[Two%27s%20complement|Two's complement]]
| || || || || || ||⑰|| || ||
|-
| 22
| [[Wagstaff%20primes|Wagstaff primes]]
|⑪|| ||⑬|| ||⑮|| ||⑰|| || ||
|-
|-
| 22
| 22
| [[Window%20management|Window management]]
| [[Window%20management|Window management]]
| ||⑫||⑬|| || || || || ||⑲||
| ||⑫||⑬|| || || || || ||⑲||
|- style="background-color: #ffc"
| 22
| [[Wordle%20comparison|Wordle comparison]]
| || || ||⑭|| ||⑯|| || || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 21
| 21
| [[Arithmetic%20coding%2FAs%20a%20generalized%20change%20of%20radix|Arithmetic coding/As a generalized change of radix]]
| [[Arithmetic%20coding%2FAs%20a%20generalized%20change%20of%20radix|Arithmetic coding/As a generalized change of radix]]
|⑪|| |||| || || || ||⑱|| ||
|⑪|||| || || || || ||⑱|| ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 21
| 21
| [[Aspect%20oriented%20programming|Aspect oriented programming]]
| [[Aspect%20oriented%20programming|Aspect oriented programming]]
| || |||| || || ||||⑱|| ||
| |||| || || |||| ||⑱|| ||
|-
|-
| 21
| 21
| [[Compare%20sorting%20algorithms%27%20performance|Compare sorting algorithms' performance]]
| [[Compare%20sorting%20algorithms%27%20performance|Compare sorting algorithms' performance]]
|⑪|||| ||⑭|| ||⑯||⑰||⑱|| ||
|⑪|| ||||⑭|| ||⑯||⑰||⑱|| ||
|-
|-
| 21
| 21
Line 5,234: Line 5,250:
| 21
| 21
| [[Double%20Twin%20Primes|Double Twin Primes]]
| [[Double%20Twin%20Primes|Double Twin Primes]]
|⑪|| || || || || |||| || ||⑳
|⑪|| || || || |||| || || ||⑳
|-
|-
| 21
| 21
| [[Imaginary%20base%20numbers|Imaginary base numbers]]
| [[Imaginary%20base%20numbers|Imaginary base numbers]]
|⑪|| ||||⑭||⑮|| || ||⑱|| ||
|⑪|||| ||⑭||⑮|| || ||⑱|| ||
|-
|-
| 21
| 21
Line 5,246: Line 5,262:
| 21
| 21
| [[Just%20in%20time%20processing%20on%20a%20character%20stream|Just in time processing on a character stream]]
| [[Just%20in%20time%20processing%20on%20a%20character%20stream|Just in time processing on a character stream]]
| || |||| ||⑮|||| ||⑱||⑲||⑳
| |||| || ||⑮|| ||||⑱||⑲||⑳
|-
|-
| 21
| 21
| [[K-d%20tree|K-d tree]]
| [[K-d%20tree|K-d tree]]
| || ||||⑭||⑮|| || ||⑱||⑲||
| |||| ||⑭||⑮|| || ||⑱||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 21
| 21
| [[Largest%20palindrome%20product|Largest palindrome product]]
| [[Largest%20palindrome%20product|Largest palindrome product]]
| |||| || || || |||| || ||⑳
| || |||| || |||| || || ||⑳
|-
|-
| 21
| 21
| [[Logistic%20curve%20fitting%20in%20epidemiology|Logistic curve fitting in epidemiology]]
| [[Logistic%20curve%20fitting%20in%20epidemiology|Logistic curve fitting in epidemiology]]
|⑪|| |||| ||⑮|| ||||⑱|| ||⑳
|⑪|||| || ||⑮|||| ||⑱|| ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 21
| 21
| [[Long%20stairs|Long stairs]]
| [[Long%20stairs|Long stairs]]
| || || || || || |||| || ||⑳
| || || || || |||| || || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 21
| 21
| [[Minimum%20primes|Minimum primes]]
| [[Minimum%20primes|Minimum primes]]
|⑪|||| || || || |||| || ||⑳
|⑪|| |||| || |||| || || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 21
| 21
| [[Nimber%20arithmetic|Nimber arithmetic]]
| [[Nimber%20arithmetic|Nimber arithmetic]]
| || |||| ||⑮||⑯||⑰|| || ||
| |||| || ||⑮||⑯||⑰|| || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 21
| 21
| [[Ormiston%20pairs|Ormiston pairs]]
| [[Ormiston%20pairs|Ormiston pairs]]
| || || || ||⑮|| |||| || ||⑳
| || || || ||⑮|||| || || ||⑳
|-
| 21
| [[Pancake%20numbers|Pancake numbers]]
|⑪|| ||⑬|| ||⑮||⑯||⑰||⑱|| ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 21
| 21
Line 5,286: Line 5,298:
| 21
| 21
| [[Percolation%2FSite%20percolation|Percolation/Site percolation]]
| [[Percolation%2FSite%20percolation|Percolation/Site percolation]]
| || || ||⑭|| || ||||⑱||⑲||
| || || ||⑭|| |||| ||⑱||⑲||
|-
| 21
| [[Periodic%20table|Periodic table]]
| ||⑫|| || || || ||⑰|| || ||⑳
|-
|-
| 21
| 21
Line 5,298: Line 5,306:
| 21
| 21
| [[Readline%20interface|Readline interface]]
| [[Readline%20interface|Readline interface]]
|⑪|| |||| ||⑮|||| ||⑱||⑲||
|⑪|||| || ||⑮|| ||||⑱||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 21
| 21
| [[Safe%20and%20Sophie%20Germain%20primes|Safe and Sophie Germain primes]]
| [[Safe%20and%20Sophie%20Germain%20primes|Safe and Sophie Germain primes]]
| |||| || || || |||| || ||⑳
| || |||| || |||| || || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 21
| 21
| [[Separate%20the%20house%20number%20from%20the%20street%20name|Separate the house number from the street name]]
| [[Separate%20the%20house%20number%20from%20the%20street%20name|Separate the house number from the street name]]
| || || ||⑭|| |||| ||⑱||⑲||⑳
| || || ||⑭|| || ||||⑱||⑲||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 21
| 21
| [[Transportation%20problem|Transportation problem]]
| [[Transportation%20problem|Transportation problem]]
| || |||| ||⑮|||| ||⑱||⑲||
| |||| || ||⑮|| ||||⑱||⑲||
|-
|-
| 21
| 21
| [[Two%20bullet%20roulette|Two bullet roulette]]
| [[Two%20bullet%20roulette|Two bullet roulette]]
|⑪||⑫||⑬|| ||⑮|||| ||⑱|| ||
|⑪||⑫||⑬|| ||⑮|| ||||⑱|| ||
|-
|-
| 21
| 21
| [[Word%20ladder|Word ladder]]
| [[Word%20ladder|Word ladder]]
|⑪||⑫||⑬||⑭||⑮|||| || ||⑲||⑳
|⑪||⑫||⑬||⑭||⑮|| |||| ||⑲||⑳
|- style="background-color: #ffc"
| 21
| [[Wordle%20comparison|Wordle comparison]]
| || || ||⑭|| || ||⑰|| || ||⑳
|-
|-
| 20
| 20
| [[Bitmap%2FRead%20an%20image%20through%20a%20pipe|Bitmap/Read an image through a pipe]]
| [[Bitmap%2FRead%20an%20image%20through%20a%20pipe|Bitmap/Read an image through a pipe]]
|⑪|||| || || || || ||⑱||⑲||
|⑪|| |||| || || || ||⑱||⑲||
|-
|-
| 20
| 20
| [[Color%20quantization|Color quantization]]
| [[Color%20quantization|Color quantization]]
| |||| ||⑭|| || || ||⑱||⑲||
| || ||||⑭|| || || ||⑱||⑲||
|-
|-
| 20
| 20
| [[Compiler%2FAST%20interpreter|Compiler/AST interpreter]]
| [[Compiler%2FAST%20interpreter|Compiler/AST interpreter]]
| || |||| || || || || || ||
| |||| || || || || || || ||
|-
|-
| 20
| 20
| [[HTTPS%2FClient-authenticated|HTTPS/Client-authenticated]]
| [[HTTPS%2FClient-authenticated|HTTPS/Client-authenticated]]
|⑪|||| || || || || ||⑱||⑲||
|⑪|| |||| || || || ||⑱||⑲||
|-
|-
| 20
| 20
| [[Meissel%E2%80%93Mertens%20constant|Meissel–Mertens constant]]
| [[Meissel%E2%80%93Mertens%20constant|Meissel–Mertens constant]]
| ||⑫||⑬|| || || |||| || ||
| ||⑫||⑬|| || |||| || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 20
| 20
| [[Most%20frequent%20k%20chars%20distance|Most frequent k chars distance]]
| [[Most%20frequent%20k%20chars%20distance|Most frequent k chars distance]]
| || ||||⑭||⑮|| || ||⑱||⑲||⑳
| |||| ||⑭||⑮|| || ||⑱||⑲||⑳
|-
|-
| 20
| 20
| [[P-value%20correction|P-value correction]]
| [[P-value%20correction|P-value correction]]
|⑪|| |||| ||⑮|| || ||⑱|| ||
|⑪|||| || ||⑮|| || ||⑱|| ||
|-
|-
| 20
| 20
| [[Percolation%2FMean%20cluster%20density|Percolation/Mean cluster density]]
| [[Percolation%2FMean%20cluster%20density|Percolation/Mean cluster density]]
| |||| ||⑭|| || || ||⑱||⑲||
| || ||||⑭|| || || ||⑱||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 20
| 20
| [[Prime%20numbers%20p%20for%20which%20the%20sum%20of%20primes%20less%20than%20or%20equal%20to%20p%20is%20prime|Prime numbers p for which the sum of primes less than or equal to p is prime]]
| [[Prime%20numbers%20p%20for%20which%20the%20sum%20of%20primes%20less%20than%20or%20equal%20to%20p%20is%20prime|Prime numbers p for which the sum of primes less than or equal to p is prime]]
| |||| || || ||⑯||⑰|| || ||⑳
| || |||| || ||⑯||⑰|| || ||⑳
|-
|-
| 20
| 20
Line 5,366: Line 5,370:
| 20
| 20
| [[Ruth-Aaron%20numbers|Ruth-Aaron numbers]]
| [[Ruth-Aaron%20numbers|Ruth-Aaron numbers]]
| || ||||⑭||⑮|| |||| || ||
| |||| ||⑭||⑮|||| || || ||
|-
|-
| 20
| 20
Line 5,382: Line 5,386:
| 20
| 20
| [[Square%20root%20by%20hand|Square root by hand]]
| [[Square%20root%20by%20hand|Square root by hand]]
| || |||| || ||⑯||⑰||⑱||⑲||⑳
| |||| || || ||⑯||⑰||⑱||⑲||⑳
|-
|-
| 20
| 20
| [[Terminal%20control%2FPositional%20read|Terminal control/Positional read]]
| [[Terminal%20control%2FPositional%20read|Terminal control/Positional read]]
| ||O|| || || ||⑯||⑰||⑱||⑲||
| || ||O|| || ||⑯||⑰||⑱||⑲||
|-
|-
| 19
| 19
| [[Bitmap%2FPPM%20conversion%20through%20a%20pipe|Bitmap/PPM conversion through a pipe]]
| [[Bitmap%2FPPM%20conversion%20through%20a%20pipe|Bitmap/PPM conversion through a pipe]]
|⑪|||| || || || || ||⑱||⑲||
|⑪|| |||| || || || ||⑱||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 19
| 19
| [[CalmoSoft%20primes|CalmoSoft primes]]
| [[CalmoSoft%20primes|CalmoSoft primes]]
| || |||| ||⑮|| |||| || ||
| |||| || ||⑮|||| || || ||
|-
|-
| 19
| 19
Line 5,402: Line 5,406:
| 19
| 19
| [[Chernick%27s%20Carmichael%20numbers|Chernick's Carmichael numbers]]
| [[Chernick%27s%20Carmichael%20numbers|Chernick's Carmichael numbers]]
| ||⑫||⑬|| ||⑮|| |||| || ||
| ||⑫||⑬|| ||⑮|||| || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 19
| 19
| [[Code%20segment%20unload|Code segment unload]]
| [[Code%20segment%20unload|Code segment unload]]
| ||O|||| || |||| ||⑱||⑲||
| ||||O|| || || ||||⑱||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 19
| 19
Line 5,414: Line 5,418:
| 19
| 19
|data-sort-value="distribution of 0B0 digits in factorial series"| [[Distribution%20of%200%20digits%20in%20factorial%20series|Distribution of 0 digits in factorial series]]
|data-sort-value="distribution of 0B0 digits in factorial series"| [[Distribution%20of%200%20digits%20in%20factorial%20series|Distribution of 0 digits in factorial series]]
|⑪||⑫||⑬|| ||⑮|||| || || ||⑳
|⑪||⑫||⑬|| ||⑮|| |||| || ||⑳
|-
|-
| 19
| 19
| [[Duffinian%20numbers|Duffinian numbers]]
| [[Duffinian%20numbers|Duffinian numbers]]
| |||| || ||⑮|| |||| || ||⑳
| || |||| ||⑮|||| || || ||⑳
|-
|-
| 19
| 19
| [[Erd%C5%91s-Nicolas%20numbers|Erdős-Nicolas numbers]]
| [[Erd%C5%91s-Nicolas%20numbers|Erdős-Nicolas numbers]]
| || |||| ||⑮|| |||| || ||⑳
| |||| || ||⑮|||| || || ||⑳
|-
|-
| 19
| 19
| [[Euclid-Mullin%20sequence|Euclid-Mullin sequence]]
| [[Euclid-Mullin%20sequence|Euclid-Mullin sequence]]
| ||⑫||⑬|| || || |||| || ||⑳
| ||⑫||⑬|| || |||| || || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 19
| 19
| [[Find%20URI%20in%20text|Find URI in text]]
| [[Find%20URI%20in%20text|Find URI in text]]
|⑪|||| || || |||| ||⑱||⑲||⑳
|⑪|| |||| || || ||||⑱||⑲||⑳
|-
|-
| 19
| 19
| [[Fortunate%20numbers|Fortunate numbers]]
| [[Fortunate%20numbers|Fortunate numbers]]
|⑪|||| ||⑭|| ||⑯||⑰|| || ||⑳
|⑪|| ||||⑭|| ||⑯||⑰|| || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 19
| 19
| [[Free%20polyominoes%20enumeration|Free polyominoes enumeration]]
| [[Free%20polyominoes%20enumeration|Free polyominoes enumeration]]
|⑪|| ||||⑭|| || || ||⑱||⑲||
|⑪|||| ||⑭|| || || ||⑱||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 19
| 19
| [[Gradient%20descent|Gradient descent]]
| [[Gradient%20descent|Gradient descent]]
| || || || || |||| || ||⑲||⑳
| || || || || || |||| ||⑲||⑳
|-
|-
| 19
| 19
Line 5,450: Line 5,454:
| 19
| 19
| [[Proof|Proof]]
| [[Proof|Proof]]
|O|| ||O||⑭||O|| || || ||⑲||
|O||O|| ||⑭||O|| || || ||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 19
| 19
| [[Pseudorandom%20number%20generator%20image|Pseudorandom number generator image]]
| [[Pseudorandom%20number%20generator%20image|Pseudorandom number generator image]]
| || |||| || || |||| || ||⑳
| |||| || || |||| || || ||⑳
|-
|-
| 19
| 19
Line 5,474: Line 5,478:
| 19
| 19
| [[XML%20validation|XML validation]]
| [[XML%20validation|XML validation]]
| || |||| || || || ||⑱|| ||
| |||| || || || || ||⑱|| ||
|-
|-
| 18
| 18
| [[Achilles%20numbers|Achilles numbers]]
| [[Achilles%20numbers|Achilles numbers]]
| |||| || ||⑮|| |||| || ||
| || |||| ||⑮|||| || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 18
| 18
| [[Banker%27s%20algorithm|Banker's algorithm]]
| [[Banker%27s%20algorithm|Banker's algorithm]]
| || || || || || ||||⑱||⑲||
| || || || || |||| ||⑱||⑲||
|- style="background-color: #ffc"
| 18
| [[Binary%20coded%20decimal|Binary coded decimal]]
| || || || ||⑮||⑯|| || || ||
|-
|-
| 18
| 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]]
| [[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]]
|⑪|||| || || || || || || ||
|⑪|| |||| || || || || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 18
| 18
| [[Longest%20palindromic%20substrings|Longest palindromic substrings]]
| [[Longest%20palindromic%20substrings|Longest palindromic substrings]]
| |||| ||⑭|| |||| || || ||⑳
| || ||||⑭|| || |||| || ||⑳
|-
|-
| 18
| 18
|data-sort-value="minimal steps down to 0B1"| [[Minimal%20steps%20down%20to%201|Minimal steps down to 1]]
|data-sort-value="minimal steps down to 0B1"| [[Minimal%20steps%20down%20to%201|Minimal steps down to 1]]
| ||⑫||⑬||⑭|| || |||| || ||
| ||⑫||⑬||⑭|| |||| || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 18
| 18
| [[NYSIIS|NYSIIS]]
| [[NYSIIS|NYSIIS]]
| || |||| ||⑮|||| ||⑱||⑲||
| |||| || ||⑮|| ||||⑱||⑲||
|-
|-
| 18
| 18
| [[Non-transitive%20dice|Non-transitive dice]]
| [[Non-transitive%20dice|Non-transitive dice]]
| ||⑫||⑬||⑭|| || || ||⑱|| ||
| ||⑫||⑬||⑭|| || || ||⑱|| ||
|- style="background-color: #ffc"
| 18
| [[O%27Halloran%20numbers|O'Halloran numbers]]
| || || || || ||⑯|| || || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 18
| 18
| [[Particle%20swarm%20optimization|Particle swarm optimization]]
| [[Particle%20swarm%20optimization|Particle swarm optimization]]
| || |||| ||⑮|||| ||⑱||⑲||
| |||| || ||⑮|| ||||⑱||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 18
| 18
| [[Penrose%20tiling|Penrose tiling]]
| [[Penrose%20tiling|Penrose tiling]]
| || |||| ||⑮|| || ||⑱||⑲||⑳
| |||| || ||⑮|| || ||⑱||⑲||⑳
|-
|-
| 18
| 18
Line 5,518: Line 5,530:
| 18
| 18
| [[Ramanujan%27s%20constant|Ramanujan's constant]]
| [[Ramanujan%27s%20constant|Ramanujan's constant]]
|⑪||⑫||⑬||⑭||⑮|||| || || ||
|⑪||⑫||⑬||⑭||⑮|| |||| || ||
|-
|-
| 18
| 18
| [[Rendezvous|Rendezvous]]
| [[Rendezvous|Rendezvous]]
| || ||O|| || || || || ||⑲||
| ||O|| || || || || || ||⑲||
|-
|-
| 18
| 18
| [[Retrieve%20and%20search%20chat%20history|Retrieve and search chat history]]
| [[Retrieve%20and%20search%20chat%20history|Retrieve and search chat history]]
|⑪|||| || || || || || ||⑲||
|⑪|| |||| || || || || ||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 18
| 18
| [[Safe%20mode|Safe mode]]
| [[Safe%20mode|Safe mode]]
| || || || || |||| || || ||
| || || || || || |||| || ||
|-
| 18
| [[Set%20right-adjacent%20bits|Set right-adjacent bits]]
| ||⑫||⑬|| ||⑮|| || || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 18
| 18
| [[Suffix%20tree|Suffix tree]]
| [[Suffix%20tree|Suffix tree]]
| || |||| ||⑮|| || ||⑱||⑲||
| |||| || ||⑮|| || ||⑱||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 18
| 18
| [[Three%20word%20location|Three word location]]
| [[Three%20word%20location|Three word location]]
| || || || || || ||||⑱|| ||
| || || || || |||| ||⑱|| ||
|-
|-
| 18
| 18
| [[Tree%20from%20nesting%20levels|Tree from nesting levels]]
| [[Tree%20from%20nesting%20levels|Tree from nesting levels]]
| || || ||⑭||⑮|| |||| || ||
| || || ||⑭||⑮|||| || || ||
|-
|-
| 18
| 18
| [[Word%20search|Word search]]
| [[Word%20search|Word search]]
| || |||| ||⑮|| ||||⑱||⑲||
| |||| || ||⑮|||| ||⑱||⑲||
|- style="background-color: #ffc"
| 17
| [[Binary%20coded%20decimal|Binary coded decimal]]
| || || || ||⑮|| || || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 17
| 17
| [[Bioinformatics%2FSubsequence|Bioinformatics/Subsequence]]
| [[Bioinformatics%2FSubsequence|Bioinformatics/Subsequence]]
| || || || || |||| || ||⑲||⑳
| || || || || || |||| ||⑲||⑳
|-
|-
| 17
| 17
Line 5,566: Line 5,578:
| 17
| 17
| [[Execute%20Computer%2FZero|Execute Computer/Zero]]
| [[Execute%20Computer%2FZero|Execute Computer/Zero]]
| || |||| || || || || || ||
| |||| || || || || || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 17
| 17
| [[Forbidden%20numbers|Forbidden numbers]]
| [[Forbidden%20numbers|Forbidden numbers]]
| || || || || || |||| || ||⑳
| || || || || |||| || || ||⑳
|-
|-
| 17
| 17
| [[Four%20is%20the%20number%20of%20letters%20in%20the%20...|Four is the number of letters in the ...]]
| [[Four%20is%20the%20number%20of%20letters%20in%20the%20...|Four is the number of letters in the ...]]
| ||⑫||⑬||⑭||⑮|||| ||⑱|| ||
| ||⑫||⑬||⑭||⑮|| ||||⑱|| ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 17
| 17
Line 5,582: Line 5,594:
| 17
| 17
| [[Geometric%20algebra|Geometric algebra]]
| [[Geometric%20algebra|Geometric algebra]]
| || |||| ||⑮|| || ||⑱|| ||
| |||| || ||⑮|| || ||⑱|| ||
|-
|-
| 17
| 17
Line 5,590: Line 5,602:
| 17
| 17
|data-sort-value="inconsummate numbers in base 0C10"| [[Inconsummate%20numbers%20in%20base%2010|Inconsummate numbers in base 10]]
|data-sort-value="inconsummate numbers in base 0C10"| [[Inconsummate%20numbers%20in%20base%2010|Inconsummate numbers in base 10]]
| || || || || || |||| || ||⑳
| || || || || |||| || || ||⑳
|- style="background-color: #ffc"
| 17
| [[O%27Halloran%20numbers|O'Halloran numbers]]
| || || || || || ||⑰|| || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 17
| 17
| [[Overloaded%20operators|Overloaded operators]]
| [[Overloaded%20operators|Overloaded operators]]
| |||| || ||⑮||⑯||⑰|| || ||⑳
| || |||| ||⑮||⑯||⑰|| || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 17
| 17
| [[Sorting%20algorithms%2FTree%20sort%20on%20a%20linked%20list|Sorting algorithms/Tree sort on a linked list]]
| [[Sorting%20algorithms%2FTree%20sort%20on%20a%20linked%20list|Sorting algorithms/Tree sort on a linked list]]
| || ||||⑭|| || ||||⑱||⑲||
| |||| ||⑭|| |||| ||⑱||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 17
| 17
| [[Topological%20sort%2FExtracted%20top%20item|Topological sort/Extracted top item]]
| [[Topological%20sort%2FExtracted%20top%20item|Topological sort/Extracted top item]]
| || |||| || |||| ||⑱||⑲||
| |||| || || || ||||⑱||⑲||
|-
| 17
| [[Ultra%20useful%20primes|Ultra useful primes]]
|⑪||⑫||⑬|| || ||⑯|| || || ||
|- style="background-color: #ffc"
| 16
| [[Bernstein%20basis%20polynomials|Bernstein basis polynomials]]
| || || || || ||⑯|| || || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 16
| 16
| [[Calmo%20numbers|Calmo numbers]]
| [[Calmo%20numbers|Calmo numbers]]
| || || || || || |||| || ||
| || || || || |||| || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 16
| 16
|data-sort-value="count the coins/0B0-0B1"| [[Count%20the%20coins%2F0-1|Count the coins/0-1]]
|data-sort-value="count the coins/0B0-0B1"| [[Count%20the%20coins%2F0-1|Count the coins/0-1]]
| |||| || || || |||| || ||⑳
| || |||| || |||| || || ||⑳
|-
|-
| 16
| 16
| [[Equal%20prime%20and%20composite%20sums|Equal prime and composite sums]]
| [[Equal%20prime%20and%20composite%20sums|Equal prime and composite sums]]
| |||| || ||⑮|| |||| || ||⑳
| || |||| ||⑮|||| || || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 16
| 16
Line 5,626: Line 5,642:
| 16
| 16
| [[Iterators|Iterators]]
| [[Iterators|Iterators]]
| || || || ||⑮|| |||| || ||⑳
| || || || ||⑮|||| || || ||⑳
|- style="background-color: #ffc"
| 16
| [[Jaccard%20index|Jaccard index]]
| || || ||⑭|| || || || || ||⑳
|-
|-
| 16
| 16
Line 5,634: Line 5,654:
| 16
| 16
| [[Pentomino%20tiling|Pentomino tiling]]
| [[Pentomino%20tiling|Pentomino tiling]]
| || |||| || || || ||⑱||⑲||
| |||| || || || || ||⑱||⑲||
|-
|-
| 16
| 16
| [[Pisano%20period|Pisano period]]
| [[Pisano%20period|Pisano period]]
| || ||||⑭|| |||| || || ||
| |||| ||⑭|| || |||| || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 16
| 16
| [[Polynomial%20derivative|Polynomial derivative]]
| [[Polynomial%20derivative|Polynomial derivative]]
| || || ||⑭|| || |||| || ||⑳
| || || ||⑭|| |||| || || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 16
| 16
| [[Railway%20circuit|Railway circuit]]
| [[Railway%20circuit|Railway circuit]]
| || |||| || || || ||⑱||⑲||
| |||| || || || || ||⑱||⑲||
|-
|-
| 16
| 16
| [[Repunit%20primes|Repunit primes]]
| [[Repunit%20primes|Repunit primes]]
|⑪|||| || ||⑮|| || || || ||
|⑪|| |||| ||⑮|| || || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 16
| 16
| [[Rodrigues%E2%80%99%20rotation%20formula|Rodrigues’ rotation formula]]
| [[Rodrigues%E2%80%99%20rotation%20formula|Rodrigues’ rotation formula]]
| || || || || || |||| || ||⑳
| || || || || |||| || || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 16
| 16
| [[Run%20as%20a%20daemon%20or%20service|Run as a daemon or service]]
| [[Run%20as%20a%20daemon%20or%20service|Run as a daemon or service]]
| || || || || || |||| ||⑲||
| || || || || |||| || ||⑲||
|-
| 16
| [[Set%20right-adjacent%20bits|Set right-adjacent bits]]
| ||⑫|| || || || || || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 16
| 16
Line 5,670: Line 5,686:
| 16
| 16
| [[Tropical%20algebra%20overloading|Tropical algebra overloading]]
| [[Tropical%20algebra%20overloading|Tropical algebra overloading]]
| || ||||⑭||⑮||⑯||⑰|| || ||⑳
| |||| ||⑭||⑮||⑯||⑰|| || ||⑳
|-
| 16
| [[Ultra%20useful%20primes|Ultra useful primes]]
|⑪||⑫|| || || || ||⑰|| || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 16
| 16
| [[Unit%20testing|Unit testing]]
| [[Unit%20testing|Unit testing]]
|⑪|| |||| || ||⑯||⑰|| ||⑲||⑳
|⑪|||| || || ||⑯||⑰|| ||⑲||⑳
|-
|-
| 16
| 16
| [[Untouchable%20numbers|Untouchable numbers]]
| [[Untouchable%20numbers|Untouchable numbers]]
| |||| || ||⑮|||| || || ||
| || |||| ||⑮|| |||| || ||
|-
|-
| 16
| 16
| [[Verhoeff%20algorithm|Verhoeff algorithm]]
| [[Verhoeff%20algorithm|Verhoeff algorithm]]
| || |||| ||⑮|| || || || ||⑳
| |||| || ||⑮|| || || || ||⑳
|-
| 16
| [[War%20card%20game|War card game]]
| ||⑫|| || ||⑮|| || || ||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 16
| 16
| [[XXXX%20redacted|XXXX redacted]]
| [[XXXX%20redacted|XXXX redacted]]
| || || || ||⑮|||| || || ||
| || || || ||⑮|| |||| || ||
|-
|-
| 15
| 15
Line 5,698: Line 5,714:
| 15
| 15
| [[Curve%20that%20touches%20three%20points|Curve that touches three points]]
| [[Curve%20that%20touches%20three%20points|Curve that touches three points]]
| |||| || || || || || || ||
| || |||| || || || || || ||
|-
|-
| 15
| 15
Line 5,710: Line 5,726:
| 15
| 15
|data-sort-value="find chess0D960 starting position identifier"| [[Find%20Chess960%20starting%20position%20identifier|Find Chess960 starting position identifier]]
|data-sort-value="find chess0D960 starting position identifier"| [[Find%20Chess960%20starting%20position%20identifier|Find Chess960 starting position identifier]]
|⑪|| |||| || || |||| || ||
|⑪|||| || || |||| || || ||
|-
|-
| 15
| 15
Line 5,719: Line 5,735:
| [[Gotchas|Gotchas]]
| [[Gotchas|Gotchas]]
| || || || || || || || || ||⑳
| || || || || || || || || ||⑳
|- style="background-color: #ffc"
| 15
| [[Jaccard%20index|Jaccard index]]
| || || ||⑭|| || || || || ||⑳
|-
|-
| 15
| 15
| [[Minkowski%20question-mark%20function|Minkowski question-mark function]]
| [[Minkowski%20question-mark%20function|Minkowski question-mark function]]
| |||| ||⑭|| ||⑯||⑰|| || ||
| || ||||⑭|| ||⑯||⑰|| || ||
|-
|-
| 15
| 15
| [[Multi-base%20primes|Multi-base primes]]
| [[Multi-base%20primes|Multi-base primes]]
| |||| || ||⑮|||| || || ||
| || |||| ||⑮|| |||| || ||
|-
|-
| 15
| 15
| [[Numbers%20which%20are%20not%20the%20sum%20of%20distinct%20squares|Numbers which are not the sum of distinct squares]]
| [[Numbers%20which%20are%20not%20the%20sum%20of%20distinct%20squares|Numbers which are not the sum of distinct squares]]
| |||| || || || |||| || ||⑳
| || |||| || |||| || || ||⑳
|-
|-
| 15
| 15
| [[One-time%20pad|One-time pad]]
| [[One-time%20pad|One-time pad]]
| || ||||⑭|| || || ||⑱||⑲||
| |||| ||⑭|| || || ||⑱||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 15
| 15
Line 5,746: Line 5,758:
| 15
| 15
| [[Pell%20numbers|Pell numbers]]
| [[Pell%20numbers|Pell numbers]]
| |||| ||⑭|| || |||| || ||
| || ||||⑭|| |||| || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 15
| 15
| [[Round-robin%20tournament%20schedule|Round-robin tournament schedule]]
| [[Round-robin%20tournament%20schedule|Round-robin tournament schedule]]
|⑪|| || || || || |||| || ||
|⑪|| || || || |||| || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 15
| 15
Line 5,763: Line 5,775:
| [[Audio%20frequency%20generator|Audio frequency generator]]
| [[Audio%20frequency%20generator|Audio frequency generator]]
| || || || || || || || || ||
| || || || || || || || || ||
|- style="background-color: #ffc"
| 14
| [[Bernstein%20basis%20polynomials|Bernstein basis polynomials]]
| || || || || || ||⑰|| || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 14
| 14
Line 5,774: Line 5,782:
| 14
| 14
| [[Checksumcolor|Checksumcolor]]
| [[Checksumcolor|Checksumcolor]]
| || || || || || |||| || ||
| || || || || |||| || || ||
|-
|-
| 14
| 14
| [[Colour%20pinstripe%2FPrinter|Colour pinstripe/Printer]]
| [[Colour%20pinstripe%2FPrinter|Colour pinstripe/Printer]]
| || || || || || |||| ||⑲||
| || || || || |||| || ||⑲||
|-
|-
| 14
| 14
|data-sort-value="deconvolution/0B2d+"| [[Deconvolution%2F2D%2B|Deconvolution/2D+]]
|data-sort-value="deconvolution/0B2d+"| [[Deconvolution%2F2D%2B|Deconvolution/2D+]]
| |||| || || || || || || ||
| || |||| || || || || || ||
|-
|-
| 14
| 14
| [[Display%20an%20outline%20as%20a%20nested%20table|Display an outline as a nested table]]
| [[Display%20an%20outline%20as%20a%20nested%20table|Display an outline as a nested table]]
| |||| ||⑭|| || || || || ||
| || ||||⑭|| || || || || ||
|-
|-
| 14
| 14
| [[Distance%20and%20Bearing|Distance and Bearing]]
| [[Distance%20and%20Bearing|Distance and Bearing]]
|⑪|| |||| || || || || || ||⑳
|⑪|||| || || || || || || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 14
| 14
| [[Even%20numbers%20which%20cannot%20be%20expressed%20as%20the%20sum%20of%20two%20twin%20primes|Even numbers which cannot be expressed as the sum of two twin primes]]
| [[Even%20numbers%20which%20cannot%20be%20expressed%20as%20the%20sum%20of%20two%20twin%20primes|Even numbers which cannot be expressed as the sum of two twin primes]]
| |||| || ||⑮|| || || || ||⑳
| || |||| ||⑮|| || || || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 14
| 14
| [[Extreme%20primes|Extreme primes]]
| [[Extreme%20primes|Extreme primes]]
| || || || || || |||| || ||⑳
| || || || || |||| || || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 14
| 14
| [[Gaussian%20primes|Gaussian primes]]
| [[Gaussian%20primes|Gaussian primes]]
| |||| || || || || || || ||⑳
| || |||| || || || || || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 14
| 14
| [[Generalised%20floating%20point%20addition|Generalised floating point addition]]
| [[Generalised%20floating%20point%20addition|Generalised floating point addition]]
|⑪|| |||| || |||| ||⑱||⑲||
|⑪|||| || || || ||||⑱||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 14
| 14
| [[Greed|Greed]]
| [[Greed|Greed]]
| || |||| ||⑮|||| ||⑱|| ||
| |||| || ||⑮|| ||||⑱|| ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 14
| 14
Line 5,823: Line 5,831:
| [[Launch%20rocket%20with%20countdown%20and%20acceleration%20in%20stdout|Launch rocket with countdown and acceleration in stdout]]
| [[Launch%20rocket%20with%20countdown%20and%20acceleration%20in%20stdout|Launch rocket with countdown and acceleration in stdout]]
| || || || || ||⑯||⑰|| ||⑲||
| || || || || ||⑯||⑰|| ||⑲||
|- style="background-color: #ffc"
| 14
| [[Magic%20numbers|Magic numbers]]
| || || || ||⑮|| || || || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 14
| 14
| [[Multiplicatively%20perfect%20numbers|Multiplicatively perfect numbers]]
| [[Multiplicatively%20perfect%20numbers|Multiplicatively perfect numbers]]
| || || ||⑭|| || |||| || ||
| || || ||⑭|| |||| || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 14
| 14
| [[Penta-power%20prime%20seeds|Penta-power prime seeds]]
| [[Penta-power%20prime%20seeds|Penta-power prime seeds]]
|⑪|| || || || || |||| || ||⑳
|⑪|| || || || |||| || || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 14
| 14
| [[Powerful%20numbers|Powerful numbers]]
| [[Powerful%20numbers|Powerful numbers]]
| || |||| ||⑮|| || || || ||
| |||| || ||⑮|| || || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 14
| 14
| [[SEND%20%2B%20MORE%20%3D%20MONEY|SEND + MORE = MONEY]]
| [[SEND%20%2B%20MORE%20%3D%20MONEY|SEND + MORE = MONEY]]
|⑪|| || || || || |||| || ||⑳
|⑪|| || || || |||| || || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 14
| 14
| [[Solve%20hanging%20lantern%20problem|Solve hanging lantern problem]]
| [[Solve%20hanging%20lantern%20problem|Solve hanging lantern problem]]
| || || || || || |||| || ||⑳
| || || || || |||| || || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 14
| 14
| [[Using%20a%20speech%20engine%20to%20highlight%20words|Using a speech engine to highlight words]]
| [[Using%20a%20speech%20engine%20to%20highlight%20words|Using a speech engine to highlight words]]
|⑪|||| || || ||⑯||⑰|| || ||
|⑪|| |||| || ||⑯||⑰|| || ||
|-
| 14
| [[War%20card%20game|War card game]]
| || || || || || || || ||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 13
| 13
| [[ASCII%20control%20characters|ASCII control characters]]
| [[ASCII%20control%20characters|ASCII control characters]]
| || || || || || |||| || ||⑳
| || || || || |||| || || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 13
| 13
Line 5,862: Line 5,870:
| 13
| 13
| [[Catmull%E2%80%93Clark%20subdivision%20surface|Catmull–Clark subdivision surface]]
| [[Catmull%E2%80%93Clark%20subdivision%20surface|Catmull–Clark subdivision surface]]
| |||| ||⑭|| || || || || ||
| || ||||⑭|| || || || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 13
| 13
| [[Execute%20CopyPasta%20Language|Execute CopyPasta Language]]
| [[Execute%20CopyPasta%20Language|Execute CopyPasta Language]]
| || |||| ||⑮|| || || || ||
| |||| || ||⑮|| || || || ||
|-
|-
| 13
| 13
Line 5,874: Line 5,882:
| 13
| 13
| [[Fibonacci%20matrix-exponentiation|Fibonacci matrix-exponentiation]]
| [[Fibonacci%20matrix-exponentiation|Fibonacci matrix-exponentiation]]
| || ||||⑭|| || || || || ||⑳
| |||| ||⑭|| || || || || ||⑳
|-
|-
| 13
| 13
| [[Graph%20colouring|Graph colouring]]
| [[Graph%20colouring|Graph colouring]]
| |||| ||⑭|| || || || || ||
| || ||||⑭|| || || || || ||
|-
|-
| 13
| 13
| [[Home%20primes|Home primes]]
| [[Home%20primes|Home primes]]
| |||| || || |||| || || ||
| || |||| || || |||| || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 13
| 13
| [[Iccanobif%20primes|Iccanobif primes]]
| [[Iccanobif%20primes|Iccanobif primes]]
| || || || || || |||| || ||⑳
| || || || || |||| || || ||⑳
|- style="background-color: #ffc"
| 13
| [[Magic%20numbers|Magic numbers]]
| || || || ||⑮|| || || || ||⑳
|-
|-
| 13
| 13
| [[Mayan%20calendar|Mayan calendar]]
| [[Mayan%20calendar|Mayan calendar]]
| |||| || || || || || || ||
| || |||| || || || || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 13
| 13
Line 5,906: Line 5,910:
| 13
| 13
| [[Quad-power%20prime%20seeds|Quad-power prime seeds]]
| [[Quad-power%20prime%20seeds|Quad-power prime seeds]]
|⑪|| || || || || |||| || ||
|⑪|| || || || |||| || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 13
| 13
Line 5,915: Line 5,919:
| [[Search%20in%20paragraph%27s%20text|Search in paragraph's text]]
| [[Search%20in%20paragraph%27s%20text|Search in paragraph's text]]
| || || || || || || || || ||⑳
| || || || || || || || || ||⑳
|-
| 13
| [[Sieve%20of%20Pritchard|Sieve of Pritchard]]
| ||⑫|| || ||⑮|| || || || ||
|-
|-
| 13
| 13
| [[Singular%20value%20decomposition|Singular value decomposition]]
| [[Singular%20value%20decomposition|Singular value decomposition]]
| || |||| ||⑮|| || || || ||
| |||| || ||⑮|| || || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 13
| 13
Line 5,930: Line 5,938:
| 13
| 13
| [[Triangular%20numbers|Triangular numbers]]
| [[Triangular%20numbers|Triangular numbers]]
| || || || || || |||| || ||⑳
| || || || || |||| || || ||⑳
|- style="background-color: #ffc"
| 13
| [[Upside-down%20numbers|Upside-down numbers]]
| || || || || || || || || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 13
| 13
| [[Wolstenholme%20numbers|Wolstenholme numbers]]
| [[Wolstenholme%20numbers|Wolstenholme numbers]]
| || || || || || |||| || ||
| || || || || |||| || || ||
|-
|-
| 13
| 13
| [[Wordiff|Wordiff]]
| [[Wordiff|Wordiff]]
| || || || || |||| || || ||
| || || || || || |||| || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 12
| 12
|data-sort-value="0C16 puzzle game"| [[16%20puzzle%20game|16 puzzle game]]
|data-sort-value="0C16 puzzle game"| [[16%20puzzle%20game|16 puzzle game]]
| || || || || |||| || || ||
| || || || || || |||| || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 12
| 12
| [[ADFGVX%20cipher|ADFGVX cipher]]
| [[ADFGVX%20cipher|ADFGVX cipher]]
| || || || || |||| || || ||
| || || || || || |||| || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 12
| 12
Line 5,958: Line 5,970:
| 12
| 12
| [[Distinct%20palindromes%20within%20decimal%20numbers|Distinct palindromes within decimal numbers]]
| [[Distinct%20palindromes%20within%20decimal%20numbers|Distinct palindromes within decimal numbers]]
| |||| || || |||| || || ||⑳
| || |||| || || |||| || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 12
| 12
| [[External%20sort|External sort]]
| [[External%20sort|External sort]]
| || || || ||⑮|||| || || ||
| || || || ||⑮|| |||| || ||
|-
|-
| 12
| 12
| [[French%20Republican%20calendar|French Republican calendar]]
| [[French%20Republican%20calendar|French Republican calendar]]
| || || || || || ||||⑱|| ||
| || || || || |||| ||⑱|| ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 12
| 12
| [[Morpion%20solitaire|Morpion solitaire]]
| [[Morpion%20solitaire|Morpion solitaire]]
| || |||| || |||| || ||⑲||
| |||| || || || |||| ||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 12
| 12
| [[Pairs%20with%20common%20factors|Pairs with common factors]]
| [[Pairs%20with%20common%20factors|Pairs with common factors]]
|⑪|| || || || || |||| || ||⑳
|⑪|| || || || |||| || || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 12
| 12
| [[Pan%20base%20non-primes|Pan base non-primes]]
| [[Pan%20base%20non-primes|Pan base non-primes]]
|⑪|| |||| ||⑮|| || || || ||
|⑪|||| || ||⑮|| || || || ||
|-
|-
| 12
| 12
Line 5,986: Line 5,998:
| 12
| 12
|data-sort-value="primes: n*0B2^m+0B1"| [[Primes%3A%20n%2A2%5Em%2B1|Primes: n*2^m+1]]
|data-sort-value="primes: n*0B2^m+0B1"| [[Primes%3A%20n%2A2%5Em%2B1|Primes: n*2^m+1]]
| || || || || || |||| || ||⑳
| || || || || |||| || || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 12
| 12
Line 5,998: Line 6,010:
| 12
| 12
| [[Rosetta%20Code%2FRank%20languages%20by%20number%20of%20users|Rosetta Code/Rank languages by number of users]]
| [[Rosetta%20Code%2FRank%20languages%20by%20number%20of%20users|Rosetta Code/Rank languages by number of users]]
| || || || || |||| || ||⑲||
| || || || || || |||| ||⑲||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 12
| 12
| [[Rosetta%20Code%2FTasks%20without%20examples|Rosetta Code/Tasks without examples]]
| [[Rosetta%20Code%2FTasks%20without%20examples|Rosetta Code/Tasks without examples]]
| || |||| || || || ||⑱|| ||
| |||| || || || || ||⑱|| ||
|-
| 12
| [[Sieve%20of%20Pritchard|Sieve of Pritchard]]
| || || || ||⑮|| || || || ||
|-
|-
| 12
| 12
| [[Simple%20turtle%20graphics|Simple turtle graphics]]
| [[Simple%20turtle%20graphics|Simple turtle graphics]]
| || || || || || |||| || ||
| || || || || |||| || || ||
|-
|-
| 12
| 12
Line 6,026: Line 6,034:
| 12
| 12
| [[Suffixation%20of%20decimal%20numbers|Suffixation of decimal numbers]]
| [[Suffixation%20of%20decimal%20numbers|Suffixation of decimal numbers]]
| || || || || |||| || || ||
| || || || || || |||| || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 12
| 12
Line 6,035: Line 6,043:
| [[Tree%20datastructures|Tree datastructures]]
| [[Tree%20datastructures|Tree datastructures]]
| || || ||⑭||⑮|| || || || ||
| || || ||⑭||⑮|| || || || ||
|- style="background-color: #ffc"
| 12
| [[Upside-down%20numbers|Upside-down numbers]]
| || || || || || || || || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 11
| 11
Line 6,058: Line 6,062:
| 11
| 11
| [[Discrete%20Fourier%20transform|Discrete Fourier transform]]
| [[Discrete%20Fourier%20transform|Discrete Fourier transform]]
| |||| || || || || || || ||⑳
| || |||| || || || || || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 11
| 11
| [[IPC%20via%20named%20pipe|IPC via named pipe]]
| [[IPC%20via%20named%20pipe|IPC via named pipe]]
|⑪||O|| || || || || || ||⑲||
|⑪|| ||O|| || || || || ||⑲||
|- style="background-color: #ffc"
| 11
| [[Knuth-Morris-Pratt%20string%20search|Knuth-Morris-Pratt string search]]
| || || || || || || || || ||⑳
|-
|-
| 11
| 11
| [[Numerical%20and%20alphabetical%20suffixes|Numerical and alphabetical suffixes]]
| [[Numerical%20and%20alphabetical%20suffixes|Numerical and alphabetical suffixes]]
| || || || || |||| || || ||
| || || || || || |||| || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 11
| 11
| [[OpenGL%2FUtah%20teapot|OpenGL/Utah teapot]]
| [[OpenGL%2FUtah%20teapot|OpenGL/Utah teapot]]
| || || || || || ||||⑱|| ||
| || || || || |||| ||⑱|| ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 11
| 11
Line 6,078: Line 6,086:
| 11
| 11
| [[Solve%20equations%20with%20substitution%20method|Solve equations with substitution method]]
| [[Solve%20equations%20with%20substitution%20method|Solve equations with substitution method]]
| || || || || || |||| || ||
| || || || || |||| || || ||
|-
|-
| 11
| 11
Line 6,094: Line 6,102:
| 11
| 11
| [[URL%20shortener|URL shortener]]
| [[URL%20shortener|URL shortener]]
| || || || || || || || || ||
|- style="background-color: #ffc"
| 10
| [[Bifid%20cipher|Bifid cipher]]
| || || || || || || || || ||
| || || || || || || || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 6,102: Line 6,114:
| 10
| 10
| [[Elliptic%20Curve%20Digital%20Signature%20Algorithm|Elliptic Curve Digital Signature Algorithm]]
| [[Elliptic%20Curve%20Digital%20Signature%20Algorithm|Elliptic Curve Digital Signature Algorithm]]
| || || || || || |||| || ||
| || || || || |||| || || ||
|- style="background-color: #ffc"
| 10
| [[Fermat%20pseudoprimes|Fermat pseudoprimes]]
| || || || ||⑮|| || || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 10
| 10
Line 6,110: Line 6,126:
| 10
| 10
| [[Inventory%20sequence|Inventory sequence]]
| [[Inventory%20sequence|Inventory sequence]]
| || || || || || |||| || ||⑳
| || || || || |||| || || ||⑳
|- style="background-color: #ffc"
| 10
| [[Knuth-Morris-Pratt%20string%20search|Knuth-Morris-Pratt string search]]
| || || || || || || || || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 10
| 10
Line 6,131: Line 6,143:
| [[Prime%20reciprocal%20sum|Prime reciprocal sum]]
| [[Prime%20reciprocal%20sum|Prime reciprocal sum]]
| || || || || || || || || ||
| || || || || || || || || ||
|- style="background-color: #ffc"
| 10
| [[Radical%20of%20an%20integer|Radical of an integer]]
| || || || || ||⑯|| || || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 10
| 10
Line 6,138: Line 6,154:
| 10
| 10
| [[Robots|Robots]]
| [[Robots|Robots]]
| || |||| ||⑮|| || ||⑱|| ||
| |||| || ||⑮|| || ||⑱|| ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 10
| 10
Line 6,150: Line 6,166:
| 10
| 10
| [[Zsigmondy%20numbers|Zsigmondy numbers]]
| [[Zsigmondy%20numbers|Zsigmondy numbers]]
| |||| || ||⑮|| || || || ||⑳
| || |||| ||⑮|| || || || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 9
| 9
| [[B-spline|B-spline]]
| [[B-spline|B-spline]]
| |||| || || || || || || ||
| || |||| || || || || || ||
|-
|-
| 9
| 9
| [[Babylonian%20spiral|Babylonian spiral]]
| [[Babylonian%20spiral|Babylonian spiral]]
| || || || || || || || || ||⑳
| || || || || || || || || ||⑳
|- style="background-color: #ffc"
| 9
| [[Bifid%20cipher|Bifid cipher]]
| || || || || || || || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 9
| 9
Line 6,173: Line 6,185:
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 9
| 9
| [[Factor-perfect%20numbers|Factor-perfect numbers]]
| [[Fermat%20pseudoprimes|Fermat pseudoprimes]]
| || || || |||| || || || ||
| || || || || || || || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 9
| 9
Line 6,199: Line 6,211:
| [[Peripheral%20drift%20illusion|Peripheral drift illusion]]
| [[Peripheral%20drift%20illusion|Peripheral drift illusion]]
| || || || || || || || || ||
| || || || || || || || || ||
|- style="background-color: #ffc"
| 9
| [[Radical%20of%20an%20integer|Radical of an integer]]
| || || || || || || || || ||⑳
|-
|-
| 9
| 9
| [[Ramanujan%20primes%2Ftwins|Ramanujan primes/twins]]
| [[Ramanujan%20primes%2Ftwins|Ramanujan primes/twins]]
| |||| || || || || || || ||
| || |||| || || || || || ||
|-
|-
| 9
| 9
Line 6,218: Line 6,226:
| 9
| 9
| [[Smallest%20enclosing%20circle%20problem|Smallest enclosing circle problem]]
| [[Smallest%20enclosing%20circle%20problem|Smallest enclosing circle problem]]
| |||| || || || || || || ||
| || |||| || || || || || ||
|-
|-
| 9
| 9
|data-sort-value="smallest number k such that k+0B2^m is composite for all m less than k"| [[Smallest%20number%20k%20such%20that%20k%2B2%5Em%20is%20composite%20for%20all%20m%20less%20than%20k|Smallest number k such that k+2^m is composite for all m less than k]]
|data-sort-value="smallest number k such that k+0B2^m is composite for all m less than k"| [[Smallest%20number%20k%20such%20that%20k%2B2%5Em%20is%20composite%20for%20all%20m%20less%20than%20k|Smallest number k such that k+2^m is composite for all m less than k]]
|⑪|||| || || || || || || ||
|⑪|| |||| || || || || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 9
| 9
Line 6,238: Line 6,246:
| 9
| 9
| [[Wasteful%2C%20equidigital%20and%20frugal%20numbers|Wasteful, equidigital and frugal numbers]]
| [[Wasteful%2C%20equidigital%20and%20frugal%20numbers|Wasteful, equidigital and frugal numbers]]
|⑪|||| || || || || || || ||
|⑪|| |||| || || || || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 9
| 9
| [[Worthwhile%20task%20shaving|Worthwhile task shaving]]
| [[Worthwhile%20task%20shaving|Worthwhile task shaving]]
| || || || || || |||| || ||
| || || || || |||| || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 8
| 8
Line 6,259: Line 6,267:
| [[Engel%20expansion|Engel expansion]]
| [[Engel%20expansion|Engel expansion]]
| || || || || || || || || ||
| || || || || || || || || ||
|- style="background-color: #ffc"
| 8
| [[Factor-perfect%20numbers|Factor-perfect numbers]]
| || || || || || || || || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 8
| 8
Line 6,275: Line 6,279:
| [[Inner%20classes|Inner classes]]
| [[Inner%20classes|Inner classes]]
| || || || ||⑮|| || || || ||
| || || || ||⑮|| || || || ||
|- style="background-color: #ffc"
| 8
| [[Least%20m%20such%20that%20n%21%20%2B%20m%20is%20prime|Least m such that n! + m is prime]]
| || || || || || || || || ||
|-
|-
| 8
| 8
| [[P-Adic%20numbers%2C%20basic|P-Adic numbers, basic]]
| [[P-Adic%20numbers%2C%20basic|P-Adic numbers, basic]]
| || || ||⑭|| || |||| || ||
| || || ||⑭|| |||| || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 8
| 8
Line 6,314: Line 6,322:
| 8
| 8
| [[WiktionaryDumps%20to%20words|WiktionaryDumps to words]]
| [[WiktionaryDumps%20to%20words|WiktionaryDumps to words]]
| || |||| || || || || || ||
| |||| || || || || || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 7
| 7
Line 6,326: Line 6,334:
| 7
| 7
| [[Boids|Boids]]
| [[Boids|Boids]]
| || |||| || || || || || ||
| |||| || || || || || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 7
| 7
Line 6,342: Line 6,350:
| 7
| 7
| [[Dominoes|Dominoes]]
| [[Dominoes|Dominoes]]
| |||| || || || || || || ||
| || |||| || || || || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 7
| 7
Line 6,350: Line 6,358:
| 7
| 7
| [[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]]
| [[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]]
| || || || || || || || || ||
|- style="background-color: #ffc"
| 7
| [[Least%20m%20such%20that%20n%21%20%2B%20m%20is%20prime|Least m such that n! + m is prime]]
| || || || || || || || || ||
| || || || || || || || || ||
|-
|-
Line 6,366: Line 6,370:
| 7
| 7
| [[Remote%20agent%2FAgent%20interface|Remote agent/Agent interface]]
| [[Remote%20agent%2FAgent%20interface|Remote agent/Agent interface]]
| || || || || || || || || ||
|- style="background-color: #ffc"
| 7
| [[Simulated%20optics%20experiment%2FData%20analysis|Simulated optics experiment/Data analysis]]
| || || || || || || || || ||
|- style="background-color: #ffc"
| 7
| [[Simulated%20optics%20experiment%2FSimulator|Simulated optics experiment/Simulator]]
| || || || || || || || || ||
| || || || || || || || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 6,399: Line 6,411:
| [[Divide%20a%20rectangle%20into%20a%20number%20of%20unequal%20triangles|Divide a rectangle into a number of unequal triangles]]
| [[Divide%20a%20rectangle%20into%20a%20number%20of%20unequal%20triangles|Divide a rectangle into a number of unequal triangles]]
| || || || || || || || || ||
| || || || || || || || || ||
|- style="background-color: #ffc"
| 6
| [[Jordan-P%C3%B3lya%20numbers|Jordan-Pólya numbers]]
| || || || || || || || || ||⑳
|-
|-
| 6
| 6
Line 6,406: Line 6,422:
| 6
| 6
| [[P-Adic%20square%20roots|P-Adic square roots]]
| [[P-Adic%20square%20roots|P-Adic square roots]]
| || || ||⑭|| || |||| || ||
| || || ||⑭|| |||| || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 6
| 6
| [[Red%20black%20tree%20sort|Red black tree sort]]
| [[Red%20black%20tree%20sort|Red black tree sort]]
| || || || || || |||| || ||
| || || || || |||| || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 6
| 6
Line 6,422: Line 6,438:
| 6
| 6
| [[Use%20a%20REST%20API|Use a REST API]]
| [[Use%20a%20REST%20API|Use a REST API]]
| || |||| || || || || || ||
| |||| || || || || || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 6
| 6
Line 6,431: Line 6,447:
| [[CLI-based%20maze-game|CLI-based maze-game]]
| [[CLI-based%20maze-game|CLI-based maze-game]]
| || || || || || || || || ||
| || || || || || || || || ||
|- style="background-color: #ffc"
| 5
| [[Diophantine%20linear%20system%20solving|Diophantine linear system solving]]
| || || || || ||⑯|| || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 5
| 5
Line 6,459: Line 6,479:
| [[Ukkonen%E2%80%99s%20suffix%20tree%20construction|Ukkonen’s suffix tree construction]]
| [[Ukkonen%E2%80%99s%20suffix%20tree%20construction|Ukkonen’s suffix tree construction]]
| || || || || || || || || ||
| || || || || || || || || ||
|- style="background-color: #ffc"
| 5
| [[Undulating%20numbers|Undulating numbers]]
| || || || || || || || || ||⑳
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 5
| 5
Line 6,494: Line 6,518:
| 4
| 4
| [[Cross%20compilation|Cross compilation]]
| [[Cross%20compilation|Cross compilation]]
| || || || || || |||| || ||
| || || || || |||| || || ||
|- style="background-color: #ffc"
| 4
| [[Diophantine%20linear%20system%20solving|Diophantine linear system solving]]
| || || || || || ||⑰|| || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 4
| 4
| [[IRC%20gateway|IRC gateway]]
| [[IRC%20gateway|IRC gateway]]
| ||O|| || || || || || || ||
| || ||O|| || || || || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 4
| 4
Line 6,511: Line 6,531:
| [[Sanitize%20user%20input|Sanitize user input]]
| [[Sanitize%20user%20input|Sanitize user input]]
| || || || || || || || || ||⑳
| || || || || || || || || ||⑳
|-
| 4
| [[Steffensen%27s%20method|Steffensen's method]]
| || || || || || || || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 4
| 4
Line 6,527: Line 6,551:
| [[Elevator%20simulation|Elevator simulation]]
| [[Elevator%20simulation|Elevator simulation]]
| || || || || || || || || ||
| || || || || || || || || ||
|- style="background-color: #ffc"
| 3
| [[Sealed%20classes%20and%20methods|Sealed classes and methods]]
| || || || || ||⑯|| || || ||
|}
|}
</div>
</div>