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

From Rosetta Code
Content added Content deleted
(Update full list output)
(Update fill list output)
Line 11: Line 11:
④ Python
④ Python
⑤ Perl
⑤ Perl
Julia
Phix
Phix
Julia
⑧ Racket
⑧ Racket
⑨ C
⑨ C
Line 20: Line 20:
<div style="height:40em;overflow:scroll;">
<div style="height:40em;overflow:scroll;">
{|class="wikitable sortable"
{|class="wikitable sortable"
|+ As of 2019-04-21T23:50:01Z :: Tasks: 934 ::<span style="background-color:#ffd"> Draft Tasks:226 </span>:: Total Tasks: 1160 :: Total Examples: 61424
|+ As of 2019-04-28T21:46:53Z :: Tasks: 935 ::<span style="background-color:#ffd"> Draft Tasks:227 </span>:: Total Tasks: 1162 :: Total Examples: 61510
!Count!!Task!!①!!②!!③!!④!!⑤!!⑥!!⑦!!⑧!!⑨!!⑩
!Count!!Task!!①!!②!!③!!④!!⑤!!⑥!!⑦!!⑧!!⑨!!⑩
|-
|-
Line 75: Line 75:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 196
| 198
| [[Loops%2FWhile|Loops/While]]
| [[Loops%2FWhile|Loops/While]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 194
| 195
| [[Arrays|Arrays]]
| [[Arrays|Arrays]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
Line 107: Line 107:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 171
| 170
| [[Integer%20comparison|Integer comparison]]
| [[Integer%20comparison|Integer comparison]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
Line 177: Line 177:
| 145
| 145
| [[Loops%2FBreak|Loops/Break]]
| [[Loops%2FBreak|Loops/Break]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 145
| [[Loops%2FN%20plus%20one%20half|Loops/N plus one half]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 193: Line 197:
| 144
| 144
| [[Integer%20sequence|Integer sequence]]
| [[Integer%20sequence|Integer sequence]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 144
| [[Loops%2FN%20plus%20one%20half|Loops/N plus one half]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 208: Line 208:
|-
|-
| 143
| 143
| [[Generic%20swap|Generic swap]]
| [[Binary%20digits|Binary digits]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 143
| 143
| [[Generic%20swap|Generic swap]]
| [[Sieve%20of%20Eratosthenes|Sieve of Eratosthenes]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 141
| 143
| [[Sieve%20of%20Eratosthenes|Sieve of Eratosthenes]]
| [[Binary%20digits|Binary digits]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 259: Line 259:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 134
| 135
| [[Associative%20array%2FCreation|Associative array/Creation]]
| [[Array%20length|Array length]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 134
| 134
| [[Array%20length|Array length]]
| [[Associative%20array%2FCreation|Associative array/Creation]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 345: Line 345:
| 121
| 121
| [[Day%20of%20the%20week|Day of the week]]
| [[Day%20of%20the%20week|Day of the week]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 121
| [[Pascal%27s%20triangle|Pascal's triangle]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 361: Line 365:
| 120
| 120
| [[Mutual%20recursion|Mutual recursion]]
| [[Mutual%20recursion|Mutual recursion]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 120
| [[Pascal%27s%20triangle|Pascal's triangle]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 377: Line 377:
| 119
| 119
| [[Stack|Stack]]
| [[Stack|Stack]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 118
| [[Least%20common%20multiple|Least common multiple]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 389: Line 393:
| 117
| 117
| [[Happy%20numbers|Happy numbers]]
| [[Happy%20numbers|Happy numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 117
| [[Least%20common%20multiple|Least common multiple]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 489: Line 489:
| 108
| 108
| [[Classes|Classes]]
| [[Classes|Classes]]
|①||②||③||④||⑤|||| ||⑧||⑨||⑩
|①||②||③||④||⑤|| ||||⑧||⑨||⑩
|-
|-
| 108
| 108
| [[Hostname|Hostname]]
| [[Hostname|Hostname]]
|①||②||③||④||⑤|||| ||⑧|| ||⑩
|①||②||③||④||⑤|| ||||⑧|| ||⑩
|-
|-
| 108
| 108
Line 525: Line 525:
| 106
| 106
| [[Input%20loop|Input loop]]
| [[Input%20loop|Input loop]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 106
| [[Multiplication%20tables|Multiplication tables]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 551: Line 555:
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 105
| 104
| [[Identity%20matrix|Identity matrix]]
| [[Multiplication%20tables|Multiplication tables]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 104
| 104
| [[Matrix%20multiplication|Matrix multiplication]]
| [[Identity%20matrix|Identity matrix]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 569: Line 573:
| 103
| 103
| [[HTTP|HTTP]]
| [[HTTP|HTTP]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 103
| [[Matrix%20multiplication|Matrix multiplication]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 641: Line 641:
| 100
| 100
| [[String%20matching|String matching]]
| [[String%20matching|String matching]]
|①||②||③||④||⑤|| ||||⑧||⑨||⑩
|①||②||③||④||⑤|||| ||⑧||⑨||⑩
|-
|-
| 99
| 99
Line 709: Line 709:
| 94
| 94
| [[Anonymous%20recursion|Anonymous recursion]]
| [[Anonymous%20recursion|Anonymous recursion]]
|①||②||③||④||⑤|||| ||⑧||⑨||⑩
|①||②||③||④||⑤|| ||||⑧||⑨||⑩
|-
|-
| 94
| 94
| [[Letter%20frequency|Letter frequency]]
| [[Babbage%20problem|Babbage problem]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 94
| 94
| [[Conway%27s%20Game%20of%20Life|Conway's Game of Life]]
| [[Variadic%20function|Variadic function]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 93
| 94
| [[Babbage%20problem|Babbage problem]]
| [[Letter%20frequency|Letter frequency]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 93
| 94
| [[Variadic%20function|Variadic function]]
| [[Conway%27s%20Game%20of%20Life|Conway's Game of Life]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 753: Line 753:
| 91
| 91
| [[Shell%20one-liner|Shell one-liner]]
| [[Shell%20one-liner|Shell one-liner]]
|①||②||③||④||⑤|||| ||⑧||⑨||⑩
|①||②||③||④||⑤|| ||||⑧||⑨||⑩
|-
|-
| 91
| 91
Line 761: Line 761:
| 90
| 90
| [[Collections|Collections]]
| [[Collections|Collections]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 90
| [[Levenshtein%20distance|Levenshtein distance]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 773: Line 777:
| 89
| 89
| [[Enumerations|Enumerations]]
| [[Enumerations|Enumerations]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 89
| [[Levenshtein%20distance|Levenshtein distance]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 789: Line 789:
| 89
| 89
| [[Nth%20root|Nth root]]
| [[Nth%20root|Nth root]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 89
| [[Ordered%20words|Ordered words]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 817: Line 821:
| 88
| 88
| [[Inheritance%2FSingle|Inheritance/Single]]
| [[Inheritance%2FSingle|Inheritance/Single]]
|①||②||③||④||⑤|||| ||⑧||⑨||⑩
|①||②||③||④||⑤|| ||||⑧||⑨||⑩
|-
|-
| 88
| 88
| [[One-dimensional%20cellular%20automata|One-dimensional cellular automata]]
| [[One-dimensional%20cellular%20automata|One-dimensional cellular automata]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 88
| [[Ordered%20words|Ordered words]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 849: Line 849:
| 86
| 86
| [[Interactive%20programming|Interactive programming]]
| [[Interactive%20programming|Interactive programming]]
|①||②||③||④||⑤|||| ||⑧|| ||⑩
|①||②||③||④||⑤|| ||||⑧|| ||⑩
|-
|-
| 86
| 86
Line 933: Line 933:
| 81
| 81
| [[Abstract%20type|Abstract type]]
| [[Abstract%20type|Abstract type]]
|①||②||③||④||⑤|||| ||⑧||⑨||⑩
|①||②||③||④||⑤|| ||||⑧||⑨||⑩
|-
|-
| 81
| 81
Line 941: Line 941:
| 81
| 81
| [[Hamming%20numbers|Hamming numbers]]
| [[Hamming%20numbers|Hamming numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 81
| [[Sierpinski%20carpet|Sierpinski carpet]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 948: Line 952:
|-
|-
| 80
| 80
| [[Harshad%20or%20Niven%20series|Harshad or Niven series]]
| [[N%27th|N'th]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 80
| 80
| [[Sierpinski%20carpet|Sierpinski carpet]]
| [[Langton%27s%20ant|Langton's ant]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 80
| [[N%27th|N'th]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 969: Line 977:
| 79
| 79
| [[File%20modification%20time|File modification time]]
| [[File%20modification%20time|File modification time]]
|①||②||③||④||⑤|||| ||⑧||⑨||⑩
|①||②||③||④||⑤|| ||||⑧||⑨||⑩
|-
|-
| 79
| 79
| [[Greatest%20subsequential%20sum|Greatest subsequential sum]]
| [[Greatest%20subsequential%20sum|Greatest subsequential sum]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 79
| [[Harshad%20or%20Niven%20series|Harshad or Niven series]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 985: Line 989:
| 78
| 78
| [[Execute%20Brain%2A%2A%2A%2A|Execute Brain****]]
| [[Execute%20Brain%2A%2A%2A%2A|Execute Brain****]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 78
| [[Langton%27s%20ant|Langton's ant]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,021: Line 1,021:
| 77
| 77
| [[Simple%20windowed%20application|Simple windowed application]]
| [[Simple%20windowed%20application|Simple windowed application]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 77
| [[Web%20scraping|Web scraping]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,033: Line 1,037:
| 76
| 76
| [[Introspection|Introspection]]
| [[Introspection|Introspection]]
|①||②||③||④||⑤|||| ||⑧||⑨||⑩
|①||②||③||④||⑤|| ||||⑧||⑨||⑩
|-
|-
| 76
| 76
Line 1,069: Line 1,073:
| 75
| 75
| [[Closures%2FValue%20capture|Closures/Value capture]]
| [[Closures%2FValue%20capture|Closures/Value capture]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 75
| [[Count%20in%20factors|Count in factors]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,094: Line 1,102:
| [[Sort%20an%20array%20of%20composite%20structures|Sort an array of composite structures]]
| [[Sort%20an%20array%20of%20composite%20structures|Sort an array of composite structures]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 75
| [[Web%20scraping|Web scraping]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨||⑩
|-
|-
| 74
| 74
Line 1,104: Line 1,108:
|-
|-
| 74
| 74
| [[Josephus%20problem|Josephus problem]]
| [[Count%20in%20factors|Count in factors]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,129: Line 1,133:
| 73
| 73
| [[Bitmap|Bitmap]]
| [[Bitmap|Bitmap]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 73
| [[Josephus%20problem|Josephus problem]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,153: Line 1,153:
| 73
| 73
| [[XML%2FInput|XML/Input]]
| [[XML%2FInput|XML/Input]]
|①||②||③||④||⑤|||| ||⑧||⑨||⑩
|①||②||③||④||⑤|| ||||⑧||⑨||⑩
|-
|-
| 72
| 72
Line 1,261: Line 1,261:
| 69
| 69
| [[URL%20encoding|URL encoding]]
| [[URL%20encoding|URL encoding]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 68
| [[Almost%20prime|Almost prime]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,285: Line 1,289:
| 68
| 68
| [[Sockets|Sockets]]
| [[Sockets|Sockets]]
|①||②||③||④||⑤|||| ||⑧||⑨||⑩
|①||②||③||④||⑤|| ||||⑧||⑨||⑩
|-
|-
| 67
| 67
Line 1,333: Line 1,337:
| 67
| 67
| [[Word%20wrap|Word wrap]]
| [[Word%20wrap|Word wrap]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 66
| [[Almost%20prime|Almost prime]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,345: Line 1,345:
| 66
| 66
| [[Call%20an%20object%20method|Call an object method]]
| [[Call%20an%20object%20method|Call an object method]]
|①||②||③||④||⑤|||| ||⑧|| ||⑩
|①||②||③||④||⑤|| ||||⑧|| ||⑩
|-
|-
| 66
| 66
Line 1,377: Line 1,377:
| 66
| 66
| [[Pi|Pi]]
| [[Pi|Pi]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 66
| [[Proper%20divisors|Proper divisors]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,421: Line 1,425:
| 65
| 65
| [[Hello%20world%2FWeb%20server|Hello world/Web server]]
| [[Hello%20world%2FWeb%20server|Hello world/Web server]]
|①||②||③||④||⑤|||| ||⑧||⑨||⑩
|①||②||③||④||⑤|| ||||⑧||⑨||⑩
|-
|-
| 65
| 65
| [[Modular%20inverse|Modular inverse]]
| [[Modular%20inverse|Modular inverse]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 65
| [[Proper%20divisors|Proper divisors]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,501: Line 1,501:
| 62
| 62
| [[HTTPS|HTTPS]]
| [[HTTPS|HTTPS]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 62
| [[Horizontal%20sundial%20calculations|Horizontal sundial calculations]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,521: Line 1,525:
| 62
| 62
| [[Runtime%20evaluation|Runtime evaluation]]
| [[Runtime%20evaluation|Runtime evaluation]]
|①||②||③||④||⑤|||| ||⑧|| ||⑩
|①||②||③||④||⑤|| ||||⑧|| ||⑩
|-
|-
| 62
| 62
Line 1,541: Line 1,545:
| 61
| 61
| [[Arithmetic%2FRational|Arithmetic/Rational]]
| [[Arithmetic%2FRational|Arithmetic/Rational]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 61
| [[Benford%27s%20law|Benford's law]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,561: Line 1,569:
| 61
| 61
| [[Fork|Fork]]
| [[Fork|Fork]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 61
| [[Horizontal%20sundial%20calculations|Horizontal sundial calculations]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,573: Line 1,577:
| 61
| 61
| [[Van%20der%20Corput%20sequence|Van der Corput sequence]]
| [[Van%20der%20Corput%20sequence|Van der Corput sequence]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 60
| [[Benford%27s%20law|Benford's law]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,629: Line 1,629:
| 59
| 59
| [[Inheritance%2FMultiple|Inheritance/Multiple]]
| [[Inheritance%2FMultiple|Inheritance/Multiple]]
|①||②||③||④||⑤|||| ||⑧|| ||⑩
|①||②||③||④||⑤|| ||||⑧|| ||⑩
|-
|-
| 59
| 59
Line 1,741: Line 1,741:
| 56
| 56
| [[Documentation|Documentation]]
| [[Documentation|Documentation]]
|①||②||③||④||⑤|||| ||⑧||⑨||⑩
|①||②||③||④||⑤|| ||||⑧||⑨||⑩
|-
|-
| 56
| 56
Line 1,753: Line 1,753:
| 56
| 56
| [[Non-decimal%20radices%2FInput|Non-decimal radices/Input]]
| [[Non-decimal%20radices%2FInput|Non-decimal radices/Input]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 56
| [[Old%20lady%20swallowed%20a%20fly|Old lady swallowed a fly]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 1,800: Line 1,804:
|-
|-
| 55
| 55
| [[Reduced%20row%20echelon%20form|Reduced row echelon form]]
| [[Old%20lady%20swallowed%20a%20fly|Old lady swallowed a fly]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 55
| 55
| [[Rosetta%20Code%2FRank%20languages%20by%20popularity|Rosetta Code/Rank languages by popularity]]
| [[Reduced%20row%20echelon%20form|Reduced row echelon form]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|-
|-
| 55
| 55
Line 1,817: Line 1,821:
| 55
| 55
| [[Test%20a%20function|Test a function]]
| [[Test%20a%20function|Test a function]]
|①||②||③||④||⑤|||| ||⑧||⑨||⑩
|①||②||③||④||⑤|| ||||⑧||⑨||⑩
|-
|-
| 54
| 54
| [[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]]
|①||②||③||④||⑤|||| || || ||⑩
|①||②||③||④||⑤|| |||| || ||⑩
|-
|-
| 54
| 54
Line 1,842: Line 1,846:
| [[Plot%20coordinate%20pairs|Plot coordinate pairs]]
| [[Plot%20coordinate%20pairs|Plot coordinate pairs]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 54
| [[Rosetta%20Code%2FRank%20languages%20by%20popularity|Rosetta Code/Rank languages by popularity]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨|| 
|-
|-
| 54
| 54
Line 1,869: Line 1,869:
| 53
| 53
| [[DNS%20query|DNS query]]
| [[DNS%20query|DNS query]]
|①||②||③|| ||⑤|||| ||⑧|| ||⑩
|①||②||③|| ||⑤|| ||||⑧|| ||⑩
|-
|-
| 53
| 53
Line 1,897: Line 1,897:
| 53
| 53
| [[Singleton|Singleton]]
| [[Singleton|Singleton]]
|①||②||③||④||⑤|||| ||⑧||⑨||⑩
|①||②||③||④||⑤|| ||||⑧||⑨||⑩
|-
|-
| 53
| 53
Line 1,905: Line 1,905:
| 53
| 53
| [[XML%2FXPath|XML/XPath]]
| [[XML%2FXPath|XML/XPath]]
|①||②||③||④||⑤|||| ||⑧||⑨|| 
|①||②||③||④||⑤|| ||||⑧||⑨|| 
|-
|-
| 52
| 52
Line 1,953: Line 1,953:
| 52
| 52
| [[Runtime%20evaluation%2FIn%20an%20environment|Runtime evaluation/In an environment]]
| [[Runtime%20evaluation%2FIn%20an%20environment|Runtime evaluation/In an environment]]
|①||②||③||④||⑤|||| ||⑧|| ||⑩
|①||②||③||④||⑤|| ||||⑧|| ||⑩
|-
|-
| 52
| 52
Line 1,961: Line 1,961:
| 52
| 52
| [[Send%20email|Send email]]
| [[Send%20email|Send email]]
|①||②||③||④||⑤|||| ||⑧||⑨|| 
|①||②||③||④||⑤|| ||||⑧||⑨|| 
|-
|-
| 52
| 52
Line 2,005: Line 2,005:
| 50
| 50
|data-sort-value="0C15 puzzle game"| [[15%20Puzzle%20Game|15 Puzzle Game]]
|data-sort-value="0C15 puzzle game"| [[15%20Puzzle%20Game|15 Puzzle Game]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 50
| [[Dining%20philosophers|Dining philosophers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,042: Line 2,046:
| [[Define%20a%20primitive%20data%20type|Define a primitive data type]]
| [[Define%20a%20primitive%20data%20type|Define a primitive data type]]
|①||②||③||④||⑤||⑥||⑦||⑧|| || 
|①||②||③||④||⑤||⑥||⑦||⑧|| || 
|-
| 49
| [[Dining%20philosophers|Dining philosophers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 49
| 49
Line 2,058: Line 2,058:
| [[Maximum%20triangle%20path%20sum|Maximum triangle path sum]]
| [[Maximum%20triangle%20path%20sum|Maximum triangle path sum]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 49
| [[Modulinos|Modulinos]]
| ||②|| ||④||⑤||⑥|| ||⑧||⑨||⑩
|-
|-
| 49
| 49
Line 2,104: Line 2,108:
|-
|-
| 48
| 48
| [[JortSort|JortSort]]
| [[Left%20factorials|Left factorials]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|- style="background-color: #ffc"
| 48
| 48
| [[Left%20factorials|Left factorials]]
| [[Modulinos|Modulinos]]
| ||②|| ||④||⑤|| ||⑦||⑧||⑨||⑩
|||②||||④||⑤||||⑦||⑧||⑨||⑩
|-
|-
| 48
| 48
Line 2,141: Line 2,145:
| 48
| 48
| [[XML%2FDOM%20serialization|XML/DOM serialization]]
| [[XML%2FDOM%20serialization|XML/DOM serialization]]
|①||②||③||④||⑤|||| ||⑧||⑨||⑩
|①||②||③||④||⑤|| ||||⑧||⑨||⑩
|-
| 47
| [[Angle%20difference%20between%20two%20bearings|Angle difference between two bearings]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 47
| 47
Line 2,153: Line 2,161:
| 47
| 47
| [[Get%20system%20command%20output|Get system command output]]
| [[Get%20system%20command%20output|Get system command output]]
|①||②||③||④||⑤|||| ||⑧||⑨||⑩
|①||②||③||④||⑤|| ||||⑧||⑨||⑩
|-
|-
| 47
| 47
Line 2,161: Line 2,169:
| 47
| 47
| [[Inverted%20syntax|Inverted syntax]]
| [[Inverted%20syntax|Inverted syntax]]
|①||②||③||④||⑤|||| ||⑧||⑨||⑩
|①||②||③||④||⑤|| ||||⑧||⑨||⑩
|-
|-
| 47
| 47
| [[Iterated%20digits%20squaring|Iterated digits squaring]]
| [[Iterated%20digits%20squaring|Iterated digits squaring]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 47
| [[JortSort|JortSort]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,194: Line 2,198:
| [[First-class%20functions%2FUse%20numbers%20analogously|First-class functions/Use numbers analogously]]
| [[First-class%20functions%2FUse%20numbers%20analogously|First-class functions/Use numbers analogously]]
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|①||②||③||④||⑤||⑥||⑦||⑧|| ||⑩
|-
| 46
| [[Longest%20increasing%20subsequence|Longest increasing subsequence]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 46
| 46
Line 2,220: Line 2,228:
|-
|-
| 45
| 45
| [[Bernoulli%20numbers|Bernoulli numbers]]
| [[Angle%20difference%20between%20two%20bearings|Angle difference between two bearings]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,232: Line 2,240:
|-
|-
| 45
| 45
| [[Leonardo%20numbers|Leonardo numbers]]
| [[Longest%20increasing%20subsequence|Longest increasing subsequence]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,254: Line 2,262:
|data-sort-value="0B4-rings or 0B4-squares puzzle"| [[4-rings%20or%204-squares%20puzzle|4-rings or 4-squares puzzle]]
|data-sort-value="0B4-rings or 0B4-squares puzzle"| [[4-rings%20or%204-squares%20puzzle|4-rings or 4-squares puzzle]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|-
| 44
| [[Bernoulli%20numbers|Bernoulli numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 44
| 44
Line 2,265: Line 2,269:
| 44
| 44
| [[Echo%20server|Echo server]]
| [[Echo%20server|Echo server]]
|①||②||③||④||⑤|||| ||⑧||⑨|| 
|①||②||③||④||⑤|| ||||⑧||⑨|| 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 44
| 44
Line 2,273: Line 2,277:
| 44
| 44
| [[FASTA%20format|FASTA format]]
| [[FASTA%20format|FASTA format]]
|①||②||③||④||⑤|||| ||⑧||⑨||⑩
|①||②||③||④||⑤|| ||||⑧||⑨||⑩
|-
|-
| 44
| 44
Line 2,305: Line 2,309:
| 44
| 44
| [[Terminal%20control%2FColoured%20text|Terminal control/Coloured text]]
| [[Terminal%20control%2FColoured%20text|Terminal control/Coloured text]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 43
| [[Dijkstra%27s%20algorithm|Dijkstra's algorithm]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,329: Line 2,337:
| 43
| 43
| [[Last%20letter-first%20letter|Last letter-first letter]]
| [[Last%20letter-first%20letter|Last letter-first letter]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 43
| [[Leonardo%20numbers|Leonardo numbers]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,345: Line 2,349:
| 43
| 43
| [[Rosetta%20Code%2FCount%20examples|Rosetta Code/Count examples]]
| [[Rosetta%20Code%2FCount%20examples|Rosetta Code/Count examples]]
|①||②|| ||④||⑤|||| ||⑧|| ||⑩
|①||②|| ||④||⑤|| ||||⑧|| ||⑩
|-
|-
| 43
| 43
Line 2,417: Line 2,421:
| 41
| 41
| [[Cartesian%20product%20of%20two%20or%20more%20lists|Cartesian product of two or more lists]]
| [[Cartesian%20product%20of%20two%20or%20more%20lists|Cartesian product of two or more lists]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 41
| [[Dijkstra%27s%20algorithm|Dijkstra's algorithm]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,449: Line 2,449:
| 40
| 40
| [[Farey%20sequence|Farey sequence]]
| [[Farey%20sequence|Farey sequence]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 40
| [[Find%20the%20intersection%20of%20two%20lines|Find the intersection of two lines]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,489: Line 2,493:
| 39
| 39
| [[Active%20object|Active object]]
| [[Active%20object|Active object]]
|①||②||③||④||⑤|||| ||⑧||⑨||⑩
|①||②||③||④||⑤|| ||||⑧||⑨||⑩
|-
|-
| 39
| 39
Line 2,528: Line 2,532:
|-
|-
| 39
| 39
|data-sort-value="md0B5/implementation"| [[MD5%2FImplementation|MD5/Implementation]]
| [[Find%20the%20intersection%20of%20two%20lines|Find the intersection of two lines]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 39
| 39
| [[Password%20generator|Password generator]]
|data-sort-value="md0B5/implementation"| [[MD5%2FImplementation|MD5/Implementation]]
|||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
| ||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 39
| 39
Line 2,541: Line 2,545:
| 39
| 39
| [[Secure%20temporary%20file|Secure temporary file]]
| [[Secure%20temporary%20file|Secure temporary file]]
|①||②||③||④||⑤|||| ||⑧||⑨|| 
|①||②||③||④||⑤|| ||||⑧||⑨|| 
|-
|-
| 39
| 39
Line 2,582: Line 2,586:
| [[Parametric%20polymorphism|Parametric polymorphism]]
| [[Parametric%20polymorphism|Parametric polymorphism]]
|①||②||③|| || ||⑥||⑦||⑧||⑨||⑩
|①||②||③|| || ||⑥||⑦||⑧||⑨||⑩
|-
| 38
| [[Password%20generator|Password generator]]
| ||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 38
| 38
Line 2,601: Line 2,601:
| 37
| 37
| [[Bulls%20and%20cows%2FPlayer|Bulls and cows/Player]]
| [[Bulls%20and%20cows%2FPlayer|Bulls and cows/Player]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 37
| [[Egyptian%20division|Egyptian division]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,614: Line 2,618:
| [[Inverted%20index|Inverted index]]
| [[Inverted%20index|Inverted index]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 37
| [[Jaro%20distance|Jaro distance]]
|①||②||③||④||⑤|| ||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 37
| 37
Line 2,634: Line 2,642:
| [[Combinations%20and%20permutations|Combinations and permutations]]
| [[Combinations%20and%20permutations|Combinations and permutations]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 36
| [[Egyptian%20division|Egyptian division]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 36
| [[Jaro%20distance|Jaro distance]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨||⑩
|-
|-
| 36
| 36
Line 2,693: Line 2,693:
| 35
| 35
| [[Constrained%20genericity|Constrained genericity]]
| [[Constrained%20genericity|Constrained genericity]]
|①||②||③|| || |||| ||⑧|| ||⑩
|①||②||③|| || || ||||⑧|| ||⑩
|-
|-
| 35
| 35
Line 2,709: Line 2,709:
| 35
| 35
| [[Parallel%20calculations|Parallel calculations]]
| [[Parallel%20calculations|Parallel calculations]]
|①||②||③||④||⑤|||| ||⑧||⑨||⑩
|①||②||③||④||⑤|| ||||⑧||⑨||⑩
|-
|-
| 35
| 35
Line 2,725: Line 2,725:
| 35
| 35
| [[Speech%20synthesis|Speech synthesis]]
| [[Speech%20synthesis|Speech synthesis]]
|①||②||③||④||⑤|||| ||⑧||⑨|| 
|①||②||③||④||⑤|| ||||⑧||⑨|| 
|-
| 35
| [[Start%20from%20a%20main%20routine|Start from a main routine]]
|①||②||③|| ||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 35
| 35
Line 2,741: Line 2,745:
| 34
| 34
| [[Break%20OO%20privacy|Break OO privacy]]
| [[Break%20OO%20privacy|Break OO privacy]]
|①||②||③||④||⑤|||| || || ||⑩
|①||②||③||④||⑤|| |||| || ||⑩
|-
|-
| 34
| 34
Line 2,774: Line 2,778:
| [[S-Expressions|S-Expressions]]
| [[S-Expressions|S-Expressions]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 34
| [[Start%20from%20a%20main%20routine|Start from a main routine]]
|①||②||③|| ||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 33
| 33
| [[Colour%20pinstripe%2FDisplay|Colour pinstripe/Display]]
| [[Colour%20pinstripe%2FDisplay|Colour pinstripe/Display]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 33
| [[Floyd-Warshall%20algorithm|Floyd-Warshall algorithm]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 2,833: Line 2,837:
| 32
| 32
| [[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]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 32
| [[Floyd-Warshall%20algorithm|Floyd-Warshall algorithm]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 32
| 32
| [[Input%2FOutput%20for%20Pairs%20of%20Numbers|Input/Output for Pairs of Numbers]]
| [[Input%2FOutput%20for%20Pairs%20of%20Numbers|Input/Output for Pairs of Numbers]]
|①||②||③||④||⑤|| ||||⑧||⑨||⑩
|①||②||③||④||⑤|||| ||⑧||⑨||⑩
|-
|-
| 32
| 32
Line 2,850: Line 2,850:
| [[Numerical%20integration%2FGauss-Legendre%20Quadrature|Numerical integration/Gauss-Legendre Quadrature]]
| [[Numerical%20integration%2FGauss-Legendre%20Quadrature|Numerical integration/Gauss-Legendre Quadrature]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 32
| [[Parametrized%20SQL%20statement|Parametrized SQL statement]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|-
|-
| 32
| 32
Line 2,866: Line 2,870:
| [[Text%20between|Text between]]
| [[Text%20between|Text between]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 31
| [[Bitcoin%2Faddress%20validation|Bitcoin/address validation]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|-
|-
| 31
| 31
Line 2,885: Line 2,893:
| 31
| 31
| [[Musical%20scale|Musical scale]]
| [[Musical%20scale|Musical scale]]
|①||②||③||④|| || ||||⑧||⑨||⑩
|①||②||③||④|| |||| ||⑧||⑨||⑩
|-
|-
| 31
| 31
Line 2,913: Line 2,921:
| 31
| 31
| [[Rosetta%20Code%2FFind%20bare%20lang%20tags|Rosetta Code/Find bare lang tags]]
| [[Rosetta%20Code%2FFind%20bare%20lang%20tags|Rosetta Code/Find bare lang tags]]
|①||②|| || ||⑤|||| ||⑧||⑨|| 
|①||②|| || ||⑤|| ||||⑧||⑨|| 
|-
|-
| 31
| 31
Line 2,924: Line 2,932:
|-
|-
| 30
| 30
| [[Anti-primes|Anti-primes]]
| [[Bitcoin%2Faddress%20validation|Bitcoin/address validation]]
|①||②||③||④||⑤||⑥||⑦||||⑨|| 
|①||②||③||④||⑤||⑥||⑦|| ||⑨||
|-
|-
| 30
| 30
Line 2,933: Line 2,941:
| 30
| 30
| [[Bitwise%20IO|Bitwise IO]]
| [[Bitwise%20IO|Bitwise IO]]
|①||②||③||④||⑤|||| ||⑧||⑨||⑩
|①||②||③||④||⑤|| ||||⑧||⑨||⑩
|- style="background-color: #ffc"
| 30
| [[Cantor%20set|Cantor set]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 30
| 30
Line 2,942: Line 2,954:
| [[Input%2FOutput%20for%20Lines%20of%20Text|Input/Output for Lines of Text]]
| [[Input%2FOutput%20for%20Lines%20of%20Text|Input/Output for Lines of Text]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 30
| [[Loops%2FIncrement%20loop%20index%20within%20loop%20body|Loops/Increment loop index within loop body]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|-
|-
| 30
| 30
Line 2,954: Line 2,970:
| [[Maze%20solving|Maze solving]]
| [[Maze%20solving|Maze solving]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 30
| [[Parametrized%20SQL%20statement|Parametrized SQL statement]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|-
|-
| 30
| 30
Line 2,973: Line 2,985:
| 30
| 30
| [[Rosetta%20Code%2FFind%20unimplemented%20tasks|Rosetta Code/Find unimplemented tasks]]
| [[Rosetta%20Code%2FFind%20unimplemented%20tasks|Rosetta Code/Find unimplemented tasks]]
|①||②|| || ||⑤|||| ||⑧|| ||⑩
|①||②|| || ||⑤|| ||||⑧|| ||⑩
|-
|-
| 30
| 30
Line 2,981: Line 2,993:
| 30
| 30
| [[Subset%20sum%20problem|Subset sum problem]]
| [[Subset%20sum%20problem|Subset sum problem]]
|①||②||③||④||⑤|| ||||⑧||⑨||⑩
|①||②||③||④||⑤|||| ||⑧||⑨||⑩
|-
|-
| 30
| 30
Line 2,994: Line 3,006:
|data-sort-value="utf-0B8 encode and decode"| [[UTF-8%20encode%20and%20decode|UTF-8 encode and decode]]
|data-sort-value="utf-0B8 encode and decode"| [[UTF-8%20encode%20and%20decode|UTF-8 encode and decode]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 29
| [[Anti-primes|Anti-primes]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|-
|-
| 29
| 29
Line 3,006: Line 3,014:
| [[Bitmap%2FB%C3%A9zier%20curves%2FQuadratic|Bitmap/Bézier curves/Quadratic]]
| [[Bitmap%2FB%C3%A9zier%20curves%2FQuadratic|Bitmap/Bézier curves/Quadratic]]
|①||②||③||④|| ||⑥||⑦||⑧||⑨||⑩
|①||②||③||④|| ||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 29
| [[Cantor%20set|Cantor set]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|-
|-
| 29
| 29
Line 3,017: Line 3,021:
| 29
| 29
| [[Create%20a%20file%20on%20magnetic%20tape|Create a file on magnetic tape]]
| [[Create%20a%20file%20on%20magnetic%20tape|Create a file on magnetic tape]]
|①||②||③||④|| |||| ||⑧||⑨|| 
|①||②||③||④|| || ||||⑧||⑨|| 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 29
| 29
Line 3,026: Line 3,030:
| [[Keyboard%20macros|Keyboard macros]]
| [[Keyboard%20macros|Keyboard macros]]
|①||②||③||④|| ||⑥||⑦||⑧||⑨|| 
|①||②||③||④|| ||⑥||⑦||⑧||⑨|| 
|-
| 29
| [[Loops%2FIncrement%20loop%20index%20within%20loop%20body|Loops/Increment loop index within loop body]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|-
|-
| 29
| 29
Line 3,097: Line 3,097:
| 28
| 28
| [[Pattern%20matching|Pattern matching]]
| [[Pattern%20matching|Pattern matching]]
|①||②||③|| ||⑤|| ||||⑧|| ||⑩
|①||②||③|| ||⑤|||| ||⑧|| ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 28
| 28
Line 3,121: Line 3,121:
| 28
| 28
| [[Use%20another%20language%20to%20call%20a%20function|Use another language to call a function]]
| [[Use%20another%20language%20to%20call%20a%20function|Use another language to call a function]]
|①|| ||③||④|| || ||||⑧||⑨||⑩
|①|| ||③||④|| |||| ||⑧||⑨||⑩
|-
|-
| 27
| 27
Line 3,129: Line 3,129:
| 27
| 27
| [[Check%20output%20device%20is%20a%20terminal|Check output device is a terminal]]
| [[Check%20output%20device%20is%20a%20terminal|Check output device is a terminal]]
|①||②||③||④||⑤|||| ||⑧||⑨||⑩
|①||②||③||④||⑤|| ||||⑧||⑨||⑩
|-
|-
| 27
| 27
| [[Checkpoint%20synchronization|Checkpoint synchronization]]
| [[Checkpoint%20synchronization|Checkpoint synchronization]]
|①||②||③||④||⑤|||| ||⑧||⑨||⑩
|①||②||③||④||⑤|| ||||⑧||⑨||⑩
|-
|-
| 27
| 27
Line 3,158: Line 3,158:
| [[Numeric%20error%20propagation|Numeric error propagation]]
| [[Numeric%20error%20propagation|Numeric error propagation]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 27
| [[Recaman%27s%20sequence|Recaman's sequence]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|-
|-
| 27
| 27
Line 3,177: Line 3,181:
| 27
| 27
| [[Write%20to%20Windows%20event%20log|Write to Windows event log]]
| [[Write%20to%20Windows%20event%20log|Write to Windows event log]]
|①|| ||③||④||⑤|||| ||⑧||⑨|| 
|①|| ||③||④||⑤|| ||||⑧||⑨|| 
|-
|-
| 26
| 26
Line 3,197: Line 3,201:
| 26
| 26
| [[Distributed%20programming|Distributed programming]]
| [[Distributed%20programming|Distributed programming]]
|①||②|| ||④||⑤|||| ||⑧||⑨|| 
|①||②|| ||④||⑤|| ||||⑧||⑨|| 
|-
|-
| 26
| 26
Line 3,210: Line 3,214:
| [[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"
| 26
| [[Find%20the%20intersection%20of%20a%20line%20with%20a%20plane|Find the intersection of a line with a plane]]
|①||②||③||④||⑤|| ||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 26
| 26
Line 3,221: Line 3,229:
| 26
| 26
| [[Implicit%20type%20conversion|Implicit type conversion]]
| [[Implicit%20type%20conversion|Implicit type conversion]]
|①||②||③||④||⑤|| ||||⑧||⑨||⑩
|①||②||③||④||⑤|||| ||⑧||⑨||⑩
|-
|-
| 26
| 26
Line 3,254: Line 3,262:
| [[Pythagoras%20tree|Pythagoras tree]]
| [[Pythagoras%20tree|Pythagoras tree]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|-
| 26
| [[Recaman%27s%20sequence|Recaman's sequence]]
|①||②||③||④||⑤||⑥||⑦|| ||⑨||⑩
|-
|-
| 26
| 26
| [[Rosetta%20Code%2FFix%20code%20tags|Rosetta Code/Fix code tags]]
| [[Rosetta%20Code%2FFix%20code%20tags|Rosetta Code/Fix code tags]]
|①||②|| ||④||⑤|||| ||⑧|| ||⑩
|①||②|| ||④||⑤|| ||||⑧|| ||⑩
|-
|-
| 26
| 26
Line 3,313: Line 3,317:
| 25
| 25
| [[Decimal%20floating%20point%20number%20to%20binary|Decimal floating point number to binary]]
| [[Decimal%20floating%20point%20number%20to%20binary|Decimal floating point number to binary]]
|①||②||③||④|| || ||||⑧|| ||⑩
|①||②||③||④|| |||| ||⑧|| ||⑩
|-
|-
| 25
| 25
Line 3,321: Line 3,325:
| 25
| 25
| [[FTP|FTP]]
| [[FTP|FTP]]
|①||②||③||④||⑤|||| ||⑧||⑨||⑩
|①||②||③||④||⑤|| ||||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 25
| 25
| [[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"
| 25
| [[Find%20the%20intersection%20of%20a%20line%20with%20a%20plane|Find the intersection of a line with a plane]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨||⑩
|-
|-
| 25
| 25
| [[MAC%20Vendor%20Lookup|MAC Vendor Lookup]]
| [[MAC%20Vendor%20Lookup|MAC Vendor Lookup]]
|①||②||③||④||⑤|||| ||⑧||⑨||⑩
|①||②||③||④||⑤|| ||||⑧||⑨||⑩
|-
|-
| 25
| 25
| [[Natural%20sorting|Natural sorting]]
| [[Natural%20sorting|Natural sorting]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 25
| [[Poker%20hand%20analyser|Poker hand analyser]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,365: Line 3,369:
| 24
| 24
| [[Chat%20server|Chat server]]
| [[Chat%20server|Chat server]]
|①||②||③||④||⑤|||| ||⑧||⑨|| 
|①||②||③||④||⑤|| ||||⑧||⑨|| 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 24
| 24
| [[Check%20input%20device%20is%20a%20terminal|Check input device is a terminal]]
| [[Check%20input%20device%20is%20a%20terminal|Check input device is a terminal]]
|①||②||③||④||⑤|||| ||⑧||⑨|| 
|①||②||③||④||⑤|| ||||⑧||⑨|| 
|-
|-
| 24
| 24
Line 3,382: Line 3,386:
| [[Modular%20arithmetic|Modular arithmetic]]
| [[Modular%20arithmetic|Modular arithmetic]]
|①||②||③||④||⑤||⑥||⑦||⑧|| || 
|①||②||③||④||⑤||⑥||⑦||⑧|| || 
|-
| 24
| [[Poker%20hand%20analyser|Poker hand analyser]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
| 24
| 24
| [[Reflection%2FList%20properties|Reflection/List properties]]
| [[Reflection%2FList%20properties|Reflection/List properties]]
|①||②||③||④||⑤|||| || || ||⑩
|①||②||③||④||⑤|| |||| || ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 24
| 24
| [[Sorting%20algorithms%2FPatience%20sort|Sorting algorithms/Patience sort]]
| [[Sorting%20algorithms%2FPatience%20sort|Sorting algorithms/Patience sort]]
|①||②||③||④||⑤|| ||||⑧||⑨||⑩
|①||②||③||④||⑤|||| ||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 24
| 24
Line 3,401: Line 3,401:
| 23
| 23
| [[Card%20shuffles|Card shuffles]]
| [[Card%20shuffles|Card shuffles]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 23
| [[Display%20a%20linear%20combination|Display a linear combination]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
|-
Line 3,410: Line 3,414:
| [[Faulhaber%27s%20formula|Faulhaber's formula]]
| [[Faulhaber%27s%20formula|Faulhaber's formula]]
|①||②||③|| ||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③|| ||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 23
| [[Feigenbaum%20constant%20calculation|Feigenbaum constant calculation]]
|①||②||③||④||⑤||⑥|| ||⑧||⑨|| 
|-
|-
| 23
| 23
Line 3,421: Line 3,429:
| 23
| 23
| [[Image%20convolution|Image convolution]]
| [[Image%20convolution|Image convolution]]
|①||②||③||④|| |||| ||⑧||⑨||⑩
|①||②||③||④|| || ||||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 23
| 23
Line 3,433: Line 3,441:
| 23
| 23
| [[Ramsey%27s%20theorem|Ramsey's theorem]]
| [[Ramsey%27s%20theorem|Ramsey's theorem]]
|①||②||③||④||⑤|| ||||⑧||⑨||⑩
|①||②||③||④||⑤|||| ||⑧||⑨||⑩
|-
|-
| 23
| 23
Line 3,453: Line 3,461:
| 23
| 23
|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"
|- style="background-color: #ffc"
| 22
| 22
| [[Decision%20tables|Decision tables]]
| [[Decision%20tables|Decision tables]]
|①||②||③||④||⑤|| ||||⑧||⑨||⑩
|①||②||③||④||⑤|||| ||⑧||⑨||⑩
|- style="background-color: #ffc"
| 22
| [[Display%20a%20linear%20combination|Display a linear combination]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|- style="background-color: #ffc"
| 22
| [[Feigenbaum%20constant%20calculation|Feigenbaum constant calculation]]
|①||②||③||④||⑤|| ||⑦||⑧||⑨|| 
|-
|-
| 22
| 22
Line 3,481: Line 3,481:
| 22
| 22
| [[Mian-Chowla%20sequence|Mian-Chowla sequence]]
| [[Mian-Chowla%20sequence|Mian-Chowla sequence]]
|①||②||③||④||⑤|||| || ||⑨||⑩
|①||②||③||④||⑤|| |||| ||⑨||⑩
|-
|-
| 22
| 22
Line 3,517: Line 3,517:
| 21
| 21
| [[AVL%20tree|AVL tree]]
| [[AVL%20tree|AVL tree]]
|①|| ||③||④|| || |||| ||⑨|| 
|①|| ||③||④|| |||| || ||⑨|| 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 21
| 21
Line 3,542: Line 3,542:
| [[Faulhaber%27s%20triangle|Faulhaber's triangle]]
| [[Faulhaber%27s%20triangle|Faulhaber's triangle]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|-
| 21
| [[Fusc%20sequence|Fusc sequence]]
|①||②||③||④||⑤|| ||⑦|| || ||⑩
|-
|-
| 21
| 21
Line 3,597: Line 3,601:
| 20
| 20
|data-sort-value="magic 0B8-ball"| [[Magic%208-Ball|Magic 8-Ball]]
|data-sort-value="magic 0B8-ball"| [[Magic%208-Ball|Magic 8-Ball]]
|①||②||③||④||⑤|| ||||⑧||⑨|| 
|①||②||③||④||⑤|||| ||⑧||⑨|| 
|-
|-
| 20
| 20
Line 3,609: Line 3,613:
| 20
| 20
| [[Playfair%20cipher|Playfair cipher]]
| [[Playfair%20cipher|Playfair cipher]]
|①||②||③||④||⑤|| |||| || ||⑩
|①||②||③||④||⑤|||| || || ||⑩
|-
|-
| 20
| 20
| [[Record%20sound|Record sound]]
| [[Record%20sound|Record sound]]
|①|| ||③||④|| |||| ||⑧||⑨|| 
|①|| ||③||④|| || ||||⑧||⑨|| 
|-
|-
| 20
| 20
Line 3,634: Line 3,638:
| [[Video%20display%20modes|Video display modes]]
| [[Video%20display%20modes|Video display modes]]
|①||②||③|| ||⑤||⑥||⑦|| || || 
|①||②||③|| ||⑤||⑥||⑦|| || || 
|- style="background-color: #ffc"
| 20
| [[Word%20break%20problem|Word break problem]]
|①||②||③||④||⑤||⑥||⑦||⑧|| || 
|-
|-
| 20
| 20
Line 3,654: Line 3,662:
| [[Elliptic%20curve%20arithmetic|Elliptic curve arithmetic]]
| [[Elliptic%20curve%20arithmetic|Elliptic curve arithmetic]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|①||②||③||④||⑤||⑥||⑦||⑧||⑨||⑩
|-
| 19
| [[Fusc%20sequence|Fusc sequence]]
|①||②||③||④||⑤||⑥|| || || ||⑩
|-
|-
| 19
| 19
| [[Idiomatically%20determine%20all%20the%20characters%20that%20can%20be%20used%20for%20symbols|Idiomatically determine all the characters that can be used for symbols]]
| [[Idiomatically%20determine%20all%20the%20characters%20that%20can%20be%20used%20for%20symbols|Idiomatically determine all the characters that can be used for symbols]]
|①||②||③||④||⑤|||| ||⑧|| ||⑩
|①||②||③||④||⑤|| ||||⑧|| ||⑩
|-
|-
| 19
| 19
Line 3,673: Line 3,677:
| 19
| 19
| [[Machine%20code|Machine code]]
| [[Machine%20code|Machine code]]
|①|| ||③||④|| || ||||⑧||⑨|| 
|①|| ||③||④|| |||| ||⑧||⑨|| 
|-
|-
| 19
| 19
Line 3,681: Line 3,685:
| 19
| 19
| [[Parallel%20Brute%20Force|Parallel Brute Force]]
| [[Parallel%20Brute%20Force|Parallel Brute Force]]
|①||②||③||④||⑤|||| ||⑧||⑨|| 
|①||②||③||④||⑤|| ||||⑧||⑨|| 
|-
|-
| 19
| 19
| [[Parse%20an%20IP%20Address|Parse an IP Address]]
| [[Parse%20an%20IP%20Address|Parse an IP Address]]
|①||②||③||④||⑤|||| ||⑧||⑨||⑩
|①||②||③||④||⑤|| ||||⑧||⑨||⑩
|-
|-
| 19
| 19
Line 3,693: Line 3,697:
| 19
| 19
| [[Simulate%20input%2FMouse|Simulate input/Mouse]]
| [[Simulate%20input%2FMouse|Simulate input/Mouse]]
|①||②||③||④|| |||| ||⑧||⑨|| 
|①||②||③||④|| || ||||⑧||⑨|| 
|-
|-
| 19
| 19
Line 3,702: Line 3,706:
| [[Solve%20a%20Numbrix%20puzzle|Solve a Numbrix puzzle]]
| [[Solve%20a%20Numbrix%20puzzle|Solve a Numbrix puzzle]]
|①||②||③||④||⑤||⑥||⑦||⑧|| || 
|①||②||③||④||⑤||⑥||⑦||⑧|| || 
|-
|- style="background-color: #ffc"
| 19
| 18
| [[Abbreviations%2C%20easy|Abbreviations, easy]]
| [[Word%20break%20problem|Word break problem]]
|①||②||③||④||⑤||⑥||⑦|||| || 
|①||②||③||④||⑤||⑥||⑦|| || ||
|-
|-
| 18
| 18
Line 3,721: Line 3,725:
| 18
| 18
| [[Cipolla%27s%20algorithm|Cipolla's algorithm]]
| [[Cipolla%27s%20algorithm|Cipolla's algorithm]]
|①||②||③||④||⑤|| ||||⑧|| ||⑩
|①||②||③||④||⑤|||| ||⑧|| ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 18
| 18
Line 3,729: Line 3,733:
| 18
| 18
| [[Create%20an%20object%2FNative%20demonstration|Create an object/Native demonstration]]
| [[Create%20an%20object%2FNative%20demonstration|Create an object/Native demonstration]]
|①||②||③||④||⑤|| ||||⑧|| ||⑩
|①||②||③||④||⑤|||| ||⑧|| ||⑩
|-
|-
| 18
| 18
Line 3,737: Line 3,741:
| 18
| 18
| [[Linux%20CPU%20utilization|Linux CPU utilization]]
| [[Linux%20CPU%20utilization|Linux CPU utilization]]
|①||②||③||④||⑤|||| ||⑧||⑨||⑩
|①||②||③||④||⑤|| ||||⑧||⑨||⑩
|-
|-
| 18
| 18
Line 3,746: Line 3,750:
| [[Magic%20squares%20of%20singly%20even%20order|Magic squares of singly even order]]
| [[Magic%20squares%20of%20singly%20even%20order|Magic squares of singly even order]]
|①||②||③||④|| ||⑥||⑦|| ||⑨||⑩
|①||②||③||④|| ||⑥||⑦|| ||⑨||⑩
|- style="background-color: #ffc"
| 18
| [[Markov%20chain%20text%20generator|Markov chain text generator]]
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|-
|-
| 18
| 18
Line 3,753: Line 3,761:
| 18
| 18
| [[Perlin%20noise|Perlin noise]]
| [[Perlin%20noise|Perlin noise]]
|①||②||③||④||⑤|| ||||⑧||⑨||⑩
|①||②||③||④||⑤|||| ||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 18
| 18
| [[Reverse%20the%20gender%20of%20a%20string|Reverse the gender of a string]]
| [[Reverse%20the%20gender%20of%20a%20string|Reverse the gender of a string]]
|①||②||③||④||⑤|| ||||⑧|| ||⑩
|①||②||③||④||⑤|||| ||⑧|| ||⑩
|-
|-
| 18
| 18
| [[Sierpinski%20pentagon|Sierpinski pentagon]]
| [[Sierpinski%20pentagon|Sierpinski pentagon]]
|①||②||③||④||⑤|||| ||⑧||⑨|| 
|①||②||③||④||⑤|| ||||⑧||⑨|| 
|-
| 18
| [[Solve%20a%20Hopido%20puzzle|Solve a Hopido puzzle]]
|①||②||③||④||⑤||⑥||⑦||⑧|| || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 18
| 18
| [[Sort%20numbers%20lexicographically|Sort numbers lexicographically]]
| [[Sort%20numbers%20lexicographically|Sort numbers lexicographically]]
|①||②||③|| ||⑤|| |||| ||⑨|| 
|①||②||③|| ||⑤|||| || ||⑨|| 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 17
| 17
Line 3,785: Line 3,797:
| 17
| 17
| [[Deming%27s%20Funnel|Deming's Funnel]]
| [[Deming%27s%20Funnel|Deming's Funnel]]
|①||②||③||④||⑤|| ||||⑧|| ||⑩
|①||②||③||④||⑤|||| ||⑧|| ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 17
| 17
Line 3,797: Line 3,809:
| 17
| 17
| [[Joystick%20position|Joystick position]]
| [[Joystick%20position|Joystick position]]
|①|| || ||④|| |||| || || || 
|①|| || ||④|| || |||| || || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 17
| 17
| [[Levenshtein%20distance%2FAlignment|Levenshtein distance/Alignment]]
| [[Levenshtein%20distance%2FAlignment|Levenshtein distance/Alignment]]
|①||②||③|| ||⑤||⑥||⑦||⑧||⑨|| 
|①||②||③|| ||⑤||⑥||⑦||⑧||⑨|| 
|- style="background-color: #ffc"
| 17
| [[Markov%20chain%20text%20generator|Markov chain text generator]]
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|-
|-
| 17
| 17
Line 3,821: Line 3,829:
| 17
| 17
| [[SQL-based%20authentication|SQL-based authentication]]
| [[SQL-based%20authentication|SQL-based authentication]]
|①||②||③||④||⑤|||| ||⑧||⑨|| 
|①||②||③||④||⑤|| ||||⑧||⑨|| 
|-
|-
| 17
| 17
| [[Shortest%20common%20supersequence|Shortest common supersequence]]
| [[Shortest%20common%20supersequence|Shortest common supersequence]]
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|①||②||③||④||⑤||⑥||⑦||⑧||⑨|| 
|-
| 17
| [[Solve%20a%20Hopido%20puzzle|Solve a Hopido puzzle]]
|①||②||③||④|| ||⑥||⑦||⑧|| || 
|-
| 16
| [[Abbreviations%2C%20easy|Abbreviations, easy]]
|①||②||③||④||⑤||⑥||⑦|| || ||⑩
|-
|-
| 16
| 16
Line 3,841: Line 3,841:
| 16
| 16
| [[Cheryl%27s%20Birthday|Cheryl's Birthday]]
| [[Cheryl%27s%20Birthday|Cheryl's Birthday]]
|①||②||③||④||⑤|| |||| || ||⑩
|①||②||③||④||⑤|||| || || ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 16
| 16
| [[Chowla%20numbers|Chowla numbers]]
| [[Chowla%20numbers|Chowla numbers]]
|①||②||③||④||⑤|||| || || ||⑩
|①||②||③||④||⑤|| |||| || ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 16
| 16
| [[Data%20Encryption%20Standard|Data Encryption Standard]]
| [[Data%20Encryption%20Standard|Data Encryption Standard]]
|①||②||③||④|| || |||| ||⑨|| 
|①||②||③||④|| |||| || ||⑨|| 
|-
|-
| 16
| 16
Line 3,885: Line 3,885:
| 16
| 16
| [[Mersenne%20primes|Mersenne primes]]
| [[Mersenne%20primes|Mersenne primes]]
|①||②||③||④||⑤|||| || || || 
|①||②||③||④||⑤|| |||| || || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 16
| 16
| [[N-body%20problem|N-body problem]]
| [[N-body%20problem|N-body problem]]
|①||②||③||④|| || |||| ||⑨||⑩
|①||②||③||④|| |||| || ||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 16
| 16
| [[Orbital%20elements|Orbital elements]]
| [[Orbital%20elements|Orbital elements]]
|①||②||③||④||⑤|| |||| ||⑨|| 
|①||②||③||④||⑤|||| || ||⑨|| 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 16
| 16
Line 3,905: Line 3,905:
| 16
| 16
| [[Selective%20File%20Copy|Selective File Copy]]
| [[Selective%20File%20Copy|Selective File Copy]]
|①||②||③|| ||⑤|| |||| || || 
|①||②||③|| ||⑤|||| || || || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 16
| 16
| [[Snake%20And%20Ladder|Snake And Ladder]]
| [[Snake%20And%20Ladder|Snake And Ladder]]
|①||②||③||④||⑤|| ||||⑧||⑨||⑩
|①||②||③||④||⑤|||| ||⑧||⑨||⑩
|-
|-
| 16
| 16
Line 3,921: Line 3,921:
| 15
| 15
| [[Addition%20chains|Addition chains]]
| [[Addition%20chains|Addition chains]]
|①||②||③||④||⑤|| |||| ||⑨|| 
|①||②||③||④||⑤|||| || ||⑨|| 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 15
| 15
| [[Aspect%20Oriented%20Programming|Aspect Oriented Programming]]
| [[Aspect%20Oriented%20Programming|Aspect Oriented Programming]]
|①||②||③||④||⑤|||| || ||⑨||⑩
|①||②||③||④||⑤|| |||| ||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 15
| 15
Line 3,933: Line 3,933:
| 15
| 15
| [[Copy%20stdin%20to%20stdout|Copy stdin to stdout]]
| [[Copy%20stdin%20to%20stdout|Copy stdin to stdout]]
|①||②|| ||④||⑤|||| || ||⑨|| 
|①||②|| ||④||⑤|| |||| ||⑨|| 
|-
|-
| 15
| 15
| [[Cuban%20primes|Cuban primes]]
| [[Cuban%20primes|Cuban primes]]
|①||②|| ||④||⑤|||| || || ||⑩
|①||②|| ||④||⑤|| |||| || ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 15
| 15
Line 3,949: Line 3,949:
| 15
| 15
| [[I.Q.%20Puzzle|I.Q. Puzzle]]
| [[I.Q.%20Puzzle|I.Q. Puzzle]]
|①||②||③||④||⑤|| ||||⑧|| ||⑩
|①||②||③||④||⑤|||| ||⑧|| ||⑩
|-
|-
| 15
| 15
Line 3,965: Line 3,965:
| 15
| 15
| [[Names%20to%20numbers|Names to numbers]]
| [[Names%20to%20numbers|Names to numbers]]
|①||②||③||④||⑤|| ||||⑧|| ||⑩
|①||②||③||④||⑤|||| ||⑧|| ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 15
| 15
Line 3,997: Line 3,997:
| 14
| 14
| [[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]]
|①||②||③||④||⑤|| |||| || ||⑩
|①||②||③||④||⑤|||| || || ||⑩
|-
|-
| 14
| 14
| [[Bitmap%2FRead%20an%20image%20through%20a%20pipe|Bitmap/Read an image through a pipe]]
| [[Bitmap%2FRead%20an%20image%20through%20a%20pipe|Bitmap/Read an image through a pipe]]
|①||②||③||④|| |||| ||⑧||⑨|| 
|①||②||③||④|| || ||||⑧||⑨|| 
|-
|-
| 14
| 14
Line 4,017: Line 4,017:
| 14
| 14
| [[Finite%20state%20machine|Finite state machine]]
| [[Finite%20state%20machine|Finite state machine]]
|①||②||③|| || || ||||⑧||⑨|| 
|①||②||③|| || |||| ||⑧||⑨|| 
|-
|-
| 14
| 14
Line 4,033: Line 4,033:
| 14
| 14
| [[Montgomery%20reduction|Montgomery reduction]]
| [[Montgomery%20reduction|Montgomery reduction]]
|①||②||③||④||⑤|| ||||⑧|| || 
|①||②||③||④||⑤|||| ||⑧|| || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 14
| 14
| [[Most%20frequent%20k%20chars%20distance|Most frequent k chars distance]]
| [[Most%20frequent%20k%20chars%20distance|Most frequent k chars distance]]
|①||②||③||④||⑤|| ||||⑧|| ||⑩
|①||②||③||④||⑤|||| ||⑧|| ||⑩
|-
|-
| 14
| 14
Line 4,045: Line 4,045:
| 14
| 14
| [[Nim%20Game|Nim Game]]
| [[Nim%20Game|Nim Game]]
|①||②||③||④||⑤|||| || ||⑨|| 
|①||②||③||④||⑤|| |||| ||⑨|| 
|-
|-
| 14
| 14
Line 4,061: Line 4,061:
| 14
| 14
| [[Polynomial%20synthetic%20division|Polynomial synthetic division]]
| [[Polynomial%20synthetic%20division|Polynomial synthetic division]]
|①||②||③||④||⑤|| ||||⑧|| ||⑩
|①||②||③||④||⑤|||| ||⑧|| ||⑩
|-
|-
| 14
| 14
| [[Retrieve%20and%20search%20chat%20history|Retrieve and search chat history]]
| [[Retrieve%20and%20search%20chat%20history|Retrieve and search chat history]]
|①||②|| || || |||| ||⑧||⑨|| 
|①||②|| || || || ||||⑧||⑨|| 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 14
| 14
| [[Separate%20the%20house%20number%20from%20the%20street%20name|Separate the house number from the street name]]
| [[Separate%20the%20house%20number%20from%20the%20street%20name|Separate the house number from the street name]]
|①||②||③||④||⑤|| ||||⑧|| ||⑩
|①||②||③||④||⑤|||| ||⑧|| ||⑩
|-
|-
| 14
| 14
Line 4,085: Line 4,085:
| 13
| 13
| [[Bitmap%2FPPM%20conversion%20through%20a%20pipe|Bitmap/PPM conversion through a pipe]]
| [[Bitmap%2FPPM%20conversion%20through%20a%20pipe|Bitmap/PPM conversion through a pipe]]
|①||②||③||④|| |||| ||⑧||⑨|| 
|①||②||③||④|| || ||||⑧||⑨|| 
|-
|-
| 13
| 13
Line 4,093: Line 4,093:
| 13
| 13
| [[Color%20wheel|Color wheel]]
| [[Color%20wheel|Color wheel]]
|①||②||③||④||⑤|| |||| || || 
|①||②||③||④||⑤|||| || || || 
|-
|-
| 13
| 13
| [[Compare%20sorting%20algorithms%27%20performance|Compare sorting algorithms' performance]]
| [[Compare%20sorting%20algorithms%27%20performance|Compare sorting algorithms' performance]]
|①|| ||③||④|| ||⑥||⑦|| ||⑨||⑩
|①|| ||③||④|| ||⑥||⑦|| ||⑨||⑩
|-
| 13
| [[Compiler%2Fsyntax%20analyzer|Compiler/syntax analyzer]]
|①|| || ||④||⑤||⑥||⑦|| ||⑨|| 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 13
| 13
Line 4,145: Line 4,149:
| 12
| 12
| [[Burrows%E2%80%93Wheeler%20transform|Burrows–Wheeler transform]]
| [[Burrows%E2%80%93Wheeler%20transform|Burrows–Wheeler transform]]
|①||②||③||④||⑤|| |||| ||⑨|| 
|①||②||③||④||⑤|||| || ||⑨|| 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 12
| 12
| [[Chemical%20Calculator|Chemical Calculator]]
| [[Chemical%20Calculator|Chemical Calculator]]
|①||②|| ||④||⑤|||| || || || 
|①||②|| ||④||⑤|| |||| || || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 12
| 12
| [[Code%20segment%20unload|Code segment unload]]
| [[Code%20segment%20unload|Code segment unload]]
| ||②||③||④|| || || ||⑧|| || 
| ||②||③||④|| || || ||⑧|| || 
|-
| 12
| [[Compiler%2Fsyntax%20analyzer|Compiler/syntax analyzer]]
|①|| || ||④||⑤||⑥||⑦|| ||⑨|| 
|-
|-
| 12
| 12
Line 4,169: Line 4,169:
| 12
| 12
| [[Koch%20curve|Koch curve]]
| [[Koch%20curve|Koch curve]]
|①||②||③|| ||⑤|| |||| ||⑨|| 
|①||②||③|| ||⑤|||| || ||⑨|| 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 12
| 12
| [[Proof|Proof]]
| [[Proof|Proof]]
| || || || || || |||| || ||⑩
| || || || || |||| || || ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 12
| 12
| [[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]]
|①||②||③|| ||⑤|| || || ||⑨|| 
|①||②||③|| ||⑤|| || || ||⑨|| 
|- style="background-color: #ffc"
| 12
| [[Snake|Snake]]
|①||②||③|| ||⑤||⑥|| || || || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 12
| 12
| [[Topological%20sort%2FExtracted%20top%20item|Topological sort/Extracted top item]]
| [[Topological%20sort%2FExtracted%20top%20item|Topological sort/Extracted top item]]
|①||②||③||④||⑤|| ||||⑧||⑨||⑩
|①||②||③||④||⑤|||| ||⑧||⑨||⑩
|-
|-
| 11
| 11
Line 4,189: Line 4,193:
| 11
| 11
| [[File%20size%20distribution|File size distribution]]
| [[File%20size%20distribution|File size distribution]]
|①||②||③||④||⑤|||| ||⑧||⑨|| 
|①||②||③||④||⑤|| ||||⑧||⑨|| 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 11
| 11
Line 4,197: Line 4,201:
| 11
| 11
| [[Particle%20Swarm%20Optimization|Particle Swarm Optimization]]
| [[Particle%20Swarm%20Optimization|Particle Swarm Optimization]]
|①|| ||③|| || || ||||⑧|| ||⑩
|①|| ||③|| || |||| ||⑧|| ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 11
| 11
| [[Self-hosting%20compiler|Self-hosting compiler]]
| [[Self-hosting%20compiler|Self-hosting compiler]]
|①||②||③||④|| || |||| || ||⑩
|①||②||③||④|| |||| || || ||⑩
|- style="background-color: #ffc"
| 11
| [[Snake|Snake]]
|①||②||③|| ||⑤|| ||⑦|| || || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 11
| 11
| [[Suffix%20tree|Suffix tree]]
| [[Suffix%20tree|Suffix tree]]
|①||②||③||④||⑤|| ||||⑧|| ||⑩
|①||②||③||④||⑤|||| ||⑧|| ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 11
| 11
| [[Sunflower%20fractal|Sunflower fractal]]
| [[Sunflower%20fractal|Sunflower fractal]]
|①||②|| || ||⑤|| |||| ||⑨|| 
|①||②|| || ||⑤|||| || ||⑨|| 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 11
| 11
| [[Weird%20numbers|Weird numbers]]
| [[Weird%20numbers|Weird numbers]]
|①||②||③||④||⑤|||| || || || 
|①||②||③||④||⑤|| |||| || || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 11
| 11
Line 4,229: Line 4,229:
| 10
| 10
| [[Chaocipher|Chaocipher]]
| [[Chaocipher|Chaocipher]]
|①||②||③||④||⑤|| |||| ||⑨|| 
|①||②||③||④||⑤|||| || ||⑨|| 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 10
| 10
Line 4,237: Line 4,237:
| 10
| 10
|data-sort-value="deconvolution/0B2d+"| [[Deconvolution%2F2D%2B|Deconvolution/2D+]]
|data-sort-value="deconvolution/0B2d+"| [[Deconvolution%2F2D%2B|Deconvolution/2D+]]
|①||②|| || ||⑤|| |||| ||⑨||⑩
|①||②|| || ||⑤|||| || ||⑨||⑩
|-
|-
| 10
| 10
| [[Mayan%20numerals|Mayan numerals]]
| [[Mayan%20numerals|Mayan numerals]]
|①||②|| ||④||⑤|||| || || || 
|①||②|| ||④||⑤|| |||| || || 
|-
|-
| 10
| 10
| [[OpenWebNet%20Password|OpenWebNet Password]]
| [[OpenWebNet%20Password|OpenWebNet Password]]
|①||②||③||④|| |||| ||⑧|| || 
|①||②||③||④|| || ||||⑧|| || 
|-
|-
| 10
| 10
Line 4,257: Line 4,257:
| 10
| 10
| [[VList|VList]]
| [[VList|VList]]
|①|| ||③|| || || ||||⑧||⑨|| 
|①|| ||③|| || |||| ||⑧||⑨|| 
|-
|-
| 9
| 9
| [[Canny%20edge%20detector|Canny edge detector]]
| [[Canny%20edge%20detector|Canny edge detector]]
|①|| || ||④|| |||| || ||⑨||⑩
|①|| || ||④|| || |||| ||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 9
| 9
| [[Generalised%20floating%20point%20addition|Generalised floating point addition]]
| [[Generalised%20floating%20point%20addition|Generalised floating point addition]]
|①|| ||③|| || || ||||⑧|| ||⑩
|①|| ||③|| || |||| ||⑧|| ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 9
| 9
| [[Mastermind|Mastermind]]
| [[Mastermind|Mastermind]]
|①||②||③|| ||⑤|| || || || || 
|①||②||③|| ||⑤|| || || || || 
|- style="background-color: #ffc"
| 9
| [[Parse%20EBNF|Parse EBNF]]
|①||②|| || ||⑤||⑥|| || || || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 9
| 9
Line 4,277: Line 4,281:
| 8
| 8
| [[ASCII%20art%20diagram%20converter|ASCII art diagram converter]]
| [[ASCII%20art%20diagram%20converter|ASCII art diagram converter]]
|①||②|| || || || ||||⑧|| ||⑩
|①||②|| || || |||| ||⑧|| ||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 8
| 8
| [[Banker%27s%20algorithm|Banker's algorithm]]
| [[Banker%27s%20algorithm|Banker's algorithm]]
|①|| ||③|| || || ||||⑧||⑨||⑩
|①|| ||③|| || |||| ||⑧||⑨||⑩
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 8
| 8
| [[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"
|- style="background-color: #ffc"
| 8
| 8
|data-sort-value="draw pixel 0B2"| [[Draw%20pixel%202|Draw pixel 2]]
|data-sort-value="draw pixel 0B2"| [[Draw%20pixel%202|Draw pixel 2]]
|①||②||③|| ||⑤|| |||| ||⑨|| 
|①||②||③|| ||⑤|||| || ||⑨|| 
|-
|-
| 8
| 8
| [[Eban%20numbers|Eban numbers]]
| [[Eban%20numbers|Eban numbers]]
|①||②||③|| ||⑤|||| || || ||⑩
|①||②||③|| ||⑤|| |||| || ||⑩
|-
|-
| 8
| 8
Line 4,301: Line 4,305:
| 8
| 8
| [[French%20Republican%20calendar|French Republican calendar]]
| [[French%20Republican%20calendar|French Republican calendar]]
|①||②||③|| ||⑤|| |||| || || 
|①||②||③|| ||⑤|||| || || || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 8
| 8
Line 4,309: Line 4,313:
| 8
| 8
| [[Numerical%20integration%2FAdaptive%20Simpson%27s%20method|Numerical integration/Adaptive Simpson's method]]
| [[Numerical%20integration%2FAdaptive%20Simpson%27s%20method|Numerical integration/Adaptive Simpson's method]]
|①||②||③|| ||⑤|| |||| ||⑨|| 
|①||②||③|| ||⑤|||| || ||⑨|| 
|- style="background-color: #ffc"
| 8
| [[Parse%20EBNF|Parse EBNF]]
|①||②|| || || || ||⑦|| || || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 8
| 8
Line 4,322: Line 4,322:
| [[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"
| 8
| [[Starting%20a%20web%20browser|Starting a web browser]]
|①||②|| || ||⑤||⑥|| ||⑧|| || 
|-
|-
| 8
| 8
Line 4,329: Line 4,333:
| 8
| 8
| [[Tarjan|Tarjan]]
| [[Tarjan|Tarjan]]
|①||②||③|| ||⑤|| |||| || || 
|①||②||③|| ||⑤|||| || || || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 8
| 8
Line 4,337: Line 4,341:
| 8
| 8
| [[Vibrating%20rectangles|Vibrating rectangles]]
| [[Vibrating%20rectangles|Vibrating rectangles]]
|①||②|| ||④||⑤|| |||| ||⑨|| 
|①||②|| ||④||⑤|||| || ||⑨|| 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 7
| 7
Line 4,349: Line 4,353:
| 7
| 7
|data-sort-value="base0C64 decode data"| [[Base64%20decode%20data|Base64 decode data]]
|data-sort-value="base0C64 decode data"| [[Base64%20decode%20data|Base64 decode data]]
|①||②|| || ||⑤|| |||| || || 
|①||②|| || ||⑤|||| || || || 
|-
|-
| 7
| 7
Line 4,357: Line 4,361:
| 7
| 7
| [[Colour%20pinstripe%2FPrinter|Colour pinstripe/Printer]]
| [[Colour%20pinstripe%2FPrinter|Colour pinstripe/Printer]]
|①|| || ||④|| || ||||⑧|| || 
|①|| || ||④|| |||| ||⑧|| || 
|-
|-
| 7
| 7
| [[Factorial%20base%20numbers%20indexing%20permutations%20of%20a%20collection|Factorial base numbers indexing permutations of a collection]]
| [[Factorial%20base%20numbers%20indexing%20permutations%20of%20a%20collection|Factorial base numbers indexing permutations of a collection]]
|①||②|| || || ||⑥||⑦|| || ||⑩
|①||②|| || || ||⑥||⑦|| || ||⑩
|- style="background-color: #ffc"
| 7
| [[Greed|Greed]]
|①|| ||③|| || ||⑥||⑦|| || || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 7
| 7
Line 4,381: Line 4,389:
| 7
| 7
| [[Penrose%20tiling|Penrose tiling]]
| [[Penrose%20tiling|Penrose tiling]]
|①||②||③|| ||⑤|| |||| || || 
|①||②||③|| ||⑤|||| || || || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 7
| 7
| [[Pentomino%20tiling|Pentomino tiling]]
| [[Pentomino%20tiling|Pentomino tiling]]
|①|| ||③|| || || |||| || || 
|①|| ||③|| || |||| || || || 
|-
|-
| 7
| 7
| [[Pinstripe%2FPrinter|Pinstripe/Printer]]
| [[Pinstripe%2FPrinter|Pinstripe/Printer]]
|①|| || || || || ||||⑧|| || 
|①|| || || || |||| ||⑧|| || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 7
| 7
| [[Railway%20circuit|Railway circuit]]
| [[Railway%20circuit|Railway circuit]]
|①|| ||③|| || || ||||⑧|| || 
|①|| ||③|| || |||| ||⑧|| || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 7
| 7
Line 4,405: Line 4,413:
| 7
| 7
| [[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"
|- style="background-color: #ffc"
| 7
| 7
| [[Spoof%20game|Spoof game]]
| [[Spoof%20game|Spoof game]]
|①|| ||③|| || || |||| ||⑨|| 
|①|| ||③|| || |||| || ||⑨|| 
|-
|- style="background-color: #ffc"
| 7
| 7
| [[Successive%20prime%20differences|Successive prime differences]]
| [[Starting%20a%20web%20browser|Starting a web browser]]
| ||②|| || |||| |||||| || 
|||②|| |||| || || || || || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 7
| 7
| [[Tetris|Tetris]]
| [[Tetris|Tetris]]
| || || || || |||| || || || 
| || || || || || |||| || || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 7
| 7
Line 4,426: Line 4,434:
| [[Using%20a%20Speech%20engine%20to%20highlight%20words|Using a Speech engine to highlight words]]
| [[Using%20a%20Speech%20engine%20to%20highlight%20words|Using a Speech engine to highlight words]]
|①|| || || || || || || || || 
|①|| || || || || || || || || 
|- style="background-color: #ffc"
| 6
| [[Checksumcolor|Checksumcolor]]
|①||②|| || ||⑤|| || || || || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 6
| 6
Line 4,434: Line 4,446:
| [[Geometric%20algebra|Geometric algebra]]
| [[Geometric%20algebra|Geometric algebra]]
|①||②|| || || || || || || ||⑩
|①||②|| || || || || || || ||⑩
|- style="background-color: #ffc"
| 6
| [[Greed|Greed]]
| || ||③|| || ||⑥||⑦|| || || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 6
| 6
| [[One-time%20pad|One-time pad]]
| [[One-time%20pad|One-time pad]]
|①||②||③|| || || ||||⑧|| || 
|①||②||③|| || |||| ||⑧|| || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 6
| 6
| [[OpenGL%2FUtah%20Teapot|OpenGL/Utah Teapot]]
| [[OpenGL%2FUtah%20Teapot|OpenGL/Utah Teapot]]
|①|| ||③|| || || |||| ||⑨||⑩
|①|| ||③|| || |||| || ||⑨||⑩
|- style="background-color: #ffc"
| 6
| [[Ramanujan%27s%20constant|Ramanujan's constant]]
|①||②|| || ||⑤|| ||⑦|| || || 
|- style="background-color: #ffc"
| 6
| [[Robots|Robots]]
|①||②||③|| || ||⑥|| || || || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 6
| 6
Line 4,453: Line 4,469:
| 5
| 5
| [[Addition-chain%20exponentiation|Addition-chain exponentiation]]
| [[Addition-chain%20exponentiation|Addition-chain exponentiation]]
|①|| || || || || ||||⑧||⑨|| 
|①|| || || || |||| ||⑧||⑨|| 
|- style="background-color: #ffc"
| 5
| [[Checksumcolor|Checksumcolor]]
|①||②|| || || || || || || || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 5
| 5
Line 4,465: Line 4,477:
| 5
| 5
| [[Fibonacci%20heap|Fibonacci heap]]
| [[Fibonacci%20heap|Fibonacci heap]]
|①|| ||③||④|| || |||| || || 
|①|| ||③||④|| |||| || || || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 5
| 5
| [[Functional%20coverage%20tree|Functional coverage tree]]
| [[Functional%20coverage%20tree|Functional coverage tree]]
|①|| ||③||④|| || || ||⑧|| ||⑩
|①|| ||③||④|| || || ||⑧|| ||⑩
|- style="background-color: #ffc"
| 5
| [[Hexapawn|Hexapawn]]
|①|| || || || ||⑥||⑦|| || || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 5
| 5
Line 4,482: Line 4,498:
| [[Resistance%20Network%20Calculator|Resistance Network Calculator]]
| [[Resistance%20Network%20Calculator|Resistance Network Calculator]]
|①||②|| ||④||⑤|| || || || || 
|①||②|| ||④||⑤|| || || || || 
|- style="background-color: #ffc"
| 5
| [[Robots|Robots]]
| ||②||③|| || || ||⑦|| || || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 5
| 5
Line 4,493: Line 4,505:
| 5
| 5
| [[Sine%20wave|Sine wave]]
| [[Sine%20wave|Sine wave]]
|①||②||③|| || || |||| || || 
|①||②||③|| || |||| || || || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 5
| 5
| [[Text%20to%20HTML|Text to HTML]]
| [[Text%20to%20HTML|Text to HTML]]
|①|| || || || || ||||⑧|| || 
|①|| || || || |||| ||⑧|| || 
|- style="background-color: #ffc"
| 4
| [[Hexapawn|Hexapawn]]
|①|| || || || ||⑥|| || || || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 4
| 4
Line 4,529: Line 4,537:
| 4
| 4
| [[Terminal%20control%2FRestricted%20width%20positional%20input%2FNo%20wrapping|Terminal control/Restricted width positional input/No wrapping]]
| [[Terminal%20control%2FRestricted%20width%20positional%20input%2FNo%20wrapping|Terminal control/Restricted width positional input/No wrapping]]
|①||②||③|| || || |||| || || 
|①||②||③|| || |||| || || || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 4
| 4
| [[Terminal%20control%2FRestricted%20width%20positional%20input%2FWith%20wrapping|Terminal control/Restricted width positional input/With wrapping]]
| [[Terminal%20control%2FRestricted%20width%20positional%20input%2FWith%20wrapping|Terminal control/Restricted width positional input/With wrapping]]
|①||②||③|| || || |||| || || 
|①||②||③|| || |||| || || || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 4
| 4
Line 4,553: Line 4,561:
| 3
| 3
| [[Boids|Boids]]
| [[Boids|Boids]]
| || || || || || |||| ||⑨|| 
| || || || || |||| || ||⑨|| 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 3
| 3
Line 4,561: Line 4,569:
| 3
| 3
| [[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]]
|①|| || || || || |||| || || 
|①|| || || || |||| || || || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 3
| 3
Line 4,577: Line 4,585:
| 3
| 3
| [[Solve%20a%20Rubik%27s%20Cube|Solve a Rubik's Cube]]
| [[Solve%20a%20Rubik%27s%20Cube|Solve a Rubik's Cube]]
|①|| ||③|| || || |||| || || 
|①|| ||③|| || |||| || || || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 3
| 3
Line 4,601: Line 4,609:
| 2
| 2
| [[Unicode%20polynomial%20equation|Unicode polynomial equation]]
| [[Unicode%20polynomial%20equation|Unicode polynomial equation]]
|①|| || || || || |||| || || 
|①|| || || || |||| || || || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 1
| 1
Line 4,626: Line 4,634:
| [[Solving%20coin%20problems|Solving coin problems]]
| [[Solving%20coin%20problems|Solving coin problems]]
| || || || ||⑤|| || || || || 
| || || || ||⑤|| || || || || 
|- style="background-color: #ffc"
| 1
| [[Ukkonen%E2%80%99s%20Suffix%20Tree%20Construction|Ukkonen’s Suffix Tree Construction]]
|①|| || || || || || || || || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 1
| 1
Line 4,653: Line 4,665:
| 0
| 0
| [[Rosetta%20Code%2FTasks%20sorted%20by%20average%20lines%20of%20code|Rosetta Code/Tasks sorted by average lines of code]]
| [[Rosetta%20Code%2FTasks%20sorted%20by%20average%20lines%20of%20code|Rosetta Code/Tasks sorted by average lines of code]]
| || || || || || || || || || 
|- style="background-color: #ffc"
| 0
| [[Ukkonen%E2%80%99s%20Suffix%20Tree%20Construction|Ukkonen’s Suffix Tree Construction]]
| || || || || || || || || || 
| || || || || || || || || || 
|- style="background-color: #ffc"
|- style="background-color: #ffc"

Revision as of 21:49, 28 April 2019

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

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

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

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