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

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

edits