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

Content added Content deleted
(Update full list output)
(Update full list output)
Line 19: Line 19:


<pre>First ten programming languages by number of task examples completed:
<pre>First ten programming languages by number of task examples completed:
① Wren ② Phix ③ Julia ④ Go Raku
① Wren ② Phix ③ Julia ④ Raku Go
⑥ Perl ⑦ Nim ⑧ Python ⑨ C ⑩ J
⑥ Perl ⑦ Nim ⑧ Python ⑨ C ⑩ J
</pre>
</pre>
Line 25: Line 25:
<div style="height:40em;overflow:scroll;">
<div style="height:40em;overflow:scroll;">
{|class="wikitable sortable"
{|class="wikitable sortable"
|+ As of 2022-07-03T20:30:24Z :: Tasks: 1186 ::<span style="background-color:#ffd"> Draft Tasks:359 </span>:: Total Tasks: 1545 :: Total Examples: 87040
|+ As of 2022-07-10T20:06:16Z :: Tasks: 1186 ::<span style="background-color:#ffd"> Draft Tasks:364 </span>:: Total Tasks: 1550 :: Total Examples: 87201
!Count!!Task!!①!!②!!③!!④!!⑤!!⑥!!⑦!!⑧!!⑨!!⑩
!Count!!Task!!①!!②!!③!!④!!⑤!!⑥!!⑦!!⑧!!⑨!!⑩
|-
|-
| 531
| 532
| [[Hello%20world%2FText|Hello world/Text]]
| [[Hello%20world%2FText|Hello world/Text]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
Line 52: Line 52:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 290
| 291
| [[Comments|Comments]]
| [[Comments|Comments]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 279
| 280
| [[A%2BB|A+B]]
| [[A%2BB|A+B]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
Line 68: Line 68:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 241
| 242
| [[Loops%2FInfinite|Loops/Infinite]]
| [[Loops%2FInfinite|Loops/Infinite]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
Line 88: Line 88:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 227
| 229
| [[Loops%2FFor|Loops/For]]
| [[Loops%2FFor|Loops/For]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
Line 96: Line 96:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 215
| 216
| [[Greatest%20common%20divisor|Greatest common divisor]]
| [[Greatest%20common%20divisor|Greatest common divisor]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
Line 104: Line 104:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 206
| 207
| [[Arithmetic%2FInteger|Arithmetic/Integer]]
| [[Arithmetic%2FInteger|Arithmetic/Integer]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
Line 112: Line 112:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 203
| 204
| [[Even%20or%20odd|Even or odd]]
| [[Even%20or%20odd|Even or odd]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
Line 144: Line 144:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 182
| 183
| [[Array%20length|Array length]]
| [[Array%20length|Array length]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
Line 164: Line 164:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 177
| 178
| [[String%20concatenation|String concatenation]]
| [[String%20concatenation|String concatenation]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
Line 177: Line 177:
|-
|-
| 175
| 175
| [[Generic%20swap|Generic swap]]
| [[Sum%20and%20product%20of%20an%20array|Sum and product of an array]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 174
| 175
| [[Sum%20and%20product%20of%20an%20array|Sum and product of an array]]
| [[Generic%20swap|Generic swap]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 210: Line 210:
| 171
| 171
|data-sort-value="rot-0C13"| [[Rot-13|Rot-13]]
|data-sort-value="rot-0C13"| [[Rot-13|Rot-13]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 170
| [[Empty%20string|Empty string]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 170
| 170
| [[Loops%2FN%20plus%20one%20half|Loops/N plus one half]]
| [[Loops%2FN%20plus%20one%20half|Loops/N plus one half]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 170
| [[String%20case|String case]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 222: Line 230:
| 169
| 169
| [[Loops%2FForeach|Loops/Foreach]]
| [[Loops%2FForeach|Loops/Foreach]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 169
| [[String%20case|String case]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 168
| 168
| [[Sum%20of%20a%20series|Sum of a series]]
| [[Empty%20string|Empty string]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 168
| 167
| [[Loops%2FBreak|Loops/Break]]
| [[Sum%20of%20a%20series|Sum of a series]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 166
| 166
| [[Dot%20product|Dot product]]
| [[Dot%20product|Dot product]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 166
| [[Loops%2FBreak|Loops/Break]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 320: Line 320:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 148
| 149
| [[Stack|Stack]]
| [[Guess%20the%20number|Guess the number]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 148
| 148
| [[Guess%20the%20number|Guess the number]]
| [[Stack|Stack]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 333: Line 333:
|-
|-
| 147
| 147
| [[Generate%20lower%20case%20ASCII%20alphabet|Generate lower case ASCII alphabet]]
| [[Primality%20by%20trial%20division|Primality by trial division]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 146
| 147
| [[Primality%20by%20trial%20division|Primality by trial division]]
| [[Generate%20lower%20case%20ASCII%20alphabet|Generate lower case ASCII alphabet]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 404: Line 404:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 136
| 137
| [[ABC%20problem|ABC problem]]
| [[ABC%20problem|ABC problem]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 136
| [[Variables|Variables]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 417: Line 421:
|-
|-
| 135
| 135
| [[Literals%2FString|Literals/String]]
| [[Variables|Variables]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 134
| 134
| [[Ethiopian%20multiplication|Ethiopian multiplication]]
| [[Ethiopian%20multiplication|Ethiopian multiplication]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 134
| [[Literals%2FString|Literals/String]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 453: Line 453:
|-
|-
| 131
| 131
| [[Literals%2FInteger|Literals/Integer]]
| [[Roman%20numerals%2FDecode|Roman numerals/Decode]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 130
| 131
| [[Roman%20numerals%2FDecode|Roman numerals/Decode]]
| [[Literals%2FInteger|Literals/Integer]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 498: Line 498:
| 126
| 126
| [[Multiplication%20tables|Multiplication tables]]
| [[Multiplication%20tables|Multiplication tables]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 126
| [[Sorting%20algorithms%2FInsertion%20sort|Sorting algorithms/Insertion sort]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 526: Line 530:
| 125
| 125
| [[Real%20constants%20and%20functions|Real constants and functions]]
| [[Real%20constants%20and%20functions|Real constants and functions]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 125
| [[Sorting%20algorithms%2FInsertion%20sort|Sorting algorithms/Insertion sort]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 546: Line 546:
| 123
| 123
| [[Matrix%20multiplication|Matrix multiplication]]
| [[Matrix%20multiplication|Matrix multiplication]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 123
| [[Return%20multiple%20values|Return multiple values]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 123
| [[String%20matching|String matching]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 562: Line 570:
| 122
| 122
| [[Pangram%20checker|Pangram checker]]
| [[Pangram%20checker|Pangram checker]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 122
| [[Return%20multiple%20values|Return multiple values]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 586: Line 590:
| 121
| 121
| [[Search%20a%20list|Search a list]]
| [[Search%20a%20list|Search a list]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 121
| [[String%20matching|String matching]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 690: Line 690:
| 113
| 113
| [[Temperature%20conversion|Temperature conversion]]
| [[Temperature%20conversion|Temperature conversion]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 113
| [[Variadic%20function|Variadic function]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 709: Line 713:
|-
|-
| 112
| 112
| [[Substring%2FTop%20and%20tail|Substring/Top and tail]]
| [[Variadic%20function|Variadic function]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 717: Line 721:
|-
|-
| 111
| 111
| [[Arithmetic-geometric%20mean|Arithmetic-geometric mean]]
| [[Harshad%20or%20Niven%20series|Harshad or Niven series]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 111
| 111
| [[Harshad%20or%20Niven%20series|Harshad or Niven series]]
| [[Hostname|Hostname]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 111
| 111
| [[Hostname|Hostname]]
| [[Substring%2FTop%20and%20tail|Substring/Top and tail]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 110
| [[Arithmetic-geometric%20mean|Arithmetic-geometric mean]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 742: Line 742:
| 109
| 109
| [[Bulls%20and%20cows|Bulls and cows]]
| [[Bulls%20and%20cows|Bulls and cows]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 109
| [[Program%20name|Program name]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 762: Line 766:
| 108
| 108
| [[Nth%20root|Nth root]]
| [[Nth%20root|Nth root]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 108
| [[Program%20name|Program name]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 806: Line 806:
| 106
| 106
| [[Sierpinski%20carpet|Sierpinski carpet]]
| [[Sierpinski%20carpet|Sierpinski carpet]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 105
| [[Digital%20root|Digital root]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 830: Line 834:
| 104
| 104
|data-sort-value="0C24 game"| [[24%20game|24 game]]
|data-sort-value="0C24 game"| [[24%20game|24 game]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 104
| [[Digital%20root|Digital root]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 901: Line 901:
|-
|-
| 99
| 99
| [[Create%20an%20HTML%20table|Create an HTML table]]
| [[Interactive%20programming%20%28repl%29|Interactive programming (repl)]]
|①||②||③||④||⑤||⑥||⑦||⑧||O||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||||⑩
|-
|-
| 99
| 99
Line 911: Line 911:
| [[Calculating%20the%20value%20of%20e|Calculating the value of e]]
| [[Calculating%20the%20value%20of%20e|Calculating the value of e]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 98
| [[Interactive%20programming%20%28repl%29|Interactive programming (repl)]]
|①||②||③||④||⑤||⑥||⑦||⑧||O||⑩
|-
|-
| 98
| 98
Line 926: Line 930:
| 97
| 97
| [[One-dimensional%20cellular%20automata|One-dimensional cellular automata]]
| [[One-dimensional%20cellular%20automata|One-dimensional cellular automata]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 97
| [[Sort%20using%20a%20custom%20comparator|Sort using a custom comparator]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 934: Line 942:
| 96
| 96
| [[Averages%2FMode|Averages/Mode]]
| [[Averages%2FMode|Averages/Mode]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 96
| [[Create%20an%20HTML%20table|Create an HTML table]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 950: Line 954:
| 96
| 96
| [[Hofstadter%20Q%20sequence|Hofstadter Q sequence]]
| [[Hofstadter%20Q%20sequence|Hofstadter Q sequence]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 96
| [[Sort%20using%20a%20custom%20comparator|Sort using a custom comparator]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,034: Line 1,034:
| 92
| 92
| [[Cumulative%20standard%20deviation|Cumulative standard deviation]]
| [[Cumulative%20standard%20deviation|Cumulative standard deviation]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 92
| [[JSON|JSON]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,046: Line 1,050:
| 92
| 92
| [[Sorting%20algorithms%2FBogosort|Sorting algorithms/Bogosort]]
| [[Sorting%20algorithms%2FBogosort|Sorting algorithms/Bogosort]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 91
| [[JSON|JSON]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,106: Line 1,106:
| 88
| 88
| [[Set|Set]]
| [[Set|Set]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 88
| [[Sort%20an%20array%20of%20composite%20structures|Sort an array of composite structures]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,138: Line 1,142:
| 87
| 87
| [[Queue%2FUsage|Queue/Usage]]
| [[Queue%2FUsage|Queue/Usage]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 87
| [[Sort%20an%20array%20of%20composite%20structures|Sort an array of composite structures]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,194: Line 1,194:
| 85
| 85
| [[SEDOLs|SEDOLs]]
| [[SEDOLs|SEDOLs]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 85
| [[Sorting%20algorithms%2FShell%20sort|Sorting algorithms/Shell sort]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,202: Line 1,206:
| 84
| 84
| [[Closures%2FValue%20capture|Closures/Value capture]]
| [[Closures%2FValue%20capture|Closures/Value capture]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 84
| [[Count%20the%20coins|Count the coins]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,218: Line 1,226:
| 84
| 84
| [[Proper%20divisors|Proper divisors]]
| [[Proper%20divisors|Proper divisors]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 84
| [[Sorting%20algorithms%2FShell%20sort|Sorting algorithms/Shell sort]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 83
| 83
|data-sort-value="crc-0C32"| [[CRC-32|CRC-32]]
|data-sort-value="crc-0C32"| [[CRC-32|CRC-32]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 83
| [[Count%20the%20coins|Count the coins]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,302: Line 1,302:
| 81
| 81
| [[Extend%20your%20language|Extend your language]]
| [[Extend%20your%20language|Extend your language]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 81
| [[Show%20the%20epoch|Show the epoch]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 81
| 81
| [[Sockets|Sockets]]
| [[Sockets|Sockets]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 81
| [[Sorting%20algorithms%2FCounting%20sort|Sorting algorithms/Counting sort]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,314: Line 1,322:
| 81
| 81
| [[Web%20scraping|Web scraping]]
| [[Web%20scraping|Web scraping]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 80
| [[Animation|Animation]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,350: Line 1,362:
| 80
| 80
| [[Roots%20of%20unity|Roots of unity]]
| [[Roots%20of%20unity|Roots of unity]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 80
| [[Show%20the%20epoch|Show the epoch]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 80
| 80
| [[Sorting%20algorithms%2FComb%20sort|Sorting algorithms/Comb sort]]
| [[Sorting%20algorithms%2FComb%20sort|Sorting algorithms/Comb sort]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 80
| [[Sorting%20algorithms%2FCounting%20sort|Sorting algorithms/Counting sort]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,406: Line 1,410:
| 78
| 78
|data-sort-value="0C15 puzzle game"| [[15%20puzzle%20game|15 puzzle game]]
|data-sort-value="0C15 puzzle game"| [[15%20puzzle%20game|15 puzzle game]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 78
| [[Animation|Animation]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,442: Line 1,442:
| 78
| 78
| [[Parsing%2FRPN%20calculator%20algorithm|Parsing/RPN calculator algorithm]]
| [[Parsing%2FRPN%20calculator%20algorithm|Parsing/RPN calculator algorithm]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 78
| [[Priority%20queue|Priority queue]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 78
| 78
|data-sort-value="sha-0B1"| [[SHA-1|SHA-1]]
|data-sort-value="sha-0B1"| [[SHA-1|SHA-1]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 78
| [[Sort%20disjoint%20sublist|Sort disjoint sublist]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,481: Line 1,489:
|-
|-
| 77
| 77
| [[Old%20lady%20swallowed%20a%20fly|Old lady swallowed a fly]]
| [[Priority%20queue|Priority queue]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,497: Line 1,505:
|-
|-
| 77
| 77
| [[Special%20characters|Special characters]]
| [[Sort%20disjoint%20sublist|Sort disjoint sublist]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,518: Line 1,526:
| 76
| 76
| [[Non-decimal%20radices%2FOutput|Non-decimal radices/Output]]
| [[Non-decimal%20radices%2FOutput|Non-decimal radices/Output]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 76
| [[Old%20lady%20swallowed%20a%20fly|Old lady swallowed a fly]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,530: Line 1,534:
| 76
| 76
| [[Read%20a%20configuration%20file|Read a configuration file]]
| [[Read%20a%20configuration%20file|Read a configuration file]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 76
| [[Special%20characters|Special characters]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,558: Line 1,558:
| 75
| 75
| [[Multiple%20distinct%20objects|Multiple distinct objects]]
| [[Multiple%20distinct%20objects|Multiple distinct objects]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 74
| [[Additive%20primes|Additive primes]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,594: Line 1,598:
| 74
| 74
| [[Unix%2Fls|Unix/ls]]
| [[Unix%2Fls|Unix/ls]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 74
| [[Write%20float%20arrays%20to%20a%20text%20file|Write float arrays to a text file]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 73
| 73
| [[Bitmap%2FBresenham%27s%20line%20algorithm|Bitmap/Bresenham's line algorithm]]
| [[Additive%20primes|Additive primes]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 73
| [[Damm%20algorithm|Damm algorithm]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,628: Line 1,640:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 73
| 72
| [[Arithmetic%2FRational|Arithmetic/Rational]]
| [[Write%20float%20arrays%20to%20a%20text%20file|Write float arrays to a text file]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,638: Line 1,650:
| 72
| 72
| [[Barnsley%20fern|Barnsley fern]]
| [[Barnsley%20fern|Barnsley fern]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 72
| [[Bitmap%2FBresenham%27s%20line%20algorithm|Bitmap/Bresenham's line algorithm]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 72
| [[Damm%20algorithm|Damm algorithm]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,685: Line 1,689:
|-
|-
| 71
| 71
| [[Catalan%20numbers%2FPascal%27s%20triangle|Catalan numbers/Pascal's triangle]]
| [[Arithmetic%2FRational|Arithmetic/Rational]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 71
| 71
| [[Chinese%20remainder%20theorem|Chinese remainder theorem]]
| [[Catalan%20numbers%2FPascal%27s%20triangle|Catalan numbers/Pascal's triangle]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 71
| 71
| [[Fast%20Fourier%20transform|Fast Fourier transform]]
| [[Chinese%20remainder%20theorem|Chinese remainder theorem]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,734: Line 1,738:
| 70
| 70
| [[Constrained%20random%20points%20on%20a%20circle|Constrained random points on a circle]]
| [[Constrained%20random%20points%20on%20a%20circle|Constrained random points on a circle]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 70
| [[Fast%20Fourier%20transform|Fast Fourier transform]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,766: Line 1,766:
| 70
| 70
| [[Yin%20and%20yang|Yin and yang]]
| [[Yin%20and%20yang|Yin and yang]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 69
| [[Abundant%20odd%20numbers|Abundant odd numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,774: Line 1,778:
| 69
| 69
| [[Exponentiation%20order|Exponentiation order]]
| [[Exponentiation%20order|Exponentiation order]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 69
| [[Host%20introspection|Host introspection]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,802: Line 1,810:
| 69
| 69
| [[Word%20frequency|Word frequency]]
| [[Word%20frequency|Word frequency]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 68
| [[Abundant%20odd%20numbers|Abundant odd numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,818: Line 1,822:
| 68
| 68
| [[Continued%20fraction|Continued fraction]]
| [[Continued%20fraction|Continued fraction]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 68
| [[Host%20introspection|Host introspection]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,834: Line 1,834:
| 68
| 68
| [[Sort%20stability|Sort stability]]
| [[Sort%20stability|Sort stability]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 67
| [[Animate%20a%20pendulum|Animate a pendulum]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,846: Line 1,850:
| 67
| 67
| [[Factors%20of%20a%20Mersenne%20number|Factors of a Mersenne number]]
| [[Factors%20of%20a%20Mersenne%20number|Factors of a Mersenne number]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 67
| [[Gapful%20numbers|Gapful numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,866: Line 1,874:
| 67
| 67
|data-sort-value="write language name in 0B3d ascii"| [[Write%20language%20name%20in%203D%20ASCII|Write language name in 3D ASCII]]
|data-sort-value="write language name in 0B3d ascii"| [[Write%20language%20name%20in%203D%20ASCII|Write language name in 3D ASCII]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 66
| [[Animate%20a%20pendulum|Animate a pendulum]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,882: Line 1,886:
| 66
| 66
| [[Determine%20if%20a%20string%20is%20collapsible|Determine if a string is collapsible]]
| [[Determine%20if%20a%20string%20is%20collapsible|Determine if a string is collapsible]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 66
| [[Gapful%20numbers|Gapful numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,938: Line 1,938:
| 65
| 65
| [[Knight%27s%20tour|Knight's tour]]
| [[Knight%27s%20tour|Knight's tour]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 65
|data-sort-value="magic 0B8-ball"| [[Magic%208-ball|Magic 8-ball]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,954: Line 1,958:
| 65
| 65
| [[Roots%20of%20a%20quadratic%20function|Roots of a quadratic function]]
| [[Roots%20of%20a%20quadratic%20function|Roots of a quadratic function]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 65
| [[Runge-Kutta%20method|Runge-Kutta method]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,967: Line 1,975:
| [[Averages%2FMean%20time%20of%20day|Averages/Mean time of day]]
| [[Averages%2FMean%20time%20of%20day|Averages/Mean time of day]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 64
| [[Compile-time%20calculation|Compile-time calculation]]
|①||②||③||④||⑤||⑥||⑦||O||⑨||⑩
|-
|-
| 64
| 64
Line 1,978: Line 1,990:
| 64
| 64
| [[Long%20year|Long year]]
| [[Long%20year|Long year]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 64
|data-sort-value="magic 0B8-ball"| [[Magic%208-ball|Magic 8-ball]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,990: Line 1,998:
| 64
| 64
| [[Quickselect%20algorithm|Quickselect algorithm]]
| [[Quickselect%20algorithm|Quickselect algorithm]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 64
| [[Runge-Kutta%20method|Runge-Kutta method]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,099: Line 2,103:
| [[Brownian%20tree|Brownian tree]]
| [[Brownian%20tree|Brownian tree]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 61
| [[Compile-time%20calculation|Compile-time calculation]]
|①||②||③||④||⑤||⑥||⑦||O||⑨||⑩
|-
|-
| 61
| 61
Line 2,206: Line 2,206:
| 59
| 59
| [[Draw%20a%20pixel|Draw a pixel]]
| [[Draw%20a%20pixel|Draw a pixel]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 59
| [[Grayscale%20image|Grayscale image]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,262: Line 2,266:
| 58
| 58
| [[Fusc%20sequence|Fusc sequence]]
| [[Fusc%20sequence|Fusc sequence]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 58
| [[Grayscale%20image|Grayscale image]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,311: Line 2,311:
| [[Universal%20Turing%20machine|Universal Turing machine]]
| [[Universal%20Turing%20machine|Universal Turing machine]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 57
| [[Associative%20array%2FMerging|Associative array/Merging]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
|-
| 57
| 57
Line 2,351: Line 2,355:
| [[Archimedean%20spiral|Archimedean spiral]]
| [[Archimedean%20spiral|Archimedean spiral]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 56
| [[Associative%20array%2FMerging|Associative array/Merging]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
|-
| 56
| 56
Line 2,411: Line 2,411:
| [[XML%2FXPath|XML/XPath]]
| [[XML%2FXPath|XML/XPath]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
| 55
| [[Determine%20if%20a%20string%20has%20all%20unique%20characters|Determine if a string has all unique characters]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 55
| 55
Line 2,466: Line 2,470:
| 55
| 55
| [[Synchronous%20concurrency|Synchronous concurrency]]
| [[Synchronous%20concurrency|Synchronous concurrency]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 55
| [[XML%2FDOM%20serialization|XML/DOM serialization]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,478: Line 2,486:
| 54
| 54
| [[Chaos%20game|Chaos game]]
| [[Chaos%20game|Chaos game]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 54
| [[Determine%20if%20a%20string%20has%20all%20unique%20characters|Determine if a string has all unique characters]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,522: Line 2,526:
| 54
| 54
| [[Wireworld|Wireworld]]
| [[Wireworld|Wireworld]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 54
| [[XML%2FDOM%20serialization|XML/DOM serialization]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 2,587: Line 2,587:
| [[Determinant%20and%20permanent|Determinant and permanent]]
| [[Determinant%20and%20permanent|Determinant and permanent]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 52
| [[Doubly-linked%20list%2FTraversal|Doubly-linked list/Traversal]]
|①||②||③||④||⑤|| ||⑦||⑧||⑨||⑩
|-
|-
| 52
| 52
| [[Extensible%20prime%20generator|Extensible prime generator]]
| [[Extensible%20prime%20generator|Extensible prime generator]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 52
| [[Greyscale%20bars%2FDisplay|Greyscale bars/Display]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,639: Line 2,647:
| [[Average%20loop%20length|Average loop length]]
| [[Average%20loop%20length|Average loop length]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 51
| [[Doubly-linked%20list%2FTraversal|Doubly-linked list/Traversal]]
|①||②||③||④||⑤|| ||⑦||⑧||⑨||⑩
|-
|-
| 51
| 51
Line 2,670: Line 2,674:
| 50
| 50
| [[Floyd-Warshall%20algorithm|Floyd-Warshall algorithm]]
| [[Floyd-Warshall%20algorithm|Floyd-Warshall algorithm]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 50
| [[Greyscale%20bars%2FDisplay|Greyscale bars/Display]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,698: Line 2,698:
| 50
| 50
| [[Visualize%20a%20tree|Visualize a tree]]
| [[Visualize%20a%20tree|Visualize a tree]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 49
| [[Bitmap%2FFlood%20fill|Bitmap/Flood fill]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,750: Line 2,754:
| 49
| 49
| [[Verify%20distribution%20uniformity%2FNaive|Verify distribution uniformity/Naive]]
| [[Verify%20distribution%20uniformity%2FNaive|Verify distribution uniformity/Naive]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 48
|data-sort-value="0C21 game"| [[21%20game|21 game]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,761: Line 2,769:
|-
|-
| 48
| 48
| [[Bioinformatics%2Fbase%20count|Bioinformatics/base count]]
| [[Bitmap%2FFlood%20fill|Bitmap/Flood fill]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,794: Line 2,802:
| 48
| 48
| [[Variable%20size%2FSet|Variable size/Set]]
| [[Variable%20size%2FSet|Variable size/Set]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 47
|data-sort-value="0C21 game"| [[21%20game|21 game]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 47
| [[Bioinformatics%2Fbase%20count|Bioinformatics/base count]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,815: Line 2,815:
| [[Deepcopy|Deepcopy]]
| [[Deepcopy|Deepcopy]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 47
| [[Halt%20and%20catch%20fire|Halt and catch fire]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
|-
| 47
| 47
Line 2,822: Line 2,826:
| 47
| 47
| [[Narcissist|Narcissist]]
| [[Narcissist|Narcissist]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 47
| [[Permutations%2FDerangements|Permutations/Derangements]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,846: Line 2,854:
| 46
| 46
| [[Approximate%20equality|Approximate equality]]
| [[Approximate%20equality|Approximate equality]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 46
| [[Bitmap%2FMidpoint%20circle%20algorithm|Bitmap/Midpoint circle algorithm]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,869: Line 2,881:
|-
|-
| 46
| 46
| [[GUI%2FMaximum%20window%20dimensions|GUI/Maximum window dimensions]]
| [[Halt%20and%20catch%20fire|Halt and catch fire]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
|-
| 46
| 46
Line 2,882: Line 2,894:
| 46
| 46
| [[Parsing%2FShunting-yard%20algorithm|Parsing/Shunting-yard algorithm]]
| [[Parsing%2FShunting-yard%20algorithm|Parsing/Shunting-yard algorithm]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 46
| [[Permutations%2FDerangements|Permutations/Derangements]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,919: Line 2,927:
| [[Atomic%20updates|Atomic updates]]
| [[Atomic%20updates|Atomic updates]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||O
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||O
|-
| 45
| [[Bitmap%2FMidpoint%20circle%20algorithm|Bitmap/Midpoint circle algorithm]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 45
| 45
Line 2,939: Line 2,943:
| [[Fivenum|Fivenum]]
| [[Fivenum|Fivenum]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 45
| [[GUI%2FMaximum%20window%20dimensions|GUI/Maximum window dimensions]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
|-
| 45
| 45
Line 2,970: Line 2,970:
| 45
| 45
| [[Sorting%20algorithms%2FPatience%20sort|Sorting algorithms/Patience sort]]
| [[Sorting%20algorithms%2FPatience%20sort|Sorting algorithms/Patience sort]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 45
| [[Substitution%20cipher|Substitution cipher]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,002: Line 3,006:
| 44
| 44
| [[Idiomatically%20determine%20all%20the%20lowercase%20and%20uppercase%20letters|Idiomatically determine all the lowercase and uppercase letters]]
| [[Idiomatically%20determine%20all%20the%20lowercase%20and%20uppercase%20letters|Idiomatically determine all the lowercase and uppercase letters]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 44
| [[Julia%20set|Julia set]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,042: Line 3,050:
| 44
| 44
| [[Special%20divisors|Special divisors]]
| [[Special%20divisors|Special divisors]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 44
| [[Substitution%20cipher|Substitution cipher]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,090: Line 3,094:
| 43
| 43
| [[Inverted%20index|Inverted index]]
| [[Inverted%20index|Inverted index]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 43
| [[Julia%20set|Julia set]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,202: Line 3,202:
| 41
| 41
| [[Compare%20length%20of%20two%20strings|Compare length of two strings]]
| [[Compare%20length%20of%20two%20strings|Compare length of two strings]]
|①||②||③|| ||||⑥||⑦||⑧||⑨||⑩
|①||②||③|||| ||⑥||⑦||⑧||⑨||⑩
|-
|-
| 41
| 41
Line 3,487: Line 3,487:
| [[Numerical%20integration%2FGauss-Legendre%20Quadrature|Numerical integration/Gauss-Legendre Quadrature]]
| [[Numerical%20integration%2FGauss-Legendre%20Quadrature|Numerical integration/Gauss-Legendre Quadrature]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 38
| [[Odd%20and%20square%20numbers|Odd and square numbers]]
|①||②||③||④||⑤||⑥|| ||⑧|| ||⑩
|-
|-
| 38
| 38
Line 3,502: Line 3,506:
| 38
| 38
| [[Subset%20sum%20problem|Subset sum problem]]
| [[Subset%20sum%20problem|Subset sum problem]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 38
| [[Sum%20of%20elements%20below%20main%20diagonal%20of%20matrix|Sum of elements below main diagonal of matrix]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,530: Line 3,538:
| 37
| 37
| [[Diversity%20prediction%20theorem|Diversity prediction theorem]]
| [[Diversity%20prediction%20theorem|Diversity prediction theorem]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 37
| [[Eban%20numbers|Eban numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 37
| 37
| [[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"
| 37
| [[Length%20of%20an%20arc%20between%20two%20angles|Length of an arc between two angles]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
|-
Line 3,586: Line 3,602:
| 37
| 37
| [[Successive%20prime%20differences|Successive prime differences]]
| [[Successive%20prime%20differences|Successive prime differences]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 37
| [[Sum%20of%20elements%20below%20main%20diagonal%20of%20matrix|Sum of elements below main diagonal of matrix]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,602: Line 3,614:
| 36
| 36
| [[Draw%20a%20rotating%20cube|Draw a rotating cube]]
| [[Draw%20a%20rotating%20cube|Draw a rotating cube]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 36
| [[Eban%20numbers|Eban numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,623: Line 3,631:
| [[Gauss-Jordan%20matrix%20inversion|Gauss-Jordan matrix inversion]]
| [[Gauss-Jordan%20matrix%20inversion|Gauss-Jordan matrix inversion]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 36
| [[Length%20of%20an%20arc%20between%20two%20angles|Length of an arc between two angles]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
|-
| 36
| 36
| [[Modular%20arithmetic|Modular arithmetic]]
| [[Modular%20arithmetic|Modular arithmetic]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 36
| [[Odd%20and%20square%20numbers|Odd and square numbers]]
|①||②||③||④||⑤||⑥|| ||⑧|| ||
|-
|-
| 36
| 36
Line 3,843: Line 3,843:
| [[Chat%20server|Chat server]]
| [[Chat%20server|Chat server]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
| 33
| [[Checkpoint%20synchronization|Checkpoint synchronization]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 33
| [[Code%20Golf%3A%20Code%20Golf|Code Golf: Code Golf]]
|①||②|| ||④||⑤||⑥|| ||⑧|| ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 33
| 33
Line 3,935: Line 3,943:
| [[Word%20break%20problem|Word break problem]]
| [[Word%20break%20problem|Word break problem]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
| 32
| [[Checkpoint%20synchronization|Checkpoint synchronization]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 32
| 32
| [[Chemical%20calculator|Chemical calculator]]
| [[Chemical%20calculator|Chemical calculator]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|- style="background-color: #ffc"
| 32
| [[Code%20Golf%3A%20Code%20Golf|Code Golf: Code Golf]]
|①||②|| ||④||⑤||⑥|| ||⑧|| ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 32
| 32
Line 3,990: Line 3,990:
| 32
| 32
| [[Nonoblock|Nonoblock]]
| [[Nonoblock|Nonoblock]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 32
|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]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 4,023: Line 4,027:
| [[Verify%20distribution%20uniformity%2FChi-squared%20test|Verify distribution uniformity/Chi-squared test]]
| [[Verify%20distribution%20uniformity%2FChi-squared%20test|Verify distribution uniformity/Chi-squared test]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 32
| [[Video%20display%20modes|Video display modes]]
|①||②||③||④||⑤||⑥||⑦||⑧||O||⑩
|-
|-
| 32
| 32
|data-sort-value="window creation/x0C11"| [[Window%20creation%2FX11|Window creation/X11]]
|data-sort-value="window creation/x0C11"| [[Window%20creation%2FX11|Window creation/X11]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|- style="background-color: #ffc"
| 31
| [[A%2A%20search%20algorithm|A* search algorithm]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 31
| 31
Line 4,050: Line 4,062:
| 31
| 31
| [[Compiler%2Fvirtual%20machine%20interpreter|Compiler/virtual machine interpreter]]
| [[Compiler%2Fvirtual%20machine%20interpreter|Compiler/virtual machine interpreter]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 31
| [[Finite%20state%20machine|Finite state machine]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 31
| 31
| [[First%20class%20environments|First class environments]]
| [[First%20class%20environments|First class environments]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 31
| [[Generate%20random%20chess%20position|Generate random chess position]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 4,110: Line 4,130:
| 31
| 31
| [[Update%20a%20configuration%20file|Update a configuration file]]
| [[Update%20a%20configuration%20file|Update a configuration file]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 31
| [[Video%20display%20modes|Video display modes]]
|①||②||③||④||⑤||⑥||⑦||⑧||O||
|- style="background-color: #ffc"
| 30
| [[A%2A%20search%20algorithm|A* search algorithm]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 4,138: Line 4,150:
| 30
| 30
| [[Distinct%20power%20numbers|Distinct power numbers]]
| [[Distinct%20power%20numbers|Distinct power numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 30
| [[Doomsday%20rule|Doomsday rule]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 4,146: Line 4,162:
| 30
| 30
| [[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"
| 30
| [[Finite%20state%20machine|Finite state machine]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
|-
| 30
| 30
| [[Formal%20power%20series|Formal power series]]
| [[Formal%20power%20series|Formal power series]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 30
| [[Generate%20random%20chess%20position|Generate random chess position]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 30
| 30
| [[Honeycombs|Honeycombs]]
| [[Honeycombs|Honeycombs]]
|①||②||③|||| ||⑥||⑦||⑧||⑨||⑩
|①||②||③|| ||||⑥||⑦||⑧||⑨||⑩
|-
|-
| 30
| 30
Line 4,182: Line 4,190:
| 30
| 30
| [[N-smooth%20numbers|N-smooth numbers]]
| [[N-smooth%20numbers|N-smooth numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 30
| [[Random%20Latin%20squares|Random Latin squares]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 4,237: Line 4,249:
|-
|-
| 29
| 29
| [[Monads%2FMaybe%20monad|Monads/Maybe monad]]
| [[Natural%20sorting|Natural sorting]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 29
| 29
| [[Natural%20sorting|Natural sorting]]
| [[Random%20Latin%20squares|Random Latin squares]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 4,283: Line 4,295:
| [[Almkvist-Giullera%20formula%20for%20pi|Almkvist-Giullera formula for pi]]
| [[Almkvist-Giullera%20formula%20for%20pi|Almkvist-Giullera formula for pi]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
| 28
| [[Biorhythms|Biorhythms]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 28
| 28
Line 4,298: Line 4,314:
| 28
| 28
| [[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]]
|①||②||③|| ||||⑥|| ||⑧||⑨||
|①||②||③|||| ||⑥|| ||⑧||⑨||
|-
|-
| 28
| 28
| [[Distributed%20programming|Distributed programming]]
| [[Distributed%20programming|Distributed programming]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|- style="background-color: #ffc"
| 28
| [[Doomsday%20rule|Doomsday rule]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 4,331: Line 4,343:
| [[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]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨||⑩
|①||②||③||④||⑤||⑥|| ||⑧||⑨||⑩
|-
| 28
| [[Monads%2FMaybe%20monad|Monads/Maybe monad]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 28
| 28
| [[Nautical%20bell|Nautical bell]]
| [[Nautical%20bell|Nautical bell]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 28
|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]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
|-
| 28
| 28
Line 4,351: Line 4,355:
| [[Paraffins|Paraffins]]
| [[Paraffins|Paraffins]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 28
| [[Piprimes|Piprimes]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|-
|-
| 28
| 28
Line 4,378: Line 4,386:
| 27
| 27
| [[Audio%20alarm|Audio alarm]]
| [[Audio%20alarm|Audio alarm]]
|①||②||③|||| || ||⑦||⑧|| ||
|①||②||③|| |||| ||⑦||⑧|| ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 27
| 27
|data-sort-value="base0C58check encoding"| [[Base58Check%20encoding|Base58Check encoding]]
|data-sort-value="base0C58check encoding"| [[Base58Check%20encoding|Base58Check encoding]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|-
| 27
| [[Biorhythms|Biorhythms]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 27
| 27
Line 4,399: Line 4,403:
| [[Elliptic%20curve%20arithmetic|Elliptic curve arithmetic]]
| [[Elliptic%20curve%20arithmetic|Elliptic curve arithmetic]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 27
| [[Erd%C5%91s-primes|Erdős-primes]]
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 27
| 27
Line 4,422: Line 4,430:
| 27
| 27
| [[Matrix%20chain%20multiplication|Matrix chain multiplication]]
| [[Matrix%20chain%20multiplication|Matrix chain multiplication]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 27
| [[Monads%2FList%20monad|Monads/List monad]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 4,451: Line 4,463:
| [[Percolation%2FMean%20run%20density|Percolation/Mean run density]]
| [[Percolation%2FMean%20run%20density|Percolation/Mean run density]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 27
| [[Piprimes|Piprimes]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|-
|-
| 27
| 27
Line 4,499: Line 4,507:
| [[Deming%27s%20Funnel|Deming's Funnel]]
| [[Deming%27s%20Funnel|Deming's Funnel]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
| 26
| [[Erd%C5%91s-primes|Erdős-primes]]
|①||②||③||④||⑤||⑥||⑦|| || ||
|-
|-
| 26
| 26
Line 4,651: Line 4,655:
| [[Mastermind|Mastermind]]
| [[Mastermind|Mastermind]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|- style="background-color: #ffc"
|-
| 25
| 25
| [[Next%20special%20primes|Next special primes]]
| [[Monads%2FList%20monad|Monads/List monad]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|①||②||③||④||⑤||⑥||⑦||⑧||||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 25
| 25
Line 4,666: Line 4,670:
| 25
| 25
| [[Play%20recorded%20sounds|Play recorded sounds]]
| [[Play%20recorded%20sounds|Play recorded sounds]]
|①||②||③|||| || ||⑦||⑧|| ||
|①||②||③|| |||| ||⑦||⑧|| ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 25
| 25
Line 4,727: Line 4,731:
| [[Addition%20chains|Addition chains]]
| [[Addition%20chains|Addition chains]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
| 24
| [[Ascending%20primes|Ascending primes]]
|①||②||③||④||⑤||⑥|| ||⑧|| ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 24
| 24
Line 4,746: Line 4,754:
| 24
| 24
| [[Compiler%2Fsyntax%20analyzer|Compiler/syntax analyzer]]
| [[Compiler%2Fsyntax%20analyzer|Compiler/syntax analyzer]]
|①||②||③|||| ||⑥||⑦||⑧||⑨||⑩
|①||②||③|| ||||⑥||⑦||⑧||⑨||⑩
|-
|-
| 24
| 24
| [[EKG%20sequence%20convergence|EKG sequence convergence]]
| [[EKG%20sequence%20convergence|EKG sequence convergence]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 24
| [[Find%20duplicate%20files|Find duplicate files]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 24
| 24
Line 4,767: Line 4,779:
| [[Native%20shebang|Native shebang]]
| [[Native%20shebang|Native shebang]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 24
| [[Next%20special%20primes|Next special primes]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 24
| 24
Line 4,807: Line 4,815:
| [[Solve%20triangle%20solitare%20puzzle|Solve triangle solitare puzzle]]
| [[Solve%20triangle%20solitare%20puzzle|Solve triangle solitare puzzle]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
| 24
| [[Steady%20squares|Steady squares]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 24
| 24
Line 4,815: Line 4,827:
| [[Untrusted%20environment|Untrusted environment]]
| [[Untrusted%20environment|Untrusted environment]]
|①||②|| ||④||⑤||⑥||⑦|| ||⑨||⑩
|①||②|| ||④||⑤||⑥||⑦|| ||⑨||⑩
|-
| 23
| [[Ascending%20primes|Ascending primes]]
|①||②||③||④||⑤||⑥|| ||⑧|| ||⑩
|-
|-
| 23
| 23
Line 4,831: Line 4,839:
| [[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]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨||
|①||②||③||④||⑤||⑥|| ||⑧||⑨||
|-
| 23
| [[Find%20duplicate%20files|Find duplicate files]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 23
| 23
Line 4,871: Line 4,875:
| [[Polynomial%20synthetic%20division|Polynomial synthetic division]]
| [[Polynomial%20synthetic%20division|Polynomial synthetic division]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
| 23
| [[Quadrat%20special%20primes|Quadrat special primes]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 23
| 23
Line 4,879: Line 4,887:
| [[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
| [[Steady%20squares|Steady squares]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 23
| 23
Line 4,891: Line 4,895:
| [[Variable%20declaration%20reset|Variable declaration reset]]
| [[Variable%20declaration%20reset|Variable declaration reset]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨||⑩
|①||②||③||④||⑤||⑥|| ||⑧||⑨||⑩
|- style="background-color: #ffc"
| 23
| [[Vibrating%20rectangles|Vibrating rectangles]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 23
| 23
Line 4,935: Line 4,943:
| [[Elementary%20cellular%20automaton%2FInfinite%20length|Elementary cellular automaton/Infinite length]]
| [[Elementary%20cellular%20automaton%2FInfinite%20length|Elementary cellular automaton/Infinite length]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
| 22
| [[Getting%20the%20number%20of%20decimals|Getting the number of decimals]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨||
|-
|-
| 22
| 22
Line 4,943: Line 4,955:
| [[Latin%20Squares%20in%20reduced%20form|Latin Squares in reduced form]]
| [[Latin%20Squares%20in%20reduced%20form|Latin Squares in reduced form]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
| 22
| [[Matrix%20digital%20rain|Matrix digital rain]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 22
| 22
Line 4,979: Line 4,995:
|data-sort-value="pseudo-random numbers/splitmix0C64"| [[Pseudo-random%20numbers%2FSplitmix64|Pseudo-random numbers/Splitmix64]]
|data-sort-value="pseudo-random numbers/splitmix0C64"| [[Pseudo-random%20numbers%2FSplitmix64|Pseudo-random numbers/Splitmix64]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|- style="background-color: #ffc"
| 22
| [[Quadrat%20special%20primes|Quadrat special primes]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|-
|-
| 22
| 22
Line 4,993: Line 5,005:
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 22
| 22
| [[Useless%20instructions|Useless instructions]]
| [[Vibrating%20rectangles|Vibrating rectangles]]
|①||②||③||④||⑤||⑥||⑦||||⑨||
|①||②||③||④||⑤||⑥||⑦|| ||⑨||
|-
|-
| 22
| 22
Line 5,003: Line 5,015:
| [[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]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
| 21
| [[Cullen%20and%20Woodall%20numbers|Cullen and Woodall numbers]]
|①||②||③||④||⑤||⑥|| ||⑧|| ||⑩
|-
|-
| 21
| 21
Line 5,015: Line 5,031:
|data-sort-value="draw pixel 0B2"| [[Draw%20pixel%202|Draw pixel 2]]
|data-sort-value="draw pixel 0B2"| [[Draw%20pixel%202|Draw pixel 2]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|- style="background-color: #ffc"
| 21
| [[Getting%20the%20number%20of%20decimals|Getting the number of decimals]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨||
|-
|-
| 21
| 21
Line 5,047: Line 5,059:
| [[Longest%20substrings%20without%20repeating%20characters|Longest substrings without repeating characters]]
| [[Longest%20substrings%20without%20repeating%20characters|Longest substrings without repeating characters]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
| 21
| [[Matrix%20digital%20rain|Matrix digital rain]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 21
| 21
| [[Nimber%20arithmetic|Nimber arithmetic]]
| [[Nimber%20arithmetic|Nimber arithmetic]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 21
| [[Own%20digits%20power%20sum|Own digits power sum]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨||⑩
|-
|-
| 21
| 21
Line 5,099: Line 5,111:
| [[Transportation%20problem|Transportation problem]]
| [[Transportation%20problem|Transportation problem]]
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|- style="background-color: #ffc"
| 21
| [[Useless%20instructions|Useless instructions]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 20
| 20
Line 5,113: Line 5,121:
|-
|-
| 20
| 20
|data-sort-value="euler's constant 0B0.0E5772..."| [[Euler%27s%20constant%200.5772...|Euler's constant 0.5772...]]
| [[Cullen%20and%20Woodall%20numbers|Cullen and Woodall numbers]]
|①||②||③||④||||⑥|| |||| ||
|①||②||③||④|| ||⑥|||| ||||
|-
|-
| 20
| 20
| [[Legendre%20prime%20counting%20function|Legendre prime counting function]]
|data-sort-value="euler's constant 0B0.0E5772..."| [[Euler%27s%20constant%200.5772...|Euler's constant 0.5772...]]
|①||②||③|| ||⑤||⑥||⑦|| ||||
|①||②||③||||⑤||⑥||⑦|||| ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 20
| 20
Line 5,131: Line 5,139:
| [[Most%20frequent%20k%20chars%20distance|Most frequent k chars distance]]
| [[Most%20frequent%20k%20chars%20distance|Most frequent k chars distance]]
|①||②|| ||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②|| ||④||⑤||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
| 20
| [[Own%20digits%20power%20sum|Own digits power sum]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨||
|-
|-
| 20
| 20
Line 5,190: Line 5,194:
| 19
| 19
| [[Compare%20sorting%20algorithms%27%20performance|Compare sorting algorithms' performance]]
| [[Compare%20sorting%20algorithms%27%20performance|Compare sorting algorithms' performance]]
|①||②||③|||| || ||⑦||⑧||⑨||⑩
|①||②||③|| |||| ||⑦||⑧||⑨||⑩
|-
|-
| 19
| 19
| [[Compiler%2FAST%20interpreter|Compiler/AST interpreter]]
| [[Compiler%2FAST%20interpreter|Compiler/AST interpreter]]
|①||②||③|||| ||⑥||⑦||⑧||⑨||⑩
|①||②||③|| ||||⑥||⑦||⑧||⑨||⑩
|-
|-
| 19
| 19
Line 5,221: Line 5,225:
|-
|-
| 19
| 19
| [[Magic%20constant|Magic constant]]
| [[Legendre%20prime%20counting%20function|Legendre prime counting function]]
|①||②||③||④||⑤||⑥||||⑧|| ||⑩
|①||②||③||④||⑤||⑥|| ||⑧|| ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 19
| 19
Line 5,278: Line 5,282:
| 18
| 18
| [[Free%20polyominoes%20enumeration|Free polyominoes enumeration]]
| [[Free%20polyominoes%20enumeration|Free polyominoes enumeration]]
|①||②||③|||| ||⑥||⑦||⑧|| ||⑩
|①||②||③|| ||||⑥||⑦||⑧|| ||⑩
|-
|-
| 18
| 18
Line 5,291: Line 5,295:
| [[NYSIIS|NYSIIS]]
| [[NYSIIS|NYSIIS]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|-
| 18
| [[Non-transitive%20dice|Non-transitive dice]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 18
| 18
Line 5,379: Line 5,387:
| [[Geometric%20algebra|Geometric algebra]]
| [[Geometric%20algebra|Geometric algebra]]
|①||②||③||④||⑤|| ||⑦||⑧|| ||⑩
|①||②||③||④||⑤|| ||⑦||⑧|| ||⑩
|-
| 17
| [[Goldbach%27s%20comet|Goldbach's comet]]
|①||②||③||④|| ||⑥|| ||⑧|| ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 17
| 17
| [[Longest%20palindromic%20substrings|Longest palindromic substrings]]
| [[Longest%20palindromic%20substrings|Longest palindromic substrings]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|-
| 17
| [[Magic%20constant|Magic constant]]
|①||②||③||④||⑤||⑥|| ||⑧|| ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 17
| 17
| [[Overloaded%20operators|Overloaded operators]]
| [[Overloaded%20operators|Overloaded operators]]
|①||②||③|| ||||⑥||⑦|| || ||
|①||②||③|||| ||⑥||⑦|| || ||
|-
|-
| 17
| 17
Line 5,403: Line 5,411:
| [[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"
| 17
| [[Sorting%20algorithms%2FTree%20sort%20on%20a%20linked%20list|Sorting algorithms/Tree sort on a linked list]]
|①||②||③|| ||⑤|| ||⑦|| ||⑨||⑩
|-
|-
| 16
| 16
Line 5,419: Line 5,431:
| [[Long%20stairs|Long stairs]]
| [[Long%20stairs|Long stairs]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨||
|①||②||③||④||⑤||⑥|| ||⑧||⑨||
|-
| 16
| [[Non-transitive%20dice|Non-transitive dice]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
|-
| 16
| 16
Line 5,431: Line 5,439:
| [[Pandigital%20prime|Pandigital prime]]
| [[Pandigital%20prime|Pandigital prime]]
|①||②||③||④||⑤||⑥|| || || ||
|①||②||③||④||⑤||⑥|| || || ||
|-
| 16
| [[Prime%20triangle|Prime triangle]]
|①||②||③||④||⑤||⑥|| || ||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 16
| 16
Line 5,439: Line 5,451:
| [[Run%20as%20a%20daemon%20or%20service|Run as a daemon or service]]
| [[Run%20as%20a%20daemon%20or%20service|Run as a daemon or service]]
|①||②|| ||④||⑤||⑥||⑦||⑧||⑨||
|①||②|| ||④||⑤||⑥||⑦||⑧||⑨||
|- style="background-color: #ffc"
| 16
| [[Sorting%20algorithms%2FTree%20sort%20on%20a%20linked%20list|Sorting algorithms/Tree sort on a linked list]]
|①||②||③||④|| || ||⑦|| ||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 16
| 16
Line 5,466: Line 5,474:
| 15
| 15
| [[Camel%20case%20and%20snake%20case|Camel case and snake case]]
| [[Camel%20case%20and%20snake%20case|Camel case and snake case]]
|①||②||③|| ||||⑥|| ||⑧|| ||
|①||②||③|||| ||⑥|| ||⑧|| ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 15
| 15
Line 5,475: Line 5,483:
| [[Curve%20that%20touches%20three%20points|Curve that touches three points]]
| [[Curve%20that%20touches%20three%20points|Curve that touches three points]]
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|-
| 15
| [[Earliest%20difference%20between%20prime%20gaps|Earliest difference between prime gaps]]
|①||②||③||④||⑤||⑥|| ||⑧|| ||⑩
|-
|-
| 15
| 15
Line 5,487: Line 5,499:
| [[Geohash|Geohash]]
| [[Geohash|Geohash]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|-
| 15
| [[Goldbach%27s%20comet|Goldbach's comet]]
|①||②||③|| ||⑤||⑥|| ||⑧|| ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 15
| 15
Line 5,503: Line 5,511:
| [[Multi-base%20primes|Multi-base primes]]
| [[Multi-base%20primes|Multi-base primes]]
|①||②||③||④||⑤||⑥||⑦|| || ||
|①||②||③||④||⑤||⑥||⑦|| || ||
|-
| 15
| [[One-time%20pad|One-time pad]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 15
| 15
Line 5,515: Line 5,527:
| [[Pisano%20period|Pisano period]]
| [[Pisano%20period|Pisano period]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|-
| 15
| [[Prime%20triangle|Prime triangle]]
|①||②||③||④||⑤||⑥|| || ||⑨||⑩
|-
|-
| 15
| 15
Line 5,531: Line 5,539:
| [[XXXX%20redacted|XXXX redacted]]
| [[XXXX%20redacted|XXXX redacted]]
|①||②||③||④||⑤||⑥|| || ||⑨||
|①||②||③||④||⑤||⑥|| || ||⑨||
|- style="background-color: #ffc"
| 14
| [[Anadromes|Anadromes]]
|①||②||③||④|| ||⑥|| || || ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 14
| 14
| [[Audio%20frequency%20generator|Audio frequency generator]]
| [[Audio%20frequency%20generator|Audio frequency generator]]
|①||②||③|||| ||⑥||⑦|| || ||
|①||②||③|| ||||⑥||⑦|| || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 14
| 14
Line 5,565: Line 5,577:
|-
|-
| 14
| 14
| [[Equal%20prime%20and%20composite%20sums|Equal prime and composite sums]]
| [[Earliest%20difference%20between%20prime%20gaps|Earliest difference between prime gaps]]
|①||②||③||④||⑤||⑥|| |||| ||
|①||②||③||④||⑤||⑥|| || || ||
|-
|-
| 14
| 14
| [[Erd%C3%B6s-Selfridge%20categorization%20of%20primes|Erdös-Selfridge categorization of primes]]
| [[Equal%20prime%20and%20composite%20sums|Equal prime and composite sums]]
|①||②||③||④||⑤||⑥|| || || ||⑩
|①||②||③||④||⑤||⑥|| || || ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 5,587: Line 5,599:
| [[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
| 14
| [[One-time%20pad|One-time pad]]
| [[Railway%20circuit|Railway circuit]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|-
|-
Line 5,602: Line 5,614:
| 14
| 14
| [[Tetris|Tetris]]
| [[Tetris|Tetris]]
|①||②||③|||| ||⑥|| ||⑧|| ||
|①||②||③|| ||||⑥|| ||⑧|| ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 14
| 14
Line 5,619: Line 5,631:
| [[Verhoeff%20algorithm|Verhoeff algorithm]]
| [[Verhoeff%20algorithm|Verhoeff algorithm]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 13
| [[Anadromes|Anadromes]]
|①||②||③|| ||⑤||⑥|| || || ||⑩
|-
|-
| 13
| 13
| [[Catmull%E2%80%93Clark%20subdivision%20surface|Catmull–Clark subdivision surface]]
| [[Catmull%E2%80%93Clark%20subdivision%20surface|Catmull–Clark subdivision surface]]
|①||②||③|||| || ||⑦||⑧||⑨||⑩
|①||②||③|| |||| ||⑦||⑧||⑨||⑩
|-
|-
| 13
| 13
| [[Colour%20pinstripe%2FPrinter|Colour pinstripe/Printer]]
| [[Colour%20pinstripe%2FPrinter|Colour pinstripe/Printer]]
|①||②||③||④||⑤|| ||⑦||⑧|| ||
|①||②||③||④||⑤|| ||⑦||⑧|| ||
|- style="background-color: #ffc"
|-
| 13
| 13
|data-sort-value="count the coins/0B0-0B1"| [[Count%20the%20coins%2F0-1|Count the coins/0-1]]
| [[Erd%C3%B6s-Selfridge%20categorization%20of%20primes|Erdös-Selfridge categorization of primes]]
|①||②||③||④||⑤||⑥|| || || ||
|①||②||③||④||⑤||⑥|||||| ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 13
| 13
| [[Euclid-Mullin%20sequence|Euclid-Mullin sequence]]
| [[Euclid-Mullin%20sequence|Euclid-Mullin sequence]]
|①||②||③|| ||||⑥|| ||⑧|| ||
|①||②||③|||| ||⑥|| ||⑧|| ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 13
| 13
Line 5,654: Line 5,662:
| 13
| 13
| [[Hex%20words|Hex words]]
| [[Hex%20words|Hex words]]
|①||②||③|| ||||⑥|| ||⑧|| ||
|①||②||③|||| ||⑥|| ||⑧|| ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 13
| 13
| [[Iterators|Iterators]]
| [[Iterators|Iterators]]
|①||②||③|| |||| || ||⑧|| ||⑩
|①||②||③|||| || || ||⑧|| ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 13
| 13
Line 5,667: Line 5,675:
| [[Powerful%20numbers|Powerful numbers]]
| [[Powerful%20numbers|Powerful numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|-
|- style="background-color: #ffc"
| 13
| 13
| [[Set%20right-adjacent%20bits|Set right-adjacent bits]]
| [[Railway%20circuit|Railway circuit]]
|①||②||③||④||⑤||⑥|||| || ||
|①||②||③||④||⑤||⑥|| |||| ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 13
| 13
Line 5,703: Line 5,711:
| [[French%20Republican%20calendar|French Republican calendar]]
| [[French%20Republican%20calendar|French Republican calendar]]
|①||②||③||④||⑤||⑥||⑦|| || ||
|①||②||③||④||⑤||⑥||⑦|| || ||
|- style="background-color: #ffc"
| 12
| [[Giuga%20numbers|Giuga numbers]]
|①||②||③||④||⑤||⑥|| ||⑧|| ||⑩
|-
|-
| 12
| 12
Line 5,714: Line 5,726:
| 12
| 12
| [[Morpion%20solitaire|Morpion solitaire]]
| [[Morpion%20solitaire|Morpion solitaire]]
|①||②||③|||| ||⑥||⑦|| ||⑨||⑩
|①||②||③|| ||||⑥||⑦|| ||⑨||⑩
|-
|-
| 12
| 12
Line 5,735: Line 5,747:
| [[Rosetta%20Code%2FTasks%20without%20examples|Rosetta Code/Tasks without examples]]
| [[Rosetta%20Code%2FTasks%20without%20examples|Rosetta Code/Tasks without examples]]
|①||②||③||④||⑤||⑥||⑦|| || ||
|①||②||③||④||⑤||⑥||⑦|| || ||
|-
| 12
| [[Set%20right-adjacent%20bits|Set right-adjacent bits]]
|①||②||③||④||⑤||⑥|| ||⑧|| ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 12
| 12
| [[Solve%20hanging%20lantern%20problem|Solve hanging lantern problem]]
| [[Solve%20hanging%20lantern%20problem|Solve hanging lantern problem]]
|①||②||③|| ||||⑥|| ||⑧|| ||⑩
|①||②||③|||| ||⑥|| ||⑧|| ||⑩
|-
|-
| 12
| 12
Line 5,763: Line 5,771:
| [[Brace%20expansion%20using%20ranges|Brace expansion using ranges]]
| [[Brace%20expansion%20using%20ranges|Brace expansion using ranges]]
|①||②||③||④||⑤|| ||⑦||⑧|| ||
|①||②||③||④||⑤|| ||⑦||⑧|| ||
|- style="background-color: #ffc"
| 11
|data-sort-value="count the coins/0B0-0B1"| [[Count%20the%20coins%2F0-1|Count the coins/0-1]]
|①||②||③||④||⑤||⑥||⑦|| || ||
|-
|-
| 11
| 11
Line 5,819: Line 5,823:
| [[URL%20shortener|URL shortener]]
| [[URL%20shortener|URL shortener]]
|①||②||③||④||⑤|| || ||⑧|| ||
|①||②||③||④||⑤|| || ||⑧|| ||
|-
| 11
| [[Ultra%20useful%20primes|Ultra useful primes]]
|①||②||③||④||⑤||⑥|| || || ||⑩
|-
|-
| 11
| 11
| [[Wordiff|Wordiff]]
| [[Wordiff|Wordiff]]
|①||②||③|| ||||⑥||⑦||⑧|| ||
|①||②||③|||| ||⑥||⑦||⑧|| ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 10
| 10
Line 5,842: Line 5,850:
| 10
| 10
| [[Integer%20long%20division|Integer long division]]
| [[Integer%20long%20division|Integer long division]]
|①||②||③|| ||||⑥||⑦|| || ||
|①||②||③|||| ||⑥||⑦|| || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 10
| 10
| [[Jaccard%20index|Jaccard index]]
| [[Jaccard%20index|Jaccard index]]
|①||②||③|| ||||⑥|| || || ||
|①||②||③|||| ||⑥|| || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 10
| 10
Line 5,858: Line 5,866:
| 10
| 10
| [[Solve%20equations%20with%20substitution%20method|Solve equations with substitution method]]
| [[Solve%20equations%20with%20substitution%20method|Solve equations with substitution method]]
|①||②||③|| ||||⑥|| ||⑧|| ||
|①||②||③|||| ||⑥|| ||⑧|| ||
|-
|-
| 10
| 10
Line 5,867: Line 5,875:
| [[Text%20to%20HTML|Text to HTML]]
| [[Text%20to%20HTML|Text to HTML]]
|①||②||③||④||⑤||⑥||⑦|| || ||
|①||②||③||④||⑤||⑥||⑦|| || ||
|-
| 10
| [[Ultra%20useful%20primes|Ultra useful primes]]
|①||②||③||④||⑤||⑥|| || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 10
| 10
| [[User%20defined%20pipe%20and%20redirection%20operators|User defined pipe and redirection operators]]
| [[User%20defined%20pipe%20and%20redirection%20operators|User defined pipe and redirection operators]]
|①||②||③||④||⑤||⑥|| || || ||⑩
|①||②||③||④||⑤||⑥|| || || ||⑩
|- style="background-color: #ffc"
| 9
| [[Arithmetic%20derivative|Arithmetic derivative]]
|①||②||③||④||⑤||⑥|| ||⑧|| ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 9
| 9
| [[B-spline|B-spline]]
| [[B-spline|B-spline]]
|①||②||③|| ||||⑥|| || || ||
|①||②||③|||| ||⑥|| || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 9
| 9
Line 5,899: Line 5,907:
| [[Multidimensional%20Newton-Raphson%20method|Multidimensional Newton-Raphson method]]
| [[Multidimensional%20Newton-Raphson%20method|Multidimensional Newton-Raphson method]]
|①||②||③||④||⑤|| ||⑦|| || ||
|①||②||③||④||⑤|| ||⑦|| || ||
|- style="background-color: #ffc"
| 9
| [[N-queens%20minimum%20and%20knights%20and%20bishops|N-queens minimum and knights and bishops]]
|①||②||③||④||⑤|| || ||⑧|| ||⑩
|-
|-
| 9
| 9
Line 5,906: Line 5,918:
| 9
| 9
| [[OpenGL%20pixel%20shader|OpenGL pixel shader]]
| [[OpenGL%20pixel%20shader|OpenGL pixel shader]]
|①||②|| |||| || || || ||⑨||
|①||②|| || |||| || || ||⑨||
|-
|-
| 9
| 9
Line 5,930: Line 5,942:
| 9
| 9
| [[Tamagotchi%20emulator|Tamagotchi emulator]]
| [[Tamagotchi%20emulator|Tamagotchi emulator]]
|①||②||③|||| || ||⑦|| || ||
|①||②||③|| |||| ||⑦|| || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 8
| 8
| [[Addition-chain%20exponentiation|Addition-chain exponentiation]]
| [[Addition-chain%20exponentiation|Addition-chain exponentiation]]
|①||②|| |||| || ||⑦|| ||⑨||
|①||②|| || |||| ||⑦|| ||⑨||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 8
| 8
| [[Audio%20overlap%20loop|Audio overlap loop]]
| [[Audio%20overlap%20loop|Audio overlap loop]]
|①||②||③|||| || ||⑦|| || ||
|①||②||③|| |||| ||⑦|| || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 8
| 8
| [[Dating%20agency|Dating agency]]
| [[Dating%20agency|Dating agency]]
|①||②||③|| ||||⑥|| ||⑧|| ||
|①||②||③|||| ||⑥|| ||⑧|| ||
|-
| 8
| [[Execute%20Computer%2FZero|Execute Computer/Zero]]
|①||②||③|| || || || ||⑧||O||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 8
| 8
| [[Hexapawn|Hexapawn]]
| [[Hexapawn|Hexapawn]]
|①||②||③|||| ||⑥|| ||⑧|| ||
|①||②||③|| ||||⑥|| ||⑧|| ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 8
| 8
Line 5,953: Line 5,969:
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 8
| 8
| [[Marching%20squares|Marching squares]]
| [[N-queens%20minimum%20and%20knights%20and%20bishops|N-queens minimum and knights and bishops]]
|①||②||③||④|| || || ||⑧|| ||⑩
|①||②||③||④|| |||| ||⑧|| ||⑩
|-
|-
| 8
| 8
Line 5,962: Line 5,978:
| 8
| 8
| [[Random%20sentence%20from%20book|Random sentence from book]]
| [[Random%20sentence%20from%20book|Random sentence from book]]
|①||②||③|| ||||⑥||⑦||⑧|| ||
|①||②||③|||| ||⑥||⑦||⑧|| ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 8
| 8
Line 5,974: Line 5,990:
| 8
| 8
| [[Remote%20agent%2FAgent%20logic|Remote agent/Agent logic]]
| [[Remote%20agent%2FAgent%20logic|Remote agent/Agent logic]]
|①||②||③|||| ||⑥|| || ||⑨||
|①||②||③|| ||||⑥|| || ||⑨||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 8
| 8
| [[Remote%20agent%2FSimulation|Remote agent/Simulation]]
| [[Remote%20agent%2FSimulation|Remote agent/Simulation]]
|①||②||③|||| ||⑥|| || ||⑨||
|①||②||③|| ||||⑥|| || ||⑨||
|-
|-
| 8
| 8
| [[Search%20in%20paragraph%27s%20text|Search in paragraph's text]]
| [[Search%20in%20paragraph%27s%20text|Search in paragraph's text]]
|①||②||③|| |||| || ||⑧|| ||⑩
|①||②||③|||| || || ||⑧|| ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 8
| 8
| [[Segmentation%20fault%20protection|Segmentation fault protection]]
| [[Segmentation%20fault%20protection|Segmentation fault protection]]
|①||②||③|| ||||⑥|| || || ||
|①||②||③|||| ||⑥|| || || ||
|-
|-
| 8
| 8
Line 5,998: Line 6,014:
| 8
| 8
| [[WiktionaryDumps%20to%20words|WiktionaryDumps to words]]
| [[WiktionaryDumps%20to%20words|WiktionaryDumps to words]]
|①||②||③|| ||||⑥|| || ||⑨||
|①||②||③|||| ||⑥|| || ||⑨||
|- style="background-color: #ffc"
| 7
| [[Arithmetic%20Derivative|Arithmetic Derivative]]
|①|| ||③||④||⑤||⑥|| ||⑧|| ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 7
| 7
| [[Babylonian%20spiral|Babylonian spiral]]
| [[Babylonian%20spiral|Babylonian spiral]]
|①||②||③|| ||||⑥|| ||⑧|| ||⑩
|①||②||③|||| ||⑥|| ||⑧|| ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 7
| 7
| [[Black%20Box|Black Box]]
| [[Black%20Box|Black Box]]
|①||②||③|||| || ||⑦|| || ||
|①||②||③|| |||| ||⑦|| || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 7
| 7
| [[Boids|Boids]]
| [[Boids|Boids]]
|①||②||③|||| || ||⑦|| ||⑨||
|①||②||③|| |||| ||⑦|| ||⑨||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 7
| 7
| [[Chess%20player|Chess player]]
| [[Chess%20player|Chess player]]
|①||②|| |||| ||⑥|| ||⑧|| ||
|①||②|| || ||||⑥|| ||⑧|| ||
|-
| 7
| [[Execute%20Computer%2FZero|Execute Computer/Zero]]
|①||②||③|| || || || ||⑧||O||⑩
|- style="background-color: #ffc"
| 7
| [[Giuga%20numbers|Giuga numbers]]
|①|| ||③||④||⑤||⑥|| || || ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 7
| 7
Line 6,034: Line 6,038:
| 7
| 7
| [[Isograms%20and%20heterograms|Isograms and heterograms]]
| [[Isograms%20and%20heterograms|Isograms and heterograms]]
|①||②||③|| ||||⑥|| || || ||⑩
|①||②||③|||| ||⑥|| || || ||⑩
|-
|-
| 7
| 7
Line 6,042: Line 6,046:
| 7
| 7
| [[Peripheral%20drift%20illusion|Peripheral drift illusion]]
| [[Peripheral%20drift%20illusion|Peripheral drift illusion]]
|①||②||③|| ||||⑥||⑦|| || ||
|①||②||③|||| ||⑥||⑦|| || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 7
| 7
Line 6,050: Line 6,054:
| 7
| 7
| [[Remote%20agent%2FAgent%20interface|Remote agent/Agent interface]]
| [[Remote%20agent%2FAgent%20interface|Remote agent/Agent interface]]
|①||②||③|||| || || || ||⑨||
|①||②||③|| |||| || || ||⑨||
|-
| 7
|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"
| 7
| 7
| [[Worthwhile%20task%20shaving|Worthwhile task shaving]]
| [[Worthwhile%20task%20shaving|Worthwhile task shaving]]
|①||②||③|| ||||⑥|| || || ||
|①||②||③|||| ||⑥|| || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 6
| 6
| [[Compiler%2FSimple%20file%20inclusion%20pre%20processor|Compiler/Simple file inclusion pre processor]]
| [[Compiler%2FSimple%20file%20inclusion%20pre%20processor|Compiler/Simple file inclusion pre processor]]
|①||②||③|| |||| || || || ||
|①||②||③|||| || || || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 6
| 6
| [[Create%20your%20own%20text%20control%20codes|Create your own text control codes]]
| [[Create%20your%20own%20text%20control%20codes|Create your own text control codes]]
|①||②||③|| |||| || || || ||
|①||②||③|||| || || || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 6
| 6
| [[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
| [[Marching%20squares|Marching squares]]
|①||②||③|| || || || ||⑧|| ||⑩
|-
|-
| 6
| 6
| [[OLE%20automation|OLE automation]]
| [[OLE%20automation|OLE automation]]
|①||②|| |||| || || ||⑧|| ||O
|①||②|| || |||| || ||⑧|| ||O
|-
|-
| 6
| 6
Line 6,082: Line 6,086:
| 6
| 6
| [[Particle%20fountain|Particle fountain]]
| [[Particle%20fountain|Particle fountain]]
|①||②||③|| ||||⑥|| || || ||
|①||②||③|||| ||⑥|| || || ||
|- 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]]
|①||②||③|| || || || ||⑧|| ||
|①||②||③|| || || || ||⑧|| ||
|-
| 6
|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"
| 6
| 6
| [[Solve%20a%20Rubik%27s%20Cube|Solve a Rubik's Cube]]
| [[Solve%20a%20Rubik%27s%20Cube|Solve a Rubik's Cube]]
|①||②||③|||| || ||⑦|| || ||
|①||②||③|| |||| ||⑦|| || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 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"
| 5
| 5
| [[Autogram%20checker|Autogram checker]]
| [[Autogram%20checker|Autogram checker]]
|①||②||③|| |||| || || || ||⑩
|①||②||③|||| || || || || ||⑩
|- style="background-color: #ffc"
| 5
| [[Boyer-Moore%20string%20search|Boyer-Moore string search]]
|①||②||③|| || || || ||⑧|| ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 5
| 5
Line 6,114: Line 6,118:
| 5
| 5
| [[Erd%C5%91s%E2%80%93Woods%20numbers|Erdős–Woods numbers]]
| [[Erd%C5%91s%E2%80%93Woods%20numbers|Erdős–Woods numbers]]
|①||②||③|| |||| || ||⑧|| ||
|①||②||③|||| || || ||⑧|| ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 5
| 5
| [[Generalised%20floating%20point%20multiplication|Generalised floating point multiplication]]
| [[Generalised%20floating%20point%20multiplication|Generalised floating point multiplication]]
|①||②||③|||| || || || || ||
|①||②||③|| |||| || || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 5
| 5
| [[Multiton|Multiton]]
| [[Multiton|Multiton]]
|①||②||③|| ||||⑥|| || || ||
|①||②||③|||| ||⑥|| || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 5
| 5
Line 6,134: Line 6,138:
| 5
| 5
| [[Solving%20coin%20problems|Solving coin problems]]
| [[Solving%20coin%20problems|Solving coin problems]]
|①||②||③|||| ||⑥|| || || ||
|①||②||③|| ||||⑥|| || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 5
| 5
| [[Unicode%20polynomial%20equation|Unicode polynomial equation]]
| [[Unicode%20polynomial%20equation|Unicode polynomial equation]]
|①||②||③|||| || ||⑦|| || ||
|①||②||③|| |||| ||⑦|| || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 5
| 5
| [[Waveform%20analysis%2FTop%20and%20tail|Waveform analysis/Top and tail]]
| [[Waveform%20analysis%2FTop%20and%20tail|Waveform analysis/Top and tail]]
|①||②||③|||| || ||⑦|| || ||
|①||②||③|| |||| ||⑦|| || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 5
| 5
| [[Weather%20routing|Weather routing]]
| [[Weather%20routing|Weather routing]]
|①||②||③|||| || ||⑦|| || ||
|①||②||③|| |||| ||⑦|| || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 4
| 4
|data-sort-value="0C15 puzzle game in 0B3d"| [[15%20puzzle%20game%20in%203D|15 puzzle game in 3D]]
|data-sort-value="0C15 puzzle game in 0B3d"| [[15%20puzzle%20game%20in%203D|15 puzzle game in 3D]]
|①||②|| |||| || || || || ||
|①||②|| || |||| || || || ||
|- style="background-color: #ffc"
| 4
| [[Anagram%20generator|Anagram generator]]
|①||②|| ||④|| || || || || ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 4
| 4
| [[Blackjack%20strategy|Blackjack strategy]]
| [[Blackjack%20strategy|Blackjack strategy]]
|①||②|| |||| || ||⑦|| || ||
|①||②|| || |||| ||⑦|| || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 4
| 4
Line 6,170: Line 6,178:
| 4
| 4
| [[IRC%20gateway|IRC gateway]]
| [[IRC%20gateway|IRC gateway]]
|①||②|| |||| || || || || ||
|①||②|| || |||| || || || ||
|- style="background-color: #ffc"
| 4
| [[Knuth-Morris-Pratt%20string%20search|Knuth-Morris-Pratt string search]]
|①||②||③|| || || || || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 4
| 4
| [[Transliterate%20English%20text%20using%20the%20Greek%20alphabet|Transliterate English text using the Greek alphabet]]
| [[Transliterate%20English%20text%20using%20the%20Greek%20alphabet|Transliterate English text using the Greek alphabet]]
|①||②||③|| |||| || || || ||
|①||②||③|||| || || || || ||
|-
|-
| 4
| 4
| [[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"
|- style="background-color: #ffc"
| 4
| 4
Line 6,186: Line 6,198:
| 4
| 4
| [[Vidir|Vidir]]
| [[Vidir|Vidir]]
|①||②|| || |||| || || || ||
|①||②|| |||| || || || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 3
| 3
Line 6,195: Line 6,207:
| [[Compiler%2FPreprocessor|Compiler/Preprocessor]]
| [[Compiler%2FPreprocessor|Compiler/Preprocessor]]
|①||②||③|| || || || || || ||
|①||②||③|| || || || || || ||
|- style="background-color: #ffc"
| 3
| [[Create%20an%20executable%20for%20a%20program%20in%20an%20interpreted%20language|Create an executable for a program in an interpreted language]]
|①|| || || || || || || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 3
| 3
Line 6,202: Line 6,218:
| 3
| 3
| [[Sanitize%20user%20input|Sanitize user input]]
| [[Sanitize%20user%20input|Sanitize user input]]
|①||②|| || |||| || || || ||
|①||②|| |||| || || || || ||
|- style="background-color: #ffc"
| 3
| [[Wave%20Function%20Collapse|Wave Function Collapse]]
| ||②|| || || || || || ||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 3
| 3