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

From Rosetta Code
Content added Content deleted
(Update full list output)
(Update full list output, now shows completions for top 10 languages)
Line 1: Line 1:
Full output for the [[Rosetta Code/Count examples#Perl_6]] task. Updated periodically.
Full output for the [[Rosetta Code/Count examples#Perl_6]] task. Updated periodically.


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

Revision as of 16:59, 20 January 2019

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

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