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

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


<pre>First ten programming languages by number of task examples completed:
<pre>First ten programming languages by number of task examples completed:
① 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>