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 19: Line 19:


<pre>First ten programming languages by number of task examples completed:
<pre>First ten programming languages by number of task examples completed:
① Phix ② Go ③ Julia ④ Nim Raku
① Phix ② Go ③ Julia ④ RakuNim
⑥ Wren ⑦ Perl ⑧ Python ⑨ C ⑩ REXX
⑥ Wren ⑦ Perl ⑧ Python ⑨ C ⑩ REXX
</pre>
</pre>
Line 25: Line 25:
<div style="height:40em;overflow:scroll;">
<div style="height:40em;overflow:scroll;">
{|class="wikitable sortable"
{|class="wikitable sortable"
|+ As of 2021-09-05T20:00:57Z :: Tasks: 1132 ::<span style="background-color:#ffd"> Draft Tasks:300 </span>:: Total Tasks: 1432 :: Total Examples: 79415
|+ As of 2021-09-12T19:59:53Z :: Tasks: 1135 ::<span style="background-color:#ffd"> Draft Tasks:301 </span>:: Total Tasks: 1436 :: Total Examples: 79618
!Count!!Task!!①!!②!!③!!④!!⑤!!⑥!!⑦!!⑧!!⑨!!⑩
!Count!!Task!!①!!②!!③!!④!!⑤!!⑥!!⑦!!⑧!!⑨!!⑩
|-
|-
| 496
| 498
| [[Hello%20world%2FText|Hello world/Text]]
| [[Hello%20world%2FText|Hello world/Text]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
Line 36: Line 36:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 323
| 324
| [[FizzBuzz|FizzBuzz]]
| [[FizzBuzz|FizzBuzz]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
Line 48: Line 48:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 289
| 290
| [[Factorial|Factorial]]
| [[Factorial|Factorial]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
Line 68: Line 68:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 232
| 234
| [[Loops%2FInfinite|Loops/Infinite]]
| [[Loops%2FInfinite|Loops/Infinite]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 228
| [[Arrays|Arrays]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 78: Line 82:
| 228
| 228
| [[Reverse%20a%20string|Reverse a string]]
| [[Reverse%20a%20string|Reverse a string]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 227
| [[Arrays|Arrays]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 136: Line 136:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 175
| 176
| [[Sieve%20of%20Eratosthenes|Sieve of Eratosthenes]]
| [[Copy%20a%20string|Copy a string]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 174
| 176
| [[Copy%20a%20string|Copy a string]]
| [[Sieve%20of%20Eratosthenes|Sieve of Eratosthenes]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 178: Line 178:
| 166
| 166
| [[Integer%20sequence|Integer sequence]]
| [[Integer%20sequence|Integer sequence]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 165
| [[Hello%20world%2FNewline%20omission|Hello world/Newline omission]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 186: Line 190:
| 165
| 165
| [[Palindrome%20detection|Palindrome detection]]
| [[Palindrome%20detection|Palindrome detection]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 164
| [[Hello%20world%2FNewline%20omission|Hello world/Newline omission]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 202: Line 202:
| 164
| 164
| [[Loops%2FN%20plus%20one%20half|Loops/N plus one half]]
| [[Loops%2FN%20plus%20one%20half|Loops/N plus one half]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 164
|data-sort-value="rot-0C13"| [[Rot-13|Rot-13]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 210: Line 214:
| 163
| 163
| [[String%20length|String length]]
| [[String%20length|String length]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 162
|data-sort-value="rot-0C13"| [[Rot-13|Rot-13]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 244: Line 244:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 155
| 156
| [[Quine|Quine]]
| [[Sum%20of%20squares|Sum of squares]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 154
| 155
| [[Empty%20string|Empty string]]
| [[Empty%20string|Empty string]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 155
| [[Sum%20of%20squares|Sum of squares]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 258: Line 262:
| 154
| 154
| [[Logical%20operations|Logical operations]]
| [[Logical%20operations|Logical operations]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 154
| [[Quine|Quine]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 280: Line 280:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 148
| 149
| [[Factors%20of%20an%20integer|Factors of an integer]]
| [[Factors%20of%20an%20integer|Factors of an integer]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
Line 332: Line 332:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 139
| 140
| [[Primality%20by%20trial%20division|Primality by trial division]]
| [[Luhn%20test%20of%20credit%20card%20numbers|Luhn test of credit card numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 139
| 139
| [[Luhn%20test%20of%20credit%20card%20numbers|Luhn test of credit card numbers]]
| [[Primality%20by%20trial%20division|Primality by trial division]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 434: Line 434:
| 126
| 126
| [[Ethiopian%20multiplication|Ethiopian multiplication]]
| [[Ethiopian%20multiplication|Ethiopian multiplication]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 126
| [[Mandelbrot%20set|Mandelbrot set]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 452: Line 456:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 124
| 123
| [[Detect%20division%20by%20zero|Detect division by zero]]
| [[Mandelbrot%20set|Mandelbrot set]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 481: Line 485:
|-
|-
| 122
| 122
| [[Knuth%20shuffle|Knuth shuffle]]
| [[Detect%20division%20by%20zero|Detect division by zero]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 489: Line 493:
|-
|-
| 121
| 121
| [[Knuth%20shuffle|Knuth shuffle]]
| [[Loops%2FNested|Loops/Nested]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 121
| 121
| [[N-queens%20problem|N-queens problem]]
| [[Loops%2FNested|Loops/Nested]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 121
| 121
| [[Sorting%20algorithms%2FInsertion%20sort|Sorting algorithms/Insertion sort]]
| [[N-queens%20problem|N-queens problem]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 506: Line 510:
| 120
| 120
| [[Null%20object|Null object]]
| [[Null%20object|Null object]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 120
| [[Sorting%20algorithms%2FInsertion%20sort|Sorting algorithms/Insertion sort]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 526: Line 526:
| 118
| 118
| [[Anagrams|Anagrams]]
| [[Anagrams|Anagrams]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 118
| [[Pick%20random%20element|Pick random element]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 534: Line 538:
| 117
| 117
| [[Multiplication%20tables|Multiplication tables]]
| [[Multiplication%20tables|Multiplication tables]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 117
| [[Pick%20random%20element|Pick random element]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 547: Line 547:
| [[Search%20a%20list|Search a list]]
| [[Search%20a%20list|Search a list]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 116
| [[Classes|Classes]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||O
|-
|-
| 116
| 116
Line 571: Line 575:
| [[Babbage%20problem|Babbage problem]]
| [[Babbage%20problem|Babbage problem]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 115
| [[Classes|Classes]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||O
|-
|-
| 115
| 115
Line 602: Line 602:
| 114
| 114
| [[Rename%20a%20file|Rename a file]]
| [[Rename%20a%20file|Rename a file]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 114
| [[Return%20multiple%20values|Return multiple values]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 618: Line 622:
| 113
| 113
| [[Look-and-say%20sequence|Look-and-say sequence]]
| [[Look-and-say%20sequence|Look-and-say sequence]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 113
| [[Return%20multiple%20values|Return multiple values]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 802: Line 802:
| 100
| 100
| [[Call%20a%20function|Call a function]]
| [[Call%20a%20function|Call a function]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 100
| [[Create%20a%20two-dimensional%20array%20at%20runtime|Create a two-dimensional array at runtime]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 822: Line 826:
| 99
| 99
| [[Arbitrary-precision%20integers%20%28included%29|Arbitrary-precision integers (included)]]
| [[Arbitrary-precision%20integers%20%28included%29|Arbitrary-precision integers (included)]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 99
| [[Create%20a%20two-dimensional%20array%20at%20runtime|Create a two-dimensional array at runtime]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 852: Line 852:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 97
| 98
| [[Digital%20root|Digital root]]
| [[Digital%20root|Digital root]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
Line 1,342: Line 1,342:
| 76
| 76
| [[Averages%2FMean%20angle|Averages/Mean angle]]
| [[Averages%2FMean%20angle|Averages/Mean angle]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 76
| [[Empty%20directory|Empty directory]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,362: Line 1,366:
| 76
| 76
| [[Semordnilap|Semordnilap]]
| [[Semordnilap|Semordnilap]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 76
| [[Sorting%20algorithms%2FComb%20sort|Sorting algorithms/Comb sort]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 76
| 76
| [[Sudoku|Sudoku]]
| [[Sudoku|Sudoku]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 75
| [[Calendar|Calendar]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,382: Line 1,394:
| 75
| 75
| [[Pi|Pi]]
| [[Pi|Pi]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 75
| [[Sorting%20algorithms%2FComb%20sort|Sorting algorithms/Comb sort]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,398: Line 1,406:
| 74
| 74
| [[Anagrams%2FDeranged%20anagrams|Anagrams/Deranged anagrams]]
| [[Anagrams%2FDeranged%20anagrams|Anagrams/Deranged anagrams]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 74
| [[Calendar|Calendar]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 74
| [[Empty%20directory|Empty directory]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,474: Line 1,474:
| 73
| 73
| [[Rock-paper-scissors|Rock-paper-scissors]]
| [[Rock-paper-scissors|Rock-paper-scissors]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 73
| [[Singly-linked%20list%2FElement%20definition|Singly-linked list/Element definition]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,503: Line 1,507:
|data-sort-value="sha-0D256"| [[SHA-256|SHA-256]]
|data-sort-value="sha-0D256"| [[SHA-256|SHA-256]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
| 72
| [[Singly-linked%20list%2FElement%20definition|Singly-linked list/Element definition]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 72
| 72
Line 1,570: Line 1,570:
| 70
| 70
| [[IBAN|IBAN]]
| [[IBAN|IBAN]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 70
| [[Jump%20anywhere|Jump anywhere]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,627: Line 1,631:
| [[Fork|Fork]]
| [[Fork|Fork]]
|①||②||③||④||⑤|| ||⑦||⑧||⑨||⑩
|①||②||③||④||⑤|| ||⑦||⑧||⑨||⑩
|-
| 69
| [[Jump%20anywhere|Jump anywhere]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 69
| 69
Line 1,750: Line 1,750:
| 66
| 66
| [[Sort%20three%20variables|Sort three variables]]
| [[Sort%20three%20variables|Sort three variables]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 66
| [[Square%20but%20not%20cube|Square but not cube]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,758: Line 1,762:
| 66
| 66
| [[Variable%20size%2FGet|Variable size/Get]]
| [[Variable%20size%2FGet|Variable size/Get]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 65
|data-sort-value="0D100 prisoners"| [[100%20prisoners|100 prisoners]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,792: Line 1,800:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 64
| 65
| [[Yin%20and%20yang|Yin and yang]]
|data-sort-value="0D100 prisoners"| [[100%20prisoners|100 prisoners]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,829: Line 1,837:
|-
|-
| 64
| 64
| [[Singly-linked%20list%2FElement%20insertion|Singly-linked list/Element insertion]]
| [[Word%20frequency|Word frequency]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 64
| 64
| [[Stern-Brocot%20sequence|Stern-Brocot sequence]]
| [[Yin%20and%20yang|Yin and yang]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 64
| [[Word%20frequency|Word frequency]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,850: Line 1,862:
| 63
| 63
| [[Binary%20strings|Binary strings]]
| [[Binary%20strings|Binary strings]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 63
| [[Cholesky%20decomposition|Cholesky decomposition]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,874: Line 1,890:
| 63
| 63
| [[Semiprime|Semiprime]]
| [[Semiprime|Semiprime]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 63
| [[Singly-linked%20list%2FElement%20insertion|Singly-linked list/Element insertion]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 63
| [[Stern-Brocot%20sequence|Stern-Brocot sequence]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,889: Line 1,897:
|-
|-
| 62
| 62
| [[Abundant%20odd%20numbers|Abundant odd numbers]]
| [[Arithmetic%20evaluation|Arithmetic evaluation]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 62
| 62
| [[Arithmetic%20evaluation|Arithmetic evaluation]]
| [[Cholesky%20decomposition|Cholesky decomposition]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 1,914: Line 1,922:
| 62
| 62
| [[Test%20a%20function|Test a function]]
| [[Test%20a%20function|Test a function]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 62
| [[Truncatable%20primes|Truncatable primes]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,919: Line 1,931:
|data-sort-value="0C24 game/solve"| [[24%20game%2FSolve|24 game/Solve]]
|data-sort-value="0C24 game/solve"| [[24%20game%2FSolve|24 game/Solve]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
| 61
| [[Abundant%20odd%20numbers|Abundant odd numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 61
| 61
Line 1,950: Line 1,958:
| 61
| 61
| [[Terminal%20control%2FDisplay%20an%20extended%20character|Terminal control/Display an extended character]]
| [[Terminal%20control%2FDisplay%20an%20extended%20character|Terminal control/Display an extended character]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 61
| [[Truncatable%20primes|Truncatable primes]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 2,002: Line 2,006:
| 60
| 60
| [[Knapsack%20problem%2FUnbounded|Knapsack problem/Unbounded]]
| [[Knapsack%20problem%2FUnbounded|Knapsack problem/Unbounded]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 60
| [[Longest%20common%20prefix|Longest common prefix]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,054: Line 2,062:
| 59
| 59
| [[Left%20factorials|Left factorials]]
| [[Left%20factorials|Left factorials]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 59
| [[Longest%20common%20prefix|Longest common prefix]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 59
| [[Square%20but%20not%20cube|Square but not cube]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,222: Line 2,222:
| 56
| 56
| [[Modulinos|Modulinos]]
| [[Modulinos|Modulinos]]
|①||②||③|| ||||⑥||⑦||⑧||⑨||⑩
|①||②||③|||| ||⑥||⑦||⑧||⑨||⑩
|-
|-
| 56
| 56
Line 2,370: Line 2,370:
| 53
| 53
| [[Polynomial%20regression|Polynomial regression]]
| [[Polynomial%20regression|Polynomial regression]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 53
| [[Sattolo%20cycle|Sattolo cycle]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,414: Line 2,418:
| 52
| 52
| [[Longest%20increasing%20subsequence|Longest increasing subsequence]]
| [[Longest%20increasing%20subsequence|Longest increasing subsequence]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 52
| [[McNuggets%20problem|McNuggets problem]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,430: Line 2,438:
| 52
| 52
| [[Rate%20counter|Rate counter]]
| [[Rate%20counter|Rate counter]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 52
| [[Sattolo%20cycle|Sattolo cycle]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,465: Line 2,469:
|-
|-
| 51
| 51
| [[Make%20directory%20path|Make directory path]]
| [[McNuggets%20problem|McNuggets problem]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 51
| 51
| [[Move-to-front%20algorithm|Move-to-front algorithm]]
| [[Move-to-front%20algorithm|Move-to-front algorithm]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 51
| [[Remove%20vowels%20from%20a%20string|Remove vowels from a string]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,499: Line 2,507:
| [[Jaro%20similarity|Jaro similarity]]
| [[Jaro%20similarity|Jaro similarity]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 50
| [[Make%20directory%20path|Make directory path]]
|①||②||③||④||⑤|| ||⑦||⑧||⑨||⑩
|-
|-
| 50
| 50
| [[RPG%20attributes%20generator|RPG attributes generator]]
| [[RPG%20attributes%20generator|RPG attributes generator]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 50
| [[Remove%20vowels%20from%20a%20string|Remove vowels from a string]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,598: Line 2,598:
| 48
| 48
| [[Polynomial%20long%20division|Polynomial long division]]
| [[Polynomial%20long%20division|Polynomial long division]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 48
| [[Recaman%27s%20sequence|Recaman's sequence]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,630: Line 2,634:
| 47
| 47
| [[Fusc%20sequence|Fusc sequence]]
| [[Fusc%20sequence|Fusc sequence]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 47
|data-sort-value="generate chess0D960 starting position"| [[Generate%20Chess960%20starting%20position|Generate Chess960 starting position]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,666: Line 2,674:
| 46
| 46
| [[Parsing%2FShunting-yard%20algorithm|Parsing/Shunting-yard algorithm]]
| [[Parsing%2FShunting-yard%20algorithm|Parsing/Shunting-yard algorithm]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 46
| [[Recaman%27s%20sequence|Recaman's sequence]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,703: Line 2,707:
| [[Doubly-linked%20list%2FDefinition|Doubly-linked list/Definition]]
| [[Doubly-linked%20list%2FDefinition|Doubly-linked list/Definition]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨||⑩
|①||②||③||④||⑤||⑥|| ||⑧||⑨||⑩
|-
| 45
|data-sort-value="generate chess0D960 starting position"| [[Generate%20Chess960%20starting%20position|Generate Chess960 starting position]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 45
| 45
Line 2,722: Line 2,722:
| 45
| 45
| [[Send%20an%20unknown%20method%20call|Send an unknown method call]]
| [[Send%20an%20unknown%20method%20call|Send an unknown method call]]
|①||②||③||O||||⑥||⑦||⑧||O||
|①||②||③||||O||⑥||⑦||⑧||O||
|-
|-
| 45
| 45
Line 2,794: Line 2,794:
| 44
| 44
| [[Subtractive%20generator|Subtractive generator]]
| [[Subtractive%20generator|Subtractive generator]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 44
| [[Sum%20of%20divisors|Sum of divisors]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,826: Line 2,830:
| 43
| 43
| [[Knapsack%20problem%2FBounded|Knapsack problem/Bounded]]
| [[Knapsack%20problem%2FBounded|Knapsack problem/Bounded]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 43
| [[Largest%20proper%20divisor%20of%20n|Largest proper divisor of n]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,867: Line 2,875:
| [[Start%20from%20a%20main%20routine|Start from a main routine]]
| [[Start%20from%20a%20main%20routine|Start from a main routine]]
|①||②||③||④||⑤||⑥||⑦||O||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||O||⑨||⑩
|- style="background-color: #ffc"
| 43
| [[Sum%20of%20divisors|Sum of divisors]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 43
| 43
Line 2,906: Line 2,910:
| 42
| 42
| [[Combinations%20and%20permutations|Combinations and permutations]]
| [[Combinations%20and%20permutations|Combinations and permutations]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 42
| [[Largest%20proper%20divisor%20of%20n|Largest proper divisor of n]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,926: Line 2,926:
| 42
| 42
| [[Permutations%20with%20repetitions|Permutations with repetitions]]
| [[Permutations%20with%20repetitions|Permutations with repetitions]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 42
| [[Sum%20of%20first%20n%20cubes|Sum of first n cubes]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 42
| 42
| [[Tau%20number|Tau number]]
| [[Tau%20number|Tau number]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 42
| [[Words%20containing%20%22the%22%20substring|Words containing "the" substring]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,950: Line 2,958:
| 41
| 41
| [[Chowla%20numbers|Chowla numbers]]
| [[Chowla%20numbers|Chowla numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 41
| [[Cycle%20detection|Cycle detection]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,979: Line 2,991:
| [[Parallel%20calculations|Parallel calculations]]
| [[Parallel%20calculations|Parallel calculations]]
|①||②||③||④||⑤|| ||⑦||⑧||⑨||
|①||②||③||④||⑤|| ||⑦||⑧||⑨||
|-
| 41
| [[Parametric%20polymorphism|Parametric polymorphism]]
|①||②||③||④||⑤||⑥||O||O||⑨||⑩
|-
| 41
| [[Perfect%20totient%20numbers|Perfect totient numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 41
| 41
Line 3,022: Line 3,042:
| 40
| 40
| [[Cramer%27s%20rule|Cramer's rule]]
| [[Cramer%27s%20rule|Cramer's rule]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 40
| [[Cycle%20detection|Cycle detection]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,038: Line 3,054:
| 40
| 40
| [[Knuth%27s%20algorithm%20S|Knuth's algorithm S]]
| [[Knuth%27s%20algorithm%20S|Knuth's algorithm S]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 40
| [[LU%20decomposition|LU decomposition]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,050: Line 3,070:
| 40
| 40
| [[Magic%20squares%20of%20doubly%20even%20order|Magic squares of doubly even order]]
| [[Magic%20squares%20of%20doubly%20even%20order|Magic squares of doubly even order]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 40
| [[Parametric%20polymorphism|Parametric polymorphism]]
|①||②||③||④||⑤||⑥||O||O||⑨||⑩
|-
| 40
| [[Perfect%20totient%20numbers|Perfect totient numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,077: Line 3,089:
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 40
| 40
| [[Sum%20of%20first%20n%20cubes|Sum of first n cubes]]
| [[Sum%20of%20the%20digits%20of%20n%20is%20substring%20of%20n|Sum of the digits of n is substring of n]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 40
| 40
| [[Terminal%20control%2FHiding%20the%20cursor|Terminal control/Hiding the cursor]]
| [[Terminal%20control%2FHiding%20the%20cursor|Terminal control/Hiding the cursor]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 40
| [[Words%20containing%20%22the%22%20substring|Words containing "the" substring]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,126: Line 3,134:
| 39
| 39
| [[Kahan%20summation|Kahan summation]]
| [[Kahan%20summation|Kahan summation]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 39
| [[LU%20decomposition|LU decomposition]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,206: Line 3,210:
| 38
| 38
| [[Convex%20hull|Convex hull]]
| [[Convex%20hull|Convex hull]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 38
| [[Coprimes|Coprimes]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,226: Line 3,234:
| 38
| 38
| [[Input%2FOutput%20for%20pairs%20of%20numbers|Input/Output for pairs of numbers]]
| [[Input%2FOutput%20for%20pairs%20of%20numbers|Input/Output for pairs of numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 38
| [[Integer%20roots|Integer roots]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,258: Line 3,270:
| 38
| 38
| [[Substitution%20cipher|Substitution cipher]]
| [[Substitution%20cipher|Substitution cipher]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 38
| [[Sum%20of%20the%20digits%20of%20n%20is%20substring%20of%20n|Sum of the digits of n is substring of n]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,274: Line 3,282:
| 38
| 38
| [[Test%20integerness|Test integerness]]
| [[Test%20integerness|Test integerness]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 37
| [[Coprimes|Coprimes]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 37
| [[Integer%20roots|Integer roots]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,302: Line 3,302:
| 36
| 36
| [[Bitwise%20IO|Bitwise IO]]
| [[Bitwise%20IO|Bitwise IO]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 36
| [[Cousin%20primes|Cousin primes]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,355: Line 3,359:
| [[Arithmetic-geometric%20mean%2FCalculate%20Pi|Arithmetic-geometric mean/Calculate Pi]]
| [[Arithmetic-geometric%20mean%2FCalculate%20Pi|Arithmetic-geometric mean/Calculate Pi]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 35
|data-sort-value="base 0C16 numbers needing a to f"| [[Base%2016%20numbers%20needing%20a%20to%20f|Base 16 numbers needing a to f]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
|-
| 35
| 35
| [[Bitmap%2FB%C3%A9zier%20curves%2FCubic|Bitmap/Bézier curves/Cubic]]
| [[Bitmap%2FB%C3%A9zier%20curves%2FCubic|Bitmap/Bézier curves/Cubic]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨||
|①||②||③||④||⑤||⑥|| ||⑧||⑨||
|- style="background-color: #ffc"
| 35
| [[Cousin%20primes|Cousin primes]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 35
| 35
Line 3,370: Line 3,374:
| 35
| 35
| [[Entropy%2FNarcissist|Entropy/Narcissist]]
| [[Entropy%2FNarcissist|Entropy/Narcissist]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 35
| [[Extra%20primes|Extra primes]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 35
| 35
| [[Factorions|Factorions]]
| [[Factorions|Factorions]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 35
| [[Frobenius%20numbers|Frobenius numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,394: Line 3,406:
| 35
| 35
| [[Sequence%3A%20smallest%20number%20with%20exactly%20n%20divisors|Sequence: smallest number with exactly n divisors]]
| [[Sequence%3A%20smallest%20number%20with%20exactly%20n%20divisors|Sequence: smallest number with exactly n divisors]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 35
| [[Sorting%20algorithms%2FPatience%20sort|Sorting algorithms/Patience sort]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,403: Line 3,419:
| [[Zumkeller%20numbers|Zumkeller numbers]]
| [[Zumkeller%20numbers|Zumkeller numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
| 34
| [[ABC%20words|ABC words]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 34
| [[Additive%20primes|Additive primes]]
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|-
|-
| 34
| 34
Line 3,422: Line 3,446:
| 34
| 34
| [[Diversity%20prediction%20theorem|Diversity prediction theorem]]
| [[Diversity%20prediction%20theorem|Diversity prediction theorem]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 34
| [[Extra%20primes|Extra primes]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 34
| [[Frobenius%20numbers|Frobenius numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,439: Line 3,455:
| [[Multi-dimensional%20array|Multi-dimensional array]]
| [[Multi-dimensional%20array|Multi-dimensional array]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 34
| [[Nice%20primes|Nice primes]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|-
|-
| 34
| 34
Line 3,450: Line 3,470:
| 34
| 34
| [[Poker%20hand%20analyser|Poker hand analyser]]
| [[Poker%20hand%20analyser|Poker hand analyser]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 34
|data-sort-value="primes which sum of digits is 0C25"| [[Primes%20which%20sum%20of%20digits%20is%2025|Primes which sum of digits is 25]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 3,462: Line 3,486:
| 34
| 34
| [[Solve%20a%20Hidato%20puzzle|Solve a Hidato puzzle]]
| [[Solve%20a%20Hidato%20puzzle|Solve a Hidato puzzle]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 34
| [[Sorting%20algorithms%2FPatience%20sort|Sorting algorithms/Patience sort]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,475: Line 3,495:
| [[Topic%20variable|Topic variable]]
| [[Topic%20variable|Topic variable]]
|①||②||③||④||⑤||⑥||⑦||⑧||O||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||O||⑩
|- style="background-color: #ffc"
| 33
| [[ABC%20words|ABC words]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 33
| 33
| [[Bacon%20cipher|Bacon cipher]]
| [[Bacon%20cipher|Bacon cipher]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 33
|data-sort-value="base 0C16 numbers needing a to f"| [[Base%2016%20numbers%20needing%20a%20to%20f|Base 16 numbers needing a to f]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
|-
| 33
| 33
| [[Bitcoin%2Faddress%20validation|Bitcoin/address validation]]
| [[Bitcoin%2Faddress%20validation|Bitcoin/address validation]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
| 33
| [[Chaocipher|Chaocipher]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
|-
Line 3,510: Line 3,526:
| 33
| 33
| [[Executable%20library|Executable library]]
| [[Executable%20library|Executable library]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 33
|data-sort-value="first power of 0B2 that has leading decimal digits of 0C12"| [[First%20power%20of%202%20that%20has%20leading%20decimal%20digits%20of%2012|First power of 2 that has leading decimal digits of 12]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 33
| [[Longest%20common%20suffix|Longest common suffix]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,523: Line 3,547:
| [[Negative%20base%20numbers|Negative base numbers]]
| [[Negative%20base%20numbers|Negative base numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 33
| [[Nice%20primes|Nice primes]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 33
| 33
| [[Parse%20command-line%20arguments|Parse command-line arguments]]
| [[Parse%20command-line%20arguments|Parse command-line arguments]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 33
|data-sort-value="primes which sum of digits is 0C25"| [[Primes%20which%20sum%20of%20digits%20is%2025|Primes which sum of digits is 25]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,542: Line 3,558:
| 33
| 33
| [[Resistor%20mesh|Resistor mesh]]
| [[Resistor%20mesh|Resistor mesh]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 33
| [[Sorting%20algorithms%2FCycle%20sort|Sorting algorithms/Cycle sort]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 33
| [[Strange%20numbers|Strange numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,550: Line 3,574:
| 33
| 33
| [[Terminal%20control%2FCursor%20movement|Terminal control/Cursor movement]]
| [[Terminal%20control%2FCursor%20movement|Terminal control/Cursor movement]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 33
| [[Triplet%20of%20three%20numbers|Triplet of three numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 3,559: Line 3,587:
| [[Xiaolin%20Wu%27s%20line%20algorithm|Xiaolin Wu's line algorithm]]
| [[Xiaolin%20Wu%27s%20line%20algorithm|Xiaolin Wu's line algorithm]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 32
| [[Additive%20primes|Additive primes]]
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|-
|-
| 32
| 32
Line 3,571: Line 3,595:
| [[Bitmap%2FHistogram|Bitmap/Histogram]]
| [[Bitmap%2FHistogram|Bitmap/Histogram]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨||
|①||②||③||④||⑤||⑥|| ||⑧||⑨||
|-
| 32
| [[Chaocipher|Chaocipher]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
|-
| 32
| 32
Line 3,599: Line 3,619:
| [[Faulhaber%27s%20triangle|Faulhaber's triangle]]
| [[Faulhaber%27s%20triangle|Faulhaber's triangle]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
|-
| 32
| 32
| [[Implicit%20type%20conversion|Implicit type conversion]]
|data-sort-value="first power of 0B2 that has leading decimal digits of 0C12"| [[First%20power%20of%202%20that%20has%20leading%20decimal%20digits%20of%2012|First power of 2 that has leading decimal digits of 12]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 32
| 32
| [[Length%20of%20an%20arc%20between%20two%20angles|Length of an arc between two angles]]
| [[Implicit%20type%20conversion|Implicit type conversion]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 3,637: Line 3,657:
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 32
| 32
| [[Special%20Divisors|Special Divisors]]
| [[Sorting%20algorithms%2FCycle%20sort|Sorting algorithms/Cycle sort]]
|①||②||③||④||⑤||⑥||⑦||||⑨||⑩
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|- style="background-color: #ffc"
| 32
| [[Strange%20numbers|Strange numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 32
| 32
Line 3,650: Line 3,666:
| 32
| 32
| [[Terminal%20control%2FPreserve%20screen|Terminal control/Preserve screen]]
| [[Terminal%20control%2FPreserve%20screen|Terminal control/Preserve screen]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 32
| [[Triplet%20of%20three%20numbers|Triplet of three numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,670: Line 3,682:
| 32
| 32
| [[Write%20to%20Windows%20event%20log|Write to Windows event log]]
| [[Write%20to%20Windows%20event%20log|Write to Windows event log]]
|①||②||③|| |||| ||⑦||⑧||⑨||⑩
|①||②||③|||| || ||⑦||⑧||⑨||⑩
|-
|-
| 32
| 32
Line 3,687: Line 3,699:
| [[Checkpoint%20synchronization|Checkpoint synchronization]]
| [[Checkpoint%20synchronization|Checkpoint synchronization]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
| 31
| [[Create%20an%20object%20at%20a%20given%20address|Create an object at a given address]]
|①||②||③||④||⑤|| ||⑦||O||⑨||
|-
|-
| 31
| 31
| [[FTP|FTP]]
| [[FTP|FTP]]
|①||②||③||④||⑤|| ||⑦||⑧||⑨||
|①||②||③||④||⑤|| ||⑦||⑧||⑨||
|- style="background-color: #ffc"
| 31
|data-sort-value="find prime numbers of the form n*n*n+0B2"| [[Find%20prime%20numbers%20of%20the%20form%20n%2An%2An%2B2|Find prime numbers of the form n*n*n+2]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|- style="background-color: #ffc"
| 31
| [[Find%20words%20with%20alternating%20vowels%20and%20consonants|Find words with alternating vowels and consonants]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 31
| 31
Line 3,711: Line 3,735:
| [[Koch%20curve|Koch curve]]
| [[Koch%20curve|Koch curve]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|- style="background-color: #ffc"
| 31
| [[Length%20of%20an%20arc%20between%20two%20angles|Length of an arc between two angles]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 31
| [[Longest%20common%20suffix|Longest common suffix]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 31
| 31
Line 3,755: Line 3,771:
| [[Smarandache%20prime-digital%20sequence|Smarandache prime-digital sequence]]
| [[Smarandache%20prime-digital%20sequence|Smarandache prime-digital sequence]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 31
| [[Special%20Divisors|Special Divisors]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|-
|-
| 31
| 31
Line 3,791: Line 3,803:
| [[AVL%20tree|AVL tree]]
| [[AVL%20tree|AVL tree]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨||
|①||②||③||④||⑤||⑥|| ||⑧||⑨||
|- style="background-color: #ffc"
| 30
| [[Alternade%20words|Alternade words]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 30
| 30
| [[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"
| 30
| [[Change%20e%20letters%20to%20i%20in%20words|Change e letters to i in words]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 30
| [[Chemical%20calculator|Chemical calculator]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,813: Line 3,837:
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 30
| 30
|data-sort-value="find prime numbers of the form n*n*n+0B2"| [[Find%20prime%20numbers%20of%20the%20form%20n%2An%2An%2B2|Find prime numbers of the form n*n*n+2]]
|data-sort-value="find words which contains more than 0B3 e vowels"| [[Find%20words%20which%20contains%20more%20than%203%20e%20vowels|Find words which contains more than 3 e vowels]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||||⑨||⑩
|-
|-
| 30
| 30
Line 3,838: Line 3,862:
| 30
| 30
| [[Range%20consolidation|Range consolidation]]
| [[Range%20consolidation|Range consolidation]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 30
|data-sort-value="shift list elements to left by 0B3"| [[Shift%20list%20elements%20to%20left%20by%203|Shift list elements to left by 3]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,862: Line 3,890:
| 30
| 30
| [[Superellipse|Superellipse]]
| [[Superellipse|Superellipse]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 30
| [[Unique%20characters|Unique characters]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,871: Line 3,903:
|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
| [[Alternade%20words|Alternade words]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 29
| 29
Line 3,882: Line 3,910:
| 29
| 29
| [[Burrows%E2%80%93Wheeler%20transform|Burrows–Wheeler transform]]
| [[Burrows%E2%80%93Wheeler%20transform|Burrows–Wheeler transform]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 29
| [[Change%20e%20letters%20to%20i%20in%20words|Change e letters to i in words]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 29
| 29
| [[Chebyshev%20coefficients|Chebyshev coefficients]]
| [[Chebyshev%20coefficients|Chebyshev coefficients]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 29
| [[Chemical%20calculator|Chemical calculator]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 29
| 29
| [[Find%20first%20and%20last%20set%20bit%20of%20a%20long%20integer|Find first and last set bit of a long integer]]
| [[Find%20first%20and%20last%20set%20bit%20of%20a%20long%20integer|Find first and last set bit of a long integer]]
|①||②||③|| ||||⑥||⑦||⑧||⑨||⑩
|①||②||③|||| ||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 29
| [[Find%20words%20with%20alternating%20vowels%20and%20consonants|Find words with alternating vowels and consonants]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 29
| 29
Line 3,914: Line 3,930:
| 29
| 29
| [[Honeycombs|Honeycombs]]
| [[Honeycombs|Honeycombs]]
|①||②||③|||| ||⑥||⑦||⑧||⑨||
|①||②||③|| ||||⑥||⑦||⑧||⑨||
|-
|-
| 29
| 29
Line 3,938: Line 3,954:
| 29
| 29
| [[Ramsey%27s%20theorem|Ramsey's theorem]]
| [[Ramsey%27s%20theorem|Ramsey's theorem]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 29
|data-sort-value="shift list elements to left by 0B3"| [[Shift%20list%20elements%20to%20left%20by%203|Shift list elements to left by 3]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,959: Line 3,971:
| [[Thiele%27s%20interpolation%20formula|Thiele's interpolation formula]]
| [[Thiele%27s%20interpolation%20formula|Thiele's interpolation formula]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|- style="background-color: #ffc"
| 29
| [[Unique%20characters|Unique characters]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 29
| 29
Line 3,974: Line 3,982:
| 28
| 28
| [[Active%20Directory%2FConnect|Active Directory/Connect]]
| [[Active%20Directory%2FConnect|Active Directory/Connect]]
|①||②||③|| |||| ||⑦||⑧||⑨||
|①||②||③|||| || ||⑦||⑧||⑨||
|-
| 28
| [[Circular%20primes|Circular primes]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 28
| 28
| [[Find%20largest%20left%20truncatable%20prime%20in%20a%20given%20base|Find largest left truncatable prime in a given base]]
| [[Find%20largest%20left%20truncatable%20prime%20in%20a%20given%20base|Find largest left truncatable prime in a given base]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|- style="background-color: #ffc"
| 28
|data-sort-value="find words which contains more than 0B3 e vowels"| [[Find%20words%20which%20contains%20more%20than%203%20e%20vowels|Find words which contains more than 3 e vowels]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 28
| 28
Line 4,018: Line 4,026:
| 28
| 28
| [[M%C3%B6bius%20function|Möbius function]]
| [[M%C3%B6bius%20function|Möbius function]]
|①||②||③|| ||||⑥||⑦|| ||⑨||⑩
|①||②||③|||| ||⑥||⑦|| ||⑨||⑩
|-
|-
| 28
| 28
Line 4,081: Line 4,089:
|-
|-
| 27
| 27
| [[Circular%20primes|Circular primes]]
| [[Color%20wheel|Color wheel]]
|①||②||③||④||⑤||⑥||⑦||⑧||||
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|- style="background-color: #ffc"
|-
| 27
| 27
| [[Common%20sorted%20list|Common sorted list]]
| [[Create%20an%20object%20at%20a%20given%20address|Create an object at a given address]]
|①||②||③||④||⑤|| ||⑦||O||⑨||
|①||②||③||④||⑤||||⑦||||⑨||
|-
|-
| 27
| 27
Line 4,147: Line 4,155:
| [[Sierpinski%20pentagon|Sierpinski pentagon]]
| [[Sierpinski%20pentagon|Sierpinski pentagon]]
| ||②||③||④||⑤||⑥||⑦||⑧||⑨||
| ||②||③||④||⑤||⑥||⑦||⑧||⑨||
|- style="background-color: #ffc"
| 27
| [[Sum%20of%20elements%20below%20main%20diagonal%20of%20matrix|Sum of elements below main diagonal of matrix]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
|-
| 27
| 27
| [[Teacup%20rim%20text|Teacup rim text]]
| [[Teacup%20rim%20text|Teacup rim text]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 27
| [[Twin%20primes|Twin primes]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 27
| 27
Line 4,158: Line 4,174:
| 26
| 26
| [[Audio%20alarm|Audio alarm]]
| [[Audio%20alarm|Audio alarm]]
|①||②||③|||| ||⑥|| ||⑧|| ||⑩
|①||②||③|| ||||⑥|| ||⑧|| ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 26
| 26
|data-sort-value="base0C58check encoding"| [[Base58Check%20encoding|Base58Check encoding]]
|data-sort-value="base0C58check encoding"| [[Base58Check%20encoding|Base58Check encoding]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
|-
| 26
| 26
| [[Cipolla%27s%20algorithm|Cipolla's algorithm]]
| [[Color%20wheel|Color wheel]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|①||②||③||④||⑤||⑥||⑦||⑧||||
|-
|-
| 26
| 26
Line 4,186: Line 4,202:
| 26
| 26
| [[Increasing%20gaps%20between%20consecutive%20Niven%20numbers|Increasing gaps between consecutive Niven numbers]]
| [[Increasing%20gaps%20between%20consecutive%20Niven%20numbers|Increasing gaps between consecutive Niven numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 26
| [[Intersecting%20number%20wheels|Intersecting number wheels]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 4,211: Line 4,231:
| [[Snake%20and%20Ladder|Snake and Ladder]]
| [[Snake%20and%20Ladder|Snake and Ladder]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|- style="background-color: #ffc"
| 26
| 26
| [[UPC|UPC]]
| [[Sum%20of%20elements%20below%20main%20diagonal%20of%20matrix|Sum of elements below main diagonal of matrix]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||||⑩
|- style="background-color: #ffc"
| 26
| [[Twin%20primes|Twin primes]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|-
|-
| 26
| 26
Line 4,227: Line 4,243:
| [[Bioinformatics%2FSequence%20mutation|Bioinformatics/Sequence mutation]]
| [[Bioinformatics%2FSequence%20mutation|Bioinformatics/Sequence mutation]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|- style="background-color: #ffc"
| 25
| [[Cipolla%27s%20algorithm|Cipolla's algorithm]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|- style="background-color: #ffc"
| 25
| [[Common%20sorted%20list|Common sorted list]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 25
| 25
| [[Elliptic%20curve%20arithmetic|Elliptic curve arithmetic]]
| [[Elliptic%20curve%20arithmetic|Elliptic curve arithmetic]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
|-
| 25
| 25
| [[Find%20words%20whose%20first%20and%20last%20three%20letters%20are%20equal|Find words whose first and last three letters are equal]]
| [[Intersecting%20number%20wheels|Intersecting number wheels]]
|①||②||③||④||⑤||⑥||⑦||||||⑩
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|-
|-
| 25
| 25
Line 4,270: Line 4,278:
| 25
| 25
| [[Play%20recorded%20sounds|Play recorded sounds]]
| [[Play%20recorded%20sounds|Play recorded sounds]]
|①||②||③|||| ||⑥|| ||⑧|| ||
|①||②||③|| ||||⑥|| ||⑧|| ||
|-
|-
| 25
| 25
Line 4,290: Line 4,298:
| 25
| 25
| [[Total%20circles%20area|Total circles area]]
| [[Total%20circles%20area|Total circles area]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 25
| [[UPC|UPC]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 4,318: Line 4,322:
| 24
| 24
| [[Esthetic%20numbers|Esthetic numbers]]
| [[Esthetic%20numbers|Esthetic numbers]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|- style="background-color: #ffc"
| 24
| [[Find%20prime%20n%20such%20that%20reversed%20n%20is%20also%20prime|Find prime n such that reversed n is also prime]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 4,347: Line 4,355:
| [[Permutations%2FRank%20of%20a%20permutation|Permutations/Rank of a permutation]]
| [[Permutations%2FRank%20of%20a%20permutation|Permutations/Rank of a permutation]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 24
| [[Piprimes|Piprimes]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 24
| 24
Line 4,363: Line 4,375:
| [[Solve%20a%20Numbrix%20puzzle|Solve a Numbrix puzzle]]
| [[Solve%20a%20Numbrix%20puzzle|Solve a Numbrix puzzle]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
| 24
| [[Words%20from%20neighbour%20ones|Words from neighbour ones]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|-
|-
| 23
| 23
Line 4,370: Line 4,386:
| 23
| 23
| [[Active%20Directory%2FSearch%20for%20a%20user|Active Directory/Search for a user]]
| [[Active%20Directory%2FSearch%20for%20a%20user|Active Directory/Search for a user]]
|①||②||③|| |||| ||⑦||⑧||⑨||⑩
|①||②||③|||| || ||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 23
| 23
Line 4,386: Line 4,402:
| 23
| 23
| [[Commatizing%20numbers|Commatizing numbers]]
| [[Commatizing%20numbers|Commatizing numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
| 23
| [[Common%20list%20elements|Common list elements]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 4,403: Line 4,423:
| [[Find%20duplicate%20files|Find duplicate files]]
| [[Find%20duplicate%20files|Find duplicate files]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
| 23
| [[Find%20prime%20n%20such%20that%20reversed%20n%20is%20also%20prime|Find prime n such that reversed n is also prime]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|-
|-
| 23
| 23
Line 4,415: Line 4,431:
| [[Monads%2FList%20monad|Monads/List monad]]
| [[Monads%2FList%20monad|Monads/List monad]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|- style="background-color: #ffc"
| 23
| [[Neighbour%20primes|Neighbour primes]]
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|-
|-
| 23
| 23
Line 4,426: Line 4,446:
| 23
| 23
| [[Numeric%20separator%20syntax|Numeric separator syntax]]
| [[Numeric%20separator%20syntax|Numeric separator syntax]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 23
| [[Orbital%20elements|Orbital elements]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 4,431: Line 4,455:
| [[Pig%20the%20dice%20game%2FPlayer|Pig the dice game/Player]]
| [[Pig%20the%20dice%20game%2FPlayer|Pig the dice game/Player]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
| 23
| [[Piprimes|Piprimes]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|-
|-
| 23
| 23
Line 4,446: Line 4,466:
| 23
| 23
| [[SOAP|SOAP]]
| [[SOAP|SOAP]]
|①||②||③|| |||| ||⑦||⑧||⑨||
|①||②||③|||| || ||⑦||⑧||⑨||
|-
|-
| 23
| 23
Line 4,463: Line 4,483:
| [[Ulam%20numbers|Ulam numbers]]
| [[Ulam%20numbers|Ulam numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 23
| [[Words%20from%20neighbour%20ones|Words from neighbour ones]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|-
|-
| 22
| 22
Line 4,475: Line 4,491:
| [[Assertions%20in%20design%20by%20contract|Assertions in design by contract]]
| [[Assertions%20in%20design%20by%20contract|Assertions in design by contract]]
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|- style="background-color: #ffc"
| 22
| [[Bilinear%20interpolation|Bilinear interpolation]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
|-
| 22
| 22
| [[Calkin-Wilf%20sequence|Calkin-Wilf sequence]]
| [[Calkin-Wilf%20sequence|Calkin-Wilf sequence]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
| 22
| [[Coprime%20triplets|Coprime triplets]]
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 22
| 22
Line 4,495: Line 4,519:
| [[File%20size%20distribution|File size distribution]]
| [[File%20size%20distribution|File size distribution]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 22
| [[Find%20words%20whose%20first%20and%20last%20three%20letters%20are%20equal|Find words whose first and last three letters are equal]]
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|-
|-
| 22
| 22
Line 4,525: Line 4,545:
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 22
| 22
| [[Neighbour%20primes|Neighbour primes]]
| [[Odd%20words|Odd words]]
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|- style="background-color: #ffc"
| 22
| [[Orbital%20elements|Orbital elements]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 22
| 22
Line 4,546: Line 4,562:
| 22
| 22
| [[Rare%20numbers|Rare numbers]]
| [[Rare%20numbers|Rare numbers]]
|①||②||③|||| ||⑥|| ||⑧|| ||⑩
|①||②||③|| ||||⑥|| ||⑧|| ||⑩
|-
|-
| 22
| 22
Line 4,555: Line 4,571:
| [[Sierpinski%20arrowhead%20curve|Sierpinski arrowhead curve]]
| [[Sierpinski%20arrowhead%20curve|Sierpinski arrowhead curve]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|- style="background-color: #ffc"
| 22
|data-sort-value="smallest power of 0B6 whose decimal expansion contains n"| [[Smallest%20power%20of%206%20whose%20decimal%20expansion%20contains%20n|Smallest power of 6 whose decimal expansion contains n]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 22
| [[Solve%20triangle%20solitare%20puzzle|Solve triangle solitare puzzle]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|-
|-
| 22
| 22
Line 4,567: Line 4,591:
| [[Vogel%27s%20approximation%20method|Vogel's approximation method]]
| [[Vogel%27s%20approximation%20method|Vogel's approximation method]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨||⑩
|①||②||③||④||⑤||⑥|| ||⑧||⑨||⑩
|- style="background-color: #ffc"
| 22
| [[Wieferich%20primes|Wieferich primes]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|-
|-
| 21
| 21
Line 4,575: Line 4,603:
| [[Arithmetic%20coding%2FAs%20a%20generalized%20change%20of%20radix|Arithmetic coding/As a generalized change of radix]]
| [[Arithmetic%20coding%2FAs%20a%20generalized%20change%20of%20radix|Arithmetic coding/As a generalized change of radix]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|- style="background-color: #ffc"
| 21
| [[Bilinear%20interpolation|Bilinear interpolation]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
|-
| 21
| 21
| [[Bitcoin%2Fpublic%20point%20to%20address|Bitcoin/public point to address]]
| [[Bitcoin%2Fpublic%20point%20to%20address|Bitcoin/public point to address]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
|- style="background-color: #ffc"
| 21
| 21
| [[Consecutive%20primes%20with%20ascending%20or%20descending%20dfferences|Consecutive primes with ascending or descending dfferences]]
| [[Common%20list%20elements|Common list elements]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 21
| 21
| [[Count%20how%20many%20vowels%20and%20consonants%20occur%20in%20a%20string|Count how many vowels and consonants occur in a string]]
| [[Coprime%20triplets|Coprime triplets]]
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|①||②||③||④||⑤||⑥||⑦|||| ||⑩
|-
|-
| 21
| 21
| [[Elementary%20cellular%20automaton%2FInfinite%20length|Elementary cellular automaton/Infinite length]]
| [[Elementary%20cellular%20automaton%2FInfinite%20length|Elementary cellular automaton/Infinite length]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|- style="background-color: #ffc"
| 21
| [[Find%20minimum%20number%20of%20coins%20that%20make%20a%20given%20value|Find minimum number of coins that make a given value]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
| 21
| [[Find%20words%20which%20contains%20all%20the%20vowels|Find words which contains all the vowels]]
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|-
|-
| 21
| 21
Line 4,602: Line 4,634:
| 21
| 21
| [[Joystick%20position|Joystick position]]
| [[Joystick%20position|Joystick position]]
|①||②||③|| |||| || ||⑧||O||
|①||②||③|||| || || ||⑧||O||
|-
|-
| 21
| 21
Line 4,611: Line 4,643:
| [[Latin%20Squares%20in%20reduced%20form|Latin Squares in reduced form]]
| [[Latin%20Squares%20in%20reduced%20form|Latin Squares in reduced form]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|- style="background-color: #ffc"
| 21
| [[Line%20circle%20intersection|Line circle intersection]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 21
| 21
Line 4,617: Line 4,653:
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 21
| 21
| [[Palindromic%20primes|Palindromic primes]]
| [[Odd%20words|Odd words]]
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|①||②||③||④||⑤||⑥||⑦|||| ||⑩
|-
|-
| 21
| 21
Line 4,627: Line 4,663:
| [[Print%20debugging%20statement|Print debugging statement]]
| [[Print%20debugging%20statement|Print debugging statement]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 21
|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"
| 21
| 21
Line 4,635: Line 4,675:
| [[Sequence%3A%20nth%20number%20with%20exactly%20n%20divisors|Sequence: nth number with exactly n divisors]]
| [[Sequence%3A%20nth%20number%20with%20exactly%20n%20divisors|Sequence: nth number with exactly n divisors]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 21
|data-sort-value="smallest power of 0B6 whose decimal expansion contains n"| [[Smallest%20power%20of%206%20whose%20decimal%20expansion%20contains%20n|Smallest power of 6 whose decimal expansion contains n]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 21
| [[Solve%20triangle%20solitare%20puzzle|Solve triangle solitare puzzle]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 21
| 21
| [[Sum%20data%20type|Sum data type]]
| [[Sum%20data%20type|Sum data type]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|- style="background-color: #ffc"
| 21
| [[Wieferich%20primes|Wieferich primes]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|-
|-
Line 4,663: Line 4,691:
| [[Compiler%2Fcode%20generator|Compiler/code generator]]
| [[Compiler%2Fcode%20generator|Compiler/code generator]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
| 20
| [[Consecutive%20primes%20with%20ascending%20or%20descending%20dfferences|Consecutive primes with ascending or descending dfferences]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
|-
| 20
| 20
Line 4,679: Line 4,703:
| [[Find%20if%20a%20point%20is%20within%20a%20triangle|Find if a point is within a triangle]]
| [[Find%20if%20a%20point%20is%20within%20a%20triangle|Find if a point is within a triangle]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 20
| [[Find%20words%20which%20contains%20all%20the%20vowels|Find words which contains all the vowels]]
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|-
|-
| 20
| 20
Line 4,689: Line 4,709:
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 20
| 20
| [[Maximum%20difference%20between%20adjacent%20elements%20of%20list|Maximum difference between adjacent elements of list]]
| [[Line%20circle%20intersection|Line circle intersection]]
|①||②||③||④||⑤||⑥||⑦|| ||||⑩
|①||②||③||④||⑤||⑥||⑦|||| ||⑩
|-
|-
| 20
| 20
Line 4,699: Line 4,719:
| [[Monads%2FWriter%20monad|Monads/Writer monad]]
| [[Monads%2FWriter%20monad|Monads/Writer monad]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|- style="background-color: #ffc"
| 20
| [[Most%20frequent%20k%20chars%20distance|Most frequent k chars distance]]
|①||②|| ||④||⑤||⑥||⑦||⑧|| ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 20
| 20
Line 4,710: Line 4,734:
| 20
| 20
| [[Nonogram%20solver|Nonogram solver]]
| [[Nonogram%20solver|Nonogram solver]]
|①||②||③|||| ||⑥||⑦||⑧|| ||⑩
|①||②||③|| ||||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 20
| 20
Line 4,723: Line 4,747:
| [[Padovan%20n-step%20number%20sequences|Padovan n-step number sequences]]
| [[Padovan%20n-step%20number%20sequences|Padovan n-step number sequences]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
|-
| 20
| 20
|data-sort-value="palindromic primes in base 0C16"| [[Palindromic%20primes%20in%20base%2016|Palindromic primes in base 16]]
| [[Primes%20-%20allocate%20descendants%20to%20their%20ancestors|Primes - allocate descendants to their ancestors]]
|①||②||③||④||⑤||⑥||⑦||||||
|①||②||③||④||⑤||⑥||⑦|| || ||
|-
|-
| 20
| 20
| [[Primes%20-%20allocate%20descendants%20to%20their%20ancestors|Primes - allocate descendants to their ancestors]]
|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"
Line 4,738: Line 4,762:
| 20
| 20
| [[Simulate%20input%2FMouse|Simulate input/Mouse]]
| [[Simulate%20input%2FMouse|Simulate input/Mouse]]
|①||②||③|| |||| || ||⑧||⑨||
|①||②||③|||| || || ||⑧||⑨||
|-
|-
| 20
| 20
| [[Sleeping%20Beauty%20problem|Sleeping Beauty problem]]
| [[Sleeping%20Beauty%20problem|Sleeping Beauty problem]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
| 20
| [[Sort%20the%20letters%20of%20string%20in%20alphabetical%20order|Sort the letters of string in alphabetical order]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 4,766: Line 4,794:
| 19
| 19
| [[Code%20segment%20unload|Code segment unload]]
| [[Code%20segment%20unload|Code segment unload]]
|①||②||③|| ||||⑥||⑦||⑧|| ||⑩
|①||②||③|||| ||⑥||⑦||⑧|| ||⑩
|-
|-
| 19
| 19
Line 4,778: Line 4,806:
| 19
| 19
| [[Find%20URI%20in%20text|Find URI in text]]
| [[Find%20URI%20in%20text|Find URI in text]]
|①||②||③|| ||||⑥||⑦|| || ||⑩
|①||②||③|||| ||⑥||⑦|| || ||⑩
|- style="background-color: #ffc"
| 19
| [[Find%20words%20which%20contain%20the%20most%20consonants|Find words which contain the most consonants]]
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 19
| 19
Line 4,787: Line 4,819:
| [[Matrix%20digital%20rain|Matrix digital rain]]
| [[Matrix%20digital%20rain|Matrix digital rain]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 19
| [[Most%20frequent%20k%20chars%20distance|Most frequent k chars distance]]
|①||②|| ||④||⑤||⑥||⑦||⑧|| ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 19
| 19
|data-sort-value="numbers in base-0C16 representation that cannot be written with decimal digits"| [[Numbers%20in%20base-16%20representation%20that%20cannot%20be%20written%20with%20decimal%20digits|Numbers in base-16 representation that cannot be written with decimal digits]]
|data-sort-value="numbers in base-0C16 representation that cannot be written with decimal digits"| [[Numbers%20in%20base-16%20representation%20that%20cannot%20be%20written%20with%20decimal%20digits|Numbers in base-16 representation that cannot be written with decimal digits]]
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|- style="background-color: #ffc"
| 19
| [[Palindromic%20primes|Palindromic primes]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
|-
| 19
| 19
Line 4,821: Line 4,845:
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 19
| 19
| [[Special%20factorials|Special factorials]]
| [[Sort%20the%20letters%20of%20string%20in%20alphabetical%20order|Sort the letters of string in alphabetical order]]
|①||②||③||④||⑤||⑥||⑦|||| ||⑩
|①||②||③||④||⑤||⑥||⑦|| ||||⑩
|- style="background-color: #ffc"
| 19
| [[Substring%20primes|Substring primes]]
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 18
| 18
Line 4,833: Line 4,861:
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 18
| 18
| [[Concatenate%20two%20primes%20is%20also%20prime|Concatenate two primes is also prime]]
| [[Find%20first%20missing%20positive|Find first missing positive]]
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 18
| 18
| [[Cubic%20Special%20Primes|Cubic Special Primes]]
| [[Find%20words%20which%20contain%20the%20most%20consonants|Find words which contain the most consonants]]
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|- style="background-color: #ffc"
| 18
| [[Find%20first%20missing%20positive|Find first missing positive]]
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 18
| 18
| [[Free%20polyominoes%20enumeration|Free polyominoes enumeration]]
| [[Free%20polyominoes%20enumeration|Free polyominoes enumeration]]
|①||②||③|||| ||⑥||⑦||⑧|| ||
|①||②||③|| ||||⑥||⑦||⑧|| ||
|-
|-
| 18
| 18
| [[Imaginary%20base%20numbers|Imaginary base numbers]]
| [[Imaginary%20base%20numbers|Imaginary base numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|- style="background-color: #ffc"
| 18
| [[Maximum%20difference%20between%20adjacent%20elements%20of%20list|Maximum difference between adjacent elements of list]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 18
| 18
Line 4,863: Line 4,891:
| [[Nimber%20arithmetic|Nimber arithmetic]]
| [[Nimber%20arithmetic|Nimber arithmetic]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 18
|data-sort-value="palindromic primes in base 0C16"| [[Palindromic%20primes%20in%20base%2016|Palindromic primes in base 16]]
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 18
| 18
Line 4,887: Line 4,911:
|data-sort-value="prime numbers which contain 0D123"| [[Prime%20numbers%20which%20contain%20123|Prime numbers which contain 123]]
|data-sort-value="prime numbers which contain 0D123"| [[Prime%20numbers%20which%20contain%20123|Prime numbers which contain 123]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
| 18
| [[Primes%20which%20contain%20only%20one%20odd%20digit|Primes which contain only one odd digit]]
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 18
| 18
Line 4,907: Line 4,935:
| [[Snake|Snake]]
| [[Snake|Snake]]
|①||②||③||④||⑤|| ||⑦|| ||⑨||
|①||②||③||④||⑤|| ||⑦|| ||⑨||
|- style="background-color: #ffc"
| 18
| [[Special%20factorials|Special factorials]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|- style="background-color: #ffc"
| 18
| [[Substring%20primes|Substring primes]]
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 18
| 18
Line 4,922: Line 4,942:
| 18
| 18
| [[Tarjan|Tarjan]]
| [[Tarjan|Tarjan]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 18
| [[Two%20bullet%20roulette|Two bullet roulette]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 4,930: Line 4,954:
| 17
| 17
| [[Aspect%20oriented%20programming|Aspect oriented programming]]
| [[Aspect%20oriented%20programming|Aspect oriented programming]]
|①||②||③|| ||||⑥||⑦||⑧||⑨||
|①||②||③|||| ||⑥||⑦||⑧||⑨||
|-
|-
| 17
| 17
Line 4,942: Line 4,966:
| 17
| 17
| [[Compare%20sorting%20algorithms%27%20performance|Compare sorting algorithms' performance]]
| [[Compare%20sorting%20algorithms%27%20performance|Compare sorting algorithms' performance]]
|①||②||③|||| ||⑥|| ||⑧||⑨||⑩
|①||②||③|| ||||⑥|| ||⑧||⑨||⑩
|-
|-
| 17
| 17
| [[Compiler%2Fsyntax%20analyzer|Compiler/syntax analyzer]]
| [[Compiler%2Fsyntax%20analyzer|Compiler/syntax analyzer]]
|①||②||③|||| ||⑥||⑦||⑧||⑨||
|①||②||③|| ||||⑥||⑦||⑧||⑨||
|- style="background-color: #ffc"
| 17
| [[Concatenate%20two%20primes%20is%20also%20prime|Concatenate two primes is also prime]]
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|- style="background-color: #ffc"
| 17
| [[Count%20how%20many%20vowels%20and%20consonants%20occur%20in%20a%20string|Count how many vowels and consonants occur in a string]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
| 17
| [[Cubic%20Special%20Primes|Cubic Special Primes]]
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 17
| 17
Line 4,967: Line 4,979:
| [[Cyclotomic%20polynomial|Cyclotomic polynomial]]
| [[Cyclotomic%20polynomial|Cyclotomic polynomial]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|- style="background-color: #ffc"
| 17
| [[Find%20minimum%20number%20of%20coins%20that%20make%20a%20given%20value|Find minimum number of coins that make a given value]]
|①||②||③||④||⑤||⑥|| ||⑧|| ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 17
| 17
Line 4,978: Line 4,986:
| 17
| 17
| [[Getting%20the%20number%20of%20decimals|Getting the number of decimals]]
| [[Getting%20the%20number%20of%20decimals|Getting the number of decimals]]
|①||②||③|| ||||⑥||⑦||⑧||⑨||⑩
|①||②||③|||| ||⑥||⑦||⑧||⑨||⑩
|-
|-
| 17
| 17
Line 4,991: Line 4,999:
| [[Logistic%20curve%20fitting%20in%20epidemiology|Logistic curve fitting in epidemiology]]
| [[Logistic%20curve%20fitting%20in%20epidemiology|Logistic curve fitting in epidemiology]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|- style="background-color: #ffc"
| 17
| [[Numbers%20whose%20count%20of%20divisors%20is%20prime|Numbers whose count of divisors is prime]]
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|-
|-
| 17
| 17
Line 5,002: Line 5,014:
| 17
| 17
| [[Permuted%20multiples|Permuted multiples]]
| [[Permuted%20multiples|Permuted multiples]]
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|- style="background-color: #ffc"
| 17
| [[Primes%20which%20contain%20only%20one%20odd%20number|Primes which contain only one odd number]]
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 5,027: Line 5,035:
| [[Sierpinski%20curve|Sierpinski curve]]
| [[Sierpinski%20curve|Sierpinski curve]]
|①||②||③||④||⑤||⑥||⑦|| || ||
|①||②||③||④||⑤||⑥||⑦|| || ||
|- style="background-color: #ffc"
| 17
| [[Singly-linked%20list%2FElement%20removal|Singly-linked list/Element removal]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 17
| 17
Line 5,054: Line 5,066:
| 16
| 16
| [[Compiler%2FAST%20interpreter|Compiler/AST interpreter]]
| [[Compiler%2FAST%20interpreter|Compiler/AST interpreter]]
|①||②||③|||| ||⑥||⑦||⑧||⑨||
|①||②||③|| ||||⑥||⑦||⑧||⑨||
|-
|-
| 16
| 16
Line 5,061: Line 5,073:
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 16
| 16
| [[Generate%20random%20numbers%20without%20repeating%20a%20value|Generate random numbers without repeating a value]]
| [[Numbers%20which%20count%20of%20divisors%20is%20prime|Numbers which count of divisors is prime]]
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|①||②||③||④||⑤||⑥||⑦|||| ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 16
| 16
Line 5,074: Line 5,086:
| 16
| 16
| [[Rendezvous|Rendezvous]]
| [[Rendezvous|Rendezvous]]
|①||②||③|| |||| || ||⑧||⑨||
|①||②||③|||| || || ||⑧||⑨||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 16
| 16
| [[Reverse%20the%20order%20of%20lines%20in%20a%20text%20file%20while%20preserving%20the%20contents%20of%20each%20line|Reverse the order of lines in a text file while preserving the contents of each line]]
| [[Reverse%20the%20order%20of%20lines%20in%20a%20text%20file%20while%20preserving%20the%20contents%20of%20each%20line|Reverse the order of lines in a text file while preserving the contents of each line]]
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|- style="background-color: #ffc"
| 16
| [[Singly-linked%20list%2FElement%20removal|Singly-linked list/Element removal]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 16
| 16
Line 5,111: Line 5,119:
| [[Functional%20coverage%20tree|Functional coverage tree]]
| [[Functional%20coverage%20tree|Functional coverage tree]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|- style="background-color: #ffc"
| 15
| [[Generate%20random%20numbers%20without%20repeating%20a%20value|Generate random numbers without repeating a value]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 15
| 15
| [[Gradient%20descent|Gradient descent]]
| [[Gradient%20descent|Gradient descent]]
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|- style="background-color: #ffc"
| 15
| [[Harmonic%20series|Harmonic series]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 15
| 15
Line 5,127: Line 5,135:
| [[Modified%20random%20distribution|Modified random distribution]]
| [[Modified%20random%20distribution|Modified random distribution]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
| 15
| [[Motzkin%20numbers|Motzkin numbers]]
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|-
|-
| 15
| 15
Line 5,147: Line 5,159:
| [[Sine%20wave|Sine wave]]
| [[Sine%20wave|Sine wave]]
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|-
| 15
| [[Two%20bullet%20roulette|Two bullet roulette]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 15
| 15
Line 5,174: Line 5,182:
| 14
| 14
| [[Generalised%20floating%20point%20addition|Generalised floating point addition]]
| [[Generalised%20floating%20point%20addition|Generalised floating point addition]]
|①||②||③|| ||||⑥||⑦|| || ||⑩
|①||②||③|||| ||⑥||⑦|| || ||⑩
|- style="background-color: #ffc"
| 14
| [[Harmonic%20series|Harmonic series]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
|-
| 14
| 14
Line 5,187: Line 5,191:
| [[Longest%20palindromic%20substrings|Longest palindromic substrings]]
| [[Longest%20palindromic%20substrings|Longest palindromic substrings]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
| 14
| [[Multi-base%20primes|Multi-base primes]]
|①||②||③||④||⑤||⑥|| || || ||⑩
|-
|-
| 14
| 14
Line 5,195: Line 5,203:
| [[Run%20as%20a%20daemon%20or%20service|Run as a daemon or service]]
| [[Run%20as%20a%20daemon%20or%20service|Run as a daemon or service]]
|①||②|| ||④||⑤|| || ||⑧||⑨||
|①||②|| ||④||⑤|| || ||⑧||⑨||
|- style="background-color: #ffc"
| 14
| [[Sum%20of%20primes%20in%20odd%20positions%20is%20prime|Sum of primes in odd positions is prime]]
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|-
|-
| 14
| 14
Line 5,202: Line 5,214:
| 14
| 14
| [[XXXX%20redacted|XXXX redacted]]
| [[XXXX%20redacted|XXXX redacted]]
|①||②||③|| ||||⑥||⑦|| ||⑨||⑩
|①||②||③|||| ||⑥||⑦|| ||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 13
| 13
Line 5,210: Line 5,222:
| 13
| 13
| [[Canny%20edge%20detector|Canny edge detector]]
| [[Canny%20edge%20detector|Canny edge detector]]
|①||②||③|||| || || ||⑧||⑨||
|①||②||③|| |||| || ||⑧||⑨||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 13
| 13
| [[Checksumcolor|Checksumcolor]]
| [[Checksumcolor|Checksumcolor]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|-
| 13
| [[Display%20an%20outline%20as%20a%20nested%20table|Display an outline as a nested table]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 5,227: Line 5,243:
| [[Launch%20rocket%20with%20countdown%20and%20acceleration%20in%20stdout|Launch rocket with countdown and acceleration in stdout]]
| [[Launch%20rocket%20with%20countdown%20and%20acceleration%20in%20stdout|Launch rocket with countdown and acceleration in stdout]]
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|- style="background-color: #ffc"
| 13
| [[Longest%20substrings%20without%20repeating%20characters|Longest substrings without repeating characters]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
|-
| 13
| 13
|data-sort-value="minimal steps down to 0B1"| [[Minimal%20steps%20down%20to%201|Minimal steps down to 1]]
|data-sort-value="minimal steps down to 0B1"| [[Minimal%20steps%20down%20to%201|Minimal steps down to 1]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|- style="background-color: #ffc"
| 13
| [[Multi-base%20primes|Multi-base primes]]
|①||②||③||④||⑤||⑥|| || || ||⑩
|-
|-
| 13
| 13
Line 5,262: Line 5,278:
| 13
| 13
| [[Sorting%20algorithms%2FTree%20sort%20on%20a%20linked%20list|Sorting algorithms/Tree sort on a linked list]]
| [[Sorting%20algorithms%2FTree%20sort%20on%20a%20linked%20list|Sorting algorithms/Tree sort on a linked list]]
|①||②||③|||| ||⑥|| || ||⑨||
|①||②||③|| ||||⑥|| || ||⑨||
|- style="background-color: #ffc"
| 13
| [[Sum%20of%20primes%20in%20odd%20positions%20is%20prime|Sum of primes in odd positions is prime]]
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 13
| 13
Line 5,286: Line 5,298:
| 12
| 12
| [[Audio%20frequency%20generator|Audio frequency generator]]
| [[Audio%20frequency%20generator|Audio frequency generator]]
|①||②||③|||| || ||⑦|| || ||
|①||②||③|| |||| ||⑦|| || ||
|-
|-
| 12
| 12
| [[Catmull%E2%80%93Clark%20subdivision%20surface|Catmull–Clark subdivision surface]]
| [[Catmull%E2%80%93Clark%20subdivision%20surface|Catmull–Clark subdivision surface]]
|①||②||③|||| ||⑥|| ||⑧||⑨||
|①||②||③|| ||||⑥|| ||⑧||⑨||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 12
| 12
| [[Combinations%20with%20repetitions%2FSquare%20digit%20chain|Combinations with repetitions/Square digit chain]]
| [[Combinations%20with%20repetitions%2FSquare%20digit%20chain|Combinations with repetitions/Square digit chain]]
|①||②||③||④||⑤||⑥||⑦|| || ||
|①||②||③||④||⑤||⑥||⑦|| || ||
|- style="background-color: #ffc"
|-
| 12
| 12
| [[Distinct%20Palindromes%20within%20decimal%20numbers|Distinct Palindromes within decimal numbers]]
| [[Display%20an%20outline%20as%20a%20nested%20table|Display an outline as a nested table]]
|①||②||③||④||⑤||⑥||⑦|||| ||
|①||②||③||④||⑤||⑥||⑦|| || ||
|- style="background-color: #ffc"
| 12
|data-sort-value="distribution of 0B0 digits in factorial series"| [[Distribution%20of%200%20Digits%20in%20factorial%20series|Distribution of 0 Digits in factorial series]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 12
| 12
Line 5,319: Line 5,335:
| [[Geohash|Geohash]]
| [[Geohash|Geohash]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|- style="background-color: #ffc"
| 12
| [[Longest%20substrings%20without%20repeating%20characters|Longest substrings without repeating characters]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
|-
| 12
| 12
| [[Minkowski%20question-mark%20function|Minkowski question-mark function]]
| [[Minkowski%20question-mark%20function|Minkowski question-mark function]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
| 12
| [[Pandigital%20prime|Pandigital prime]]
|①||②||③||④|| ||⑥||⑦|| || ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 12
| 12
Line 5,334: Line 5,350:
| 12
| 12
| [[Safe%20mode|Safe mode]]
| [[Safe%20mode|Safe mode]]
|①||②|| || ||||⑥||⑦|| || ||⑩
|①||②|| |||| ||⑥||⑦|| || ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 12
| 12
Line 5,361: Line 5,377:
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 11
| 11
|data-sort-value="count the coins/0B0-0B1"| [[Count%20the%20coins%2F0-1|Count the coins/0-1]]
| [[Distinct%20Palindromes%20within%20decimal%20numbers|Distinct Palindromes within decimal numbers]]
|①||②||③||④||⑤||⑥||⑦|| || ||
|①||②||③||④||⑤||⑥||⑦|| || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 11
| 11
| [[Curve%20that%20touches%20three%20points|Curve that touches three points]]
|data-sort-value="distribution of 0B0 digits in factorial series"| [[Distribution%20of%200%20Digits%20in%20factorial%20series|Distribution of 0 Digits in factorial series]]
|①||②||③||④||⑤||⑥||⑦|||| ||
|①||②||③||④||⑤||⑥||⑦|| || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 11
| 11
Line 5,383: Line 5,399:
| [[Hourglass%20puzzle|Hourglass puzzle]]
| [[Hourglass%20puzzle|Hourglass puzzle]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
| 11
| [[Motzkin%20numbers|Motzkin numbers]]
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 11
| 11
Line 5,419: Line 5,431:
| [[Colour%20pinstripe%2FPrinter|Colour pinstripe/Printer]]
| [[Colour%20pinstripe%2FPrinter|Colour pinstripe/Printer]]
|①||②||③||④||⑤|| || ||⑧|| ||
|①||②||③||④||⑤|| || ||⑧|| ||
|- style="background-color: #ffc"
| 10
|data-sort-value="count the coins/0B0-0B1"| [[Count%20the%20coins%2F0-1|Count the coins/0-1]]
|①||②||③||④||⑤||⑥||⑦|| || ||
|- style="background-color: #ffc"
| 10
| [[Curve%20that%20touches%20three%20points|Curve that touches three points]]
|①||②||③||④||⑤||⑥||⑦|| || ||
|-
|-
| 10
| 10
Line 5,438: Line 5,442:
| 10
| 10
| [[Morpion%20solitaire|Morpion solitaire]]
| [[Morpion%20solitaire|Morpion solitaire]]
|①||②||③|||| || || || ||⑨||⑩
|①||②||③|| |||| || || ||⑨||⑩
|-
|-
| 10
| 10
| [[Numerical%20and%20alphabetical%20suffixes|Numerical and alphabetical suffixes]]
| [[Numerical%20and%20alphabetical%20suffixes|Numerical and alphabetical suffixes]]
|①||②||③||④||⑤||⑥|| ||⑧|| ||⑩
|①||②||③||④||⑤||⑥|| ||⑧|| ||⑩
|- style="background-color: #ffc"
| 10
| [[OpenGL%2FUtah%20Teapot|OpenGL/Utah Teapot]]
|①||②||③||④||⑤||⑥|| || ||⑨||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 10
| 10
| [[Parse%20EBNF|Parse EBNF]]
| [[Parse%20EBNF|Parse EBNF]]
|①||②|| || ||||⑥||⑦|| || ||
|①||②|| |||| ||⑥||⑦|| || ||
|-
|-
| 10
| 10
| [[Pinstripe%2FPrinter|Pinstripe/Printer]]
| [[Pinstripe%2FPrinter|Pinstripe/Printer]]
|①||②||③||④||⑤|| || || || ||
|①||②||③||④||⑤|| || || || ||
|- style="background-color: #ffc"
| 10
| [[Ramanujan%20primes|Ramanujan primes]]
|①||②||③||④||⑤||⑥||⑦|| || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 10
| 10
Line 5,486: Line 5,498:
| 9
| 9
|data-sort-value="0C16 puzzle game"| [[16%20puzzle%20game|16 puzzle game]]
|data-sort-value="0C16 puzzle game"| [[16%20puzzle%20game|16 puzzle game]]
|①||②||③|||| ||⑥||⑦|| || ||⑩
|①||②||③|| ||||⑥||⑦|| || ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 9
| 9
Line 5,495: Line 5,507:
|data-sort-value="continued fraction/arithmetic/g(matrix ng, continued fraction n0B1, continued fraction n0B2)"| [[Continued%20fraction%2FArithmetic%2FG%28matrix%20ng%2C%20continued%20fraction%20n1%2C%20continued%20fraction%20n2%29|Continued fraction/Arithmetic/G(matrix ng, continued fraction n1, continued fraction n2)]]
|data-sort-value="continued fraction/arithmetic/g(matrix ng, continued fraction n0B1, continued fraction n0B2)"| [[Continued%20fraction%2FArithmetic%2FG%28matrix%20ng%2C%20continued%20fraction%20n1%2C%20continued%20fraction%20n2%29|Continued fraction/Arithmetic/G(matrix ng, continued fraction n1, continued fraction n2)]]
|①||②||③||④||⑤||⑥|| || || ||
|①||②||③||④||⑤||⑥|| || || ||
|- style="background-color: #ffc"
| 9
| [[Discrete%20Fourier%20transform|Discrete Fourier transform]]
|①||②||③||④||⑤||⑥||⑦|| || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 9
| 9
Line 5,502: Line 5,518:
| 9
| 9
| [[IPC%20via%20named%20pipe|IPC via named pipe]]
| [[IPC%20via%20named%20pipe|IPC via named pipe]]
| ||②|| || |||| ||⑦|| ||⑨||
| ||②|| |||| || ||⑦|| ||⑨||
|-
|-
| 9
| 9
Line 5,511: Line 5,527:
| [[Multidimensional%20Newton-Raphson%20method|Multidimensional Newton-Raphson method]]
| [[Multidimensional%20Newton-Raphson%20method|Multidimensional Newton-Raphson method]]
|①||②||③||④||⑤||⑥|| || || ||
|①||②||③||④||⑤||⑥|| || || ||
|- style="background-color: #ffc"
| 9
| [[OpenGL%2FUtah%20Teapot|OpenGL/Utah Teapot]]
|①||②||③||④||⑤|| || || ||⑨||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 9
| 9
Line 5,526: Line 5,538:
| 9
| 9
| [[User%20defined%20pipe%20and%20redirection%20operators|User defined pipe and redirection operators]]
| [[User%20defined%20pipe%20and%20redirection%20operators|User defined pipe and redirection operators]]
|①||②||③|| |||| ||⑦|| || ||
|①||②||③|||| || ||⑦|| || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 8
| 8
Line 5,535: Line 5,547:
| [[Compiler%2FVerifying%20syntax|Compiler/Verifying syntax]]
| [[Compiler%2FVerifying%20syntax|Compiler/Verifying syntax]]
|①||②||③||④||⑤|| ||⑦|| ||⑨||
|①||②||③||④||⑤|| ||⑦|| ||⑨||
|- style="background-color: #ffc"
| 8
| [[Discrete%20Fourier%20transform|Discrete Fourier transform]]
|①||②||③||④||⑤||⑥||⑦|| || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 8
| 8
Line 5,545: Line 5,553:
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 8
| 8
| [[OpenGL%20pixel%20shader|OpenGL pixel shader]]
| [[Pandigital%20prime|Pandigital prime]]
|①|| |||| ||||⑥|| || || ||
|①|||| || || ||⑥|| || ||||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 8
| 8
| [[Price%20list%20behind%20API|Price list behind API]]
| [[Price%20list%20behind%20API|Price list behind API]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|-
|- style="background-color: #ffc"
| 8
| 8
| [[Random%20sentence%20from%20book|Random sentence from book]]
| [[Ramanujan%20primes|Ramanujan primes]]
|①||||③||④||⑤||⑥|| || || ||
|①|| ||③||④||⑤||⑥|||||| ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 8
| 8
| [[Robots|Robots]]
| [[Robots|Robots]]
|①||②||③|| |||| || || || ||
|①||②||③|||| || || || || ||
|- style="background-color: #ffc"
| 8
| [[Smallest%20enclosing%20circle%20problem|Smallest enclosing circle problem]]
|①||②||③||④||⑤||⑥|| ||⑧|| ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 8
| 8
| [[Tamagotchi%20emulator|Tamagotchi emulator]]
| [[Tamagotchi%20emulator|Tamagotchi emulator]]
|①||②||③|||| ||⑥|| || || ||
|①||②||③|| ||||⑥|| || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 7
| 7
| [[Addition-chain%20exponentiation|Addition-chain exponentiation]]
| [[Addition-chain%20exponentiation|Addition-chain exponentiation]]
|①||②|| |||| ||⑥|| || ||⑨||
|①||②|| || ||||⑥|| || ||⑨||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 7
| 7
| [[Black%20Box|Black Box]]
| [[Black%20Box|Black Box]]
|①||②||③|||| ||⑥|| || || ||
|①||②||③|| ||||⑥|| || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 7
| 7
| [[I%27m%20a%20software%20engineer%2C%20get%20me%20out%20of%20here|I'm a software engineer, get me out of here]]
| [[I%27m%20a%20software%20engineer%2C%20get%20me%20out%20of%20here|I'm a software engineer, get me out of here]]
|①||②||③|| ||||⑥||⑦|| || ||
|①||②||③|||| ||⑥||⑦|| || ||
|-
|-
| 7
| 7
| [[Latin%20Squares%20in%20reduced%20form%2FRandomizing%20using%20Jacobson%20and%20Matthews%E2%80%99%20Technique|Latin Squares in reduced form/Randomizing using Jacobson and Matthews’ Technique]]
| [[Latin%20Squares%20in%20reduced%20form%2FRandomizing%20using%20Jacobson%20and%20Matthews%E2%80%99%20Technique|Latin Squares in reduced form/Randomizing using Jacobson and Matthews’ Technique]]
|①||②||③||④||⑤||⑥|| || || ||
|①||②||③||④||⑤||⑥|| || || ||
|- style="background-color: #ffc"
| 7
| [[OpenGL%20pixel%20shader|OpenGL pixel shader]]
|①||②|| || || || || || ||⑨||
|-
|-
| 7
| 7
Line 5,593: Line 5,601:
|-
|-
| 7
| 7
| [[Ramanujan%20primes%2Ftwins|Ramanujan primes/twins]]
| [[Random%20sentence%20from%20book|Random sentence from book]]
|①|| ||③||④|| ||⑥|||||| ||
|①||||③||④||||⑥|| || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 7
| 7
Line 5,602: Line 5,610:
| 7
| 7
| [[Recursive%20descent%20parser%20generator|Recursive descent parser generator]]
| [[Recursive%20descent%20parser%20generator|Recursive descent parser generator]]
|①||②||③|| |||| ||⑦|| || ||
|①||②||③|||| || ||⑦|| || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 7
| 7
Line 5,619: Line 5,627:
| [[Simple%20turtle%20graphics|Simple turtle graphics]]
| [[Simple%20turtle%20graphics|Simple turtle graphics]]
|①|| ||③|| || ||⑥||⑦||⑧|| ||
|①|| ||③|| || ||⑥||⑦||⑧|| ||
|- style="background-color: #ffc"
| 7
| [[Smallest%20enclosing%20circle%20problem|Smallest enclosing circle problem]]
|①||②||③||④||⑤||⑥|| ||⑧|| ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 7
| 7
| [[URL%20shortener|URL shortener]]
| [[URL%20shortener|URL shortener]]
| ||②||③|| |||| || ||⑧|| ||
| ||②||③|||| || || ||⑧|| ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 7
| 7
Line 5,638: Line 5,642:
| 6
| 6
| [[Audio%20overlap%20loop|Audio overlap loop]]
| [[Audio%20overlap%20loop|Audio overlap loop]]
| ||②||③|||| || || || || ||
| ||②||③|| |||| || || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 6
| 6
| [[Boids|Boids]]
| [[Boids|Boids]]
|①||②||③|||| || || || ||⑨||
|①||②||③|| |||| || || ||⑨||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 6
| 6
Line 5,650: Line 5,654:
| 6
| 6
| [[Compiler%2FSimple%20file%20inclusion%20pre%20processor|Compiler/Simple file inclusion pre processor]]
| [[Compiler%2FSimple%20file%20inclusion%20pre%20processor|Compiler/Simple file inclusion pre processor]]
|①|| ||③|| ||||⑥|| || || ||
|①|| ||③|||| ||⑥|| || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 6
| 6
Line 5,666: Line 5,670:
| 6
| 6
| [[Solve%20a%20Rubik%27s%20Cube|Solve a Rubik's Cube]]
| [[Solve%20a%20Rubik%27s%20Cube|Solve a Rubik's Cube]]
|①||②||③|||| ||⑥|| || || ||
|①||②||③|| ||||⑥|| || || ||
|-
|-
| 6
| 6
Line 5,686: Line 5,690:
| 5
| 5
| [[P-Adic%20square%20roots|P-Adic square roots]]
| [[P-Adic%20square%20roots|P-Adic square roots]]
|①|| ||③|||| ||⑥|| || || ||
|①|| ||③|| ||||⑥|| || || ||
|- style="background-color: #ffc"
| 5
| [[Particle%20fountain|Particle fountain]]
|①|| ||③||④|| ||⑥||⑦|| || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 5
| 5
Line 5,698: Line 5,706:
| 5
| 5
| [[Unicode%20polynomial%20equation|Unicode polynomial equation]]
| [[Unicode%20polynomial%20equation|Unicode polynomial equation]]
|①||②||③|||| ||⑥|| || || ||
|①||②||③|| ||||⑥|| || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 5
| 5
| [[Weather%20routing|Weather routing]]
| [[Weather%20routing|Weather routing]]
|①||②||③|||| ||⑥|| || || ||
|①||②||③|| ||||⑥|| || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 5
| 5
| [[WiktionaryDumps%20to%20words|WiktionaryDumps to words]]
| [[WiktionaryDumps%20to%20words|WiktionaryDumps to words]]
|①|| ||③|| || || || || ||⑨||
|①|| ||③|| || || || || ||⑨||
|-
| 4
|data-sort-value="find chess0D960 starting position identifier"| [[Find%20Chess960%20starting%20position%20identifier|Find Chess960 starting position identifier]]
| || || ||④||⑤||⑥|| || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 4
| 4
Line 5,722: Line 5,734:
| 4
| 4
| [[Waveform%20analysis%2FTop%20and%20tail|Waveform analysis/Top and tail]]
| [[Waveform%20analysis%2FTop%20and%20tail|Waveform analysis/Top and tail]]
|①||②||③|||| || || || || ||
|①||②||③|| |||| || || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 3
| 3
|data-sort-value="0C15 puzzle game in 0B3d"| [[15%20puzzle%20game%20in%203D|15 puzzle game in 3D]]
|data-sort-value="0C15 puzzle game in 0B3d"| [[15%20puzzle%20game%20in%203D|15 puzzle game in 3D]]
| ||②|| || || ||⑥|| || || ||
| ||②|| || || ||⑥|| || || ||
|- style="background-color: #ffc"
| 3
| [[B-spline|B-spline]]
| || ||③|| || ||⑥|| || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 3
| 3
| [[Blackjack%20strategy|Blackjack strategy]]
| [[Blackjack%20strategy|Blackjack strategy]]
|①||②|| |||| || || || || ||
|①||②|| || |||| || || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 3
| 3
| [[CLI-based%20maze-game|CLI-based maze-game]]
| [[CLI-based%20maze-game|CLI-based maze-game]]
|①|| || |||| || || || || ||
|①|| || || |||| || || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 3
| 3
Line 5,742: Line 5,758:
| 3
| 3
| [[Vidir|Vidir]]
| [[Vidir|Vidir]]
|①|| || || |||| || || || ||
|①|| || |||| || || || || ||
|- style="background-color: #ffc"
| 2
| [[B-spline|B-spline]]
| || ||③|| || ||⑥|| || || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 2
| 2
Line 5,755: Line 5,767:
| [[Mine%20a%20bitcoin|Mine a bitcoin]]
| [[Mine%20a%20bitcoin|Mine a bitcoin]]
|①|| || || || || || || || ||
|①|| || || || || || || || ||
|- style="background-color: #ffc"
| 0
| [[Uno%20%28Card%20Game%29|Uno (Card Game)]]
| || || || || || || || || ||
|}
|}
</div>
</div>

Revision as of 20:07, 12 September 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.

Languages that omit a certain task have an uppercase O filled in for that task.

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