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

Content added Content deleted
m (Update full list output)
m (Update full list output)
Line 25: Line 25:
<div style="height:40em;overflow:scroll;">
<div style="height:40em;overflow:scroll;">
{|class="wikitable sortable"
{|class="wikitable sortable"
|+ As of 2023-06-25T19:00:05Z :: Tasks: 1216 ::<span style="background-color:#ffd"> Draft Tasks:421 </span>:: Total Tasks: 1637 :: Total Examples: 92385
|+ As of 2023-07-02T19:57:00Z :: Tasks: 1228 ::<span style="background-color:#ffd"> Draft Tasks:410 </span>:: Total Tasks: 1638 :: Total Examples: 92492
!Count!!Task!!①!!②!!③!!④!!⑤!!⑥!!⑦!!⑧!!⑨!!⑩
!Count!!Task!!①!!②!!③!!④!!⑤!!⑥!!⑦!!⑧!!⑨!!⑩
|-
|-
| 571
| 573
| [[Hello%20world%2FText|Hello world/Text]]
| [[Hello%20world%2FText|Hello world/Text]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
Line 48: Line 48:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 297
| 298
| [[Factorial|Factorial]]
| [[Factorial|Factorial]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 297
| 298
| [[Fibonacci%20sequence|Fibonacci sequence]]
| [[Fibonacci%20sequence|Fibonacci sequence]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
Line 92: Line 92:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 225
| 226
| [[Conditional%20structures|Conditional structures]]
| [[Conditional%20structures|Conditional structures]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
Line 506: Line 506:
| 128
| 128
| [[Averages%2FRoot%20mean%20square|Averages/Root mean square]]
| [[Averages%2FRoot%20mean%20square|Averages/Root mean square]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 128
| [[Babbage%20problem|Babbage problem]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 522: Line 526:
| 127
| 127
| [[Associative%20array%2FIteration|Associative array/Iteration]]
| [[Associative%20array%2FIteration|Associative array/Iteration]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 127
| [[Babbage%20problem|Babbage problem]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 927: Line 927:
| [[Interactive%20programming%20%28repl%29|Interactive programming (repl)]]
| [[Interactive%20programming%20%28repl%29|Interactive programming (repl)]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||O
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||O
|-
| 100
| [[Symmetric%20difference|Symmetric difference]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 99
| 99
Line 966: Line 970:
| 98
| 98
| [[Modular%20inverse|Modular inverse]]
| [[Modular%20inverse|Modular inverse]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 98
| [[Symmetric%20difference|Symmetric difference]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,046: Line 1,046:
| 94
| 94
| [[Split%20a%20character%20string%20based%20on%20change%20of%20character|Split a character string based on change of character]]
| [[Split%20a%20character%20string%20based%20on%20change%20of%20character|Split a character string based on change of character]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 93
| [[Abstract%20type|Abstract type]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,058: Line 1,062:
| 93
| 93
| [[Compare%20a%20list%20of%20strings|Compare a list of strings]]
| [[Compare%20a%20list%20of%20strings|Compare a list of strings]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 93
| [[Josephus%20problem|Josephus problem]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,074: Line 1,082:
| 93
| 93
| [[Sorting%20algorithms%2FBogosort|Sorting algorithms/Bogosort]]
| [[Sorting%20algorithms%2FBogosort|Sorting algorithms/Bogosort]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 92
| [[Abstract%20type|Abstract type]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,086: Line 1,090:
| 92
| 92
| [[Floyd%27s%20triangle|Floyd's triangle]]
| [[Floyd%27s%20triangle|Floyd's triangle]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 92
| [[Josephus%20problem|Josephus problem]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,594: Line 1,594:
| 76
| 76
| [[Roots%20of%20unity|Roots of unity]]
| [[Roots%20of%20unity|Roots of unity]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 76
| [[Self-describing%20numbers|Self-describing numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,723: Line 1,727:
| [[Runtime%20evaluation|Runtime evaluation]]
| [[Runtime%20evaluation|Runtime evaluation]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||O
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||O
|-
| 73
| [[Self-describing%20numbers|Self-describing numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 73
| 73
Line 1,862: Line 1,862:
| 70
| 70
| [[Sort%20stability|Sort stability]]
| [[Sort%20stability|Sort stability]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 70
| [[Subleq|Subleq]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 1,934: Line 1,938:
| 68
| 68
| [[Sorting%20algorithms%2FSleep%20sort|Sorting algorithms/Sleep sort]]
| [[Sorting%20algorithms%2FSleep%20sort|Sorting algorithms/Sleep sort]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 68
| [[Subleq|Subleq]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,018: Line 2,018:
| 66
| 66
| [[Inheritance%2FMultiple|Inheritance/Multiple]]
| [[Inheritance%2FMultiple|Inheritance/Multiple]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 66
| [[Longest%20common%20prefix|Longest common prefix]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 2,066: Line 2,070:
| 65
| 65
| [[Long%20year|Long year]]
| [[Long%20year|Long year]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 65
| [[Longest%20common%20prefix|Longest common prefix]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,126: Line 2,126:
| 64
| 64
| [[Primality%20by%20Wilson%27s%20theorem|Primality by Wilson's theorem]]
| [[Primality%20by%20Wilson%27s%20theorem|Primality by Wilson's theorem]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 64
| [[Totient%20function|Totient function]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,190: Line 2,194:
| 62
| 62
| [[Kernighans%20large%20earthquake%20problem|Kernighans large earthquake problem]]
| [[Kernighans%20large%20earthquake%20problem|Kernighans large earthquake problem]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 62
| [[Left%20factorials|Left factorials]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,202: Line 2,210:
| 62
| 62
| [[Matrix-exponentiation%20operator|Matrix-exponentiation operator]]
| [[Matrix-exponentiation%20operator|Matrix-exponentiation operator]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 62
| [[Nim%20game|Nim game]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,210: Line 2,222:
| 62
| 62
| [[Sum%20of%20first%20n%20cubes|Sum of first n cubes]]
| [[Sum%20of%20first%20n%20cubes|Sum of first n cubes]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 62
| [[Tau%20number|Tau number]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,215: Line 2,231:
| [[Add%20a%20variable%20to%20a%20class%20instance%20at%20runtime|Add a variable to a class instance at runtime]]
| [[Add%20a%20variable%20to%20a%20class%20instance%20at%20runtime|Add a variable to a class instance at runtime]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||O
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||O
|- style="background-color: #ffc"
| 61
| [[Code%20Golf%3A%20Code%20Golf|Code Golf: Code Golf]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 61
| 61
Line 2,234: Line 2,254:
| 61
| 61
| [[LZW%20compression|LZW compression]]
| [[LZW%20compression|LZW compression]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 61
| [[Left%20factorials|Left factorials]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 61
| [[Nim%20game|Nim game]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,270: Line 2,282:
| 61
| 61
| [[User%20input%2FGraphical|User input/Graphical]]
| [[User%20input%2FGraphical|User input/Graphical]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 60
| [[Code%20Golf%3A%20Code%20Golf|Code Golf: Code Golf]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,306: Line 2,314:
| 60
| 60
| [[Stem-and-leaf%20plot|Stem-and-leaf plot]]
| [[Stem-and-leaf%20plot|Stem-and-leaf plot]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 60
| [[Tau%20number|Tau number]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,390: Line 2,394:
| 58
| 58
| [[Delegates|Delegates]]
| [[Delegates|Delegates]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 58
| [[Determine%20if%20a%20string%20has%20all%20unique%20characters|Determine if a string has all unique characters]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,418: Line 2,426:
| 57
| 57
| [[Chaos%20game|Chaos game]]
| [[Chaos%20game|Chaos game]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 57
| [[Determine%20if%20a%20string%20has%20all%20unique%20characters|Determine if a string has all unique characters]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,498: Line 2,502:
| 56
| 56
| [[Seven-sided%20dice%20from%20five-sided%20dice|Seven-sided dice from five-sided dice]]
| [[Seven-sided%20dice%20from%20five-sided%20dice|Seven-sided dice from five-sided dice]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 56
| [[Sierpinski%20triangle%2FGraphical|Sierpinski triangle/Graphical]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,590: Line 2,598:
| 54
| 54
| [[Polynomial%20regression|Polynomial regression]]
| [[Polynomial%20regression|Polynomial regression]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 54
| [[Sierpinski%20triangle%2FGraphical|Sierpinski triangle/Graphical]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 2,657: Line 2,661:
|-
|-
| 53
| 53
| [[Munching%20squares|Munching squares]]
| [[Mertens%20function|Mertens function]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 53
| 53
| [[Musical%20scale|Musical scale]]
| [[Munching%20squares|Munching squares]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 53
| 53
| [[Totient%20function|Totient function]]
| [[Musical%20scale|Musical scale]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,690: Line 2,694:
| 52
| 52
|data-sort-value="generate chess0D960 starting position"| [[Generate%20Chess960%20starting%20position|Generate Chess960 starting position]]
|data-sort-value="generate chess0D960 starting position"| [[Generate%20Chess960%20starting%20position|Generate Chess960 starting position]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 52
| [[Mertens%20function|Mertens function]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,027: Line 3,027:
| [[Keyboard%20input%2FFlush%20the%20keyboard%20buffer|Keyboard input/Flush the keyboard buffer]]
| [[Keyboard%20input%2FFlush%20the%20keyboard%20buffer|Keyboard input/Flush the keyboard buffer]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
| 46
| [[Largest%20number%20divisible%20by%20its%20digits|Largest number divisible by its digits]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 46
| 46
Line 3,222: Line 3,226:
| 44
| 44
| [[Integer%20roots|Integer roots]]
| [[Integer%20roots|Integer roots]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 44
| [[Largest%20number%20divisible%20by%20its%20digits|Largest number divisible by its digits]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,359: Line 3,359:
| [[Function%20prototype|Function prototype]]
| [[Function%20prototype|Function prototype]]
|①||②||③||④||⑤||⑥||⑦||O||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||O||⑨||⑩
|-
| 42
| [[Golden%20ratio%2FConvergence|Golden ratio/Convergence]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 42
| 42
Line 3,447: Line 3,451:
| [[Find%20palindromic%20numbers%20in%20both%20binary%20and%20ternary%20bases|Find palindromic numbers in both binary and ternary bases]]
| [[Find%20palindromic%20numbers%20in%20both%20binary%20and%20ternary%20bases|Find palindromic numbers in both binary and ternary bases]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 41
| [[Golden%20ratio%2FConvergence|Golden ratio/Convergence]]
|①||②||③||④|| ||⑥||⑦||⑧||⑨||⑩
|-
|-
| 41
| 41
Line 3,674: Line 3,674:
| 38
| 38
| [[Diversity%20prediction%20theorem|Diversity prediction theorem]]
| [[Diversity%20prediction%20theorem|Diversity prediction theorem]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 38
| [[Esthetic%20numbers|Esthetic numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 3,750: Line 3,754:
| 37
| 37
| [[Canonicalize%20CIDR|Canonicalize CIDR]]
| [[Canonicalize%20CIDR|Canonicalize CIDR]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 37
| [[Esthetic%20numbers|Esthetic numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,798: Line 3,798:
| 37
| 37
| [[Textonyms|Textonyms]]
| [[Textonyms|Textonyms]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 36
| [[Burrows%E2%80%93Wheeler%20transform|Burrows–Wheeler transform]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,831: Line 3,835:
| [[Harmonic%20series|Harmonic series]]
| [[Harmonic%20series|Harmonic series]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
| 36
| [[Law%20of%20cosines%20-%20triples|Law of cosines - triples]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 36
| 36
Line 3,847: Line 3,855:
| [[Perlin%20noise|Perlin noise]]
| [[Perlin%20noise|Perlin noise]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 36
|data-sort-value="positive decimal integers with the digit 0B1 occurring exactly twice"| [[Positive%20decimal%20integers%20with%20the%20digit%201%20occurring%20exactly%20twice|Positive decimal integers with the digit 1 occurring exactly twice]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
|-
| 36
| 36
Line 3,885: Line 3,897:
|-
|-
| 35
| 35
| [[Abelian%20sandpile%20model|Abelian sandpile model]]
| [[Angles%20%28geometric%29%2C%20normalization%20and%20conversion|Angles (geometric), normalization and conversion]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 35
| 35
| [[Angles%20%28geometric%29%2C%20normalization%20and%20conversion|Angles (geometric), normalization and conversion]]
| [[Burrows%E2%80%93Wheeler%20transform|Burrows–Wheeler transform]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,918: Line 3,930:
| 35
| 35
| [[Jacobi%20symbol|Jacobi symbol]]
| [[Jacobi%20symbol|Jacobi symbol]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 35
| [[Law%20of%20cosines%20-%20triples|Law of cosines - triples]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,947: Line 3,955:
| [[Partition%20an%20integer%20x%20into%20n%20primes|Partition an integer x into n primes]]
| [[Partition%20an%20integer%20x%20into%20n%20primes|Partition an integer x into n primes]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 35
|data-sort-value="positive decimal integers with the digit 0B1 occurring exactly twice"| [[Positive%20decimal%20integers%20with%20the%20digit%201%20occurring%20exactly%20twice|Positive decimal integers with the digit 1 occurring exactly twice]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 35
| 35
Line 4,001: Line 4,005:
|-
|-
| 34
| 34
| [[Arithmetic%20numbers|Arithmetic numbers]]
| [[Abelian%20sandpile%20model|Abelian sandpile model]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 4,159: Line 4,163:
| [[Largest%20five%20adjacent%20number|Largest five adjacent number]]
| [[Largest%20five%20adjacent%20number|Largest five adjacent number]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 33
| [[Last%20list%20item|Last list item]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 33
| [[Piprimes|Piprimes]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 33
| 33
Line 4,175: Line 4,187:
| [[Set%20of%20real%20numbers|Set of real numbers]]
| [[Set%20of%20real%20numbers|Set of real numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 33
| [[Sierpinski%20arrowhead%20curve|Sierpinski arrowhead curve]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
| 33
| [[Sierpinski%20pentagon|Sierpinski pentagon]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
|-
| 33
| 33
Line 4,189: Line 4,209:
|-
|-
| 32
| 32
| [[Bioinformatics%2FSequence%20mutation|Bioinformatics/Sequence mutation]]
| [[Arithmetic%20numbers|Arithmetic numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 32
| 32
| [[Biorhythms|Biorhythms]]
| [[Bioinformatics%2FSequence%20mutation|Bioinformatics/Sequence mutation]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 4,235: Line 4,255:
| [[Keyboard%20macros|Keyboard macros]]
| [[Keyboard%20macros|Keyboard macros]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
| 32
| [[Last%20list%20item|Last list item]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 32
| 32
Line 4,255: Line 4,271:
| [[Odd%20words|Odd words]]
| [[Odd%20words|Odd words]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|- style="background-color: #ffc"
| 32
| [[Piprimes|Piprimes]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|-
|-
| 32
| 32
Line 4,271: Line 4,283:
| [[Rosetta%20Code%2FFix%20code%20tags|Rosetta Code/Fix code tags]]
| [[Rosetta%20Code%2FFix%20code%20tags|Rosetta Code/Fix code tags]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
| 32
| [[Sierpinski%20arrowhead%20curve|Sierpinski arrowhead curve]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
|-
| 32
| 32
Line 4,291: Line 4,299:
| [[Sum%20of%20square%20and%20cube%20digits%20of%20an%20integer%20are%20primes|Sum of square and cube digits of an integer are primes]]
| [[Sum%20of%20square%20and%20cube%20digits%20of%20an%20integer%20are%20primes|Sum of square and cube digits of an integer are primes]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 32
| [[Sylvester%27s%20sequence|Sylvester's sequence]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|-
|-
| 32
| 32
Line 4,303: Line 4,315:
| [[Arena%20storage%20pool|Arena storage pool]]
| [[Arena%20storage%20pool|Arena storage pool]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨||⑩
|①||②||③||④||⑤||⑥|| ||⑧||⑨||⑩
|-
| 31
| [[Biorhythms|Biorhythms]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 31
| 31
Line 4,319: Line 4,327:
| [[Cullen%20and%20Woodall%20numbers|Cullen and Woodall numbers]]
| [[Cullen%20and%20Woodall%20numbers|Cullen and Woodall numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
| 31
| [[Cut%20a%20rectangle|Cut a rectangle]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 31
| 31
Line 4,355: Line 4,367:
| [[Selectively%20replace%20multiple%20instances%20of%20a%20character%20within%20a%20string|Selectively replace multiple instances of a character within a string]]
| [[Selectively%20replace%20multiple%20instances%20of%20a%20character%20within%20a%20string|Selectively replace multiple instances of a character within a string]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 31
| [[Sierpinski%20pentagon|Sierpinski pentagon]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
|-
| 31
| 31
Line 4,371: Line 4,379:
| [[Sum%20of%20primes%20in%20odd%20positions%20is%20prime|Sum of primes in odd positions is prime]]
| [[Sum%20of%20primes%20in%20odd%20positions%20is%20prime|Sum of primes in odd positions is prime]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|-
| 31
| [[Sylvester%27s%20sequence|Sylvester's sequence]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|-
|-
| 31
| 31
Line 4,387: Line 4,391:
| [[Update%20a%20configuration%20file|Update a configuration file]]
| [[Update%20a%20configuration%20file|Update a configuration file]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 30
| [[Almkvist-Giullera%20formula%20for%20pi|Almkvist-Giullera formula for pi]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 30
| 30
| [[Birthday%20problem|Birthday problem]]
| [[Birthday%20problem|Birthday problem]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 30
| [[Cut%20a%20rectangle|Cut a rectangle]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 4,447: Line 4,451:
| [[Percolation%2FMean%20run%20density|Percolation/Mean run density]]
| [[Percolation%2FMean%20run%20density|Percolation/Mean run density]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 30
| [[Prime%20triplets|Prime triplets]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|-
|-
| 30
| 30
Line 4,487: Line 4,495:
| [[Active%20Directory%2FConnect|Active Directory/Connect]]
| [[Active%20Directory%2FConnect|Active Directory/Connect]]
|①||②||③||④|| ||⑥||⑦||⑧|| ||⑩
|①||②||③||④|| ||⑥||⑦||⑧|| ||⑩
|-
| 29
| [[Almkvist-Giullera%20formula%20for%20pi|Almkvist-Giullera formula for pi]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 29
| 29
Line 4,503: Line 4,507:
| [[Changeable%20words|Changeable words]]
| [[Changeable%20words|Changeable words]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 29
| [[Concatenate%20two%20primes%20is%20also%20prime|Concatenate two primes is also prime]]
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 29
| 29
Line 4,531: Line 4,539:
| [[Mind%20boggling%20card%20trick|Mind boggling card trick]]
| [[Mind%20boggling%20card%20trick|Mind boggling card trick]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 29
| [[Numbers%20whose%20count%20of%20divisors%20is%20prime|Numbers whose count of divisors is prime]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||
|-
|-
| 29
| 29
Line 4,539: Line 4,551:
| [[Play%20recorded%20sounds|Play recorded sounds]]
| [[Play%20recorded%20sounds|Play recorded sounds]]
|①||②||③|| ||⑤||⑥|| ||⑧|| ||⑩
|①||②||③|| ||⑤||⑥|| ||⑧|| ||⑩
|- style="background-color: #ffc"
| 29
| [[Prime%20triplets|Prime triplets]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|-
|-
| 29
| 29
Line 4,603: Line 4,611:
| [[Cistercian%20numerals|Cistercian numerals]]
| [[Cistercian%20numerals|Cistercian numerals]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 28
| [[Concatenate%20two%20primes%20is%20also%20prime|Concatenate two primes is also prime]]
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|-
|-
| 28
| 28
Line 4,655: Line 4,659:
| [[Nautical%20bell|Nautical bell]]
| [[Nautical%20bell|Nautical bell]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 28
| [[Numbers%20whose%20count%20of%20divisors%20is%20prime|Numbers whose count of divisors is prime]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||
|-
|-
| 28
| 28
Line 4,691: Line 4,691:
|data-sort-value="smallest power of 0B6 whose decimal expansion contains n"| [[Smallest%20power%20of%206%20whose%20decimal%20expansion%20contains%20n|Smallest power of 6 whose decimal expansion contains n]]
|data-sort-value="smallest power of 0B6 whose decimal expansion contains n"| [[Smallest%20power%20of%206%20whose%20decimal%20expansion%20contains%20n|Smallest power of 6 whose decimal expansion contains n]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
| 28
| [[Snake|Snake]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 28
| 28
Line 4,707: Line 4,711:
| [[Yahoo%21%20search%20interface|Yahoo! search interface]]
| [[Yahoo%21%20search%20interface|Yahoo! search interface]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|-
| 27
| [[Abelian%20sandpile%20model%2FIdentity|Abelian sandpile model/Identity]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨||
|-
|-
| 27
| 27
| [[Brilliant%20numbers|Brilliant numbers]]
| [[Brilliant%20numbers|Brilliant numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
| 27
| [[Commatizing%20numbers|Commatizing numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 4,715: Line 4,727:
| [[Getting%20the%20number%20of%20decimal%20places|Getting the number of decimal places]]
| [[Getting%20the%20number%20of%20decimal%20places|Getting the number of decimal places]]
|①||②||③||④|| ||⑥||⑦||⑧|| ||⑩
|①||②||③||④|| ||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
| 27
| [[Honaker%20primes|Honaker primes]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 27
| 27
Line 4,771: Line 4,787:
| [[Simulate%20input%2FKeyboard|Simulate input/Keyboard]]
| [[Simulate%20input%2FKeyboard|Simulate input/Keyboard]]
|①||②|| ||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②|| ||④||⑤||⑥||⑦||⑧|| ||⑩
|-
| 27
| [[Snake|Snake]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 26
| 26
|data-sort-value="0C15 puzzle solver"| [[15%20puzzle%20solver|15 puzzle solver]]
|data-sort-value="0C15 puzzle solver"| [[15%20puzzle%20solver|15 puzzle solver]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
| 26
| [[Abelian%20sandpile%20model%2FIdentity|Abelian sandpile model/Identity]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 26
| 26
| [[Collect%20and%20sort%20square%20numbers%20in%20ascending%20order%20from%20three%20lists|Collect and sort square numbers in ascending order from three lists]]
| [[Collect%20and%20sort%20square%20numbers%20in%20ascending%20order%20from%20three%20lists|Collect and sort square numbers in ascending order from three lists]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
| 26
| [[Commatizing%20numbers|Commatizing numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 4,802: Line 4,806:
| 26
| 26
| [[File%20size%20distribution|File size distribution]]
| [[File%20size%20distribution|File size distribution]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 26
| [[Honaker%20primes|Honaker primes]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 4,907: Line 4,907:
| [[Perceptron|Perceptron]]
| [[Perceptron|Perceptron]]
|①||②||③||④||⑤||⑥|| ||⑧|| ||
|①||②||③||④||⑤||⑥|| ||⑧|| ||
|- style="background-color: #ffc"
| 25
| [[Permutations%20with%20some%20identical%20elements|Permutations with some identical elements]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 25
| 25
Line 4,935: Line 4,939:
| [[SOAP|SOAP]]
| [[SOAP|SOAP]]
|①||②||③||④|| ||⑥||⑦||⑧|| ||⑩
|①||②||③||④|| ||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
| 25
| [[Sierpinski%20curve|Sierpinski curve]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 25
| 25
Line 5,031: Line 5,039:
| [[N-body%20problem|N-body problem]]
| [[N-body%20problem|N-body problem]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|- style="background-color: #ffc"
| 24
| 24
| [[Own%20digits%20power%20sum|Own digits power sum]]
| [[Own%20digits%20power%20sum|Own digits power sum]]
|①||②||③||④|| ||⑥||⑦||⑧||⑨||⑩
|①||②||③||④|| ||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 24
| [[Permutations%20with%20some%20identical%20elements|Permutations with some identical elements]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 24
| 24
Line 5,047: Line 5,051:
| [[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"
| 24
| [[Sierpinski%20curve|Sierpinski curve]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|-
|-
| 24
| 24
Line 5,167: Line 5,167:
| [[Wordle%20comparison|Wordle comparison]]
| [[Wordle%20comparison|Wordle comparison]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 22
| [[Achilles%20numbers|Achilles numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 22
| 22
Line 5,195: Line 5,199:
| [[Juggler%20sequence|Juggler sequence]]
| [[Juggler%20sequence|Juggler sequence]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
| 22
| [[K-d%20tree|K-d tree]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨||⑩
|-
|-
| 22
| 22
Line 5,299: Line 5,307:
| [[Just%20in%20time%20processing%20on%20a%20character%20stream|Just in time processing on a character stream]]
| [[Just%20in%20time%20processing%20on%20a%20character%20stream|Just in time processing on a character stream]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
| 21
| [[K-d%20tree|K-d tree]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 21
| 21
Line 5,342: Line 5,346:
| 21
| 21
| [[Word%20ladder|Word ladder]]
| [[Word%20ladder|Word ladder]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
| 20
| [[Achilles%20numbers|Achilles numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
|-
Line 5,363: Line 5,363:
| [[Duffinian%20numbers|Duffinian numbers]]
| [[Duffinian%20numbers|Duffinian numbers]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||
|①||②||③||④||⑤||⑥||⑦|| ||⑨||
|-
| 20
| [[Erd%C5%91s-Nicolas%20numbers|Erdős-Nicolas numbers]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|-
|-
| 20
| 20
Line 5,415: Line 5,419:
| [[Tree%20from%20nesting%20levels|Tree from nesting levels]]
| [[Tree%20from%20nesting%20levels|Tree from nesting levels]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
| 20
| [[Ultra%20useful%20primes|Ultra useful primes]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 19
| 19
Line 5,447: Line 5,455:
|data-sort-value="distribution of 0B0 digits in factorial series"| [[Distribution%20of%200%20digits%20in%20factorial%20series|Distribution of 0 digits in factorial series]]
|data-sort-value="distribution of 0B0 digits in factorial series"| [[Distribution%20of%200%20digits%20in%20factorial%20series|Distribution of 0 digits in factorial series]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|-
| 19
| [[Erd%C5%91s-Nicolas%20numbers|Erdős-Nicolas numbers]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|-
|-
| 19
| 19
Line 5,495: Line 5,499:
|data-sort-value="sha-0D256 merkle tree"| [[SHA-256%20Merkle%20tree|SHA-256 Merkle tree]]
|data-sort-value="sha-0D256 merkle tree"| [[SHA-256%20Merkle%20tree|SHA-256 Merkle tree]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
| 19
| [[Safe%20mode|Safe mode]]
|①||②|| ||④||⑤||⑥||⑦|| || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 19
| 19
Line 5,527: Line 5,535:
| [[Hex%20words|Hex words]]
| [[Hex%20words|Hex words]]
|①||②||③||④||⑤|| ||⑦||⑧||⑨||
|①||②||③||④||⑤|| ||⑦||⑧||⑨||
|- style="background-color: #ffc"
| 18
| [[Iccanobif%20primes|Iccanobif primes]]
|①||②||③||④||⑤|| ||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 18
| 18
Line 5,571: Line 5,583:
| [[Retrieve%20and%20search%20chat%20history|Retrieve and search chat history]]
| [[Retrieve%20and%20search%20chat%20history|Retrieve and search chat history]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|- style="background-color: #ffc"
| 18
| [[Safe%20mode|Safe mode]]
|①||②|| ||④|| ||⑥||⑦|| || ||
|-
|-
| 18
| 18
Line 5,586: Line 5,594:
| 18
| 18
| [[Three%20word%20location|Three word location]]
| [[Three%20word%20location|Three word location]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|-
| 18
| [[Ultra%20useful%20primes|Ultra useful primes]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|-
|-
Line 5,623: Line 5,627:
| [[Geometric%20algebra|Geometric algebra]]
| [[Geometric%20algebra|Geometric algebra]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨||
|①||②||③||④||⑤||⑥|| ||⑧||⑨||
|-
| 17
| [[OpenWebNet%20password|OpenWebNet password]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 17
| 17
Line 5,642: Line 5,650:
| 17
| 17
| [[Topological%20sort%2FExtracted%20top%20item|Topological sort/Extracted top item]]
| [[Topological%20sort%2FExtracted%20top%20item|Topological sort/Extracted top item]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 16
| [[Arithmetic%20derivative|Arithmetic derivative]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 5,647: Line 5,659:
| [[Bernstein%20basis%20polynomials|Bernstein basis polynomials]]
| [[Bernstein%20basis%20polynomials|Bernstein basis polynomials]]
|①||②||③||④||⑤||⑥|| ||⑧|| ||⑩
|①||②||③||④||⑤||⑥|| ||⑧|| ||⑩
|-
| 16
| [[Blum%20integer|Blum integer]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 16
| 16
Line 5,663: Line 5,679:
| [[Functional%20coverage%20tree|Functional coverage tree]]
| [[Functional%20coverage%20tree|Functional coverage tree]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|- style="background-color: #ffc"
| 16
| [[Iccanobif%20primes|Iccanobif primes]]
|①||②||③||④||⑤|| ||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 16
| 16
Line 5,688: Line 5,700:
|①||②||③||④||⑤||⑥||⑦|| ||⑨||
|①||②||③||④||⑤||⑥||⑦|| ||⑨||
|-
|-
| 16
| [[OpenWebNet%20password|OpenWebNet password]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|- style="background-color: #ffc"
| 16
| 16
| [[Ormiston%20triples|Ormiston triples]]
| [[Ormiston%20triples|Ormiston triples]]
Line 5,757: Line 5,765:
|-
|-
| 15
| 15
| [[B%C3%A9zier%20curves%2FIntersections|Bézier curves/Intersections]]
| [[Arithmetic%20derivative|Arithmetic derivative]]
|①||②||||||⑤||⑥||||⑧||||⑩
|①||②|| || ||⑤||⑥|| ||⑧|| ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 15
| 15
Line 5,835: Line 5,843:
| [[Binomial%20transform|Binomial transform]]
| [[Binomial%20transform|Binomial transform]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨||⑩
|①||②||③||④||⑤||⑥|| ||⑧||⑨||⑩
|- style="background-color: #ffc"
| 14
| [[Blum%20integer|Blum integer]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 14
| 14
Line 5,911: Line 5,915:
| [[Ramanujan%20primes|Ramanujan primes]]
| [[Ramanujan%20primes|Ramanujan primes]]
|①||②||③||④||⑤||⑥||⑦|| || ||
|①||②||③||④||⑤||⑥||⑦|| || ||
|-
| 14
| [[Simple%20turtle%20graphics|Simple turtle graphics]]
|①||②||③|| || || ||⑦||⑧||⑨||
|-
| 14
| [[Steffensen%27s%20method|Steffensen's method]]
|①||②|| || ||⑤||⑥|| ||⑧|| ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 14
| 14
Line 5,921: Line 5,933:
|-
|-
| 13
| 13
| [[Bifid%20cipher|Bifid cipher]]
| [[B%C3%A9zier%20curves%2FIntersections|Bézier curves/Intersections]]
|①||②|| || || |||| ||⑧|| ||
|①||②|||||||| ||||⑧||||
|-
|-
| 13
| 13
Line 5,987: Line 5,999:
|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"
| 12
| 12
| [[ADFGVX%20cipher|ADFGVX cipher]]
| [[ADFGVX%20cipher|ADFGVX cipher]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|-
| 12
| [[Bioinformatics%2FGlobal%20alignment|Bioinformatics/Global alignment]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||
|-
|-
| 12
| 12
Line 6,051: Line 6,067:
| [[Rosetta%20Code%2FTasks%20without%20examples|Rosetta Code/Tasks without examples]]
| [[Rosetta%20Code%2FTasks%20without%20examples|Rosetta Code/Tasks without examples]]
|①||②||③||④||⑤||⑥||⑦|| || ||
|①||②||③||④||⑤||⑥||⑦|| || ||
|-
| 12
| [[Simple%20turtle%20graphics|Simple turtle graphics]]
|①||②||③|| || || ||⑦||⑧||⑨||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 12
| 12
Line 6,067: Line 6,079:
| [[Starting%20a%20web%20browser|Starting a web browser]]
| [[Starting%20a%20web%20browser|Starting a web browser]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||
|①||②||③||④||⑤||⑥||⑦|| ||⑨||
|-
| 12
| [[Steffensen%27s%20method|Steffensen's method]]
|①||②|| || || ||⑥|| || || ||⑩
|-
|-
| 12
| 12
Line 6,089: Line 6,097:
|-
|-
| 11
| 11
| [[Babylonian%20spiral|Babylonian spiral]]
| [[Bioinformatics%2FGlobal%20alignment|Bioinformatics/Global alignment]]
|①||②||③||④||⑤||||⑦||⑧|| ||
|①||②||③||④||⑤|| ||⑦||⑧||||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 11
| 11
Line 6,108: Line 6,116:
|①||②|| ||④|| ||⑥||⑦|| || ||⑩
|①||②|| ||④|| ||⑥||⑦|| || ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 11
| [[Inventory%20sequence|Inventory sequence]]
|①||②||③||④||⑤|| || ||⑧||⑨||
|-
| 11
| 11
| [[Jordan-P%C3%B3lya%20numbers|Jordan-Pólya numbers]]
| [[Jordan-P%C3%B3lya%20numbers|Jordan-Pólya numbers]]
Line 6,127: Line 6,139:
| [[Parse%20EBNF|Parse EBNF]]
| [[Parse%20EBNF|Parse EBNF]]
|①||②||③||④|| ||⑥||⑦|| || ||
|①||②||③||④|| ||⑥||⑦|| || ||
|-
|- style="background-color: #ffc"
| 11
| [[Prime%20numbers%20whose%20neighboring%20pairs%20are%20tetraprimes|Prime numbers whose neighboring pairs are tetraprimes]]
|①||②||③|| ||⑤||⑥|| || ||⑨||⑩
|-
| 11
| 11
| [[Radical%20of%20an%20integer|Radical of an integer]]
| [[Radical%20of%20an%20integer|Radical of an integer]]
|①||②||③||④||⑤|| || || ||⑨||
|①||②||③||④||⑤|| || || ||⑨||
|-
|- style="background-color: #ffc"
| 11
| 11
| [[Sisyphus%20sequence|Sisyphus sequence]]
| [[Sisyphus%20sequence|Sisyphus sequence]]
|①||②||③||④||⑤|| ||⑦||⑧||⑨||
|①||②||③||④||⑤|| ||⑦||⑧||⑨||
|-
|- style="background-color: #ffc"
| 11
| 11
| [[Smarandache-Wellin%20primes|Smarandache-Wellin primes]]
| [[Smarandache-Wellin%20primes|Smarandache-Wellin primes]]
Line 6,154: Line 6,170:
| 11
| 11
| [[Zsigmondy%20numbers|Zsigmondy numbers]]
| [[Zsigmondy%20numbers|Zsigmondy numbers]]
|①||②||③||④||⑤|| ||⑦||⑧||⑨||
|- style="background-color: #ffc"
| 10
| [[Bifid%20cipher|Bifid cipher]]
|①||②||③||④||⑤|| ||⑦||⑧||⑨||
|①||②||③||④||⑤|| ||⑦||⑧||⑨||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 6,171: Line 6,183:
| [[Integer%20long%20division|Integer long division]]
| [[Integer%20long%20division|Integer long division]]
|①||②||③||④||⑤|| ||⑦|| || ||
|①||②||③||④||⑤|| ||⑦|| || ||
|- style="background-color: #ffc"
| 10
| [[Inventory%20sequence|Inventory sequence]]
|①||②||③||④||⑤|| || ||⑧||⑨||
|-
|-
| 10
| 10
Line 6,211: Line 6,219:
| [[Text%20to%20HTML|Text to HTML]]
| [[Text%20to%20HTML|Text to HTML]]
|①||②||③||④||⑤||⑥||⑦|| || ||
|①||②||③||④||⑤||⑥||⑦|| || ||
|-
|- style="background-color: #ffc"
| 10
| 10
| [[Transliterate%20English%20text%20using%20the%20Greek%20alphabet|Transliterate English text using the Greek alphabet]]
| [[Transliterate%20English%20text%20using%20the%20Greek%20alphabet|Transliterate English text using the Greek alphabet]]
Line 6,219: Line 6,227:
| [[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"
| 10
| 10
| [[Wasteful%2C%20equidigital%20and%20frugal%20numbers|Wasteful, equidigital and frugal numbers]]
| [[Wasteful%2C%20equidigital%20and%20frugal%20numbers|Wasteful, equidigital and frugal numbers]]
Line 6,231: Line 6,239:
| [[B-spline|B-spline]]
| [[B-spline|B-spline]]
|①||②||③||④|| || ||⑦|| || ||
|①||②||③||④|| || ||⑦|| || ||
|-
| 9
| [[Babylonian%20spiral|Babylonian spiral]]
|①||②||③||④||⑤|| ||⑦||⑧||⑨||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 9
| 9
Line 6,271: Line 6,275:
| [[OpenGL%20pixel%20shader|OpenGL pixel shader]]
| [[OpenGL%20pixel%20shader|OpenGL pixel shader]]
|①||②|| || || ||⑥|| || || ||⑩
|①||②|| || || ||⑥|| || || ||⑩
|- style="background-color: #ffc"
| 9
| [[Prime%20numbers%20whose%20neighboring%20pairs%20are%20tetraprimes|Prime numbers whose neighboring pairs are tetraprimes]]
|①||②||③|| || ||⑥|| || ||⑨||⑩
|-
|-
| 9
| 9
Line 6,291: Line 6,291:
| [[Rosetta%20Code%2FRun%20examples|Rosetta Code/Run examples]]
| [[Rosetta%20Code%2FRun%20examples|Rosetta Code/Run examples]]
|①||②|| ||④||⑤||⑥|| || || ||
|①||②|| ||④||⑤||⑥|| || || ||
|- style="background-color: #ffc"
| 9
| [[Sealed%20classes%20and%20methods|Sealed classes and methods]]
|①||②||③|| ||⑤||⑥|| || ||⑨||⑩
|- style="background-color: #ffc"
| 9
| [[Segmentation%20fault%20protection|Segmentation fault protection]]
|①||②||③||④||⑤|| ||⑦|| || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 9
| 9
Line 6,307: Line 6,315:
| [[Audio%20overlap%20loop|Audio overlap loop]]
| [[Audio%20overlap%20loop|Audio overlap loop]]
|①||②||③|| ||⑤||⑥|| || || ||
|①||②||③|| ||⑤||⑥|| || || ||
|- style="background-color: #ffc"
| 8
| [[Boustrophedon%20transform|Boustrophedon transform]]
|①||②||③||④||⑤|| ||⑦|| ||⑨||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 8
| 8
Line 6,343: Line 6,355:
| [[Remote%20agent%2FSimulation|Remote agent/Simulation]]
| [[Remote%20agent%2FSimulation|Remote agent/Simulation]]
|①||②||③|| || ||⑥||⑦|| || ||⑩
|①||②||③|| || ||⑥||⑦|| || ||⑩
|- style="background-color: #ffc"
| 8
| [[Segmentation%20fault%20protection|Segmentation fault protection]]
|①||②||③||④|| || ||⑦|| || ||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 8
| 8
Line 6,383: Line 6,391:
| [[Boids|Boids]]
| [[Boids|Boids]]
|①||②||③|| ||⑤||⑥|| || || ||⑩
|①||②||③|| ||⑤||⑥|| || || ||⑩
|- style="background-color: #ffc"
| 7
| [[Boustrophedon%20transform|Boustrophedon transform]]
|①||②||③||④||⑤|| ||⑦|| ||⑨||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 7
| 7
Line 6,395: Line 6,399:
| [[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"
| 7
| [[Create%20an%20executable%20for%20a%20program%20in%20an%20interpreted%20language|Create an executable for a program in an interpreted language]]
|①||②|| || ||⑤|| || || ||⑨||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 7
| 7
Line 6,415: Line 6,423:
| [[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
|data-sort-value="numbers k such that the last letter of k is the same as the first letter of k+0B1"| [[Numbers%20k%20such%20that%20the%20last%20letter%20of%20k%20is%20the%20same%20as%20the%20first%20letter%20of%20k%2B1|Numbers k such that the last letter of k is the same as the first letter of k+1]]
|①||②||③|| || || || ||⑧||⑨||
|-
|-
| 7
| 7
Line 6,447: Line 6,459:
| [[Convert%20CSV%20records%20to%20TSV|Convert CSV records to TSV]]
| [[Convert%20CSV%20records%20to%20TSV|Convert CSV records to TSV]]
|①||②||③|| || || || || ||⑨||
|①||②||③|| || || || || ||⑨||
|- style="background-color: #ffc"
| 6
| [[Create%20an%20executable%20for%20a%20program%20in%20an%20interpreted%20language|Create an executable for a program in an interpreted language]]
|①||②|| || || || || || ||⑨||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 6
| 6
Line 6,555: Line 6,563:
| [[Sanitize%20user%20input|Sanitize user input]]
| [[Sanitize%20user%20input|Sanitize user input]]
|①||②|| ||④|| || || || || ||
|①||②|| ||④|| || || || || ||
|- style="background-color: #ffc"
| 4
| [[Sealed%20classes%20and%20methods|Sealed classes and methods]]
|①||②|| || || || || || ||⑨||
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 4
| 4