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

Content deleted Content added
Thundergnat (talk | contribs)
Update full list output
Thundergnat (talk | contribs)
Update full list output
Line 2: Line 2:


{|class="wikitable sortable"
{|class="wikitable sortable"
|+ As of 2018-09-03T21:23:04Z :: Tasks: 894 ::<span style="background-color:#ffd"> Draft Tasks:222 </span>:: Total Tasks: 1116 :: Total Examples: 57978
|+ As of 2018-09-11T22:06:03Z :: Tasks: 897 ::<span style="background-color:#ffd"> Draft Tasks:219 </span>:: Total Tasks: 1116 :: Total Examples: 58101
! Count !! Task !! Category
! Count !! Task !! Category
|-
|-
Line 57: Line 57:
| Task
| Task
|-
|-
| 189
| 190
| [[Reverse%20a%20string|Reverse a string]]
| [[Reverse%20a%20string|Reverse a string]]
| Task
| Task
Line 106: Line 106:
|-
|-
| 159
| 159
| [[Boolean%20values|Boolean values]]
| [[Loops%2FDownward%20for|Loops/Downward for]]
| Task
| Task
|-
|-
| 158
| 159
| [[Loops%2FDownward%20for|Loops/Downward for]]
| [[Boolean%20values|Boolean values]]
| Task
| Task
|-
|-
Line 130: Line 130:
|-
|-
| 149
| 149
| [[String%20length|String length]]
| [[Sum%20and%20product%20of%20an%20array|Sum and product of an array]]
| Task
| Task
|-
|-
| 148
| 149
| [[Sum%20and%20product%20of%20an%20array|Sum and product of an array]]
| [[String%20length|String length]]
| Task
| Task
|-
|-
Line 142: Line 142:
|-
|-
| 146
| 146
| [[Character%20codes|Character codes]]
| [[Loops%2FForeach|Loops/Foreach]]
| Task
| Task
|-
|-
| 145
| 146
| [[Loops%2FForeach|Loops/Foreach]]
| [[Character%20codes|Character codes]]
| Task
| Task
|-
|-
Line 181: Line 181:
| Task
| Task
|-
|-
| 138
| 139
| [[Binary%20digits|Binary digits]]
| [[Binary%20digits|Binary digits]]
| Task
|-
| 138
| [[Hailstone%20sequence|Hailstone sequence]]
| Task
| Task
|-
|-
Line 190: Line 194:
|-
|-
| 138
| 138
| [[Sum%20of%20squares|Sum of squares]]
| [[Sieve%20of%20Eratosthenes|Sieve of Eratosthenes]]
| Task
| Task
|-
|-
| 137
| 138
| [[Sum%20of%20squares|Sum of squares]]
| [[Hailstone%20sequence|Hailstone sequence]]
| Task
| Task
|-
|-
| 137
| 137
| [[Loops%2FBreak|Loops/Break]]
| [[Loops%2FBreak|Loops/Break]]
| Task
|-
| 137
| [[Sieve%20of%20Eratosthenes|Sieve of Eratosthenes]]
| Task
| Task
|-
|-
Line 223: Line 223:
| 134
| 134
| [[Tokenize%20a%20string|Tokenize a string]]
| [[Tokenize%20a%20string|Tokenize a string]]
| Task
|-
| 133
| [[Dot%20product|Dot product]]
| Task
| Task
|-
|-
Line 231: Line 235:
| 133
| 133
| [[Sort%20an%20integer%20array|Sort an integer array]]
| [[Sort%20an%20integer%20array|Sort an integer array]]
| Task
|-
| 132
| [[Dot%20product|Dot product]]
| Task
| Task
|-
|-
Line 249: Line 249:
| Task
| Task
|-
|-
| 127
| 128
| [[File%20input%2Foutput|File input/output]]
| [[File%20input%2Foutput|File input/output]]
| Task
| Task
Line 283: Line 283:
| 123
| 123
| [[Guess%20the%20number|Guess the number]]
| [[Guess%20the%20number|Guess the number]]
| Task
|-
| 123
| [[Primality%20by%20trial%20division|Primality by trial division]]
| Task
| Task
|-
|-
Line 290: Line 294:
|-
|-
| 122
| 122
| [[Bitwise%20operations|Bitwise operations]]
| [[Create%20a%20file|Create a file]]
| Task
| Task
|-
|-
| 122
| 122
| [[Create%20a%20file|Create a file]]
| [[Factors%20of%20an%20integer|Factors of an integer]]
| Task
| Task
|-
|-
| 122
| 122
| [[Factors%20of%20an%20integer|Factors of an integer]]
| [[Primality%20by%20trial%20division|Primality by trial division]]
| Task
| Task
|-
|-
| 122
| 122
| [[Quine|Quine]]
| [[Quine|Quine]]
| Task
|-
| 121
| [[Bitwise%20operations|Bitwise operations]]
| Task
| Task
|-
|-
Line 379: Line 379:
| 113
| 113
| [[Loops%2FContinue|Loops/Continue]]
| [[Loops%2FContinue|Loops/Continue]]
| Task
|-
| 112
| [[Balanced%20brackets|Balanced brackets]]
| Task
| Task
|-
|-
Line 391: Line 395:
| 112
| 112
| [[Luhn%20test%20of%20credit%20card%20numbers|Luhn test of credit card numbers]]
| [[Luhn%20test%20of%20credit%20card%20numbers|Luhn test of credit card numbers]]
| Task
|-
| 111
| [[Balanced%20brackets|Balanced brackets]]
| Task
| Task
|-
|-
Line 475: Line 475:
| 105
| 105
| [[Averages%2FMedian|Averages/Median]]
| [[Averages%2FMedian|Averages/Median]]
| Task
|-
| 105
| [[Binary%20search|Binary search]]
| Task
| Task
|-
|-
Line 490: Line 494:
|-
|-
| 104
| 104
| [[Case-sensitivity%20of%20identifiers|Case-sensitivity of identifiers]]
| [[Binary%20search|Binary search]]
| Task
| Task
|-
|-
Line 502: Line 506:
|-
|-
| 103
| 103
| [[Arithmetic%2FComplex|Arithmetic/Complex]]
| [[Case-sensitivity%20of%20identifiers|Case-sensitivity of identifiers]]
| Task
| Task
|-
|-
Line 518: Line 522:
|-
|-
| 102
| 102
| [[Count%20in%20octal|Count in octal]]
| [[Arithmetic%2FComplex|Arithmetic/Complex]]
| Task
| Task
|-
|-
| 102
| 102
| [[Count%20in%20octal|Count in octal]]
| [[Hash%20from%20two%20arrays|Hash from two arrays]]
| Task
| Task
|-
|-
| 102
| 102
| [[N-queens%20problem|N-queens problem]]
| [[Hash%20from%20two%20arrays|Hash from two arrays]]
| Task
| Task
|-
|-
Line 535: Line 539:
| 101
| 101
| [[Multiplication%20tables|Multiplication tables]]
| [[Multiplication%20tables|Multiplication tables]]
| Task
|-
| 101
| [[N-queens%20problem|N-queens problem]]
| Task
| Task
|-
|-
Line 563: Line 563:
| 100
| 100
| [[Pangram%20checker|Pangram checker]]
| [[Pangram%20checker|Pangram checker]]
| Task
|-
| 100
| [[Perfect%20numbers|Perfect numbers]]
| Task
| Task
|-
|-
Line 597: Line 601:
| Task
| Task
|-
|-
| 97
| 98
| [[Zero%20to%20the%20zero%20power|Zero to the zero power]]
| [[Averages%2FPythagorean%20means|Averages/Pythagorean means]]
| Task
| Task
|-
|-
| 97
| 97
| [[Averages%2FPythagorean%20means|Averages/Pythagorean means]]
| [[Perfect%20numbers|Perfect numbers]]
| Task
| Task
|-
|-
Line 611: Line 615:
| 97
| 97
| [[String%20matching|String matching]]
| [[String%20matching|String matching]]
| Task
|-
| 97
| [[Zero%20to%20the%20zero%20power|Zero to the zero power]]
| Task
| Task
|-
|-
Line 663: Line 663:
| 93
| 93
| [[Arithmetic-geometric%20mean|Arithmetic-geometric mean]]
| [[Arithmetic-geometric%20mean|Arithmetic-geometric mean]]
| Task
|-
| 93
| [[Combinations|Combinations]]
| Task
| Task
|-
|-
Line 683: Line 687:
| 93
| 93
| [[Zig-zag%20matrix|Zig-zag matrix]]
| [[Zig-zag%20matrix|Zig-zag matrix]]
| Task
|-
| 92
| [[Combinations|Combinations]]
| Task
| Task
|-
|-
Line 695: Line 695:
| 91
| 91
| [[Letter%20frequency|Letter frequency]]
| [[Letter%20frequency|Letter frequency]]
| Task
|-
| 91
| [[Prime%20decomposition|Prime decomposition]]
| Task
| Task
|-
|-
Line 707: Line 711:
| 90
| 90
| [[Conway%27s%20Game%20of%20Life|Conway's Game of Life]]
| [[Conway%27s%20Game%20of%20Life|Conway's Game of Life]]
| Task
|-
| 90
| [[Prime%20decomposition|Prime decomposition]]
| Task
| Task
|-
|-
Line 722: Line 722:
|-
|-
| 89
| 89
| [[Enumerations|Enumerations]]
| [[Sierpinski%20triangle|Sierpinski triangle]]
| Task
| Task
|-
|-
| 89
| 89
| [[Look-and-say%20sequence|Look-and-say sequence]]
| [[Sorting%20algorithms%2FMerge%20sort|Sorting algorithms/Merge sort]]
| Task
| Task
|-
|-
| 89
| 89
| [[Middle%20three%20digits|Middle three digits]]
| [[Sorting%20algorithms%2FSelection%20sort|Sorting algorithms/Selection sort]]
| Task
| Task
|-
|-
| 88
| 89
| [[Sierpinski%20triangle|Sierpinski triangle]]
| [[Anonymous%20recursion|Anonymous recursion]]
| Task
| Task
|-
|-
| 88
| 89
| [[Sorting%20algorithms%2FMerge%20sort|Sorting algorithms/Merge sort]]
| [[Comma%20quibbling|Comma quibbling]]
| Task
| Task
|-
|-
| 88
| 89
| [[Sorting%20algorithms%2FSelection%20sort|Sorting algorithms/Selection sort]]
| [[Enumerations|Enumerations]]
| Task
| Task
|-
|-
| 88
| 88
| [[Anonymous%20recursion|Anonymous recursion]]
| [[Look-and-say%20sequence|Look-and-say sequence]]
| Task
| Task
|-
|-
| 88
| 88
| [[Comma%20quibbling|Comma quibbling]]
| [[Middle%20three%20digits|Middle three digits]]
| Task
| Task
|-
|-
Line 767: Line 767:
| 88
| 88
| [[Reverse%20words%20in%20a%20string|Reverse words in a string]]
| [[Reverse%20words%20in%20a%20string|Reverse words in a string]]
| Task
|-
| 87
| [[Babbage%20problem|Babbage problem]]
| Task
| Task
|-
|-
Line 787: Line 791:
| 87
| 87
|data-sort-value="sum multiples of 0B3 and 0B5"| [[Sum%20multiples%20of%203%20and%205|Sum multiples of 3 and 5]]
|data-sort-value="sum multiples of 0B3 and 0B5"| [[Sum%20multiples%20of%203%20and%205|Sum multiples of 3 and 5]]
| Task
|-
| 86
| [[Babbage%20problem|Babbage problem]]
| Task
| Task
|-
|-
Line 863: Line 863:
| 82
| 82
| [[Call%20a%20function|Call a function]]
| [[Call%20a%20function|Call a function]]
| Task
|-
| 82
| [[Create%20an%20HTML%20table|Create an HTML table]]
| Task
| Task
|-
|-
Line 887: Line 891:
| 81
| 81
| [[Bulls%20and%20cows|Bulls and cows]]
| [[Bulls%20and%20cows|Bulls and cows]]
| Task
|-
| 81
| [[Create%20an%20HTML%20table|Create an HTML table]]
| Task
| Task
|-
|-
Line 897: Line 897:
| Task
| Task
|-
|-
| 80
| 81
| [[Vector%20products|Vector products]]
| [[Vector%20products|Vector products]]
| Task
| Task
Line 1,003: Line 1,003:
| 75
| 75
| [[Last%20Friday%20of%20each%20month|Last Friday of each month]]
| [[Last%20Friday%20of%20each%20month|Last Friday of each month]]
| Task
|-
| 75
| [[Man%20or%20boy%20test|Man or boy test]]
| Task
| Task
|-
|-
Line 1,027: Line 1,031:
| 74
| 74
| [[Literals%2FFloating%20point|Literals/Floating point]]
| [[Literals%2FFloating%20point|Literals/Floating point]]
| Task
|-
| 74
| [[Man%20or%20boy%20test|Man or boy test]]
| Task
| Task
|-
|-
Line 1,135: Line 1,135:
| 70
| 70
| [[Address%20of%20a%20variable|Address of a variable]]
| [[Address%20of%20a%20variable|Address of a variable]]
| Task
|-
| 70
| [[Catamorphism|Catamorphism]]
| Task
| Task
|-
|-
Line 1,155: Line 1,159:
| 69
| 69
| [[Box%20the%20compass|Box the compass]]
| [[Box%20the%20compass|Box the compass]]
| Task
|-
| 69
| [[Catamorphism|Catamorphism]]
| Task
| Task
|-
|-
Line 1,175: Line 1,175:
| 69
| 69
| [[Linear%20congruential%20generator|Linear congruential generator]]
| [[Linear%20congruential%20generator|Linear congruential generator]]
| Task
|-
| 69
| [[List%20comprehensions|List comprehensions]]
| Task
| Task
|-
|-
Line 1,195: Line 1,199:
| 68
| 68
| [[Kaprekar%20numbers|Kaprekar numbers]]
| [[Kaprekar%20numbers|Kaprekar numbers]]
| Task
|-
| 68
| [[List%20comprehensions|List comprehensions]]
| Task
| Task
|-
|-
Line 1,259: Line 1,259:
| 66
| 66
| [[Equilibrium%20index|Equilibrium index]]
| [[Equilibrium%20index|Equilibrium index]]
| Task
|-
| 66
| [[Here%20document|Here document]]
| Task
| Task
|-
|-
Line 1,271: Line 1,275:
| 65
| 65
| [[Bitmap%2FBresenham%27s%20line%20algorithm|Bitmap/Bresenham's line algorithm]]
| [[Bitmap%2FBresenham%27s%20line%20algorithm|Bitmap/Bresenham's line algorithm]]
| Task
|-
| 65
| [[Compare%20a%20list%20of%20strings|Compare a list of strings]]
| Task
| Task
|-
|-
Line 1,327: Line 1,335:
| 65
| 65
| [[Write%20float%20arrays%20to%20a%20text%20file|Write float arrays to a text file]]
| [[Write%20float%20arrays%20to%20a%20text%20file|Write float arrays to a text file]]
| Task
|-
| 64
| [[Compare%20a%20list%20of%20strings|Compare a list of strings]]
| Task
| Task
|-
|-
Line 1,339: Line 1,343:
| 64
| 64
| [[Hello%20world%2FWeb%20server|Hello world/Web server]]
| [[Hello%20world%2FWeb%20server|Hello world/Web server]]
| Task
|-
| 64
| [[Here%20document|Here document]]
| Task
| Task
|-
|-
Line 1,359: Line 1,359:
| 64
| 64
| [[Sorting%20algorithms%2FStooge%20sort|Sorting algorithms/Stooge sort]]
| [[Sorting%20algorithms%2FStooge%20sort|Sorting algorithms/Stooge sort]]
| Task
|-
| 64
| [[Sudoku|Sudoku]]
| Task
| Task
|-
|-
Line 1,383: Line 1,387:
| 63
| 63
| [[Convert%20seconds%20to%20compound%20duration|Convert seconds to compound duration]]
| [[Convert%20seconds%20to%20compound%20duration|Convert seconds to compound duration]]
| Task
|-
| 63
| [[Enforced%20immutability|Enforced immutability]]
| Task
| Task
|-
|-
Line 1,395: Line 1,403:
| 63
| 63
| [[Hofstadter%20Q%20sequence|Hofstadter Q sequence]]
| [[Hofstadter%20Q%20sequence|Hofstadter Q sequence]]
| Task
|-
| 63
| [[Modular%20inverse|Modular inverse]]
| Task
| Task
|-
|-
Line 1,411: Line 1,423:
| 63
| 63
| [[Sort%20disjoint%20sublist|Sort disjoint sublist]]
| [[Sort%20disjoint%20sublist|Sort disjoint sublist]]
| Task
|-
| 63
| [[Sudoku|Sudoku]]
| Task
|-
| 62
| [[Enforced%20immutability|Enforced immutability]]
| Task
| Task
|-
|-
Line 1,427: Line 1,431:
| 62
| 62
| [[Largest%20int%20from%20concatenated%20ints|Largest int from concatenated ints]]
| [[Largest%20int%20from%20concatenated%20ints|Largest int from concatenated ints]]
| Task
|-
| 62
| [[Modular%20inverse|Modular inverse]]
| Task
| Task
|-
|-
Line 1,511: Line 1,511:
| 60
| 60
| [[Proper%20divisors|Proper divisors]]
| [[Proper%20divisors|Proper divisors]]
| Task
|-
| 60
| [[Rock-paper-scissors|Rock-paper-scissors]]
| Task
| Task
|-
|-
Line 1,538: Line 1,542:
|-
|-
| 59
| 59
| [[Horizontal%20sundial%20calculations|Horizontal sundial calculations]]
| [[Jump%20anywhere|Jump anywhere]]
| Task
| Task
|-
|-
| 59
| 59
| [[Phrase%20reversals|Phrase reversals]]
| [[Jump%20anywhere|Jump anywhere]]
| Task
| Task
|-
|-
| 59
| 59
| [[Phrase%20reversals|Phrase reversals]]
| [[Remove%20lines%20from%20a%20file|Remove lines from a file]]
| Task
| Task
|-
|-
| 59
| 59
| [[Remove%20lines%20from%20a%20file|Remove lines from a file]]
| [[Rock-paper-scissors|Rock-paper-scissors]]
| Task
| Task
|-
|-
Line 1,571: Line 1,575:
| 58
| 58
|data-sort-value="hofstadter-conway $0C10,0D000 sequence"| [[Hofstadter-Conway%20%2410%2C000%20sequence|Hofstadter-Conway $10,000 sequence]]
|data-sort-value="hofstadter-conway $0C10,0D000 sequence"| [[Hofstadter-Conway%20%2410%2C000%20sequence|Hofstadter-Conway $10,000 sequence]]
| Task
|-
| 58
| [[Horizontal%20sundial%20calculations|Horizontal sundial calculations]]
| Task
| Task
|-
|-
Line 1,651: Line 1,651:
| 56
| 56
| [[Inheritance%2FMultiple|Inheritance/Multiple]]
| [[Inheritance%2FMultiple|Inheritance/Multiple]]
| Task
|-
| 56
| [[Maze%20generation|Maze generation]]
| Task
| Task
|-
|-
Line 1,699: Line 1,703:
| 55
| 55
| [[Knapsack%20problem%2FUnbounded|Knapsack problem/Unbounded]]
| [[Knapsack%20problem%2FUnbounded|Knapsack problem/Unbounded]]
| Task
|-
| 55
| [[Maze%20generation|Maze generation]]
| Task
| Task
|-
|-
Line 1,719: Line 1,719:
| 55
| 55
| [[Write%20entire%20file|Write entire file]]
| [[Write%20entire%20file|Write entire file]]
| Task
|-
| 55
|data-sort-value="write language name in 0B3d ascii"| [[Write%20language%20name%20in%203D%20ASCII|Write language name in 3D ASCII]]
| Task
| Task
|-
|-
Line 1,742: Line 1,746:
|-
|-
| 54
| 54
| [[Odd%20word%20problem|Odd word problem]]
| [[Old%20lady%20swallowed%20a%20fly|Old lady swallowed a fly]]
| Task
| Task
|-
|-
| 54
| 54
| [[Old%20lady%20swallowed%20a%20fly|Old lady swallowed a fly]]
| [[Reduced%20row%20echelon%20form|Reduced row echelon form]]
| Task
| Task
|-
|-
| 54
| 54
| [[Reduced%20row%20echelon%20form|Reduced row echelon form]]
| [[Test%20a%20function|Test a function]]
| Task
| Task
|-
|-
| 54
| 54
| [[Test%20a%20function|Test a function]]
|data-sort-value="write language name in 0B3d ascii"| [[Write%20language%20name%20in%203D%20ASCII|Write language name in 3D ASCII]]
| Task
| Task
|-
|-
Line 1,826: Line 1,830:
|-
|-
| 52
| 52
| [[Miller%E2%80%93Rabin%20primality%20test|Miller–Rabin primality test]]
| [[Odd%20word%20problem|Odd word problem]]
| Task
| Task
|-
|-
Line 1,871: Line 1,875:
| 51
| 51
| [[Continued%20fraction|Continued fraction]]
| [[Continued%20fraction|Continued fraction]]
| Task
|-
| 51
| [[Miller%E2%80%93Rabin%20primality%20test|Miller–Rabin primality test]]
| Task
| Task
|-
|-
Line 1,967: Line 1,967:
| 49
| 49
| [[Knight%27s%20tour|Knight's tour]]
| [[Knight%27s%20tour|Knight's tour]]
| Task
|-
| 49
| [[Terminal%20control%2FDisplay%20an%20extended%20character|Terminal control/Display an extended character]]
| Task
| Task
|-
|-
Line 2,011: Line 2,015:
| 48
| 48
| [[Multisplit|Multisplit]]
| [[Multisplit|Multisplit]]
| Task
|-
| 48
| [[Munchausen%20numbers|Munchausen numbers]]
| Task
| Task
|-
|-
Line 2,027: Line 2,035:
| 48
| 48
| [[Statistics%2FBasic|Statistics/Basic]]
| [[Statistics%2FBasic|Statistics/Basic]]
| Task
|-
| 48
| [[Terminal%20control%2FDisplay%20an%20extended%20character|Terminal control/Display an extended character]]
| Task
| Task
|-
|-
Line 2,086: Line 2,090:
|-
|-
| 46
| 46
| [[First-class%20functions%2FUse%20numbers%20analogously|First-class functions/Use numbers analogously]]
| [[Inverted%20syntax|Inverted syntax]]
| Task
| Task
|-
|-
| 46
| 46
| [[Mad%20Libs|Mad Libs]]
| [[Inverted%20syntax|Inverted syntax]]
| Task
| Task
|-
|-
| 46
| 46
| [[Mad%20Libs|Mad Libs]]
| [[Munchausen%20numbers|Munchausen numbers]]
| Task
| Task
|-
|-
Line 2,126: Line 2,130:
|-
|-
| 45
| 45
| [[Heronian%20triangles|Heronian triangles]]
| [[First-class%20functions%2FUse%20numbers%20analogously|First-class functions/Use numbers analogously]]
| Task
| Task
|-
|-
Line 2,155: Line 2,159:
| 44
| 44
| [[Bernoulli%20numbers|Bernoulli numbers]]
| [[Bernoulli%20numbers|Bernoulli numbers]]
| Task
|-
| 44
| [[Heronian%20triangles|Heronian triangles]]
| Task
| Task
|-
|-
Line 2,191: Line 2,191:
| 43
| 43
| [[Exponentiation%20order|Exponentiation order]]
| [[Exponentiation%20order|Exponentiation order]]
| Task
|-
| 43
| [[Get%20system%20command%20output|Get system command output]]
| Task
| Task
|-
|-
Line 2,203: Line 2,207:
| 43
| 43
| [[Send%20an%20unknown%20method%20call|Send an unknown method call]]
| [[Send%20an%20unknown%20method%20call|Send an unknown method call]]
| Task
|-
| 43
| [[Terminal%20control%2FColoured%20text|Terminal control/Coloured text]]
| Task
| Task
|-
|-
Line 2,235: Line 2,243:
| 42
| 42
| [[GUI%20component%20interaction|GUI component interaction]]
| [[GUI%20component%20interaction|GUI component interaction]]
| Task
|-
| 42
| [[Get%20system%20command%20output|Get system command output]]
| Task
| Task
|-
|-
Line 2,259: Line 2,263:
| 42
| 42
| [[Strip%20block%20comments|Strip block comments]]
| [[Strip%20block%20comments|Strip block comments]]
| Task
|-
| 42
| [[Terminal%20control%2FColoured%20text|Terminal control/Coloured text]]
| Task
| Task
|-
|-
Line 2,291: Line 2,291:
| 41
| 41
| [[Longest%20string%20challenge|Longest string challenge]]
| [[Longest%20string%20challenge|Longest string challenge]]
| Task
|-
| 41
| [[OpenGL|OpenGL]]
| Task
| Task
|-
|-
Line 2,327: Line 2,331:
| 40
| 40
| [[Last%20letter-first%20letter|Last letter-first letter]]
| [[Last%20letter-first%20letter|Last letter-first letter]]
| Task
|-
| 40
| [[OpenGL|OpenGL]]
| Task
| Task
|-
|-
Line 2,351: Line 2,351:
| 39
| 39
| [[Bitmap%2FMidpoint%20circle%20algorithm|Bitmap/Midpoint circle algorithm]]
| [[Bitmap%2FMidpoint%20circle%20algorithm|Bitmap/Midpoint circle algorithm]]
| Task
|-
| 39
| [[Calculating%20the%20value%20of%20e|Calculating the value of e]]
| Task
| Task
|-
|-
Line 2,359: Line 2,363:
| 39
| 39
| [[Element-wise%20operations|Element-wise operations]]
| [[Element-wise%20operations|Element-wise operations]]
| Task
|-
| 39
| [[Fractran|Fractran]]
| Task
|-
| 39
| [[Leonardo%20numbers|Leonardo numbers]]
| Task
| Task
|-
|-
Line 2,371: Line 2,383:
| 39
| 39
| [[Polynomial%20long%20division|Polynomial long division]]
| [[Polynomial%20long%20division|Polynomial long division]]
| Task
|-
| 39
| [[Secure%20temporary%20file|Secure temporary file]]
| Task
| Task
|-
|-
Line 2,378: Line 2,394:
|-
|-
| 38
| 38
|data-sort-value="0B4-rings or 0B4-squares puzzle"| [[4-rings%20or%204-squares%20puzzle|4-rings or 4-squares puzzle]]
| [[Calculating%20the%20value%20of%20e|Calculating the value of e]]
| Task
| Task
|-
|-
Line 2,391: Line 2,407:
| 38
| 38
| [[Farey%20sequence|Farey sequence]]
| [[Farey%20sequence|Farey sequence]]
| Task
|-
| 38
| [[Fractran|Fractran]]
| Task
| Task
|-
|-
Line 2,403: Line 2,415:
| 38
| 38
| [[Image%20noise|Image noise]]
| [[Image%20noise|Image noise]]
| Task
|-
| 38
| [[Leonardo%20numbers|Leonardo numbers]]
| Task
| Task
|-
|-
| 38
| 38
| [[Problem%20of%20Apollonius|Problem of Apollonius]]
| [[Problem%20of%20Apollonius|Problem of Apollonius]]
| Task
|-
| 38
| [[Secure%20temporary%20file|Secure temporary file]]
| Task
| Task
|-
|-
Line 2,442: Line 2,446:
|-
|-
| 37
| 37
| [[Active%20object|Active object]]
|data-sort-value="0B4-rings or 0B4-squares puzzle"| [[4-rings%20or%204-squares%20puzzle|4-rings or 4-squares puzzle]]
| Task
| Task
|-
|-
| 37
| 37
| [[Angle%20difference%20between%20two%20bearings|Angle difference between two bearings]]
| [[Active%20object|Active object]]
| Task
| Task
|-
|-
Line 2,483: Line 2,487:
| 37
| 37
| [[Stern-Brocot%20sequence|Stern-Brocot sequence]]
| [[Stern-Brocot%20sequence|Stern-Brocot sequence]]
| Task
|-
| 37
| [[Terminal%20control%2FDimensions|Terminal control/Dimensions]]
| Task
| Task
|-
|-
Line 2,544: Line 2,552:
| [[Ray-casting%20algorithm|Ray-casting algorithm]]
| [[Ray-casting%20algorithm|Ray-casting algorithm]]
| Task
| Task
|- style="background-color: #ffc"
| 36
| [[Sattolo%20cycle|Sattolo cycle]]
| Draft
|-
|-
| 36
| 36
|data-sort-value="sum to 0D100"| [[Sum%20to%20100|Sum to 100]]
|data-sort-value="sum to 0D100"| [[Sum%20to%20100|Sum to 100]]
| Task
|-
| 36
| [[Terminal%20control%2FDimensions|Terminal control/Dimensions]]
| Task
| Task
|-
|-
Line 2,584: Line 2,592:
| [[Password%20generator|Password generator]]
| [[Password%20generator|Password generator]]
| Task
| Task
|- style="background-color: #ffc"
| 35
| [[Sattolo%20cycle|Sattolo cycle]]
| Draft
|-
|-
| 35
| 35
Line 2,600: Line 2,604:
| [[Variable-length%20quantity|Variable-length quantity]]
| [[Variable-length%20quantity|Variable-length quantity]]
| Task
| Task
|- style="background-color: #ffc"
| 35
| [[Vector|Vector]]
| Draft
|-
|-
| 35
| 35
Line 2,606: Line 2,614:
|-
|-
| 34
| 34
| [[Balanced%20ternary|Balanced ternary]]
| [[Angle%20difference%20between%20two%20bearings|Angle difference between two bearings]]
| Task
| Task
|-
|-
| 34
| 34
| [[Break%20OO%20privacy|Break OO privacy]]
| [[Balanced%20ternary|Balanced ternary]]
| Task
| Task
|-
|-
Line 2,659: Line 2,667:
| 34
| 34
| [[Ulam%20spiral%20%28for%20primes%29|Ulam spiral (for primes)]]
| [[Ulam%20spiral%20%28for%20primes%29|Ulam spiral (for primes)]]
| Task
|- style="background-color: #ffc"
| 34
| [[Vector|Vector]]
| Draft
|-
| 33
| [[Break%20OO%20privacy|Break OO privacy]]
| Task
| Task
|-
|-
Line 2,735: Line 2,735:
| 32
| 32
| [[Permutation%20test|Permutation test]]
| [[Permutation%20test|Permutation test]]
| Task
|-
| 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
| Task
|-
|-
Line 2,747: Line 2,759:
| 31
| 31
| [[Elementary%20cellular%20automaton|Elementary cellular automaton]]
| [[Elementary%20cellular%20automaton|Elementary cellular automaton]]
| Task
|-
| 31
| [[Fibonacci%20word%2Ffractal|Fibonacci word/fractal]]
| Task
| Task
|-
|-
Line 2,752: Line 2,768:
| [[Find%20the%20intersection%20of%20two%20lines|Find the intersection of two lines]]
| [[Find%20the%20intersection%20of%20two%20lines|Find the intersection of two lines]]
| Task
| Task
|- style="background-color: #ffc"
| 31
| [[Input%2FOutput%20for%20Pairs%20of%20Numbers|Input/Output for Pairs of Numbers]]
| Draft
|-
|-
| 31
| 31
| [[LU%20decomposition|LU decomposition]]
| [[LU%20decomposition|LU decomposition]]
| Task
|-
| 31
| [[Object%20serialization|Object serialization]]
| Task
| Task
|-
|-
Line 2,767: Line 2,791:
| 31
| 31
| [[Scope%2FFunction%20names%20and%20labels|Scope/Function names and labels]]
| [[Scope%2FFunction%20names%20and%20labels|Scope/Function names and labels]]
| Task
|-
| 31
| [[Terminal%20control%2FInverse%20video|Terminal control/Inverse video]]
| Task
| Task
|-
|-
Line 2,782: Line 2,802:
|-
|-
| 30
| 30
| [[Egyptian%20division|Egyptian division]]
| [[Fibonacci%20word%2Ffractal|Fibonacci word/fractal]]
| Task
| Task
|-
|-
Line 2,798: Line 2,818:
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 30
| 30
| [[Input%2FOutput%20for%20Pairs%20of%20Numbers|Input/Output for Pairs of Numbers]]
| [[Input%2FOutput%20for%20Lines%20of%20Text|Input/Output for Lines of Text]]
| Draft
| Draft
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 2,815: Line 2,835:
| 30
| 30
| [[Numerical%20integration%2FGauss-Legendre%20Quadrature|Numerical integration/Gauss-Legendre Quadrature]]
| [[Numerical%20integration%2FGauss-Legendre%20Quadrature|Numerical integration/Gauss-Legendre Quadrature]]
| Task
|-
| 30
| [[Object%20serialization|Object serialization]]
| Task
| Task
|-
|-
Line 2,830: Line 2,846:
|-
|-
| 30
| 30
| [[Sailors%2C%20coconuts%20and%20a%20monkey%20problem|Sailors, coconuts and a monkey problem]]
| [[Terminal%20control%2FHiding%20the%20cursor|Terminal control/Hiding the cursor]]
| Task
| Task
|-
|-
| 30
| 30
| [[Truth%20table|Truth table]]
| [[Terminal%20control%2FUnicode%20output|Terminal control/Unicode output]]
| Task
| Task
|-
|-
Line 2,864: Line 2,880:
| [[Find%20palindromic%20numbers%20in%20both%20binary%20and%20ternary%20bases|Find palindromic numbers in both binary and ternary bases]]
| [[Find%20palindromic%20numbers%20in%20both%20binary%20and%20ternary%20bases|Find palindromic numbers in both binary and ternary bases]]
| Task
| Task
|- style="background-color: #ffc"
| 29
| [[Input%2FOutput%20for%20Lines%20of%20Text|Input/Output for Lines of Text]]
| Draft
|-
|-
| 29
| 29
Line 2,894: Line 2,906:
|-
|-
| 29
| 29
| [[QR%20decomposition|QR decomposition]]
| [[Sailors%2C%20coconuts%20and%20a%20monkey%20problem|Sailors, coconuts and a monkey problem]]
| Task
| Task
|-
|-
Line 2,911: Line 2,923:
| 28
| 28
| [[Chinese%20zodiac|Chinese zodiac]]
| [[Chinese%20zodiac|Chinese zodiac]]
| Task
|-
| 28
| [[Egyptian%20division|Egyptian division]]
| Task
| Task
|-
|-
Line 2,931: Line 2,939:
| 28
| 28
| [[Penney%27s%20game|Penney's game]]
| [[Penney%27s%20game|Penney's game]]
| Task
|-
| 28
| [[QR%20decomposition|QR decomposition]]
| Task
| Task
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 2,940: Line 2,944:
|data-sort-value="read a file character by character/utf0B8"| [[Read%20a%20file%20character%20by%20character%2FUTF8|Read a file character by character/UTF8]]
|data-sort-value="read a file character by character/utf0B8"| [[Read%20a%20file%20character%20by%20character%2FUTF8|Read a file character by character/UTF8]]
| Draft
| Draft
|-
| 28
| [[Resistor%20mesh|Resistor mesh]]
| Task
|-
|-
| 28
| 28
Line 2,948: Line 2,956:
| [[Sorting%20Algorithms%2FCircle%20Sort|Sorting Algorithms/Circle Sort]]
| [[Sorting%20Algorithms%2FCircle%20Sort|Sorting Algorithms/Circle Sort]]
| Draft
| Draft
|- style="background-color: #ffc"
|-
| 28
| 28
| [[Subset%20sum%20problem|Subset sum problem]]
| [[Truth%20table|Truth table]]
| Task
| Draft
|-
|-
| 28
| 28
Line 2,983: Line 2,991:
| 27
| 27
| [[Ranking%20methods|Ranking methods]]
| [[Ranking%20methods|Ranking methods]]
| Task
|-
| 27
| [[Resistor%20mesh|Resistor mesh]]
| Task
| Task
|-
|-
Line 2,992: Line 2,996:
| [[Solve%20a%20Hidato%20puzzle|Solve a Hidato puzzle]]
| [[Solve%20a%20Hidato%20puzzle|Solve a Hidato puzzle]]
| Task
| Task
|- style="background-color: #ffc"
| 27
| [[Subset%20sum%20problem|Subset sum problem]]
| Draft
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 27
| 27
Line 3,039: Line 3,039:
| 26
| 26
| [[Set%20puzzle|Set puzzle]]
| [[Set%20puzzle|Set puzzle]]
| Task
|-
| 26
| [[Shoelace%20formula%20for%20polygonal%20area|Shoelace formula for polygonal area]]
| Task
| Task
|-
|-
Line 3,110: Line 3,114:
|-
|-
| 25
| 25
| [[Solve%20the%20no%20connection%20puzzle|Solve the no connection puzzle]]
| [[Shoelace%20formula%20for%20polygonal%20area|Shoelace formula for polygonal area]]
| Task
| Task
|-
|-
Line 3,120: Line 3,124:
| [[Table%20creation|Table creation]]
| [[Table%20creation|Table creation]]
| Draft
| Draft
|-
| 25
| [[Terminal%20control%2FCursor%20movement|Terminal control/Cursor movement]]
| Task
|-
|-
| 25
| 25
| [[Textonyms|Textonyms]]
| [[Textonyms|Textonyms]]
| Task
|-
| 25
|data-sort-value="utf-0B8 encode and decode"| [[UTF-8%20encode%20and%20decode|UTF-8 encode and decode]]
| Task
| Task
|-
|-
Line 3,156: Line 3,168:
| [[Find%20first%20and%20last%20set%20bit%20of%20a%20long%20integer|Find first and last set bit of a long integer]]
| [[Find%20first%20and%20last%20set%20bit%20of%20a%20long%20integer|Find first and last set bit of a long integer]]
| Draft
| Draft
|-
| 24
| [[Find%20largest%20left%20truncatable%20prime%20in%20a%20given%20base|Find largest left truncatable prime in a given base]]
| Task
|-
|-
| 24
| 24
| [[Galton%20box%20animation|Galton box animation]]
| [[Galton%20box%20animation|Galton box animation]]
| Task
| Task
|- style="background-color: #ffc"
| 24
| [[Implicit%20type%20conversion|Implicit type conversion]]
| Draft
|-
|-
| 24
| 24
Line 3,188: Line 3,208:
| [[Substitution%20Cipher|Substitution Cipher]]
| [[Substitution%20Cipher|Substitution Cipher]]
| Draft
| Draft
|-
| 24
| [[Terminal%20control%2FCursor%20movement|Terminal control/Cursor movement]]
| Task
|-
| 24
|data-sort-value="utf-0B8 encode and decode"| [[UTF-8%20encode%20and%20decode|UTF-8 encode and decode]]
| Task
|-
|-
| 23
| 23
Line 3,210: Line 3,222:
|-
|-
| 23
| 23
| [[HTTPS%2FAuthenticated|HTTPS/Authenticated]]
| [[Find%20largest%20left%20truncatable%20prime%20in%20a%20given%20base|Find largest left truncatable prime in a given base]]
| Task
| Task
|-
|-
| 23
| 23
| [[Jewels%20and%20Stones|Jewels and Stones]]
| [[HTTPS%2FAuthenticated|HTTPS/Authenticated]]
| Task
| Task
|-
|-
| 23
| 23
| [[Partition%20an%20integer%20X%20into%20N%20primes|Partition an integer X into N primes]]
| [[Partition%20an%20integer%20X%20into%20N%20primes|Partition an integer X into N primes]]
| Task
|-
| 23
| [[Solve%20the%20no%20connection%20puzzle|Solve the no connection puzzle]]
| Task
| Task
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 3,228: Line 3,236:
| [[Sorting%20algorithms%2FPatience%20sort|Sorting algorithms/Patience sort]]
| [[Sorting%20algorithms%2FPatience%20sort|Sorting algorithms/Patience sort]]
| Draft
| Draft
|-
| 23
| [[The%20ISAAC%20Cipher|The ISAAC Cipher]]
| Task
|-
|-
| 23
| 23
Line 3,247: Line 3,259:
| 22
| 22
| [[Decimal%20floating%20point%20number%20to%20binary|Decimal floating point number to binary]]
| [[Decimal%20floating%20point%20number%20to%20binary|Decimal floating point number to binary]]
| Draft
|- style="background-color: #ffc"
| 22
| [[Display%20a%20linear%20combination|Display a linear combination]]
| Draft
| Draft
|-
|-
Line 3,252: Line 3,268:
| [[Go%20Fish|Go Fish]]
| [[Go%20Fish|Go Fish]]
| Task
| Task
|- style="background-color: #ffc"
| 22
| [[Implicit%20type%20conversion|Implicit type conversion]]
| Draft
|-
|-
| 22
| 22
Line 3,303: Line 3,315:
| 22
| 22
| [[Solve%20a%20Holy%20Knight%27s%20tour|Solve a Holy Knight's tour]]
| [[Solve%20a%20Holy%20Knight%27s%20tour|Solve a Holy Knight's tour]]
| Task
|-
| 22
| [[The%20ISAAC%20Cipher|The ISAAC Cipher]]
| Task
| Task
|-
|-
Line 3,330: Line 3,338:
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 21
| 21
| [[Integer%20roots|Integer roots]]
| [[Jewels%20and%20Stones|Jewels and Stones]]
| Draft
| Draft
|-
|-
Line 3,339: Line 3,347:
| 21
| 21
| [[Permutations%2FRank%20of%20a%20permutation|Permutations/Rank of a permutation]]
| [[Permutations%2FRank%20of%20a%20permutation|Permutations/Rank of a permutation]]
| Task
|-
| 21
| [[Pythagorean%20quadruples|Pythagorean quadruples]]
| Task
| Task
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 3,367: Line 3,379:
| 20
| 20
| [[Decision%20tables|Decision tables]]
| [[Decision%20tables|Decision tables]]
| Draft
|- style="background-color: #ffc"
| 20
| [[Display%20a%20linear%20combination|Display a linear combination]]
| Draft
| Draft
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 3,383: Line 3,391:
| 20
| 20
| [[Idiomatically%20determine%20all%20the%20lowercase%20and%20uppercase%20letters|Idiomatically determine all the lowercase and uppercase letters]]
| [[Idiomatically%20determine%20all%20the%20lowercase%20and%20uppercase%20letters|Idiomatically determine all the lowercase and uppercase letters]]
| Draft
|- style="background-color: #ffc"
| 20
| [[Kahan%20summation|Kahan summation]]
| Draft
| Draft
|-
|-
Line 3,399: Line 3,411:
| 20
| 20
| [[Play%20recorded%20sounds|Play recorded sounds]]
| [[Play%20recorded%20sounds|Play recorded sounds]]
| Task
|-
| 20
| [[Pythagorean%20quadruples|Pythagorean quadruples]]
| Task
| Task
|-
|-
Line 3,444: Line 3,452:
| [[Hough%20transform|Hough transform]]
| [[Hough%20transform|Hough transform]]
| Task
| Task
|- style="background-color: #ffc"
| 19
| [[Kahan%20summation|Kahan summation]]
| Draft
|-
|-
| 19
| 19
Line 3,463: Line 3,467:
| 19
| 19
| [[SOAP|SOAP]]
| [[SOAP|SOAP]]
| Task
|-
| 19
| [[The%20Name%20Game|The Name Game]]
| Task
| Task
|-
|-
Line 3,483: Line 3,491:
| 18
| 18
| [[Fivenum|Fivenum]]
| [[Fivenum|Fivenum]]
| Draft
|- style="background-color: #ffc"
| 18
| [[Integer%20roots|Integer roots]]
| Draft
| Draft
|-
|-
Line 3,591: Line 3,595:
| 17
| 17
| [[Superpermutation%20minimisation|Superpermutation minimisation]]
| [[Superpermutation%20minimisation|Superpermutation minimisation]]
| Task
|-
| 17
| [[The%20Name%20Game|The Name Game]]
| Task
| Task
|-
|-
Line 3,604: Line 3,604:
| [[Apply%20a%20digital%20filter%20%28direct%20form%20II%20transposed%29|Apply a digital filter (direct form II transposed)]]
| [[Apply%20a%20digital%20filter%20%28direct%20form%20II%20transposed%29|Apply a digital filter (direct form II transposed)]]
| Task
| Task
|- style="background-color: #ffc"
| 16
| [[Cipolla%27s%20algorithm|Cipolla's algorithm]]
| Draft
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 16
| 16
Line 3,648: Line 3,652:
| [[Bitcoin%2Fpublic%20point%20to%20address|Bitcoin/public point to address]]
| [[Bitcoin%2Fpublic%20point%20to%20address|Bitcoin/public point to address]]
| Task
| Task
|- style="background-color: #ffc"
| 15
| [[Cipolla%27s%20algorithm|Cipolla's algorithm]]
| Draft
|-
|-
| 15
| 15
Line 3,668: Line 3,668:
| [[Faulhaber%27s%20triangle|Faulhaber's triangle]]
| [[Faulhaber%27s%20triangle|Faulhaber's triangle]]
| Draft
| Draft
|- style="background-color: #ffc"
| 15
| [[I.Q.%20Puzzle|I.Q. Puzzle]]
| Draft
|-
| 15
| [[Index%20finite%20lists%20of%20positive%20integers|Index finite lists of positive integers]]
| Task
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 15
| 15
Line 3,711: Line 3,719:
| 14
| 14
| [[Generate%20random%20chess%20position|Generate random chess position]]
| [[Generate%20random%20chess%20position|Generate random chess position]]
| Draft
|- style="background-color: #ffc"
| 14
| [[I.Q.%20Puzzle|I.Q. Puzzle]]
| Draft
|- style="background-color: #ffc"
| 14
| [[Index%20finite%20lists%20of%20positive%20integers|Index finite lists of positive integers]]
| Draft
| Draft
|-
|-
Line 3,731: Line 3,731:
| 14
| 14
| [[List%20rooted%20trees|List rooted trees]]
| [[List%20rooted%20trees|List rooted trees]]
| Draft
|- style="background-color: #ffc"
| 14
|data-sort-value="magic 0B8-ball"| [[Magic%208-Ball|Magic 8-Ball]]
| Draft
| Draft
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 3,840: Line 3,844:
| [[Find%20duplicate%20files|Find duplicate files]]
| [[Find%20duplicate%20files|Find duplicate files]]
| Draft
| Draft
|-
|- style="background-color: #ffc"
| 12
| 12
| [[Four%20is%20magic|Four is magic]]
|data-sort-value="magic 0B8-ball"| [[Magic%208-Ball|Magic 8-Ball]]
| Draft
| Task
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 12
| 12
Line 3,902: Line 3,906:
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 11
| 11
| [[Feigenbaum%20constant%20calculation|Feigenbaum constant calculation]]
| [[Find%20URI%20in%20text|Find URI in text]]
| Draft
| Draft
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 11
| 11
| [[Four%20is%20magic|Four is magic]]
| [[Find%20URI%20in%20text|Find URI in text]]
| Draft
| Draft
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 11
| 11
| [[Free%20polyominoes%20enumeration|Free polyominoes enumeration]]
| [[Free%20polyominoes%20enumeration|Free polyominoes enumeration]]
| Draft
|- style="background-color: #ffc"
| 11
| [[Largest%20number%20divisible%20by%20its%20digits|Largest number divisible by its digits]]
| Draft
| Draft
|-
|-
Line 3,947: Line 3,955:
| 11
| 11
| [[Self-hosting%20compiler|Self-hosting compiler]]
| [[Self-hosting%20compiler|Self-hosting compiler]]
| Draft
|- style="background-color: #ffc"
| 11
| [[Snake%20And%20Ladder|Snake And Ladder]]
| Draft
| Draft
|-
|-
Line 3,967: Line 3,979:
| 10
| 10
| [[Continued%20fraction%2FArithmetic%2FG%28matrix%20NG%2C%20Contined%20Fraction%20N%29|Continued fraction/Arithmetic/G(matrix NG, Contined Fraction N)]]
| [[Continued%20fraction%2FArithmetic%2FG%28matrix%20NG%2C%20Contined%20Fraction%20N%29|Continued fraction/Arithmetic/G(matrix NG, Contined Fraction N)]]
| Draft
|- style="background-color: #ffc"
| 10
| [[Feigenbaum%20constant%20calculation|Feigenbaum constant calculation]]
| Draft
| Draft
|-
|-
Line 3,976: Line 3,984:
| [[Kolakoski%20sequence|Kolakoski sequence]]
| [[Kolakoski%20sequence|Kolakoski sequence]]
| Task
| Task
|- style="background-color: #ffc"
| 10
| [[Largest%20number%20divisible%20by%20its%20digits|Largest number divisible by its digits]]
| Draft
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 10
| 10
Line 3,991: Line 3,995:
| 10
| 10
| [[Particle%20Swarm%20Optimization|Particle Swarm Optimization]]
| [[Particle%20Swarm%20Optimization|Particle Swarm Optimization]]
| Draft
|- style="background-color: #ffc"
| 10
| [[Perceptron|Perceptron]]
| Draft
| Draft
|-
|-
Line 4,000: Line 4,008:
| [[Snake|Snake]]
| [[Snake|Snake]]
| Draft
| Draft
|-
| 10
| [[Spelling%20of%20ordinal%20numbers|Spelling of ordinal numbers]]
| Task
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 10
| 10
Line 4,027: Line 4,039:
| 9
| 9
| [[Addition%20chains|Addition chains]]
| [[Addition%20chains|Addition chains]]
| Draft
|- style="background-color: #ffc"
| 9
| [[Burrows%E2%80%93Wheeler%20transform|Burrows–Wheeler transform]]
| Draft
| Draft
|-
|-
Line 4,036: Line 4,052:
| [[Compiler%2Fsyntax%20analyzer|Compiler/syntax analyzer]]
| [[Compiler%2Fsyntax%20analyzer|Compiler/syntax analyzer]]
| Task
| Task
|- style="background-color: #ffc"
| 9
| [[Data%20Encryption%20Standard|Data Encryption Standard]]
| Draft
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 9
| 9
Line 4,055: Line 4,075:
| 9
| 9
| [[OpenWebNet%20Password|OpenWebNet Password]]
| [[OpenWebNet%20Password|OpenWebNet Password]]
| Task
|- style="background-color: #ffc"
| 9
| [[Perceptron|Perceptron]]
| Draft
|-
| 9
| [[Spelling%20of%20ordinal%20numbers|Spelling of ordinal numbers]]
| Task
| Task
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 4,075: Line 4,087:
| 8
| 8
| [[Banker%27s%20algorithm|Banker's algorithm]]
| [[Banker%27s%20algorithm|Banker's algorithm]]
| Draft
|- style="background-color: #ffc"
| 8
| [[Burrows%E2%80%93Wheeler%20transform|Burrows–Wheeler transform]]
| Draft
| Draft
|-
|-
Line 4,086: Line 4,094:
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 8
| 8
| [[Gauss-Jordan%20matrix%20inversion|Gauss-Jordan matrix inversion]]
| [[Data%20Encryption%20Standard|Data Encryption Standard]]
| Draft
| Draft
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 4,116: Line 4,124:
| [[Chaocipher|Chaocipher]]
| [[Chaocipher|Chaocipher]]
| Draft
| Draft
|-
| 7
| [[Church%20Numerals|Church Numerals]]
| Task
|-
|-
| 7
| 7
Line 4,124: Line 4,136:
| [[EKG%20sequence%20convergence|EKG sequence convergence]]
| [[EKG%20sequence%20convergence|EKG sequence convergence]]
| Task
| Task
|-
|- style="background-color: #ffc"
| 7
| 7
| [[Four%20is%20the%20number%20of%20letters%20in%20the%20...|Four is the number of letters in the ...]]
| [[Gauss-Jordan%20matrix%20inversion|Gauss-Jordan matrix inversion]]
| Draft
| Task
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 7
| 7
Line 4,168: Line 4,180:
| [[Catmull%E2%80%93Clark%20subdivision%20surface|Catmull–Clark subdivision surface]]
| [[Catmull%E2%80%93Clark%20subdivision%20surface|Catmull–Clark subdivision surface]]
| Task
| Task
|- style="background-color: #ffc"
|-
| 6
| 6
| [[Combinations%20with%20repetitions%2FSquare%20Digit%20Chain|Combinations with repetitions/Square Digit Chain]]
| [[Church%20Numerals|Church Numerals]]
| Task
| Draft
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 6
| 6
|data-sort-value="draw pixel 0B2"| [[Draw%20pixel%202|Draw pixel 2]]
|data-sort-value="draw pixel 0B2"| [[Draw%20pixel%202|Draw pixel 2]]
| Draft
| Draft
|-
| 6
| [[Four%20is%20the%20number%20of%20letters%20in%20the%20...|Four is the number of letters in the ...]]
| Task
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 6
| 6
Line 4,196: Line 4,204:
| [[Pinstripe%2FPrinter|Pinstripe/Printer]]
| [[Pinstripe%2FPrinter|Pinstripe/Printer]]
| Task
| Task
|- style="background-color: #ffc"
| 6
| [[Snake%20And%20Ladder|Snake And Ladder]]
| Draft
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 6
| 6
Line 4,208: Line 4,212:
| [[Colour%20pinstripe%2FPrinter|Colour pinstripe/Printer]]
| [[Colour%20pinstripe%2FPrinter|Colour pinstripe/Printer]]
| Task
| Task
|- style="background-color: #ffc"
| 5
| [[Combinations%20with%20repetitions%2FSquare%20Digit%20Chain|Combinations with repetitions/Square Digit Chain]]
| Draft
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 5
| 5
Line 4,359: Line 4,359:
| 3
| 3
| [[Text%20to%20HTML|Text to HTML]]
| [[Text%20to%20HTML|Text to HTML]]
| Draft
|- style="background-color: #ffc"
| 3
| [[Vibrating%20rectangles|Vibrating rectangles]]
| Draft
| Draft
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 4,387: Line 4,391:
| 2
| 2
| [[Tamagotchi%20emulator|Tamagotchi emulator]]
| [[Tamagotchi%20emulator|Tamagotchi emulator]]
| Draft
|- style="background-color: #ffc"
| 2
| [[Vibrating%20rectangles|Vibrating rectangles]]
| Draft
| Draft
|- style="background-color: #ffc"
|- style="background-color: #ffc"