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

From Rosetta Code
Content added Content deleted
(Update full list output)
(Update full list output)
Line 21: Line 21:
<div style="height:40em;overflow:scroll;">
<div style="height:40em;overflow:scroll;">
{|class="wikitable sortable"
{|class="wikitable sortable"
|+ As of 2021-01-10T21:13:32Z :: Tasks: 1083 ::<span style="background-color:#ffd"> Draft Tasks:226 </span>:: Total Tasks: 1309 :: Total Examples: 72207
|+ As of 2021-01-17T21:26:20Z :: Tasks: 1083 ::<span style="background-color:#ffd"> Draft Tasks:226 </span>:: Total Tasks: 1309 :: Total Examples: 72396
!Count!!Task!!①!!②!!③!!④!!⑤!!⑥!!⑦!!⑧!!⑨!!⑩
!Count!!Task!!①!!②!!③!!④!!⑤!!⑥!!⑦!!⑧!!⑨!!⑩
|-
|-
| 478
| 480
| [[Hello%20world%2FText|Hello world/Text]]
| [[Hello%20world%2FText|Hello world/Text]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 317
| 318
|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]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 312
| 313
|data-sort-value="0D100 doors"| [[100%20doors|100 doors]]
|data-sort-value="0D100 doors"| [[100%20doors|100 doors]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 309
| 310
| [[FizzBuzz|FizzBuzz]]
| [[FizzBuzz|FizzBuzz]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 283
| 284
| [[Factorial|Factorial]]
| [[Factorial|Factorial]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 281
| 282
| [[Fibonacci%20sequence|Fibonacci sequence]]
| [[Fibonacci%20sequence|Fibonacci sequence]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 271
| 272
| [[Comments|Comments]]
| [[Comments|Comments]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 260
| 261
| [[A%2BB|A+B]]
| [[A%2BB|A+B]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 255
| 256
| [[Empty%20program|Empty program]]
| [[Empty%20program|Empty program]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 236
| 237
| [[Function%20definition|Function definition]]
| [[Function%20definition|Function definition]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
Line 73: Line 73:
|-
|-
| 222
| 222
| [[Loops%2FWhile|Loops/While]]
| [[Arrays|Arrays]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 221
| 222
| [[Arrays|Arrays]]
| [[Loops%2FWhile|Loops/While]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 150: Line 150:
| 164
| 164
| [[Character%20codes|Character codes]]
| [[Character%20codes|Character codes]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 164
| [[Sieve%20of%20Eratosthenes|Sieve of Eratosthenes]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 163
| 163
| [[Loops%2FN%20plus%20one%20half|Loops/N plus one half]]
| [[String%20concatenation|String concatenation]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 162
| 163
| [[String%20concatenation|String concatenation]]
| [[Loops%2FDo-while|Loops/Do-while]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 162
| 162
| [[Array%20length|Array length]]
| [[Loops%2FN%20plus%20one%20half|Loops/N plus one half]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 162
| 162
| [[Loops%2FDo-while|Loops/Do-while]]
| [[Sieve%20of%20Eratosthenes|Sieve of Eratosthenes]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 162
| 162
| [[Sum%20and%20product%20of%20an%20array|Sum and product of an array]]
| [[Sum%20and%20product%20of%20an%20array|Sum and product of an array]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 161
| [[Array%20length|Array length]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 208: Line 208:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 155
| 156
| [[Palindrome%20detection|Palindrome detection]]
| [[Palindrome%20detection|Palindrome detection]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
Line 220: Line 220:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 153
| 154
| [[Generic%20swap|Generic swap]]
| [[Generic%20swap|Generic swap]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
Line 230: Line 230:
| 152
| 152
| [[Dot%20product|Dot product]]
| [[Dot%20product|Dot product]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 152
| [[Empty%20string|Empty string]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 244: Line 248:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 151
| 152
| [[Empty%20string|Empty string]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 151
|data-sort-value="rot-0C13"| [[Rot-13|Rot-13]]
|data-sort-value="rot-0C13"| [[Rot-13|Rot-13]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 151
| 152
| [[Sum%20of%20squares|Sum of squares]]
| [[Sum%20of%20squares|Sum of squares]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
Line 264: Line 264:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 145
| 146
| [[Quine|Quine]]
| [[Execute%20a%20system%20command|Execute a system command]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 145
| 146
| [[Sorting%20algorithms%2FBubble%20sort|Sorting algorithms/Bubble sort]]
| [[Quine|Quine]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 145
| 145
| [[Execute%20a%20system%20command|Execute a system command]]
| [[Sort%20an%20integer%20array|Sort an integer array]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 145
| 145
| [[Sort%20an%20integer%20array|Sort an integer array]]
| [[Sorting%20algorithms%2FBubble%20sort|Sorting algorithms/Bubble sort]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 286: Line 286:
| 142
| 142
| [[Guess%20the%20number|Guess the number]]
| [[Guess%20the%20number|Guess the number]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 142
| [[Higher-order%20functions|Higher-order functions]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 297: Line 301:
|-
|-
| 140
| 140
| [[Remove%20duplicate%20elements|Remove duplicate elements]]
| [[Higher-order%20functions|Higher-order functions]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 140
| 140
| [[Roman%20numerals%2FEncode|Roman numerals/Encode]]
| [[Remove%20duplicate%20elements|Remove duplicate elements]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 313: Line 317:
|-
|-
| 139
| 139
| [[Roman%20numerals%2FEncode|Roman numerals/Encode]]
| [[User%20input%2FText|User input/Text]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 139
| 138
| [[Sorting%20algorithms%2FQuicksort|Sorting algorithms/Quicksort]]
| [[User%20input%2FText|User input/Text]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 330: Line 334:
| 136
| 136
| [[Hello%20world%2FStandard%20error|Hello world/Standard error]]
| [[Hello%20world%2FStandard%20error|Hello world/Standard error]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 136
| [[Sorting%20algorithms%2FQuicksort|Sorting algorithms/Quicksort]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 345: Line 345:
|-
|-
| 134
| 134
| [[Luhn%20test%20of%20credit%20card%20numbers|Luhn test of credit card numbers]]
| [[Primality%20by%20trial%20division|Primality by trial division]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 133
| 134
| [[Primality%20by%20trial%20division|Primality by trial division]]
| [[Luhn%20test%20of%20credit%20card%20numbers|Luhn test of credit card numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 376: Line 376:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 128
| 129
| [[Generate%20lower%20case%20ASCII%20alphabet|Generate lower case ASCII alphabet]]
| [[Check%20that%20file%20exists|Check that file exists]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 128
| 128
| [[Check%20that%20file%20exists|Check that file exists]]
| [[Generate%20lower%20case%20ASCII%20alphabet|Generate lower case ASCII alphabet]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 397: Line 397:
|-
|-
| 127
| 127
| [[Happy%20numbers|Happy numbers]]
| [[Flatten%20a%20list|Flatten a list]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 126
| 127
| [[Flatten%20a%20list|Flatten a list]]
| [[Happy%20numbers|Happy numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 414: Line 414:
| 126
| 126
| [[Zero%20to%20the%20zero%20power|Zero to the zero power]]
| [[Zero%20to%20the%20zero%20power|Zero to the zero power]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 124
| [[ABC%20problem|ABC problem]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 123
| 123
| [[Binary%20search|Binary search]]
| [[Balanced%20brackets|Balanced brackets]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 122
| 123
| [[ABC%20problem|ABC problem]]
| [[Binary%20search|Binary search]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 122
| 122
| [[Literals%2FInteger|Literals/Integer]]
| [[Balanced%20brackets|Balanced brackets]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 122
| 122
| [[Program%20termination|Program termination]]
| [[Literals%2FInteger|Literals/Integer]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 446: Line 450:
| 121
| 121
| [[Loops%2FNested|Loops/Nested]]
| [[Loops%2FNested|Loops/Nested]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 121
| [[Program%20termination|Program termination]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 514: Line 514:
| 115
| 115
| [[Classes|Classes]]
| [[Classes|Classes]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 115
| [[Sorting%20algorithms%2FInsertion%20sort|Sorting algorithms/Insertion sort]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 114
| 114
| [[Count%20in%20octal|Count in octal]]
| [[Count%20in%20octal|Count in octal]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 114
| [[Count%20occurrences%20of%20a%20substring|Count occurrences of a substring]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 529: Line 537:
|-
|-
| 114
| 114
| [[Multiplication%20tables|Multiplication tables]]
| [[Sorting%20algorithms%2FInsertion%20sort|Sorting algorithms/Insertion sort]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 113
| 114
| [[Real%20constants%20and%20functions|Real constants and functions]]
| [[Case-sensitivity%20of%20identifiers|Case-sensitivity of identifiers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 113
| 113
| [[Count%20occurrences%20of%20a%20substring|Count occurrences of a substring]]
| [[Case-sensitivity%20of%20identifiers|Case-sensitivity of identifiers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 549: Line 557:
|-
|-
| 113
| 113
| [[Roman%20numerals%2FDecode|Roman numerals/Decode]]
| [[Multiplication%20tables|Multiplication tables]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 113
| [[Real%20constants%20and%20functions|Real constants and functions]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 570: Line 574:
| 112
| 112
| [[Input%20loop|Input loop]]
| [[Input%20loop|Input loop]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 112
| [[Roman%20numerals%2FDecode|Roman numerals/Decode]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 622: Line 622:
| 109
| 109
| [[Rename%20a%20file|Rename a file]]
| [[Rename%20a%20file|Rename a file]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 109
| [[Return%20multiple%20values|Return multiple values]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 630: Line 634:
| 108
| 108
| [[Letter%20frequency|Letter frequency]]
| [[Letter%20frequency|Letter frequency]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 108
| [[Return%20multiple%20values|Return multiple values]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 644: Line 644:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 106
| 107
| [[Catalan%20numbers|Catalan numbers]]
| [[Pangram%20checker|Pangram checker]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 106
| 106
| [[Pangram%20checker|Pangram checker]]
| [[Catalan%20numbers|Catalan numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 658: Line 658:
| 105
| 105
| [[Horner%27s%20rule%20for%20polynomial%20evaluation|Horner's rule for polynomial evaluation]]
| [[Horner%27s%20rule%20for%20polynomial%20evaluation|Horner's rule for polynomial evaluation]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 105
| [[Permutations|Permutations]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 674: Line 678:
| 104
| 104
| [[Levenshtein%20distance|Levenshtein distance]]
| [[Levenshtein%20distance|Levenshtein distance]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 104
| [[Permutations|Permutations]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 710: Line 710:
| 102
| 102
| [[Exceptions|Exceptions]]
| [[Exceptions|Exceptions]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 102
| [[Look-and-say%20sequence|Look-and-say sequence]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 718: Line 722:
| 102
| 102
| [[Regular%20expressions|Regular expressions]]
| [[Regular%20expressions|Regular expressions]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 101
| [[Look-and-say%20sequence|Look-and-say sequence]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 738: Line 738:
| 100
| 100
| [[String%20interpolation%20%28included%29|String interpolation (included)]]
| [[String%20interpolation%20%28included%29|String interpolation (included)]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 100
| [[Strip%20whitespace%20from%20a%20string%2FTop%20and%20tail|Strip whitespace from a string/Top and tail]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 761: Line 765:
|-
|-
| 99
| 99
| [[Sorting%20algorithms%2FMerge%20sort|Sorting algorithms/Merge sort]]
| [[Strip%20whitespace%20from%20a%20string%2FTop%20and%20tail|Strip whitespace from a string/Top and tail]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 770: Line 774:
| 98
| 98
| [[Short-circuit%20evaluation|Short-circuit evaluation]]
| [[Short-circuit%20evaluation|Short-circuit evaluation]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 98
| [[Sorting%20algorithms%2FMerge%20sort|Sorting algorithms/Merge sort]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 786: Line 786:
| 97
| 97
| [[Sorting%20algorithms%2FSelection%20sort|Sorting algorithms/Selection sort]]
| [[Sorting%20algorithms%2FSelection%20sort|Sorting algorithms/Selection sort]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 97
|data-sort-value="sum multiples of 0B3 and 0B5"| [[Sum%20multiples%20of%203%20and%205|Sum multiples of 3 and 5]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 791: Line 795:
| [[Interactive%20programming|Interactive programming]]
| [[Interactive%20programming|Interactive programming]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|-
| 96
| [[Middle%20three%20digits|Middle three digits]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 96
| 96
Line 797: Line 805:
|-
|-
| 96
| 96
| [[Sierpinski%20triangle|Sierpinski triangle]]
|data-sort-value="sum multiples of 0B3 and 0B5"| [[Sum%20multiples%20of%203%20and%205|Sum multiples of 3 and 5]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 814: Line 822:
| 95
| 95
| [[Create%20a%20two-dimensional%20array%20at%20runtime|Create a two-dimensional array at runtime]]
| [[Create%20a%20two-dimensional%20array%20at%20runtime|Create a two-dimensional array at runtime]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 95
| [[Sierpinski%20triangle|Sierpinski triangle]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 826: Line 830:
| 94
| 94
| [[Enumerations|Enumerations]]
| [[Enumerations|Enumerations]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 94
| [[Middle%20three%20digits|Middle three digits]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 846: Line 846:
| 93
| 93
| [[Range%20expansion|Range expansion]]
| [[Range%20expansion|Range expansion]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 93
| [[Sorting%20algorithms%2FGnome%20sort|Sorting algorithms/Gnome sort]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 858: Line 862:
| 92
| 92
| [[Create%20an%20HTML%20table|Create an HTML table]]
| [[Create%20an%20HTML%20table|Create an HTML table]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 92
| [[Digital%20root|Digital root]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 874: Line 882:
| 92
| 92
| [[First-class%20functions|First-class functions]]
| [[First-class%20functions|First-class functions]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 92
| [[Sorting%20algorithms%2FGnome%20sort|Sorting algorithms/Gnome sort]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 886: Line 890:
| 91
| 91
| [[Averages%2FMode|Averages/Mode]]
| [[Averages%2FMode|Averages/Mode]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 91
|data-sort-value="md0B5"| [[MD5|MD5]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 898: Line 906:
| 91
| 91
| [[Sum%20digits%20of%20an%20integer|Sum digits of an integer]]
| [[Sum%20digits%20of%20an%20integer|Sum digits of an integer]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 90
| [[Digital%20root|Digital root]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 90
|data-sort-value="md0B5"| [[MD5|MD5]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 954: Line 954:
| 88
| 88
| [[Langton%27s%20ant|Langton's ant]]
| [[Langton%27s%20ant|Langton's ant]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 88
| [[Monty%20Hall%20problem|Monty Hall problem]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 88
| [[N%27th|N'th]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 961: Line 969:
|-
|-
| 87
| 87
| [[Josephus%20problem|Josephus problem]]
| [[N%27th|N'th]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 87
| [[Sorting%20algorithms%2FBogosort|Sorting algorithms/Bogosort]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 977: Line 989:
|-
|-
| 86
| 86
| [[Harshad%20or%20Niven%20series|Harshad or Niven series]]
| [[Josephus%20problem|Josephus problem]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 86
| [[Monty%20Hall%20problem|Monty Hall problem]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 86
| [[Sorting%20algorithms%2FBogosort|Sorting algorithms/Bogosort]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,002: Line 1,006:
| 85
| 85
| [[Greatest%20subsequential%20sum|Greatest subsequential sum]]
| [[Greatest%20subsequential%20sum|Greatest subsequential sum]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 85
| [[Harshad%20or%20Niven%20series|Harshad or Niven series]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,018: Line 1,018:
| 84
| 84
| [[CSV%20to%20HTML%20translation|CSV to HTML translation]]
| [[CSV%20to%20HTML%20translation|CSV to HTML translation]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 84
| [[Map%20range|Map range]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,026: Line 1,030:
| 84
| 84
| [[Window%20creation|Window creation]]
| [[Window%20creation|Window creation]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 83
| [[Abundant%2C%20deficient%20and%20perfect%20number%20classifications|Abundant, deficient and perfect number classifications]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,037: Line 1,045:
|-
|-
| 83
| 83
| [[Map%20range|Map range]]
| [[Menu|Menu]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,046: Line 1,054:
| 83
| 83
| [[Tree%20traversal|Tree traversal]]
| [[Tree%20traversal|Tree traversal]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 82
| [[Abundant%2C%20deficient%20and%20perfect%20number%20classifications|Abundant, deficient and perfect number classifications]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,065: Line 1,069:
|-
|-
| 82
| 82
| [[Simple%20windowed%20application|Simple windowed application]]
| [[Menu|Menu]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 82
| 82
| [[Sorting%20algorithms%2FHeapsort|Sorting algorithms/Heapsort]]
| [[Simple%20windowed%20application|Simple windowed application]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,076: Line 1,080:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 81
| 80
| [[Box%20the%20compass|Box the compass]]
| [[Sorting%20algorithms%2FHeapsort|Sorting algorithms/Heapsort]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 80
| 80
| [[Hofstadter%20Q%20sequence|Hofstadter Q sequence]]
| [[Box%20the%20compass|Box the compass]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,090: Line 1,094:
| 80
| 80
| [[Literals%2FFloating%20point|Literals/Floating point]]
| [[Literals%2FFloating%20point|Literals/Floating point]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 80
| [[Monte%20Carlo%20methods|Monte Carlo methods]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,106: Line 1,114:
| 79
| 79
| [[Catamorphism|Catamorphism]]
| [[Catamorphism|Catamorphism]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 79
| [[Monte%20Carlo%20methods|Monte Carlo methods]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,233: Line 1,237:
|-
|-
| 76
| 76
| [[Linear%20congruential%20generator|Linear congruential generator]]
| [[Hofstadter%20Q%20sequence|Hofstadter Q sequence]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 76
| 76
| [[Multifactorial|Multifactorial]]
| [[Linear%20congruential%20generator|Linear congruential generator]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,274: Line 1,278:
| 75
| 75
| [[Man%20or%20boy%20test|Man or boy test]]
| [[Man%20or%20boy%20test|Man or boy test]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 75
| [[Multifactorial|Multifactorial]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,318: Line 1,318:
| 74
| 74
| [[List%20comprehensions|List comprehensions]]
| [[List%20comprehensions|List comprehensions]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 74
| [[Modular%20inverse|Modular inverse]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,334: Line 1,338:
| 73
| 73
| [[Hello%20world%2FWeb%20server|Hello world/Web server]]
| [[Hello%20world%2FWeb%20server|Hello world/Web server]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 73
| [[Modular%20inverse|Modular inverse]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,362: Line 1,362:
| 72
| 72
| [[Calendar|Calendar]]
| [[Calendar|Calendar]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 72
| [[Exceptions%2FCatch%20an%20exception%20thrown%20in%20a%20nested%20call|Exceptions/Catch an exception thrown in a nested call]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 72
| [[Multiple%20distinct%20objects|Multiple distinct objects]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,390: Line 1,398:
| 71
| 71
| [[Equilibrium%20index|Equilibrium index]]
| [[Equilibrium%20index|Equilibrium index]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 71
| [[Exceptions%2FCatch%20an%20exception%20thrown%20in%20a%20nested%20call|Exceptions/Catch an exception thrown in a nested call]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,402: Line 1,406:
| 71
| 71
| [[Longest%20common%20subsequence|Longest common subsequence]]
| [[Longest%20common%20subsequence|Longest common subsequence]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 71
| [[Multiple%20distinct%20objects|Multiple distinct objects]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,510: Line 1,510:
| 69
| 69
| [[Sort%20disjoint%20sublist|Sort disjoint sublist]]
| [[Sort%20disjoint%20sublist|Sort disjoint sublist]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 69
| [[Vigen%C3%A8re%20cipher|Vigenère cipher]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,541: Line 1,545:
|-
|-
| 68
| 68
| [[Show%20ASCII%20table|Show ASCII table]]
| [[Sorting%20algorithms%2FStooge%20sort|Sorting algorithms/Stooge sort]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 68
| 68
| [[Sorting%20algorithms%2FStooge%20sort|Sorting algorithms/Stooge sort]]
| [[Stair-climbing%20puzzle|Stair-climbing puzzle]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 68
| 68
| [[Stair-climbing%20puzzle|Stair-climbing puzzle]]
| [[Trabb%20Pardo%E2%80%93Knuth%20algorithm|Trabb Pardo–Knuth algorithm]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 68
| 68
| [[Trabb%20Pardo%E2%80%93Knuth%20algorithm|Trabb Pardo–Knuth algorithm]]
| [[Vigen%C3%A8re%20cipher|Vigenère cipher]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,598: Line 1,602:
| 67
| 67
| [[Munchausen%20numbers|Munchausen numbers]]
| [[Munchausen%20numbers|Munchausen numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 67
| [[Show%20ASCII%20table|Show ASCII table]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,690: Line 1,690:
| 64
| 64
| [[Morse%20code|Morse code]]
| [[Morse%20code|Morse code]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 64
| [[Nested%20function|Nested function]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,710: Line 1,714:
| 63
| 63
| [[Memory%20allocation|Memory allocation]]
| [[Memory%20allocation|Memory allocation]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 63
| [[Nested%20function|Nested function]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,726: Line 1,726:
| 63
| 63
| [[Singly-linked%20list%2FElement%20insertion|Singly-linked list/Element insertion]]
| [[Singly-linked%20list%2FElement%20insertion|Singly-linked list/Element insertion]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 63
| [[Sorting%20algorithms%2FPancake%20sort|Sorting algorithms/Pancake sort]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 63
| 63
| [[Strip%20control%20codes%20and%20extended%20characters%20from%20a%20string|Strip control codes and extended characters from a string]]
| [[Strip%20control%20codes%20and%20extended%20characters%20from%20a%20string|Strip control codes and extended characters from a string]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 62
| [[Anti-primes|Anti-primes]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,754: Line 1,762:
| 62
| 62
| [[Roots%20of%20a%20quadratic%20function|Roots of a quadratic function]]
| [[Roots%20of%20a%20quadratic%20function|Roots of a quadratic function]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 62
| [[Sorting%20algorithms%2FPancake%20sort|Sorting algorithms/Pancake sort]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,770: Line 1,774:
| 61
| 61
| [[Animate%20a%20pendulum|Animate a pendulum]]
| [[Animate%20a%20pendulum|Animate a pendulum]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 61
| [[Anti-primes|Anti-primes]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,822: Line 1,822:
| 60
| 60
| [[Circles%20of%20given%20radius%20through%20two%20points|Circles of given radius through two points]]
| [[Circles%20of%20given%20radius%20through%20two%20points|Circles of given radius through two points]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 60
| [[Department%20numbers|Department numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,874: Line 1,878:
| 59
| 59
| [[Best%20shuffle|Best shuffle]]
| [[Best%20shuffle|Best shuffle]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 59
| [[Department%20numbers|Department numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,923: Line 1,923:
| [[Emirp%20primes|Emirp primes]]
| [[Emirp%20primes|Emirp primes]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 58
| [[Hash%20join|Hash join]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|-
|-
| 58
| 58
Line 1,969: Line 1,973:
|-
|-
| 57
| 57
| [[Jewels%20and%20stones|Jewels and stones]]
| [[Hash%20join|Hash join]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||||⑨||⑩
|-
|-
| 57
| 57
Line 1,986: Line 1,990:
| 57
| 57
| [[Miller%E2%80%93Rabin%20primality%20test|Miller–Rabin primality test]]
| [[Miller%E2%80%93Rabin%20primality%20test|Miller–Rabin primality test]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 57
| [[Sort%20three%20variables|Sort three variables]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,013: Line 2,021:
|-
|-
| 56
| 56
| [[I%20before%20E%20except%20after%20C|I before E except after C]]
| [[Integer%20overflow|Integer overflow]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 56
| 56
| [[Integer%20overflow|Integer overflow]]
| [[Jewels%20and%20stones|Jewels and stones]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,046: Line 2,054:
| 56
| 56
| [[Singleton|Singleton]]
| [[Singleton|Singleton]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 56
| [[Sort%20three%20variables|Sort three variables]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,095: Line 2,099:
| [[Forest%20fire|Forest fire]]
| [[Forest%20fire|Forest fire]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨||⑩
|①||②||③||④||⑤||⑥|| ||⑧||⑨||⑩
|-
| 55
| [[I%20before%20E%20except%20after%20C|I before E except after C]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 55
| 55
Line 2,114: Line 2,114:
| 55
| 55
| [[Stack%20traces|Stack traces]]
| [[Stack%20traces|Stack traces]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 55
| [[Stern-Brocot%20sequence|Stern-Brocot sequence]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,126: Line 2,130:
| 54
| 54
| [[Cartesian%20product%20of%20two%20or%20more%20lists|Cartesian product of two or more lists]]
| [[Cartesian%20product%20of%20two%20or%20more%20lists|Cartesian product of two or more lists]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 54
| [[Damm%20algorithm|Damm algorithm]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 54
| 54
| [[Grayscale%20image|Grayscale image]]
| [[Grayscale%20image|Grayscale image]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 54
| [[Longest%20common%20prefix|Longest common prefix]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,165: Line 2,177:
|-
|-
| 53
| 53
| [[Abundant%20odd%20numbers|Abundant odd numbers]]
| [[Damm%20algorithm|Damm algorithm]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,171: Line 2,183:
| [[Draw%20a%20pixel|Draw a pixel]]
| [[Draw%20a%20pixel|Draw a pixel]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|- style="background-color: #ffc"
| 53
| 53
| [[Ludic%20numbers|Ludic numbers]]
| [[Longest%20common%20prefix|Longest common prefix]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,179: Line 2,191:
| [[Maximum%20triangle%20path%20sum|Maximum triangle path sum]]
| [[Maximum%20triangle%20path%20sum|Maximum triangle path sum]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 53
| [[Modulinos|Modulinos]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨||⑩
|-
|-
| 53
| 53
Line 2,186: Line 2,202:
| 53
| 53
| [[Send%20email|Send email]]
| [[Send%20email|Send email]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 53
| [[Stern-Brocot%20sequence|Stern-Brocot sequence]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,201: Line 2,213:
|-
|-
| 53
| 53
| [[Ternary%20logic|Ternary logic]]
| [[XML%2FDOM%20serialization|XML/DOM serialization]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 52
| 53
| [[XML%2FDOM%20serialization|XML/DOM serialization]]
| [[Abundant%20odd%20numbers|Abundant odd numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,226: Line 2,238:
| 52
| 52
| [[Keyboard%20input%2FKeypress%20check|Keyboard input/Keypress check]]
| [[Keyboard%20input%2FKeypress%20check|Keyboard input/Keypress check]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 52
| [[Ludic%20numbers|Ludic numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 52
| 52
| [[Statistics%2FBasic|Statistics/Basic]]
| [[Statistics%2FBasic|Statistics/Basic]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 52
| [[Ternary%20logic|Ternary logic]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,254: Line 2,258:
| 51
| 51
| [[Convert%20decimal%20number%20to%20rational|Convert decimal number to rational]]
| [[Convert%20decimal%20number%20to%20rational|Convert decimal number to rational]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 51
| [[Gaussian%20elimination|Gaussian elimination]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,263: Line 2,271:
| [[Long%20year|Long year]]
| [[Long%20year|Long year]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨|| 
|①||②||③||④||⑤||⑥||⑦|| ||⑨|| 
|-
|- style="background-color: #ffc"
| 51
| 51
| [[Longest%20increasing%20subsequence|Longest increasing subsequence]]
| [[Modulinos|Modulinos]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||||⑧||⑨||⑩
|-
|-
| 51
| 51
Line 2,287: Line 2,295:
|data-sort-value="base0C64 decode data"| [[Base64%20decode%20data|Base64 decode data]]
|data-sort-value="base0C64 decode data"| [[Base64%20decode%20data|Base64 decode data]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|-
| 50
| [[Call%20a%20function%20in%20a%20shared%20library|Call a function in a shared library]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 50
| 50
Line 2,302: Line 2,314:
| 50
| 50
| [[GUI%20component%20interaction|GUI component interaction]]
| [[GUI%20component%20interaction|GUI component interaction]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 50
| [[Gaussian%20elimination|Gaussian elimination]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 50
| 50
| [[Heronian%20triangles|Heronian triangles]]
| [[Heronian%20triangles|Heronian triangles]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 50
| [[Longest%20increasing%20subsequence|Longest increasing subsequence]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,338: Line 2,342:
| 49
| 49
| [[Archimedean%20spiral|Archimedean spiral]]
| [[Archimedean%20spiral|Archimedean spiral]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 49
| [[Call%20a%20function%20in%20a%20shared%20library|Call a function in a shared library]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,402: Line 2,402:
| 48
| 48
| [[Make%20directory%20path|Make directory path]]
| [[Make%20directory%20path|Make directory path]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 48
| [[Move-to-front%20algorithm|Move-to-front algorithm]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,438: Line 2,442:
| 47
| 47
| [[Extensible%20prime%20generator|Extensible prime generator]]
| [[Extensible%20prime%20generator|Extensible prime generator]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 47
| [[Holidays%20related%20to%20Easter|Holidays related to Easter]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,447: Line 2,455:
| [[Metaprogramming|Metaprogramming]]
| [[Metaprogramming|Metaprogramming]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
| 47
| [[Move-to-front%20algorithm|Move-to-front algorithm]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 47
| 47
Line 2,481: Line 2,485:
|-
|-
| 46
| 46
| [[History%20variables|History variables]]
| [[Holidays%20related%20to%20Easter|Holidays related to Easter]]
|①||②||③||④||⑤||⑥||⑦||||⑨||⑩
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|-
|-
| 46
| 46
Line 2,517: Line 2,521:
|-
|-
| 45
| 45
| [[Determine%20if%20a%20string%20is%20collapsible|Determine if a string is collapsible]]
| [[Execute%20a%20Markov%20algorithm|Execute a Markov algorithm]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|-
|-
| 45
| 45
| [[Execute%20a%20Markov%20algorithm|Execute a Markov algorithm]]
| [[History%20variables|History variables]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||||⑨||⑩
|-
|-
| 45
| 45
Line 2,586: Line 2,590:
| 44
| 44
| [[Kronecker%20product|Kronecker product]]
| [[Kronecker%20product|Kronecker product]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 44
| [[McNuggets%20problem|McNuggets problem]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,623: Line 2,631:
| [[Bulls%20and%20cows%2FPlayer|Bulls and cows/Player]]
| [[Bulls%20and%20cows%2FPlayer|Bulls and cows/Player]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 43
| [[Determine%20if%20a%20string%20is%20collapsible|Determine if a string is collapsible]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|-
|-
| 43
| 43
Line 2,641: Line 2,645:
|-
|-
| 43
| 43
| [[Parsing%2FShunting-yard%20algorithm|Parsing/Shunting-yard algorithm]]
| [[McNuggets%20problem|McNuggets problem]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 43
| 43
| [[RPG%20attributes%20generator|RPG attributes generator]]
| [[Parsing%2FShunting-yard%20algorithm|Parsing/Shunting-yard algorithm]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,677: Line 2,681:
|-
|-
| 42
| 42
| [[Hickerson%20series%20of%20almost%20integers|Hickerson series of almost integers]]
| [[Percentage%20difference%20between%20images|Percentage difference between images]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 42
| 42
|data-sort-value="md0B5/implementation"| [[MD5%2FImplementation|MD5/Implementation]]
| [[RPG%20attributes%20generator|RPG attributes generator]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 42
| [[Percentage%20difference%20between%20images|Percentage difference between images]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,723: Line 2,731:
| [[Gapful%20numbers|Gapful numbers]]
| [[Gapful%20numbers|Gapful numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|-
| 41
| [[Hickerson%20series%20of%20almost%20integers|Hickerson series of almost integers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 41
| 41
Line 2,734: Line 2,738:
| 41
| 41
| [[Kernighans%20large%20earthquake%20problem|Kernighans large earthquake problem]]
| [[Kernighans%20large%20earthquake%20problem|Kernighans large earthquake problem]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 41
|data-sort-value="md0B5/implementation"| [[MD5%2FImplementation|MD5/Implementation]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,810: Line 2,810:
| 40
| 40
| [[Sorting%20algorithms%2FStrand%20sort|Sorting algorithms/Strand sort]]
| [[Sorting%20algorithms%2FStrand%20sort|Sorting algorithms/Strand sort]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 40
| [[Summarize%20and%20say%20sequence|Summarize and say sequence]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,850: Line 2,854:
| 39
| 39
| [[Sorting%20Algorithms%2FCircle%20Sort|Sorting Algorithms/Circle Sort]]
| [[Sorting%20Algorithms%2FCircle%20Sort|Sorting Algorithms/Circle Sort]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 39
| [[Summarize%20and%20say%20sequence|Summarize and say sequence]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,890: Line 2,890:
| 38
| 38
| [[Flipping%20bits%20game|Flipping bits game]]
| [[Flipping%20bits%20game|Flipping bits game]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 38
|data-sort-value="isbn0C13 check digit"| [[ISBN13%20check%20digit|ISBN13 check digit]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,942: Line 2,946:
| 37
| 37
| [[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]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 37
|data-sort-value="isbn0C13 check digit"| [[ISBN13%20check%20digit|ISBN13 check digit]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 37
| 37
| [[Kahan%20summation|Kahan summation]]
| [[Kahan%20summation|Kahan summation]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 37
| [[LU%20decomposition|LU decomposition]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,042: Line 3,046:
| 36
| 36
| [[Input%2FOutput%20for%20pairs%20of%20numbers|Input/Output for pairs of numbers]]
| [[Input%2FOutput%20for%20pairs%20of%20numbers|Input/Output for pairs of numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 36
| [[LU%20decomposition|LU decomposition]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,111: Line 3,111:
| [[Brazilian%20numbers|Brazilian numbers]]
| [[Brazilian%20numbers|Brazilian numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|-
| 35
| [[Convex%20hull|Convex hull]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 35
| 35
Line 3,171: Line 3,175:
| [[Conjugate%20transpose|Conjugate transpose]]
| [[Conjugate%20transpose|Conjugate transpose]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
| 34
| [[Convex%20hull|Convex hull]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 34
| 34
Line 3,186: Line 3,186:
| 34
| 34
| [[Entropy%2FNarcissist|Entropy/Narcissist]]
| [[Entropy%2FNarcissist|Entropy/Narcissist]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 34
| [[Humble%20numbers|Humble numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 34
| [[Idiomatically%20determine%20all%20the%20lowercase%20and%20uppercase%20letters|Idiomatically determine all the lowercase and uppercase letters]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,194: Line 3,202:
| 34
| 34
| [[Maze%20solving|Maze solving]]
| [[Maze%20solving|Maze solving]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 34
| [[Metronome|Metronome]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,199: Line 3,211:
| [[Ordered%20partitions|Ordered partitions]]
| [[Ordered%20partitions|Ordered partitions]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
| 34
| [[Remove%20vowels%20from%20a%20string|Remove vowels from a string]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|-
|-
| 34
| 34
Line 3,219: Line 3,235:
| [[Executable%20library|Executable library]]
| [[Executable%20library|Executable library]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨||⑩
|①||②||③||④||⑤||⑥|| ||⑧||⑨||⑩
|-
| 33
| [[Humble%20numbers|Humble numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 33
| [[Idiomatically%20determine%20all%20the%20lowercase%20and%20uppercase%20letters|Idiomatically determine all the lowercase and uppercase letters]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 33
| 33
Line 3,235: Line 3,243:
| [[Loops%2FWith%20multiple%20ranges|Loops/With multiple ranges]]
| [[Loops%2FWith%20multiple%20ranges|Loops/With multiple ranges]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|-
| 33
| [[Metronome|Metronome]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 33
| 33
Line 3,247: Line 3,251:
| [[Parse%20command-line%20arguments|Parse command-line arguments]]
| [[Parse%20command-line%20arguments|Parse command-line arguments]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
| 33
| [[Pattern%20matching|Pattern matching]]
|①||②||③||④||⑤|| ||⑦|| || ||⑩
|-
|-
| 33
| 33
Line 3,262: Line 3,270:
| 33
| 33
| [[Recaman%27s%20sequence|Recaman's sequence]]
| [[Recaman%27s%20sequence|Recaman's sequence]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|- style="background-color: #ffc"
| 33
| [[Remove%20vowels%20from%20a%20string|Remove vowels from a string]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|-
|-
Line 3,383: Line 3,387:
| [[Numeric%20error%20propagation|Numeric error propagation]]
| [[Numeric%20error%20propagation|Numeric error propagation]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 31
| [[Pattern%20matching|Pattern matching]]
|①||②||③||④||⑤|| ||⑦|| || ||⑩
|-
|-
| 31
| 31
Line 3,399: Line 3,399:
| [[Rosetta%20Code%2FFind%20unimplemented%20tasks|Rosetta Code/Find unimplemented tasks]]
| [[Rosetta%20Code%2FFind%20unimplemented%20tasks|Rosetta Code/Find unimplemented tasks]]
|①||②||③||④||⑤||⑥|| || || ||⑩
|①||②||③||④||⑤||⑥|| || || ||⑩
|-
| 31
| [[Safe%20primes%20and%20unsafe%20primes|Safe primes and unsafe primes]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|-
|-
| 31
| 31
Line 3,503: Line 3,507:
| [[Death%20Star|Death Star]]
| [[Death%20Star|Death Star]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨||⑩
|①||②||③||④||⑤||⑥|| ||⑧||⑨||⑩
|- style="background-color: #ffc"
| 29
| [[Decision%20tables|Decision tables]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 29
| 29
Line 3,519: Line 3,527:
| [[FTP|FTP]]
| [[FTP|FTP]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 29
| [[HTTPS%2FAuthenticated|HTTPS/Authenticated]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
|-
| 29
| 29
| [[Memory%20layout%20of%20a%20data%20structure|Memory layout of a data structure]]
| [[Memory%20layout%20of%20a%20data%20structure|Memory layout of a data structure]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
| 29
| [[Mian-Chowla%20sequence|Mian-Chowla sequence]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|-
| 29
| [[Modular%20arithmetic|Modular arithmetic]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 29
| 29
Line 3,545: Line 3,565:
|-
|-
| 29
| 29
| [[Primality%20by%20Wilson%27s%20theorem|Primality by Wilson's theorem]]
| [[Safe%20primes%20and%20unsafe%20primes|Safe primes and unsafe primes]]
|①||②||③||④||⑤||⑥||||⑧||⑨|| 
|①||②||③||④||⑤||⑥|| ||⑧||⑨|| 
|-
| 29
| [[Set%20of%20real%20numbers|Set of real numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 29
| 29
Line 3,555: Line 3,579:
|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"
| 29
| [[Word%20break%20problem|Word break problem]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|-
|-
| 28
| 28
Line 3,583: Line 3,611:
| [[Diversity%20prediction%20theorem|Diversity prediction theorem]]
| [[Diversity%20prediction%20theorem|Diversity prediction theorem]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|- style="background-color: #ffc"
| 28
| [[Find%20first%20and%20last%20set%20bit%20of%20a%20long%20integer|Find first and last set bit of a long integer]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 28
| 28
Line 3,589: Line 3,621:
|-
|-
| 28
| 28
| [[Honeycombs|Honeycombs]]
| [[HTTPS%2FAuthenticated|HTTPS/Authenticated]]
|①||②||③||||⑤||⑥||⑦||⑧|| ||⑩
|①||②||③|| ||⑤||⑥||⑦||⑧||||⑩
|-
|-
| 28
| 28
| [[Jacobi%20symbol|Jacobi symbol]]
| [[Jacobi%20symbol|Jacobi symbol]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|-
| 28
| [[Mian-Chowla%20sequence|Mian-Chowla sequence]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|-
| 28
| [[Modular%20arithmetic|Modular arithmetic]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 28
| [[Primality%20by%20Wilson%27s%20theorem|Primality by Wilson's theorem]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨|| 
|-
|-
| 28
| 28
Line 3,617: Line 3,637:
|-
|-
| 28
| 28
| [[Stream%20merge|Stream merge]]
| [[Set%20of%20real%20numbers|Set of real numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 28
| 28
| [[Strong%20and%20weak%20primes|Strong and weak primes]]
| [[Stream%20merge|Stream merge]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|-
|-
| 28
| 28
| [[Verify%20distribution%20uniformity%2FChi-squared%20test|Verify distribution uniformity/Chi-squared test]]
| [[Verify%20distribution%20uniformity%2FChi-squared%20test|Verify distribution uniformity/Chi-squared test]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 28
| [[Word%20break%20problem|Word break problem]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|-
|-
| 27
| 27
Line 3,642: Line 3,658:
| 27
| 27
| [[Chebyshev%20coefficients|Chebyshev coefficients]]
| [[Chebyshev%20coefficients|Chebyshev coefficients]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 27
| [[Decision%20tables|Decision tables]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 27
| [[Find%20first%20and%20last%20set%20bit%20of%20a%20long%20integer|Find first and last set bit of a long integer]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,661: Line 3,669:
|-
|-
| 27
| 27
| [[Isqrt%20%28integer%20square%20root%29%20of%20X|Isqrt (integer square root) of X]]
| [[Honeycombs|Honeycombs]]
|①||②||③|| ||⑤||⑥||⑦||⑧||⑨||
|①||②||③||||⑤||⑥||⑦||⑧||⑨|| 
|-
|-
| 27
| 27
Line 3,671: Line 3,679:
| [[Law%20of%20cosines%20-%20triples|Law of cosines - triples]]
| [[Law%20of%20cosines%20-%20triples|Law of cosines - triples]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|-
| 27
| [[Palindromic%20gapful%20numbers|Palindromic gapful numbers]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨|| 
|-
|-
| 27
| 27
Line 3,707: Line 3,719:
| [[State%20name%20puzzle|State name puzzle]]
| [[State%20name%20puzzle|State name puzzle]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 27
| [[Strong%20and%20weak%20primes|Strong and weak primes]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|-
|-
| 27
| 27
Line 3,734: Line 3,742:
| 26
| 26
| [[Angles%20%28geometric%29%2C%20normalization%20and%20conversion|Angles (geometric), normalization and conversion]]
| [[Angles%20%28geometric%29%2C%20normalization%20and%20conversion|Angles (geometric), normalization and conversion]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 26
| [[Birthday%20problem|Birthday problem]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,753: Line 3,765:
|-
|-
| 26
| 26
| [[Gauss-Jordan%20matrix%20inversion|Gauss-Jordan matrix inversion]]
| [[Isqrt%20%28integer%20square%20root%29%20of%20X|Isqrt (integer square root) of X]]
|①||②||③||④||⑤||⑥||⑦||||⑨|| 
|①||②||③||④||⑤||⑥||⑦|| ||⑨||
|-
|-
| 26
| 26
Line 3,763: Line 3,775:
| [[Nautical%20bell|Nautical bell]]
| [[Nautical%20bell|Nautical bell]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 26
| [[Palindromic%20gapful%20numbers|Palindromic gapful numbers]]
|①||②||③||④|| ||⑥|| ||⑧||⑨|| 
|-
|-
| 26
| 26
Line 3,779: Line 3,787:
| [[Smarandache%20prime-digital%20sequence|Smarandache prime-digital sequence]]
| [[Smarandache%20prime-digital%20sequence|Smarandache prime-digital sequence]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨|| 
|①||②||③||④||⑤||⑥|| ||⑧||⑨|| 
|-
| 26
| [[Super-d%20numbers|Super-d numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 26
| 26
Line 3,791: Line 3,803:
| [[A%2A%20search%20algorithm|A* search algorithm]]
| [[A%2A%20search%20algorithm|A* search algorithm]]
|①||②||③||④|| ||⑥||⑦||⑧||⑨||⑩
|①||②||③||④|| ||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 25
| [[Birthday%20problem|Birthday problem]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 25
| 25
Line 3,807: Line 3,815:
| [[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]]
|①||②||③||④|| || ||⑦||⑧|| ||⑩
|①||②||③||④|| || ||⑦||⑧|| ||⑩
|-
| 25
| [[Fermat%20numbers|Fermat numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|-
|-
| 25
| 25
Line 3,817: Line 3,829:
|-
|-
| 25
| 25
| [[Idiomatically%20determine%20all%20the%20characters%20that%20can%20be%20used%20for%20symbols|Idiomatically determine all the characters that can be used for symbols]]
| [[Gauss-Jordan%20matrix%20inversion|Gauss-Jordan matrix inversion]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|-
|-
Line 3,831: Line 3,843:
| [[Length%20of%20an%20arc%20between%20two%20angles|Length of an arc between two angles]]
| [[Length%20of%20an%20arc%20between%20two%20angles|Length of an arc between two angles]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|-
| 25
| [[Machine%20code|Machine code]]
|①||②||③||④|| ||⑥||⑦||⑧|| ||⑩
|-
|-
| 25
| 25
Line 3,851: Line 3,867:
| [[Sequence%20of%20primorial%20primes|Sequence of primorial primes]]
| [[Sequence%20of%20primorial%20primes|Sequence of primorial primes]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 25
| [[Super-d%20numbers|Super-d numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|-
|-
| 25
| 25
Line 3,871: Line 3,883:
| [[Audio%20alarm|Audio alarm]]
| [[Audio%20alarm|Audio alarm]]
|①||②||③|| || ||⑥||⑦|| ||⑨||⑩
|①||②||③|| || ||⑥||⑦|| ||⑨||⑩
|- style="background-color: #ffc"
| 24
| [[Cipolla%27s%20algorithm|Cipolla's algorithm]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 24
| 24
Line 3,877: Line 3,893:
|-
|-
| 24
| 24
| [[Generate%20random%20chess%20position|Generate random chess position]]
| [[Fermat%20numbers|Fermat numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|-
|-
| 24
| 24
| [[Hough%20transform|Hough transform]]
| [[Generate%20random%20chess%20position|Generate random chess position]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
|-
| 24
| 24
| [[K-means%2B%2B%20clustering|K-means++ clustering]]
| [[K-means%2B%2B%20clustering|K-means++ clustering]]
|①||②||③||④|| ||⑥||⑦||⑧||⑨||⑩
|①||②||③||④|| ||⑥||⑦||⑧||⑨||⑩
|-
| 24
| [[Machine%20code|Machine code]]
|①||②||③||④|| ||⑥||⑦||⑧|| ||⑩
|-
|-
| 24
| 24
Line 3,951: Line 3,963:
| [[Yahoo%21%20search%20interface|Yahoo! search interface]]
| [[Yahoo%21%20search%20interface|Yahoo! search interface]]
|①|| || ||④||⑤||⑥||⑦|| ||⑨||⑩
|①|| || ||④||⑤||⑥||⑦|| ||⑨||⑩
|-
| 24
| [[Zumkeller%20numbers|Zumkeller numbers]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|- style="background-color: #ffc"
| 23
|data-sort-value="base0C58check encoding"| [[Base58Check%20encoding|Base58Check encoding]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|-
|-
| 23
| 23
Line 3,971: Line 3,991:
| [[Function%20frequency|Function frequency]]
| [[Function%20frequency|Function frequency]]
|①||②||③||④||⑤||⑥|| ||⑧|| ||⑩
|①||②||③||④||⑤||⑥|| ||⑧|| ||⑩
|-
| 23
| [[Hough%20transform|Hough transform]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 23
| [[Idiomatically%20determine%20all%20the%20characters%20that%20can%20be%20used%20for%20symbols|Idiomatically determine all the characters that can be used for symbols]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|-
|-
| 23
| 23
Line 3,991: Line 4,003:
| [[Markov%20chain%20text%20generator|Markov chain text generator]]
| [[Markov%20chain%20text%20generator|Markov chain text generator]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|-
| 23
| [[Mind%20boggling%20card%20trick|Mind boggling card trick]]
|①||②||③||④||⑤||⑥||⑦||⑧|| || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 23
| 23
Line 4,032: Line 4,048:
|①||②||③||④||⑤||⑥||⑦|| || || 
|①||②||③||④||⑤||⑥||⑦|| || || 
|-
|-
| 23
| [[Zumkeller%20numbers|Zumkeller numbers]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|- style="background-color: #ffc"
| 22
| 22
| [[Commatizing%20numbers|Commatizing numbers]]
|data-sort-value="base0C58check encoding"| [[Base58Check%20encoding|Base58Check encoding]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|- style="background-color: #ffc"
| 22
| [[Cipolla%27s%20algorithm|Cipolla's algorithm]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 22
| 22
Line 4,063: Line 4,071:
| [[Lucky%20and%20even%20lucky%20numbers|Lucky and even lucky numbers]]
| [[Lucky%20and%20even%20lucky%20numbers|Lucky and even lucky numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|- style="background-color: #ffc"
|-
| 22
| 22
| [[Numbers%20with%20equal%20rises%20and%20falls|Numbers with equal rises and falls]]
| [[Mind%20boggling%20card%20trick|Mind boggling card trick]]
|①||②||③||④||⑤||⑥||||⑧|| || 
|①||②||③||④||⑤||⑥|| ||⑧|| || 
|-
|-
| 22
| 22
Line 4,103: Line 4,111:
| [[Alternade%20words|Alternade words]]
| [[Alternade%20words|Alternade words]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨|| 
|①||②||③||④||⑤||⑥|| ||⑧||⑨|| 
|-
| 21
| [[Commatizing%20numbers|Commatizing numbers]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|-
|-
| 21
| 21
| [[De%20Bruijn%20sequences|De Bruijn sequences]]
| [[De%20Bruijn%20sequences|De Bruijn sequences]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|- style="background-color: #ffc"
| 21
| [[Finite%20state%20machine|Finite state machine]]
|①||②||③||④|| ||⑥||⑦||⑧||⑨||⑩
|-
|-
| 21
| 21
Line 4,123: Line 4,131:
| [[Kolakoski%20sequence|Kolakoski sequence]]
| [[Kolakoski%20sequence|Kolakoski sequence]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|-
| 21
| [[List%20rooted%20trees|List rooted trees]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 21
| 21
Line 4,131: Line 4,143:
| [[Matrix%20chain%20multiplication|Matrix chain multiplication]]
| [[Matrix%20chain%20multiplication|Matrix chain multiplication]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|- style="background-color: #ffc"
| 21
| 21
| [[Next%20highest%20int%20from%20digits|Next highest int from digits]]
| [[Numbers%20with%20equal%20rises%20and%20falls|Numbers with equal rises and falls]]
|①||②||③||④||⑤||⑥|| ||⑧|| || 
|①||②||③||④||⑤||⑥||||⑧|||| 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 21
| 21
Line 4,171: Line 4,183:
| [[Eertree|Eertree]]
| [[Eertree|Eertree]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|-
| 20
| [[List%20rooted%20trees|List rooted trees]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 20
| 20
Line 4,191: Line 4,199:
| [[Native%20shebang|Native shebang]]
| [[Native%20shebang|Native shebang]]
|①||②||③||④||⑤||⑥|| ||⑧|| ||⑩
|①||②||③||④||⑤||⑥|| ||⑧|| ||⑩
|-
| 20
| [[Next%20highest%20int%20from%20digits|Next highest int from digits]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 20
| 20
Line 4,223: Line 4,227:
| [[Solve%20a%20Numbrix%20puzzle|Solve a Numbrix puzzle]]
| [[Solve%20a%20Numbrix%20puzzle|Solve a Numbrix puzzle]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|- style="background-color: #ffc"
| 20
| [[Tau%20number|Tau number]]
|①||②||③||④||⑤||⑥|| || || || 
|-
|-
| 20
| 20
Line 4,243: Line 4,251:
| [[Bioinformatics%2FSequence%20mutation|Bioinformatics/Sequence mutation]]
| [[Bioinformatics%2FSequence%20mutation|Bioinformatics/Sequence mutation]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨||⑩
|①||②||③||④||⑤||⑥|| ||⑧||⑨||⑩
|- style="background-color: #ffc"
| 19
| [[Code%20segment%20unload|Code segment unload]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|-
|-
| 19
| 19
Line 4,255: Line 4,267:
| [[Esthetic%20numbers|Esthetic numbers]]
| [[Esthetic%20numbers|Esthetic numbers]]
|①||②||③||④||⑤|| ||⑦||⑧||⑨|| 
|①||②||③||④||⑤|| ||⑦||⑧||⑨|| 
|- style="background-color: #ffc"
| 19
| [[Finite%20state%20machine|Finite state machine]]
|①||②||③||④|| ||⑥||⑦||⑧||⑨||⑩
|-
|-
| 19
| 19
Line 4,306: Line 4,314:
| 19
| 19
| [[Tau%20function|Tau function]]
| [[Tau%20function|Tau function]]
|①||②||③||④||⑤||⑥|| || || || 
|- style="background-color: #ffc"
| 19
| [[Tau%20number|Tau number]]
|①||②||③||④||⑤||⑥|| || || || 
|①||②||③||④||⑤||⑥|| || || || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 4,315: Line 4,319:
| [[Untrusted%20environment|Untrusted environment]]
| [[Untrusted%20environment|Untrusted environment]]
|①||②|| ||④||⑤|| ||⑦||⑧|| ||⑩
|①||②|| ||④||⑤|| ||⑦||⑧|| ||⑩
|-
| 19
| [[Vigen%C3%A8re%20cipher%2FCryptanalysis|Vigenère cipher/Cryptanalysis]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 19
| 19
| [[Words%20containing%20%22the%22%20substring|Words containing "the" substring]]
| [[Words%20containing%20%22the%22%20substring|Words containing "the" substring]]
|①||②||③||④||⑤||⑥|| || || || 
|①||②||③||④||⑤||⑥|| || || || 
|-
| 18
| [[Abelian%20sandpile%20model%2FIdentity|Abelian sandpile model/Identity]]
|①||②||③||④|| ||⑥|| || || || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 18
| 18
Line 4,331: Line 4,343:
| [[Canonicalize%20CIDR|Canonicalize CIDR]]
| [[Canonicalize%20CIDR|Canonicalize CIDR]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨|| 
|①||②||③||④||⑤||⑥|| ||⑧||⑨|| 
|- style="background-color: #ffc"
| 18
| [[Code%20segment%20unload|Code segment unload]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|-
|-
| 18
| 18
Line 4,347: Line 4,355:
| [[EKG%20sequence%20convergence|EKG sequence convergence]]
| [[EKG%20sequence%20convergence|EKG sequence convergence]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|- style="background-color: #ffc"
| 18
| [[Extra%20primes|Extra primes]]
|①||②||③||④||⑤|| || ||⑧||⑨|| 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 18
| 18
Line 4,395: Line 4,407:
| [[Twin%20primes|Twin primes]]
| [[Twin%20primes|Twin primes]]
|①||②||③||④||⑤|| ||⑦||⑧||⑨|| 
|①||②||③||④||⑤|| ||⑦||⑧||⑨|| 
|-
| 18
| [[Vigen%C3%A8re%20cipher%2FCryptanalysis|Vigenère cipher/Cryptanalysis]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 17
| 17
Line 4,407: Line 4,415:
| [[ABC%20words|ABC words]]
| [[ABC%20words|ABC words]]
|①||②||③||④||⑤||⑥|| || ||⑨|| 
|①||②||③||④||⑤||⑥|| || ||⑨|| 
|-
| 17
| [[Abelian%20sandpile%20model%2FIdentity|Abelian sandpile model/Identity]]
|①||②||③||④|| ||⑥|| || || || 
|-
|-
| 17
| 17
Line 4,443: Line 4,447:
| [[Metallic%20ratios|Metallic ratios]]
| [[Metallic%20ratios|Metallic ratios]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨|| 
|①||②||③||④||⑤||⑥||⑦|| ||⑨|| 
|- style="background-color: #ffc"
| 17
| [[Odd%20words|Odd words]]
|①||②||③||④||⑤|| || || ||⑨|| 
|-
|-
| 17
| 17
Line 4,459: Line 4,467:
| [[Proof|Proof]]
| [[Proof|Proof]]
|①||②|| ||④|| || || || || ||⑩
|①||②|| ||④|| || || || || ||⑩
|-
| 17
| [[Self%20numbers|Self numbers]]
|①||②||③||④||⑤||⑥|| ||⑧|| || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 17
| 17
Line 4,491: Line 4,503:
| [[Chernick%27s%20Carmichael%20numbers|Chernick's Carmichael numbers]]
| [[Chernick%27s%20Carmichael%20numbers|Chernick's Carmichael numbers]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨|| 
|①||②||③||④||⑤||⑥|| ||⑧||⑨|| 
|- style="background-color: #ffc"
| 16
| [[Extra%20primes|Extra primes]]
|①||②||③||④|| || || ||⑧|| || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 16
| 16
Line 4,525: Line 4,533:
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 16
| 16
| [[Odd%20words|Odd words]]
| [[Pancake%20numbers|Pancake numbers]]
|①||②||③||④||⑤|| || || |||| 
|①||②||③||④||⑤|| |||||| || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 16
| 16
Line 4,539: Line 4,547:
| [[Prime%20words|Prime words]]
| [[Prime%20words|Prime words]]
|①||②||③||④||⑤|| || || || || 
|①||②||③||④||⑤|| || || || || 
|-
| 16
|data-sort-value="pseudo-random numbers/pcg0C32"| [[Pseudo-random%20numbers%2FPCG32|Pseudo-random numbers/PCG32]]
|①||②||③||④||⑤||⑥||⑦||⑧|| || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 16
| 16
Line 4,555: Line 4,567:
| [[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"
| 15
| [[Find%20words%20which%20odd%20letters%20are%20consonants%20and%20even%20letters%20are%20vowels%20or%20vice%20versa|Find words which odd letters are consonants and even letters are vowels or vice versa]]
|①||②||③||④||⑤|| || ||⑧|| || 
|-
|-
| 15
| 15
Line 4,595: Line 4,611:
| [[Retrieve%20and%20search%20chat%20history|Retrieve and search chat history]]
| [[Retrieve%20and%20search%20chat%20history|Retrieve and search chat history]]
|①||②||③||④|| ||⑥|| ||⑧|| ||⑩
|①||②||③||④|| ||⑥|| ||⑧|| ||⑩
|-
| 15
| [[Self%20numbers|Self numbers]]
|①||②||③||④|| ||⑥|| ||⑧|| || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 15
| 15
Line 4,607: Line 4,619:
| [[Snake|Snake]]
| [[Snake|Snake]]
|①||②||③||④||⑤|| ||⑦||⑧||⑨|| 
|①||②||③||④||⑤|| ||⑦||⑧||⑨|| 
|- style="background-color: #ffc"
| 15
| [[Square%20root%20by%20hand|Square root by hand]]
|①||②||③||④||⑤|| ||⑦|| ||⑨|| 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 15
| 15
| [[Suffix%20tree|Suffix tree]]
| [[Suffix%20tree|Suffix tree]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|- style="background-color: #ffc"
| 15
| [[Vibrating%20rectangles|Vibrating rectangles]]
|①||②||③||④||⑤||⑥|| ||⑧|| ||⑩
|-
|-
| 14
| 14
Line 4,631: Line 4,651:
| [[Cyclotomic%20polynomial|Cyclotomic polynomial]]
| [[Cyclotomic%20polynomial|Cyclotomic polynomial]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨|| 
|①||②||③||④||⑤||⑥||⑦|| ||⑨|| 
|- style="background-color: #ffc"
| 14
| [[Find%20if%20a%20point%20is%20within%20a%20triangle|Find if a point is within a triangle]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨|| 
|-
|-
| 14
| 14
Line 4,639: Line 4,663:
| [[Generalised%20floating%20point%20addition|Generalised floating point addition]]
| [[Generalised%20floating%20point%20addition|Generalised floating point addition]]
|①||②||③||④||⑤|| ||⑦|| ||⑨||⑩
|①||②||③||④||⑤|| ||⑦|| ||⑨||⑩
|- style="background-color: #ffc"
| 14
| [[Getting%20the%20number%20of%20decimals|Getting the number of decimals]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 14
| 14
Line 4,651: Line 4,679:
| [[Logistic%20curve%20fitting%20in%20epidemiology|Logistic curve fitting in epidemiology]]
| [[Logistic%20curve%20fitting%20in%20epidemiology|Logistic curve fitting in epidemiology]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|-
| 14
| [[Nimber%20arithmetic|Nimber arithmetic]]
|①||②||③||④||⑤|| || ||⑧||⑨|| 
|-
|-
| 14
| 14
Line 4,663: Line 4,695:
| [[Product%20of%20divisors|Product of divisors]]
| [[Product%20of%20divisors|Product of divisors]]
|①||②||③||④||⑤||⑥|| || || || 
|①||②||③||④||⑤||⑥|| || || || 
|-
| 14
|data-sort-value="pseudo-random numbers/pcg0C32"| [[Pseudo-random%20numbers%2FPCG32|Pseudo-random numbers/PCG32]]
|①||②||③||④|| ||⑥||⑦||⑧|| || 
|-
|-
| 14
| 14
Line 4,675: Line 4,703:
| [[Rare%20numbers|Rare numbers]]
| [[Rare%20numbers|Rare numbers]]
|①||②||③|| || || ||⑦|| ||⑨|| 
|①||②||③|| || || ||⑦|| ||⑨|| 
|- style="background-color: #ffc"
| 14
| [[Square%20root%20by%20hand|Square root by hand]]
|①||②||③||④|| || ||⑦|| ||⑨|| 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 14
| 14
Line 4,689: Line 4,713:
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 14
| 14
| [[Topological%20sort%2FExtracted%20top%20item|Topological sort/Extracted top item]]
| [[Vibrating%20rectangles|Vibrating rectangles]]
|①||②||③||④||⑤||⑥|| ||⑧|| ||⑩
|①||②||③||④||⑤||⑥||||⑧||||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 14
| 14
| [[XML%20validation|XML validation]]
| [[XML%20validation|XML validation]]
|①|| ||③||④||⑤||⑥||⑦||⑧||⑨|| 
|①|| ||③||④||⑤||⑥||⑦||⑧||⑨|| 
|- style="background-color: #ffc"
| 13
| [[Banker%27s%20algorithm|Banker's algorithm]]
|①||②||③||④||⑤|| ||⑦||⑧|| ||⑩
|-
|-
| 13
| 13
Line 4,703: Line 4,731:
|data-sort-value="deconvolution/0B2d+"| [[Deconvolution%2F2D%2B|Deconvolution/2D+]]
|data-sort-value="deconvolution/0B2d+"| [[Deconvolution%2F2D%2B|Deconvolution/2D+]]
|①||②||③||④||⑤||⑥|| ||⑧|| || 
|①||②||③||④||⑤||⑥|| ||⑧|| || 
|-
|- style="background-color: #ffc"
| 13
| 13
| [[Factorial%20base%20numbers%20indexing%20permutations%20of%20a%20collection|Factorial base numbers indexing permutations of a collection]]
| [[Find%20if%20a%20point%20is%20within%20a%20triangle|Find if a point is within a triangle]]
|①||②||③||④||⑤||⑥|| |||||| 
|①||②||③||④||⑤||⑥|| || || || 
|- style="background-color: #ffc"
| 13
| [[Getting%20the%20number%20of%20decimals|Getting the number of decimals]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨|| 
|-
|-
| 13
| 13
Line 4,719: Line 4,743:
| [[Merge%20and%20aggregate%20datasets|Merge and aggregate datasets]]
| [[Merge%20and%20aggregate%20datasets|Merge and aggregate datasets]]
|①||②||③||④||⑤||⑥|| || || || 
|①||②||③||④||⑤||⑥|| || || || 
|-
| 13
| [[Nimber%20arithmetic|Nimber arithmetic]]
|①||②||③||④|| || || ||⑧||⑨|| 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 13
| 13
| [[Pisano%20period|Pisano period]]
| [[Pisano%20period|Pisano period]]
|①||②||③||④||⑤||⑥|| || ||⑨|| 
|①||②||③||④||⑤||⑥|| || ||⑨|| 
|- style="background-color: #ffc"
| 13
|data-sort-value="pseudo-random numbers/splitmix0C64"| [[Pseudo-random%20numbers%2FSplitmix64|Pseudo-random numbers/Splitmix64]]
|①||②||③||④||⑤||⑥|| ||⑧|| || 
|-
| 13
| [[Pseudo-random%20numbers%2FXorshift%20star|Pseudo-random numbers/Xorshift star]]
|①||②||③||④||⑤||⑥|| ||⑧|| || 
|-
|-
| 13
| 13
Line 4,737: Line 4,765:
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 13
| 13
| [[Ulam%20numbers|Ulam numbers]]
| [[Topological%20sort%2FExtracted%20top%20item|Topological sort/Extracted top item]]
|①||②||③||④||⑤||⑥||||||||
|①||②||③||④||⑤||⑥|| || || || 
|- style="background-color: #ffc"
| 12
| [[Banker%27s%20algorithm|Banker's algorithm]]
|①||②||③||④||⑤|| ||⑦||⑧|| ||⑩
|-
|-
| 12
| 12
Line 4,751: Line 4,775:
| [[Continued%20fraction%2FArithmetic%2FG%28matrix%20ng%2C%20continued%20fraction%20n%29|Continued fraction/Arithmetic/G(matrix ng, continued fraction n)]]
| [[Continued%20fraction%2FArithmetic%2FG%28matrix%20ng%2C%20continued%20fraction%20n%29|Continued fraction/Arithmetic/G(matrix ng, continued fraction n)]]
|①||②||③||④|| ||⑥||⑦|| || ||⑩
|①||②||③||④|| ||⑥||⑦|| || ||⑩
|-
| 12
| [[Factorial%20base%20numbers%20indexing%20permutations%20of%20a%20collection|Factorial base numbers indexing permutations of a collection]]
|①||②||③||④||⑤||⑥|| || || || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 12
| 12
| [[Greed|Greed]]
| [[Find%20words%20which%20odd%20letters%20are%20consonants%20and%20even%20letters%20are%20vowels%20or%20vice%20versa|Find words which odd letters are consonants and even letters are vowels or vice versa]]
|①||②||③||④||⑤|| || || || || 
|①||②||③||④||⑤|| |||| |||| 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 12
| 12
Line 4,771: Line 4,791:
| [[OpenWebNet%20password|OpenWebNet password]]
| [[OpenWebNet%20password|OpenWebNet password]]
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|-
|- style="background-color: #ffc"
| 12
| 12
| [[Partition%20function%20P|Partition function P]]
| [[Pancake%20numbers|Pancake numbers]]
|①||②||③||④|| || ||||⑧|| || 
|①||②||③||④|||||| ||⑧|| || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 12
| 12
| [[Print%20itself|Print itself]]
| [[Print%20itself|Print itself]]
|①||②||③||④||⑤||⑥|| || || || 
|①||②||③||④||⑤||⑥|| || || || 
|- style="background-color: #ffc"
| 12
|data-sort-value="pseudo-random numbers/splitmix0C64"| [[Pseudo-random%20numbers%2FSplitmix64|Pseudo-random numbers/Splitmix64]]
|①||②||③||④|| ||⑥|| ||⑧|| || 
|-
| 12
| [[Pseudo-random%20numbers%2FXorshift%20star|Pseudo-random numbers/Xorshift star]]
|①||②||③||④|| ||⑥|| ||⑧|| || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 12
| 12
Line 4,799: Line 4,811:
| [[Simulated%20annealing|Simulated annealing]]
| [[Simulated%20annealing|Simulated annealing]]
|①||②||③||④||⑤|| || || || ||⑩
|①||②||③||④||⑤|| || || || ||⑩
|- style="background-color: #ffc"
| 12
| [[Ulam%20numbers|Ulam numbers]]
|①||②||③||④|| ||⑥|| || || || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 12
| 12
| [[XXXX%20redacted|XXXX redacted]]
| [[XXXX%20redacted|XXXX redacted]]
|①||②||③||④||⑤|| || ||⑧|| || 
|①||②||③||④||⑤|| || ||⑧|| || 
|- style="background-color: #ffc"
| 11
| [[Almkvist-Giullera%20formula%20for%20pi|Almkvist-Giullera formula for pi]]
|①||②||③||④||⑤||⑥|| || || || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 11
| 11
Line 4,821: Line 4,833:
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 11
| 11
| [[Launch%20rocket%20with%20countdown%20and%20acceleration%20in%20stdout|Launch rocket with countdown and acceleration in stdout]]
| [[Greed|Greed]]
|①||②||③||④|| || |||| |||| 
|①||②||③||④|||| || || || ||
|-
|-
| 11
| 11
|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]]
|①||②||③||④||⑤||⑥|| || ||⑨|| 
|①||②||③||④||⑤||⑥|| || ||⑨|| 
|-
| 11
| [[Partition%20function%20P|Partition function P]]
|①||②||③||④|| ||⑥|| ||⑧|| || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 11
| 11
Line 4,859: Line 4,867:
| [[VList|VList]]
| [[VList|VList]]
|①||②|| ||④|| || ||⑦||⑧|| ||⑩
|①||②|| ||④|| || ||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
| 10
| [[Almkvist-Giullera%20formula%20for%20pi|Almkvist-Giullera formula for pi]]
|①||②||③||④|| ||⑥|| || || || 
|-
|-
| 10
| 10
Line 4,875: Line 4,879:
| [[Colour%20pinstripe%2FPrinter|Colour pinstripe/Printer]]
| [[Colour%20pinstripe%2FPrinter|Colour pinstripe/Printer]]
|①||②||③||④|| ||⑥|| || || ||⑩
|①||②||③||④|| ||⑥|| || || ||⑩
|- style="background-color: #ffc"
| 10
| [[Combinations%20with%20repetitions%2FSquare%20digit%20chain|Combinations with repetitions/Square digit chain]]
|①||②||③||④||⑤|| ||⑦|| || || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 10
| 10
Line 4,887: Line 4,895:
| [[Faces%20from%20a%20mesh|Faces from a mesh]]
| [[Faces%20from%20a%20mesh|Faces from a mesh]]
|①||②||③||④||⑤||⑥|| || || || 
|①||②||③||④||⑤||⑥|| || || || 
|-
|- style="background-color: #ffc"
| 10
| 10
| [[Minkowski%20question-mark%20function|Minkowski question-mark function]]
| [[Launch%20rocket%20with%20countdown%20and%20acceleration%20in%20stdout|Launch rocket with countdown and acceleration in stdout]]
|①||②||③||④||⑤|| || || || ||
|①||②||③||④||⑤|||| || || || 
|-
|-
| 10
| 10
Line 4,931: Line 4,939:
| [[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]]
|①||②|| ||④|| || || || || || 
|①||②|| ||④|| || || || || || 
|- style="background-color: #ffc"
| 9
| [[Combinations%20with%20repetitions%2FSquare%20digit%20chain|Combinations with repetitions/Square digit chain]]
|①||②||③||④||⑤|| ||⑦|| || || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 9
| 9
Line 4,999: Line 5,003:
| [[Three%20word%20location|Three word location]]
| [[Three%20word%20location|Three word location]]
|①||②||③||④||⑤|| || ||⑧|| || 
|①||②||③||④||⑤|| || ||⑧|| || 
|- style="background-color: #ffc"
| 9
| [[War%20card%20game|War card game]]
|①||②||③||④||⑤||⑥|| || || || 
|-
|-
| 8
| 8
| [[Graph%20colouring|Graph colouring]]
| [[Graph%20colouring|Graph colouring]]
|①||②||③||④|| ||⑥|| || || ||⑩
|①||②||③||④|| ||⑥|| || || ||⑩
|- style="background-color: #ffc"
|-
| 8
| 8
| [[Multidimensional%20Newton-Raphson%20method|Multidimensional Newton-Raphson method]]
| [[Minkowski%20question-mark%20function|Minkowski question-mark function]]
|①||②||③||④|| || || || || || 
|①||②||③||④|| || |||| || || 
|-
|-
| 8
| 8
| [[Numerical%20and%20alphabetical%20suffixes|Numerical and alphabetical suffixes]]
| [[Numerical%20and%20alphabetical%20suffixes|Numerical and alphabetical suffixes]]
|①||②||③||④|| ||⑥|| || || || 
|①||②||③||④|| ||⑥|| || || || 
|-
| 8
|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"
| 8
| 8
Line 5,030: Line 5,042:
| 8
| 8
| [[Tree%20datastructures|Tree datastructures]]
| [[Tree%20datastructures|Tree datastructures]]
|①||②||③||④||⑤||⑥|| || || || 
|- style="background-color: #ffc"
| 8
| [[Two%20bullet%20roulette|Two bullet roulette]]
|①||②||③||④||⑤||⑥|| || || || 
|①||②||③||④||⑤||⑥|| || || || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 5,063: Line 5,079:
| [[Mayan%20calendar|Mayan calendar]]
| [[Mayan%20calendar|Mayan calendar]]
|①||②||③||④||⑤|| || || || || 
|①||②||③||④||⑤|| || || || || 
|- style="background-color: #ffc"
| 7
| [[Multidimensional%20Newton-Raphson%20method|Multidimensional Newton-Raphson method]]
|①||②||③||④|| || ||⑦|| || || 
|-
| 7
|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"
| 7
| 7
Line 5,079: Line 5,087:
| [[Robots|Robots]]
| [[Robots|Robots]]
|①||②||③||④|| || ||⑦|| ||⑨|| 
|①||②||③||④|| || ||⑦|| ||⑨|| 
|- style="background-color: #ffc"
| 7
| [[Two%20bullet%20roulette|Two bullet roulette]]
|①||②||③||④|| ||⑥|| || || || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 7
| 7
| [[URL%20shortener|URL shortener]]
| [[URL%20shortener|URL shortener]]
|①|| ||③||④|| ||⑥|| || || || 
|①|| ||③||④|| ||⑥|| || || || 
|- style="background-color: #ffc"
| 7
| [[War%20card%20game|War card game]]
|①||②||③|| ||⑤||⑥|| || || || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 6
| 6

Revision as of 21:35, 17 January 2021

Full output for the Rosetta Code/Count examples#Raku task. Updated periodically.

This is something of a experiment. The languages have their completed task entries marked with a circled digit in the table so you can sort on the language to see which tasks have been done. Hold down control and click on several columns to do secondary, tertiary, etc. sorts. Ideally it would be nice to be able to generate the table on demand for any language but it is fairly intensive to generate. Once a week is ok, on demand would be unsustainable.

More than about 10 languages per page gets unwieldy and difficult to navigate. Generate reports for the top N languages in groups of 10. (N == 40 for now.)

See Rosetta_Code/Rank_languages_by_popularity/Full_list for a full language/task completion table.

Top tier Second tier Third tier Fourth tier
First ten programming languages by number of task examples completed:
    ① Go            ② Phix          ③ Julia         ④ Raku          ⑤ Perl         
    ⑥ Python        ⑦ Kotlin        ⑧ C             ⑨ Java          ⑩ Racket       
As of 2021-01-17T21:26:20Z :: Tasks: 1083 :: Draft Tasks:226 :: Total Tasks: 1309 :: Total Examples: 72396
Count Task
480 Hello world/Text
318 99 bottles of beer
313 100 doors
310 FizzBuzz
284 Factorial
282 Fibonacci sequence
272 Comments
261 A+B
256 Empty program
237 Function definition
226 Loops/Infinite
223 Reverse a string
222 Arrays
222 Loops/While
216 Ackermann function
205 Loops/For
200 Conditional structures
197 Greatest common divisor
195 Greatest element of a list
194 Arithmetic/Integer
186 Repeat a string
185 Array concatenation
184 Integer comparison
183 Even or odd
182 Averages/Arithmetic mean
181 Increment a numerical string
176 Hello world/Graphical
171 Copy a string
168 Boolean values
167 Loops/Downward for
164 Apply a callback to an array
164 Character codes
164 Sieve of Eratosthenes
163 Loops/N plus one half
163 String concatenation
162 Array length
162 Loops/Do-while
162 Sum and product of an array
161 Hello world/Newline omission
161 Loops/For with a specified step
161 Loops/Foreach
160 String length
158 Binary digits
158 Integer sequence
157 Loops/Break
157 Towers of Hanoi
156 Palindrome detection
155 String case
155 Sum of a series
154 Generic swap
153 Tokenize a string
152 Dot product
152 Empty string
152 Hailstone sequence
152 Leap year
152 Logical operations
152 Rot-13
152 Sum of squares
148 Associative array/Creation
148 Filter
146 Quine
146 Sorting algorithms/Bubble sort
145 Execute a system command
145 Sort an integer array
143 Factors of an integer
142 Guess the number
142 Higher-order functions
140 Caesar cipher
140 Determine if a string is numeric
140 Remove duplicate elements
140 Roman numerals/Encode
140 System time
139 File input/output
139 User input/Text
138 Sorting algorithms/Quicksort
137 Loop over multiple arrays simultaneously
136 Day of the week
136 Hello world/Standard error
135 Bitwise operations
135 Command-line arguments
134 Luhn test of credit card numbers
134 Primality by trial division
133 Read entire file
132 Create a file
131 Loops/Continue
131 Stack
131 Substring
130 Sleep
129 Generate lower case ASCII alphabet
128 Check that file exists
128 Literals/String
128 Mutual recursion
127 Date format
127 Flatten a list
127 Happy numbers
126 Least common multiple
126 Pascal's triangle
126 Zero to the zero power
124 ABC problem
123 Balanced brackets
123 Binary search
122 Literals/Integer
122 Program termination
121 Compound data type
121 Ethiopian multiplication
121 Include a file
121 Loops/Nested
120 Detect division by zero
120 Variables
119 Associative array/Iteration
119 Formatted numeric output
119 Function composition
119 Knuth shuffle
118 Null object
117 Averages/Root mean square
117 N-queens problem
117 Read a file line by line
116 Anagrams
116 File size
116 Hash from two arrays
116 Mandelbrot set
116 Search a list
115 Classes
115 Sorting algorithms/Insertion sort
114 Count in octal
114 Count occurrences of a substring
114 Delete a file
114 Guess the number/With feedback
114 Multiplication tables
114 Real constants and functions
113 Case-sensitivity of identifiers
113 Matrix multiplication
113 Matrix transposition
113 Roman numerals/Decode
112 Babbage problem
112 Environment variables
112 Identity matrix
112 Input loop
112 String matching
111 Align columns
111 Averages/Median
111 Hostname
111 Random numbers
110 Pick random element
109 Arithmetic/Complex
109 Find limit of recursion
109 HTTP
109 Haversine formula
109 Perfect numbers
109 Rename a file
109 Return multiple values
108 Accumulator factory
108 Letter frequency
107 Conway's Game of Life
107 Infinity
107 Pangram checker
106 Catalan numbers
105 Assertions
105 Horner's rule for polynomial evaluation
105 Permutations
105 Temperature conversion
104 Arithmetic-geometric mean
104 Averages/Pythagorean means
104 Levenshtein distance
104 Program name
104 Variadic function
103 Anonymous recursion
103 Evaluate binomial coefficients
103 Run-length encoding
103 Strip a set of characters from a string
103 Substring/Top and tail
102 Exceptions
102 Look-and-say sequence
102 Prime decomposition
102 Regular expressions
101 String append
100 Combinations
100 Queue/Definition
100 String interpolation (included)
100 Strip whitespace from a string/Top and tail
100 Trigonometric functions
100 Zig-zag matrix
99 Comma quibbling
99 Nth root
99 Reverse words in a string
99 Sorting algorithms/Merge sort
98 Shell one-liner
98 Short-circuit evaluation
97 24 game
97 Bulls and cows
97 Sorting algorithms/Selection sort
97 Sum multiples of 3 and 5
96 Interactive programming  
96 Middle three digits
96 Ordered words
96 Sierpinski triangle
96 Y combinator
95 Arbitrary-precision integers (included)
95 Call a function
95 Create a two-dimensional array at runtime
94 Collections
94 Enumerations
94 Power set
94 Range extraction
93 Inheritance/Single
93 Range expansion
93 Sorting algorithms/Gnome sort
93 String prepend
93 Vector products
92 Create an HTML table
92 Digital root
92 Evolutionary algorithm
92 Execute Brain****
92 Exponentiation operator
92 First-class functions
92 Time a function
91 Averages/Mode
91 MD5
91 Sequence of non-squares
91 Sorting algorithms/Cocktail sort
91 Sum digits of an integer
90 Sierpinski carpet
90 The Twelve Days of Christmas
90 Walk a directory/Non-recursively
89 Averages/Simple moving average
89 Cumulative standard deviation
89 JSON
89 One-dimensional cellular automata
89 Random number generator (included)
89 Sort using a custom comparator
88 Dragon curve
88 Forward difference
88 Langton's ant
88 Monty Hall problem
88 N'th
87 Entropy
87 Josephus problem
87 Sorting algorithms/Bogosort
87 String comparison
87 Symmetric difference
86 Hamming numbers
86 Harshad or Niven series
85 CSV data manipulation
85 Five weekends
85 Gray code
85 Greatest subsequential sum
85 Number names
84 Abstract type
84 CSV to HTML translation
84 Map range
84 Price fraction
84 Window creation
83 Abundant, deficient and perfect number classifications
83 Compare a list of strings
83 Hello world/Newbie
83 Menu
83 Sort an array of composite structures
83 Tree traversal
82 Closures/Value capture
82 File modification time
82 Last Friday of each month
82 Simple windowed application
82 Sorting algorithms/Heapsort
81 Queue/Usage
80 Box the compass
80 Hofstadter Q sequence
80 Introspection
80 Literals/Floating point
80 Monte Carlo methods
80 Non-decimal radices/Convert
80 SEDOLs
79 Amicable pairs
79 Catamorphism
79 Number reversal game
79 Singly-linked list/Traversal
79 URL decoding
79 Walk a directory/Recursively
79 Web scraping
78 Count in factors
78 Count the coins
78 Hello world/Line printer
78 Roots of unity
78 Set
78 Show the epoch
78 Spiral matrix
78 Terminal control/Clear the screen
78 XML/Input
77 Address of a variable
77 Bitmap
77 CRC-32
77 Calculating the value of e
77 Concurrent computing
77 Find common directory path
77 Floyd's triangle
77 Knapsack problem/0-1
77 Long multiplication
77 Playing cards
77 Read a specific line from a file
77 Sockets
77 Sorting algorithms/Shell sort
77 Terminal control/Ringing the terminal bell
76 Call an object method
76 Date manipulation
76 Linear congruential generator
76 Multifactorial
76 Order two numerical lists
76 Top rank per group
75 Almost prime
75 Dynamic variable names  
75 Jensen's Device
75 Kaprekar numbers
75 Keyboard input/Obtain a Y or N response  
75 Lucas-Lehmer test
75 Man or boy test
75 Pythagorean triples
75 Sorting algorithms/Counting sort
75 Strip comments from a string
75 URL encoding
75 Word wrap
74 Averages/Mean angle
74 Find the last Sunday of each month
74 Find the missing permutation
74 Here document  
74 List comprehensions
74 Modular inverse
74 Operator precedence
74 Proper divisors
73 Fibonacci n-step number sequences
73 Hello world/Web server
73 Non-decimal radices/Output
73 Sorting algorithms/Comb sort
73 Soundex
73 Unicode variable names
72 Anagrams/Deranged anagrams
72 Calendar
72 Exceptions/Catch an exception thrown in a nested call
72 Multiple distinct objects
72 Semordnilap
72 Singly-linked list/Element definition
72 Split a character string based on change of character
71 AKS test for primes
71 Animation
71 Empty directory
71 Equilibrium index
71 Gamma function
71 Longest common subsequence
71 Pi
71 Repeat
71 SHA-1
71 SHA-256
71 Special characters
71 Sudoku
71 Take notes on the command line
71 Write entire file
70 Bitmap/Bresenham's line algorithm  
70 Enforced immutability
70 Execute HQ9+
70 Parsing/RPN calculator algorithm
70 Phrase reversals
70 Polymorphism
70 Read a configuration file
70 Rock-paper-scissors
69 Call a foreign-language function
69 Convert seconds to compound duration
69 Draw a sphere
69 Euler's sum of powers conjecture
69 Flow-control structures
69 Four bit adder
69 Guess the number/With feedback (player)
69 IBAN
69 Quaternion type
69 Sort disjoint sublist
69 Vigenère cipher
69 Write float arrays to a text file
68 15 puzzle game
68 Constrained random points on a circle
68 Horizontal sundial calculations
68 Numerical integration
68 Population count
68 Self-describing numbers
68 Show ASCII table
68 Sorting algorithms/Stooge sort
68 Stair-climbing puzzle
68 Trabb Pardo–Knuth algorithm
67 Catalan numbers/Pascal's triangle
67 Closest-pair problem
67 Combinations with repetitions
67 Currying
67 Extend your language
67 Fork
67 Fractal tree
67 Jump anywhere
67 Largest int from concatenated ints
67 Maze generation
67 Munchausen numbers
67 Text processing/Max licenses in use
67 Zeckendorf number representation
66 Arithmetic/Rational
66 Benford's law
66 Chinese remainder theorem
66 Euler method
66 Magic squares of odd order
65 Amb  
65 Named parameters
65 Optional parameters
65 Priority queue
65 Sort stability
65 Special variables
65 Unix/ls
65 Variable size/Get  
64 Continued fraction
64 Documentation
64 Fast Fourier transform
64 General FizzBuzz
64 Hofstadter-Conway $10,000 sequence
64 Inheritance/Multiple
64 Morse code
64 Nested function
64 One of n lines in a file
64 Runtime evaluation    
64 XML/Output
63 Barnsley fern
63 Memory allocation
63 Remove lines from a file
63 Roots of a function
63 Singly-linked list/Element insertion
63 Sorting algorithms/Pancake sort
63 Strip control codes and extended characters from a string
62 Anti-primes
62 Cholesky decomposition
62 Factors of a Mersenne number
62 HTTPS
62 Narcissistic decimal number
62 Pernicious numbers
62 Roots of a quadratic function
62 Undefined values
62 Write language name in 3D ASCII
61 Animate a pendulum
61 Exponentiation order
61 Get system command output
61 Non-decimal radices/Input
61 Probabilistic choice
61 Reduced row echelon form
61 Rep-string
61 Sequence of primes by trial division
61 Sorting algorithms/Sleep sort
61 Thue-Morse
60 Arithmetic evaluation
60 Binary strings
60 Circles of given radius through two points
60 Department numbers
60 Globally replace text in several files
60 Knapsack problem/Continuous
60 Modular exponentiation
60 Old lady swallowed a fly
60 Plot coordinate pairs
60 Runge-Kutta method
60 Semiprime
60 Van der Corput sequence
59 24 game/Solve  
59 9 billion names of God the integer
59 Angle difference between two bearings
59 Averages/Mean time of day
59 Best shuffle
59 Draw a clock
59 Dutch national flag problem
59 Host introspection
59 Knapsack problem/Unbounded
59 Mouse position
59 Test a function
59 Unicode strings
59 User input/Graphical
59 Word frequency
58 Brownian tree
58 Emirp primes
58 Hash join  
58 Huffman coding
58 Partial function application
58 Tic-tac-toe
58 Truncatable primes
58 Yin and yang
57 4-rings or 4-squares puzzle
57 Bitmap/Write a PPM file  
57 Compile-time calculation    
57 Deal cards for FreeCell
57 Delegates
57 Generator/Exponential
57 Jewels and stones
57 Knight's tour
57 Left factorials
57 Leonardo numbers
57 Miller–Rabin primality test
57 Sort three variables
57 Sorting algorithms/Bead sort
56 2048
56 Add a variable to a class instance at runtime      
56 Doubly-linked list/Element definition
56 Draw a cuboid
56 Fibonacci word
56 I before E except after C
56 Integer overflow
56 JortSort
56 Matrix-exponentiation operator  
56 Odd word problem
56 Random number generator (device)
56 Rosetta Code/Rank languages by popularity
56 Scope modifiers
56 Singleton
56 Stem-and-leaf plot
56 Terminal control/Coloured text  
56 Two sum
55 Base64 encode data
55 DNS query
55 Define a primitive data type  
55 Dinesman's multiple-dwelling problem
55 Discordian date
55 Extract file extension
55 Extreme floating point values
55 Forest fire  
55 LZW compression
55 Mad Libs
55 Sorting algorithms/Permutation sort
55 Stack traces
55 Stern-Brocot sequence
55 Terminal control/Display an extended character
54 CUSIP
54 Cartesian product of two or more lists
54 Damm algorithm
54 Grayscale image
54 Longest common prefix
54 Multisplit
54 Munching squares
54 Runtime evaluation/In an environment    
54 Sierpinski triangle/Graphical
54 Synchronous concurrency
54 Topological sort
54 XML/XPath
53 100 prisoners
53 Abundant odd numbers
53 Draw a pixel
53 Ludic numbers
53 Maximum triangle path sum
53 Modulinos  
53 Pointers and references
53 Send email
53 Subleq
53 Terminal control/Cursor positioning  
53 Ternary logic
53 XML/DOM serialization
52 Bernoulli numbers
52 First-class functions/Use numbers analogously    
52 Handle a signal
52 Inverted syntax
52 Keyboard input/Keypress check
52 Statistics/Basic
52 Text processing/2
52 Truncate a file
52 Unbias a random generator
51 Convert decimal number to rational
51 Gaussian elimination
51 Iterated digits squaring
51 Long year    
51 Longest increasing subsequence
51 Non-continuous subsequences
51 Quickselect algorithm
51 Wireworld  
50 Attractive numbers
50 Base64 decode data  
50 Call a function in a shared library
50 Chinese zodiac
50 Colour bars/Display
50 Dining philosophers
50 GUI component interaction
50 Heronian triangles
50 Loops/Increment loop index within loop body
50 Respond to an unknown method call    
50 Strip block comments
50 Universal Turing machine
50 Validate International Securities Identification Number
49 Archimedean spiral
49 Dijkstra's algorithm
49 FASTA format
49 Farey sequence
49 Find the intersection of two lines
49 Fractran
49 Seven-sided dice from five-sided dice
49 Smith numbers
49 Text processing/1
48 Determine if a string has all the same characters
48 Doubly-linked list/Element insertion
48 Doubly-linked list/Traversal  
48 Greyscale bars/Display
48 Last letter-first letter
48 Longest common substring
48 Make directory path
48 Move-to-front algorithm
48 Polymorphic copy
48 Rate counter
48 Shoelace formula for polygonal area
48 Tokenize a string with escaping
48 Vector
47 Append a record to the end of a text file
47 Chaos game
47 Echo server  
47 Extensible prime generator
47 Holidays related to Easter
47 Jaro distance
47 Metaprogramming  
47 Polynomial regression
47 Zebra puzzle
46 Average loop length
46 Bitmap/Flood fill
46 Determinant and permanent
46 Determine if only one instance is running
46 Egyptian division
46 History variables  
46 Longest string challenge
46 Magic 8-ball
46 Naming conventions  
46 Pascal matrix generation
46 Sattolo cycle
46 Search a list of records
46 Stable marriage problem
45 Active object
45 Determine if a string is collapsible  
45 Execute a Markov algorithm
45 Hofstadter Figure-Figure sequences
45 Image noise
45 OpenGL
45 Password generator
45 Perfect shuffle
45 Pig the dice game
45 Send an unknown method call  
45 Set consolidation
44 Carmichael 3 strong pseudoprimes
44 Copy stdin to stdout
44 Determine if a string has all unique characters  
44 Doubly-linked list/Definition  
44 Element-wise operations
44 Elementary cellular automaton
44 GUI/Maximum window dimensions
44 Kronecker product
44 McNuggets problem
44 Narcissist
44 Polynomial long division
44 Rosetta Code/Count examples    
44 Sort numbers lexicographically
44 Sparkline in unicode
44 Verify distribution uniformity/Naive
43 Atomic updates
43 Bitmap/Read a PPM file  
43 Bulls and cows/Player
43 Generate Chess960 starting position
43 Keyboard input/Flush the keyboard buffer  
43 Knapsack problem/Bounded
43 Parsing/Shunting-yard algorithm
43 RPG attributes generator
43 Sorting algorithms/Radix sort
43 Ulam spiral (for primes)
43 Visualize a tree
42 Aliquot sequence classifications
42 Associative array/Merging  
42 Cantor set
42 Digital root/Multiplicative digital root
42 Hickerson series of almost integers
42 MD5/Implementation
42 Percentage difference between images
42 Subtractive generator
42 Van Eck sequence
42 Voronoi diagram
41 Bitmap/Midpoint circle algorithm  
41 Calendar - for "REAL" programmers    
41 Combinations and permutations
41 Currency
41 Deepcopy
41 Fusc sequence
41 Gapful numbers  
41 Hilbert curve
41 Kernighans large earthquake problem
41 Nim game
41 Pascal's triangle/Puzzle
41 Speech synthesis  
41 Spinning rod animation/Text
41 Start from a main routine    
41 Sum to 100
41 Table creation/Postal addresses  
41 Terminal control/Dimensions  
41 Text between
41 Twelve statements  
41 Variable size/Set  
40 Balanced ternary
40 Color of a screen pixel
40 GUI enabling/disabling of controls
40 Permutations/Derangements
40 Problem of Apollonius
40 Secure temporary file
40 Sorting algorithms/Strand sort
40 Summarize and say sequence
40 Variable-length quantity
40 Water collected between towers
39 Brace expansion
39 Casting out nines
39 Colour pinstripe/Display
39 Cramer's rule
39 Inverted index
39 Parametric polymorphism    
39 S-expressions
39 Sorting Algorithms/Circle Sort
39 Taxicab numbers
39 Topswops
39 UTF-8 encode and decode
38 Abbreviations, automatic  
38 Break OO privacy    
38 Constrained genericity      
38 Euler's identity
38 Fivenum
38 Flipping bits game
38 ISBN13 check digit
38 Julia set
38 Knuth's algorithm S
38 Musical scale  
38 Parallel calculations
38 Permutations by swapping
38 Prime conspiracy
38 Primorial numbers
38 Scope/Function names and labels  
38 The Name Game  
37 Chowla numbers
37 Create a file on magnetic tape  
37 Feigenbaum constant calculation
37 Find palindromic numbers in both binary and ternary bases
37 Kahan summation
37 LU decomposition
37 Magic squares of doubly even order  
37 Order disjoint list items  
37 Parsing/RPN to infix conversion
37 Permutation test
37 Pythagorean quadruples
37 QR decomposition  
37 Ray-casting algorithm
37 Sailors, coconuts and a monkey problem
37 Sort a list of object identifiers
37 Statistics/Normal distribution
37 Vampire number
36 21 game  
36 Abbreviations, easy
36 Bell numbers  
36 Cuban primes
36 Days between dates  
36 Events    
36 Fibonacci word/fractal
36 File extension is in extensions list
36 Floyd-Warshall algorithm
36 Function prototype    
36 Input/Output for lines of text
36 Input/Output for pairs of numbers
36 Lychrel numbers  
36 MAC Vendor Lookup
36 Metered concurrency
36 Numerical integration/Gauss-Legendre Quadrature
36 Object serialization  
36 Pathological floating point problems
36 Permutations with repetitions
36 Read a file character by character/UTF8
36 Square but not cube
36 Terminal control/Hiding the cursor  
36 Terminal control/Inverse video  
35 Abbreviations, simple
35 Approximate equality
35 Bitmap/Bézier curves/Cubic    
35 Bitwise IO  
35 Brazilian numbers  
35 Convex hull
35 Find the intersection of a line with a plane
35 Largest number divisible by its digits  
35 Loops/Wrong ranges
35 MD4
35 Minesweeper game  
35 Multiline shebang    
35 Penney's game
35 Pinstripe/Display
35 Solve the no connection puzzle
35 Substitution cipher
35 Terminal control/Unicode output  
35 Test integerness
35 Truth table
34 Arithmetic-geometric mean/Calculate Pi
34 Conjugate transpose  
34 Display a linear combination
34 Egyptian fractions
34 Entropy/Narcissist
34 Humble numbers
34 Idiomatically determine all the lowercase and uppercase letters
34 Long primes
34 Maze solving
34 Metronome
34 Ordered partitions  
34 Remove vowels from a string  
34 Sutherland-Hodgman polygon clipping
33 Check output device is a terminal  
33 Continued fraction/Arithmetic/Construct from rational number
33 Determine if a string is squeezable  
33 Executable library  
33 Integer roots
33 Loops/With multiple ranges  
33 Parametrized SQL statement
33 Parse command-line arguments  
33 Pattern matching      
33 Pentagram
33 RIPEMD-160
33 Ranking methods
33 Recaman's sequence  
33 Rosetta Code/Find bare lang tags    
33 Square-free integers
33 Subset sum problem
33 Topic variable    
33 Totient function
32 Bitcoin/address validation
32 Bitmap/Bézier curves/Quadratic    
32 Cheryl's birthday
32 Decimal floating point number to binary  
32 Execute SNUSP
32 Factorions  
32 Galton box animation
32 Mutex  
32 Partition an integer x into n primes
32 Pythagoras tree
32 Sorting algorithms/Patience sort
32 Type detection
32 URL parser  
31 Apply a digital filter (direct form II transposed)
31 Bitmap/Histogram  
31 Cycle detection
31 Determine if two triangles overlap
31 Eban numbers  
31 First class environments  
31 Multi-dimensional array
31 Multiple regression  
31 Multiplicative order
31 Negative base numbers
31 Numeric error propagation
31 RSA code
31 Resistor mesh
31 Rosetta Code/Find unimplemented tasks      
31 Safe primes and unsafe primes  
31 Set puzzle
31 Straddling checkerboard
31 Terminal control/Cursor movement  
31 Textonyms
31 Write to Windows event log
30 Check Machin-like formulas  
30 Check input device is a terminal  
30 Faulhaber's formula
30 Faulhaber's triangle
30 Four is magic
30 Implicit type conversion
30 Keyboard macros
30 Koch curve  
30 Mersenne primes  
30 Poker hand analyser
30 Reflection/List properties    
30 Simple database
30 Solve a Hidato puzzle
30 Use another language to call a function    
30 Xiaolin Wu's line algorithm
30 Zhang-Suen thinning algorithm
29 Arena storage pool    
29 Chaocipher  
29 Chat server  
29 Checkpoint synchronization
29 Death Star  
29 Decision tables
29 Deconvolution/1D
29 Dice game probabilities
29 Draw a rotating cube
29 FTP
29 HTTPS/Authenticated  
29 Memory layout of a data structure  
29 Mian-Chowla sequence  
29 Modular arithmetic
29 Old Russian measure of length
29 Palindrome dates    
29 Parallel brute force
29 Perfect totient numbers
29 Pragmatic directives  
29 Primality by Wilson's theorem    
29 Set of real numbers
29 Terminal control/Preserve screen
29 Window creation/X11
29 Word break problem  
28 AVL tree    
28 Bacon cipher
28 Bioinformatics/base count  
28 Chemical calculator
28 Church numerals    
28 Compiler/lexical analyzer  
28 Diversity prediction theorem  
28 Find first and last set bit of a long integer
28 Formal power series
28 Honeycombs  
28 Jacobi symbol  
28 Sequence: smallest number greater than previous term with exactly n divisors  
28 Sequence: smallest number with exactly n divisors  
28 Stream merge
28 Strong and weak primes  
28 Verify distribution uniformity/Chi-squared test
27 Active Directory/Connect  
27 Burrows–Wheeler transform  
27 Chebyshev coefficients
27 Find largest left truncatable prime in a given base
27 Go Fish  
27 Isqrt (integer square root) of X  
27 Lah numbers  
27 Law of cosines - triples  
27 Palindromic gapful numbers    
27 Paraffins
27 Peano curve  
27 Polyspiral
27 Ramsey's theorem
27 Rosetta Code/Fix code tags    
27 Safe addition
27 Sexy primes  
27 Sorting algorithms/Cycle sort
27 State name puzzle
27 Sum and product puzzle
27 Superellipse
27 Update a configuration file
27 Weird numbers
27 Yellowstone sequence
26 Angles (geometric), normalization and conversion
26 Birthday problem
26 Cut a rectangle
26 Distributed programming      
26 Fairshare between two and more  
26 First power of 2 that has leading decimal digits of 12  
26 Gauss-Jordan matrix inversion  
26 Natural sorting  
26 Nautical bell
26 Reflection/List methods    
26 Same fringe  
26 Smarandache prime-digital sequence    
26 Super-d numbers  
26 Table creation      
26 Thiele's interpolation formula
25 A* search algorithm  
25 Card shuffles
25 Color wheel  
25 Create an object at a given address      
25 Fermat numbers  
25 First perfect square in base n with n unique digits  
25 Fraction reduction
25 Idiomatically determine all the characters that can be used for symbols  
25 Image convolution
25 Kronecker product based fractals  
25 Length of an arc between two angles  
25 Machine code    
25 N-smooth numbers  
25 Nonoblock
25 Numbers with prime digits whose sum is 13    
25 RCRPG  
25 Sequence of primorial primes
25 The ISAAC Cipher
25 World Cup group stage  
24 Abelian sandpile model    
24 Audio alarm      
24 Cipolla's algorithm
24 Elliptic curve arithmetic
24 Generate random chess position  
24 Hough transform
24 K-means++ clustering  
24 Magic squares of singly even order  
24 Pell's equation  
24 Perlin noise
24 Plasma effect
24 Play recorded sounds          
24 Ramer-Douglas-Peucker line simplification
24 Range consolidation
24 Sierpinski pentagon  
24 Simulate input/Keyboard    
24 Solve a Holy Knight's tour  
24 Stirling numbers of the second kind  
24 Successive prime differences  
24 Unprimeable numbers
24 Welch's t-test
24 Yahoo! search interface      
24 Zumkeller numbers  
23 Base58Check encoding  
23 Circular primes  
23 Deming's Funnel  
23 Elementary cellular automaton/Random Number Generator  
23 Fixed length records        
23 Function frequency    
23 Main step of GOST 28147-89  
23 Make a backup file  
23 Markov chain text generator  
23 Mind boggling card trick    
23 Minimum positive multiple in base 10 using only 0 and 1    
23 Monads/Maybe monad      
23 Möbius function    
23 Permutations/Rank of a permutation
23 Record sound    
23 SOAP    
23 Stirling numbers of the first kind  
23 Superpermutation minimisation
23 Teacup rim text    
23 Video display modes      
22 Commatizing numbers  
22 Create an object/Native demonstration  
22 Find duplicate files    
22 Intersecting number wheels  
22 Linux CPU utilization  
22 Lucky and even lucky numbers  
22 Numbers with equal rises and falls      
22 Parse an IP Address
22 Percolation/Mean run density  
22 Pierpont primes  
22 Reverse the gender of a string  
22 Spelling of ordinal numbers  
22 Tonelli-Shanks algorithm
22 Total circles area
21 Active Directory/Search for a user        
21 Alternade words    
21 De Bruijn sequences  
21 Finite state machine  
21 Hunt the Wumpus      
21 Joystick position          
21 Kolakoski sequence  
21 List rooted trees
21 Magnanimous numbers      
21 Matrix chain multiplication
21 Next highest int from digits  
21 Orbital elements  
21 Pig the dice game/Player    
21 Playfair cipher    
21 Reflection/Get source      
21 Sorting algorithms/Cocktail sort with shifting bounds    
21 Window management  
20 Addition chains
20 Data Encryption Standard  
20 Eertree  
20 Longest common suffix      
20 Mastermind      
20 Median filter  
20 Native shebang    
20 Numeric separator syntax  
20 Random Latin squares  
20 Shortest common supersequence
20 Snake and Ladder
20 Sokoban
20 Solve a Hopido puzzle  
20 Solve a Numbrix puzzle  
20 Tau number        
20 UPC  
20 Vogel's approximation method  
19 Assertions in design by contract    
19 Bilinear interpolation
19 Bioinformatics/Sequence mutation  
19 Code segment unload  
19 Color quantization  
19 Elementary cellular automaton/Infinite length    
19 Esthetic numbers    
19 Index finite lists of positive integers  
19 Kosaraju  
19 Monads/List monad      
19 Montgomery reduction
19 N-body problem  
19 Names to numbers    
19 Perceptron    
19 Print debugging statement
19 Readline interface
19 Simulate input/Mouse    
19 Sunflower fractal    
19 Tau function        
19 Untrusted environment      
19 Vigenère cipher/Cryptanalysis
19 Words containing "the" substring        
18 Abelian sandpile model/Identity          
18 Arithmetic coding/As a generalized change of radix    
18 Bitcoin/public point to address    
18 Canonicalize CIDR    
18 Compiler/code generator    
18 Draw pixel 2  
18 EKG sequence convergence  
18 Extra primes      
18 Find URI in text      
18 K-d tree  
18 Knuth's power tree  
18 Levenshtein distance/Alignment
18 Monads/Writer monad        
18 SQL-based authentication
18 Selective file copy    
18 Sierpinski arrowhead curve        
18 Solve triangle solitare puzzle  
18 Sum data type      
18 Transportation problem      
18 Twin primes    
17 15 puzzle solver          
17 ABC words      
17 Compiler/syntax analyzer      
17 Compiler/virtual machine interpreter      
17 File size distribution  
17 Imaginary base numbers  
17 Increasing gaps between consecutive Niven numbers    
17 Just in time processing on a character stream
17 Mertens function      
17 Metallic ratios    
17 Odd words        
17 P-value correction  
17 Percolation/Site percolation  
17 Primes - allocate descendants to their ancestors
17 Proof            
17 Self numbers      
17 Separate the house number from the street name    
17 Word wheel      
17 Zeckendorf arithmetic  
16 ASCII art diagram converter    
16 Aspect oriented programming  
16 Bitmap/Read an image through a pipe      
16 Changeable words    
16 Chernick's Carmichael numbers    
16 Free polyominoes enumeration    
16 HTTPS/Client-authenticated    
16 Line circle intersection    
16 Matrix digital rain    
16 Most frequent k chars distance    
16 NYSIIS  
16 Nested templated data      
16 Pancake numbers      
16 Particle swarm optimization  
16 Polynomial synthetic division  
16 Prime words          
16 Pseudo-random numbers/PCG32    
16 Self-hosting compiler          
16 Terminal control/Positional read  
16 Word search  
15 Bitmap/PPM conversion through a pipe      
15 Find words which odd letters are consonants and even letters are vowels or vice versa        
15 Functional coverage tree    
15 Geometric algebra      
15 Latin Squares in reduced form    
15 Mayan numerals      
15 Nonogram solver    
15 Numerical integration/Adaptive Simpson's method  
15 Percolation/Bond percolation  
15 Percolation/Mean cluster density  
15 Rendezvous        
15 Retrieve and search chat history      
15 Singly-linked list/Element removal    
15 Snake    
15 Square root by hand      
15 Suffix tree  
15 Vibrating rectangles    
14 Biorhythms        
14 Cistercian numerals        
14 Compare sorting algorithms' performance        
14 Compiler/AST interpreter      
14 Cyclotomic polynomial    
14 Find if a point is within a triangle    
14 Four is the number of letters in the ...  
14 Generalised floating point addition    
14 Getting the number of decimals  
14 Gradient descent        
14 Jaro-Winkler distance        
14 Logistic curve fitting in epidemiology  
14 Nimber arithmetic      
14 Peaceful chess queen armies  
14 Permutations with some identical elements          
14 Product of divisors        
14 Ramanujan's constant      
14 Rare numbers          
14 Sum of divisors        
14 Tarjan    
14 Topological sort/Extracted top item
14 XML validation    
13 Banker's algorithm    
13 Calkin-Wilf sequence          
13 Deconvolution/2D+      
13 Factorial base numbers indexing permutations of a collection        
13 Long literals, with continuations          
13 Merge and aggregate datasets        
13 Pisano period      
13 Pseudo-random numbers/Splitmix64      
13 Pseudo-random numbers/Xorshift star      
13 Sequence: nth number with exactly n divisors    
13 Sine wave      
13 Ulam numbers        
12 Canny edge detector          
12 Continued fraction/Arithmetic/G(matrix ng, continued fraction n)      
12 Greed      
12 Interactive help        
12 Longest palindromic substrings        
12 OpenWebNet password    
12 Partition function P      
12 Print itself        
12 Safe mode            
12 Sierpinski curve        
12 Simulated annealing        
12 XXXX redacted        
11 Almkvist-Giullera formula for pi        
11 Audio frequency generator            
11 Exponentiation with infix operators in (or operating on) the base          
11 Geohash        
11 Launch rocket with countdown and acceleration in stdout        
11 Minimal steps down to 1      
11 Pentomino tiling    
11 Run as a daemon or service          
11 Sierpinski square curve        
11 Sorting algorithms/Tree sort on a linked list      
11 Tetris          
11 Text completion        
11 VList        
10 Catmull–Clark subdivision surface            
10 Checksumcolor        
10 Colour pinstripe/Printer        
10 Combinations with repetitions/Square digit chain        
10 Execute CopyPasta Language      
10 External sort        
10 Faces from a mesh        
10 Minkowski question-mark function        
10 One-time pad  
10 Penrose tiling    
10 Powerful numbers        
10 Railway circuit      
10 Resistance calculator        
10 SHA-256 Merkle tree      
10 Spoof game      
10 Time-based one-time password algorithm          
10 Unit testing          
10 Using a speech engine to highlight words              
9 Curve that touches three points          
9 Display an outline as a nested table        
9 Fibonacci matrix-exponentiation        
9 French Republican calendar        
9 Hourglass puzzle        
9 IPC via named pipe          
9 Morpion solitaire        
9 Non-transitive dice          
9 Parse EBNF            
9 Pinstripe/Printer          
9 Quoting constructs            
9 Rosetta Code/Tasks without examples        
9 Starting a web browser        
9 Suffixation of decimal numbers        
9 Text to HTML        
9 Three word location        
9 War card game        
8 Graph colouring        
8 Multidimensional Newton-Raphson method          
8 Numerical and alphabetical suffixes          
8 Pseudo-random numbers/Combined recursive generator MRG32k3a        
8 Range modifications        
8 Resistance network calculator        
8 Rosetta Code/Rank languages by number of users          
8 Sort an outline at every level          
8 Tree datastructures        
8 Two bullet roulette        
8 User defined pipe and redirection operators          
7 16 puzzle game            
7 Brace expansion using ranges          
7 Compiler/Verifying syntax        
7 Count the coins/0-1            
7 Elliptic Curve Digital Signature Algorithm        
7 Fibonacci heap        
7 Mayan calendar          
7 Pseudorandom number generator image          
7 Robots        
7 URL shortener            
6 Continued fraction/Arithmetic/G(matrix ng, continued fraction n1, continued fraction n2)            
6 Doubly-linked list/Element removal            
6 OpenGL pixel shader            
6 OpenGL/Utah Teapot            
6 Recursive descent parser generator            
6 Rosetta Code/Run examples                
6 Smallest enclosing circle problem          
5 Addition-chain exponentiation            
5 Audio overlap loop                
5 Black Box              
5 Boids          
5 Chess player            
5 Hexapawn              
5 I'm a software engineer, get me out of here            
5 Price list behind API            
5 Process SMIL directives in XML data            
5 Raster bars            
5 Remote agent/Agent interface              
5 Remote agent/Agent logic              
5 Remote agent/Simulation              
5 Solve a Rubik's Cube            
5 Terminal control/Restricted width positional input/No wrapping            
5 Terminal control/Restricted width positional input/With wrapping            
5 Waveform analysis/Doh ray me          
4 Generalised floating point multiplication              
4 OLE automation                
4 Strassen's algorithm              
4 Tamagotchi emulator                  
4 Unicode polynomial equation              
4 Using the Meetup.com API              
4 Weather routing              
3 Latin Squares in reduced form/Randomizing using Jacobson and Matthews’ Technique                
3 Rosetta Code/List authors of task descriptions              
3 Solving coin problems              
3 Ukkonen’s suffix tree construction              
3 Vidir                
3 Waveform analysis/Top and tail              
3 WiktionaryDumps to words                
2 15 puzzle game in 3D                  
2 CLI-based maze-game                  
2 IRC gateway                  
1 Blackjack strategy