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

Content added Content deleted
(Update full list)
(Update full list)
Line 2: Line 2:


{|class="wikitable sortable"
{|class="wikitable sortable"
|+ As of 2018-07-02 :: Tasks: 880 ::<span style="background-color:#ffd"> Draft Tasks:221 </span>:: Total Tasks: 1101 :: Total Examples: 56978
|+ As of 2018-07-10 :: Tasks: 881 ::<span style="background-color:#ffd"> Draft Tasks:220 </span>:: Total Tasks: 1101 :: Total Examples: 57075
! Count !! Task !! Category
! Count !! Task !! Category
|-
|-
| 394
| 395
| [[Hello%20world%2FText|Hello world/Text]]
| [[Hello%20world%2FText|Hello world/Text]]
| Task
| Task
Line 17: Line 17:
| Task
| Task
|-
|-
| 265
| 266
|data-sort-value="0D100 doors"| [[100%20doors|100 doors]]
|data-sort-value="0D100 doors"| [[100%20doors|100 doors]]
| Task
| Task
Line 73: Line 73:
| Task
| Task
|-
|-
| 176
| 177
| [[Greatest%20common%20divisor|Greatest common divisor]]
| [[Greatest%20common%20divisor|Greatest common divisor]]
| Task
| Task
Line 102: Line 102:
|-
|-
| 158
| 158
| [[Array%20concatenation|Array concatenation]]
| [[Loops%2FDownward%20for|Loops/Downward for]]
| Task
| Task
|-
|-
| 157
| 158
| [[Loops%2FDownward%20for|Loops/Downward for]]
| [[Array%20concatenation|Array concatenation]]
| Task
| Task
|-
|-
Line 159: Line 159:
| 140
| 140
| [[Hello%20world%2FNewline%20omission|Hello world/Newline omission]]
| [[Hello%20world%2FNewline%20omission|Hello world/Newline omission]]
| Task
|-
| 139
| [[Generic%20swap|Generic swap]]
| Task
| Task
|-
|-
Line 171: Line 175:
| 139
| 139
| [[Towers%20of%20Hanoi|Towers of Hanoi]]
| [[Towers%20of%20Hanoi|Towers of Hanoi]]
| Task
|-
| 138
| [[Generic%20swap|Generic swap]]
| Task
| Task
|-
|-
Line 238: Line 238:
|-
|-
| 130
| 130
| [[Associative%20array%2FCreation|Associative array/Creation]]
| [[Leap%20year|Leap year]]
| Task
| Task
|-
|-
| 129
| 130
| [[Leap%20year|Leap year]]
| [[Associative%20array%2FCreation|Associative array/Creation]]
| Task
| Task
|-
|-
| 127
| 128
| [[Higher-order%20functions|Higher-order functions]]
| [[File%20input%2Foutput|File input/output]]
| Task
| Task
|-
|-
| 127
| 127
| [[File%20input%2Foutput|File input/output]]
| [[Higher-order%20functions|Higher-order functions]]
| Task
| Task
|-
|-
Line 309: Line 309:
| Task
| Task
|-
|-
| 119
| 120
| [[Guess%20the%20number|Guess the number]]
| [[Guess%20the%20number|Guess the number]]
| Task
| Task
Line 333: Line 333:
| Task
| Task
|-
|-
| 116
| 117
| [[Sleep|Sleep]]
| [[Pascal%27s%20triangle|Pascal's triangle]]
| Task
| Task
|-
|-
| 116
| 116
| [[Pascal%27s%20triangle|Pascal's triangle]]
| [[Sleep|Sleep]]
| Task
| Task
|-
|-
Line 401: Line 401:
| Task
| Task
|-
|-
| 109
| 110
| [[Knuth%20shuffle|Knuth shuffle]]
| [[Averages%2FRoot%20mean%20square|Averages/Root mean square]]
| Task
| Task
|-
|-
| 109
| 109
| [[Associative%20array%2FIteration|Associative array/Iteration]]
| [[File%20size|File size]]
| Task
| Task
|-
|-
| 109
| 109
| [[Averages%2FRoot%20mean%20square|Averages/Root mean square]]
| [[Knuth%20shuffle|Knuth shuffle]]
| Task
| Task
|-
|-
| 108
| 109
| [[File%20size|File size]]
| [[Associative%20array%2FIteration|Associative array/Iteration]]
| Task
| Task
|-
|-
Line 445: Line 445:
| Task
| Task
|-
|-
| 105
| 106
| [[Anagrams|Anagrams]]
| [[Classes|Classes]]
| Task
| Task
|-
|-
| 105
| 105
| [[Classes|Classes]]
| [[Anagrams|Anagrams]]
| Task
| Task
|-
|-
Line 495: Line 495:
| 103
| 103
| [[Hostname|Hostname]]
| [[Hostname|Hostname]]
| Task
|-
| 103
| [[Random%20numbers|Random numbers]]
| Task
| Task
|-
|-
Line 510: Line 514:
|-
|-
| 102
| 102
| [[Hash%20from%20two%20arrays|Hash from two arrays]]
| [[Null%20object|Null object]]
| Task
| Task
|-
|-
| 102
| 102
| [[Random%20numbers|Random numbers]]
| [[Null%20object|Null object]]
| Task
| Task
|-
|-
Line 525: Line 529:
| Task
| Task
|-
|-
| 101
| 100
| [[Count%20occurrences%20of%20a%20substring|Count occurrences of a substring]]
| [[Hash%20from%20two%20arrays|Hash from two arrays]]
| Task
| Task
|-
|-
| 100
| 100
| [[Generate%20lower%20case%20ASCII%20alphabet|Generate lower case ASCII alphabet]]
| [[Count%20occurrences%20of%20a%20substring|Count occurrences of a substring]]
| Task
| Task
|-
|-
| 100
| 100
| [[Multiplication%20tables|Multiplication tables]]
| [[Multiplication%20tables|Multiplication tables]]
| Task
|-
| 100
| [[N-queens%20problem|N-queens problem]]
| Task
| Task
|-
|-
Line 543: Line 551:
| 99
| 99
| [[Environment%20variables|Environment variables]]
| [[Environment%20variables|Environment variables]]
| Task
|-
| 99
| [[Generate%20lower%20case%20ASCII%20alphabet|Generate lower case ASCII alphabet]]
| Task
| Task
|-
|-
Line 569: Line 573:
| Task
| Task
|-
|-
| 99
| 98
| [[Accumulator%20factory|Accumulator factory]]
| [[N-queens%20problem|N-queens problem]]
| Task
|-
| 98
| [[Create%20a%20two-dimensional%20array%20at%20runtime|Create a two-dimensional array at runtime]]
| Task
| Task
|-
|-
Line 582: Line 590:
|-
|-
| 97
| 97
| [[Averages%2FPythagorean%20means|Averages/Pythagorean means]]
| [[Accumulator%20factory|Accumulator factory]]
| Task
|-
| 97
| [[Create%20a%20two-dimensional%20array%20at%20runtime|Create a two-dimensional array at runtime]]
| Task
| Task
|-
|-
| 96
| 96
| [[Assertions|Assertions]]
| [[Assertions|Assertions]]
| Task
|-
| 96
| [[Averages%2FPythagorean%20means|Averages/Pythagorean means]]
| Task
| Task
|-
|-
Line 823: Line 823:
| 84
| 84
| [[Walk%20a%20directory%2FNon-recursively|Walk a directory/Non-recursively]]
| [[Walk%20a%20directory%2FNon-recursively|Walk a directory/Non-recursively]]
| Task
|-
| 83
| [[Evolutionary%20algorithm|Evolutionary algorithm]]
| Task
| Task
|-
|-
Line 847: Line 851:
| 82
| 82
| [[Cumulative%20standard%20deviation|Cumulative standard deviation]]
| [[Cumulative%20standard%20deviation|Cumulative standard deviation]]
| Task
|-
| 82
| [[Evolutionary%20algorithm|Evolutionary algorithm]]
| Task
| Task
|-
|-
Line 999: Line 999:
| 75
| 75
| [[The%20Twelve%20Days%20of%20Christmas|The Twelve Days of Christmas]]
| [[The%20Twelve%20Days%20of%20Christmas|The Twelve Days of Christmas]]
| Task
|-
| 74
| [[CSV%20data%20manipulation|CSV data manipulation]]
| Task
| Task
|-
|-
Line 1,027: Line 1,031:
| 74
| 74
| [[Web%20scraping|Web scraping]]
| [[Web%20scraping|Web scraping]]
| Task
|-
| 73
| [[CSV%20data%20manipulation|CSV data manipulation]]
| Task
| Task
|-
|-
Line 1,215: Line 1,215:
| 67
| 67
| [[Non-decimal%20radices%2FOutput|Non-decimal radices/Output]]
| [[Non-decimal%20radices%2FOutput|Non-decimal radices/Output]]
| Task
|-
| 67
| [[Order%20two%20numerical%20lists|Order two numerical lists]]
| Task
|-
| 67
| [[Polymorphism|Polymorphism]]
| Task
| Task
|-
|-
Line 1,243: Line 1,251:
| 66
| 66
| [[Find%20the%20last%20Sunday%20of%20each%20month|Find the last Sunday of each month]]
| [[Find%20the%20last%20Sunday%20of%20each%20month|Find the last Sunday of each month]]
| Task
|-
| 66
| [[Order%20two%20numerical%20lists|Order two numerical lists]]
| Task
|-
| 66
| [[Polymorphism|Polymorphism]]
| Task
| Task
|-
|-
Line 1,303: Line 1,303:
| 64
| 64
| [[Hello%20world%2FNewbie|Hello world/Newbie]]
| [[Hello%20world%2FNewbie|Hello world/Newbie]]
| Task
|-
| 64
| [[Here%20document|Here document]]
| Task
| Task
|-
|-
Line 1,311: Line 1,315:
| 64
| 64
| [[Multifactorial|Multifactorial]]
| [[Multifactorial|Multifactorial]]
| Task
|-
| 64
| [[Multiple%20distinct%20objects|Multiple distinct objects]]
| Task
| Task
|-
|-
Line 1,334: Line 1,342:
|-
|-
| 63
| 63
| [[Call%20an%20object%20method|Call an object method]]
| [[Convert%20seconds%20to%20compound%20duration|Convert seconds to compound duration]]
| Task
| Task
|-
|-
| 63
| 63
| [[Convert%20seconds%20to%20compound%20duration|Convert seconds to compound duration]]
| [[Exceptions%2FCatch%20an%20exception%20thrown%20in%20a%20nested%20call|Exceptions/Catch an exception thrown in a nested call]]
| Task
| Task
|-
|-
| 63
| 63
| [[Gamma%20function|Gamma function]]
| [[Count%20the%20coins|Count the coins]]
| Task
| Task
|-
|-
| 63
| 63
| [[Exceptions%2FCatch%20an%20exception%20thrown%20in%20a%20nested%20call|Exceptions/Catch an exception thrown in a nested call]]
| [[Hello%20world%2FWeb%20server|Hello world/Web server]]
| Task
| Task
|-
|-
| 63
| 63
| [[Here%20document|Here document]]
| [[Gamma%20function|Gamma function]]
| Task
| Task
|-
|-
| 63
| 63
| [[Hello%20world%2FWeb%20server|Hello world/Web server]]
| [[Multiple%20distinct%20objects|Multiple distinct objects]]
| Task
| Task
|-
|-
Line 1,387: Line 1,395:
| 63
| 63
| [[Word%20wrap|Word wrap]]
| [[Word%20wrap|Word wrap]]
| Task
|-
| 62
| [[Call%20an%20object%20method|Call an object method]]
| Task
|-
| 62
| [[Count%20the%20coins|Count the coins]]
| Task
| Task
|-
|-
Line 1,419: Line 1,419:
| 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,435: Line 1,439:
| 61
| 61
| [[Call%20a%20foreign-language%20function|Call a foreign-language function]]
| [[Call%20a%20foreign-language%20function|Call a foreign-language function]]
| Task
|-
| 61
| [[Modular%20inverse|Modular inverse]]
| Task
| Task
|-
|-
Line 1,451: Line 1,451:
| 61
| 61
| [[Self-describing%20numbers|Self-describing numbers]]
| [[Self-describing%20numbers|Self-describing numbers]]
| Task
|-
| 61
| [[Sort%20stability|Sort stability]]
| Task
| Task
|-
|-
Line 1,480: Line 1,484:
| [[Proper%20divisors|Proper divisors]]
| [[Proper%20divisors|Proper divisors]]
| Draft
| Draft
|-
| 60
| [[Sort%20stability|Sort stability]]
| Task
|-
|-
| 60
| 60
Line 1,519: Line 1,519:
| 59
| 59
| [[HTTPS|HTTPS]]
| [[HTTPS|HTTPS]]
| Task
|-
| 59
| [[Pi|Pi]]
| Task
| Task
|-
|-
Line 1,582: Line 1,586:
|-
|-
| 57
| 57
| [[Fractal%20tree|Fractal tree]]
| [[Optional%20parameters|Optional parameters]]
| Task
| Task
|-
|-
| 57
| 57
| [[Optional%20parameters|Optional parameters]]
| [[Pi|Pi]]
| Task
| Task
|-
|-
Line 1,618: Line 1,622:
|-
|-
| 56
| 56
|data-sort-value="crc-0C32"| [[CRC-32|CRC-32]]
| [[Fractal%20tree|Fractal tree]]
| Task
| Task
|-
|-
Line 1,659: Line 1,663:
| 55
| 55
| [[Best%20shuffle|Best shuffle]]
| [[Best%20shuffle|Best shuffle]]
| Task
|-
| 55
|data-sort-value="crc-0C32"| [[CRC-32|CRC-32]]
| Task
| Task
|-
|-
Line 1,831: Line 1,831:
| 51
| 51
| [[Arithmetic%20evaluation|Arithmetic evaluation]]
| [[Arithmetic%20evaluation|Arithmetic evaluation]]
| Task
|-
| 51
| [[Brownian%20tree|Brownian tree]]
| Task
| Task
|-
|-
Line 1,895: Line 1,899:
| 50
| 50
| [[Bitmap%2FWrite%20a%20PPM%20file|Bitmap/Write a PPM file]]
| [[Bitmap%2FWrite%20a%20PPM%20file|Bitmap/Write a PPM file]]
| Task
|-
| 50
| [[Brownian%20tree|Brownian tree]]
| Task
| Task
|-
|-
Line 1,947: Line 1,947:
| 49
| 49
| [[Unbias%20a%20random%20generator|Unbias a random generator]]
| [[Unbias%20a%20random%20generator|Unbias a random generator]]
| Task
|-
| 48
| [[Define%20a%20primitive%20data%20type|Define a primitive data type]]
| Task
| Task
|-
|-
Line 1,976: Line 1,980:
| [[Modulinos|Modulinos]]
| [[Modulinos|Modulinos]]
| Draft
| Draft
|-
| 48
| [[Multisplit|Multisplit]]
| Task
|-
| 48
| [[Nested%20function|Nested function]]
| Task
|-
|-
| 48
| 48
Line 2,011: Line 2,023:
| 47
| 47
| [[Mouse%20position|Mouse position]]
| [[Mouse%20position|Mouse position]]
| Task
|-
| 47
| [[Multisplit|Multisplit]]
| Task
|-
| 47
| [[Nested%20function|Nested function]]
| Task
| Task
|-
|-
Line 2,039: Line 2,043:
| 46
| 46
| [[Chinese%20remainder%20theorem|Chinese remainder theorem]]
| [[Chinese%20remainder%20theorem|Chinese remainder theorem]]
| Task
|-
| 46
| [[Define%20a%20primitive%20data%20type|Define a primitive data type]]
| Task
| Task
|-
|-
Line 2,103: Line 2,103:
| 45
| 45
| [[First-class%20functions%2FUse%20numbers%20analogously|First-class functions/Use numbers analogously]]
| [[First-class%20functions%2FUse%20numbers%20analogously|First-class functions/Use numbers analogously]]
| Task
|-
| 45
| [[Longest%20increasing%20subsequence|Longest increasing subsequence]]
| Task
| Task
|-
|-
Line 2,150: Line 2,154:
|-
|-
| 44
| 44
| [[Iterated%20digits%20squaring|Iterated digits squaring]]
| [[Longest%20increasing%20subsequence|Longest increasing subsequence]]
| Task
| Task
|-
|-
Line 2,175: Line 2,179:
| 43
| 43
| [[Echo%20server|Echo server]]
| [[Echo%20server|Echo server]]
| Task
|-
| 43
| [[Iterated%20digits%20squaring|Iterated digits squaring]]
| Task
| Task
|-
|-
Line 2,191: Line 2,191:
| 42
| 42
|data-sort-value="0C15 puzzle game"| [[15%20Puzzle%20Game|15 Puzzle Game]]
|data-sort-value="0C15 puzzle game"| [[15%20Puzzle%20Game|15 Puzzle Game]]
| Task
|-
| 42
| [[Convert%20decimal%20number%20to%20rational|Convert decimal number to rational]]
| Task
| Task
|-
|-
| 42
| 42
| [[Doubly-linked%20list%2FElement%20insertion|Doubly-linked list/Element insertion]]
| [[Doubly-linked%20list%2FElement%20insertion|Doubly-linked list/Element insertion]]
| Task
|-
| 42
| [[Exponentiation%20order|Exponentiation order]]
| Task
| Task
|-
|-
Line 2,211: Line 2,219:
| 41
| 41
| [[Color%20of%20a%20screen%20pixel|Color of a screen pixel]]
| [[Color%20of%20a%20screen%20pixel|Color of a screen pixel]]
| Task
|-
| 41
| [[Convert%20decimal%20number%20to%20rational|Convert decimal number to rational]]
| Task
| Task
|-
|-
Line 2,230: Line 2,234:
|-
|-
| 41
| 41
| [[FASTA%20format|FASTA format]]
| [[Exponentiation%20order|Exponentiation order]]
| Task
| Task
|-
|-
Line 2,275: Line 2,279:
| 41
| 41
| [[Zebra%20puzzle|Zebra puzzle]]
| [[Zebra%20puzzle|Zebra puzzle]]
| Task
|-
| 40
| [[Atomic%20updates|Atomic updates]]
| Task
| Task
|-
|-
Line 2,284: Line 2,292:
| [[Extract%20file%20extension|Extract file extension]]
| [[Extract%20file%20extension|Extract file extension]]
| Draft
| Draft
|-
| 40
| [[FASTA%20format|FASTA format]]
| Task
|-
|-
| 40
| 40
Line 2,326: Line 2,330:
|-
|-
| 39
| 39
| [[Bitmap%2FFlood%20fill|Bitmap/Flood fill]]
| [[Atomic%20updates|Atomic updates]]
| Task
| Task
|-
|-
| 39
| 39
| [[Bitmap%2FFlood%20fill|Bitmap/Flood fill]]
| [[Bitmap%2FMidpoint%20circle%20algorithm|Bitmap/Midpoint circle algorithm]]
| Task
| Task
|-
|-
| 39
| 39
| [[Determine%20if%20only%20one%20instance%20is%20running|Determine if only one instance is running]]
| [[Bitmap%2FMidpoint%20circle%20algorithm|Bitmap/Midpoint circle algorithm]]
| Task
| Task
|-
|-
Line 2,355: Line 2,359:
| 39
| 39
| [[Twelve%20statements|Twelve statements]]
| [[Twelve%20statements|Twelve statements]]
| Task
|-
| 38
| [[Determine%20if%20only%20one%20instance%20is%20running|Determine if only one instance is running]]
| Task
| Task
|-
|-
Line 2,403: Line 2,403:
| 38
| 38
| [[Variable%20size%2FSet|Variable size/Set]]
| [[Variable%20size%2FSet|Variable size/Set]]
| Task
|-
| 37
|data-sort-value="0B4-rings or 0B4-squares puzzle"| [[4-rings%20or%204-squares%20puzzle|4-rings or 4-squares puzzle]]
| Task
| Task
|-
|-
Line 2,419: Line 2,423:
| 37
| 37
| [[Farey%20sequence|Farey sequence]]
| [[Farey%20sequence|Farey sequence]]
| Task
|-
| 37
| [[History%20variables|History variables]]
| Task
| Task
|-
|-
Line 2,460: Line 2,468:
| [[Append%20a%20record%20to%20the%20end%20of%20a%20text%20file|Append a record to the end of a text file]]
| [[Append%20a%20record%20to%20the%20end%20of%20a%20text%20file|Append a record to the end of a text file]]
| Task
| Task
|- style="background-color: #ffc"
| 36
|data-sort-value="base0C64 encode data"| [[Base64%20encode%20data|Base64 encode data]]
| Draft
|-
|-
| 36
| 36
Line 2,471: Line 2,483:
| 36
| 36
|data-sort-value="generate chess0D960 starting position"| [[Generate%20Chess960%20starting%20position|Generate Chess960 starting position]]
|data-sort-value="generate chess0D960 starting position"| [[Generate%20Chess960%20starting%20position|Generate Chess960 starting position]]
| Task
|-
| 36
| [[History%20variables|History variables]]
| Task
| Task
|-
|-
Line 2,511: Line 2,519:
| 36
| 36
| [[Tokenize%20a%20string%20with%20escaping|Tokenize a string with escaping]]
| [[Tokenize%20a%20string%20with%20escaping|Tokenize a string with escaping]]
| Task
|-
| 35
|data-sort-value="0B4-rings or 0B4-squares puzzle"| [[4-rings%20or%204-squares%20puzzle|4-rings or 4-squares puzzle]]
| Task
| Task
|-
|-
Line 2,524: Line 2,528:
| [[Average%20loop%20length|Average loop length]]
| [[Average%20loop%20length|Average loop length]]
| Task
| Task
|- style="background-color: #ffc"
| 35
|data-sort-value="base0C64 encode data"| [[Base64%20encode%20data|Base64 encode data]]
| Draft
|-
|-
| 35
| 35
Line 2,608: Line 2,608:
| [[Jaro%20distance|Jaro distance]]
| [[Jaro%20distance|Jaro distance]]
| Task
| Task
|- style="background-color: #ffc"
| 34
| [[Sattolo%20cycle|Sattolo cycle]]
| Draft
|-
|-
| 34
| 34
Line 2,623: Line 2,627:
| 34
| 34
| [[Ulam%20spiral%20%28for%20primes%29|Ulam spiral (for primes)]]
| [[Ulam%20spiral%20%28for%20primes%29|Ulam spiral (for primes)]]
| Task
|-
| 33
| [[Break%20OO%20privacy|Break OO privacy]]
| Task
| Task
|-
|-
Line 2,676: Line 2,684:
| [[S-Expressions|S-Expressions]]
| [[S-Expressions|S-Expressions]]
| Task
| Task
|- style="background-color: #ffc"
| 33
| [[Sattolo%20cycle|Sattolo cycle]]
| Draft
|-
|-
| 33
| 33
Line 2,699: Line 2,703:
| 33
| 33
| [[Vampire%20number|Vampire number]]
| [[Vampire%20number|Vampire number]]
| Task
|-
| 32
| [[Break%20OO%20privacy|Break OO privacy]]
| Task
| Task
|-
|-
Line 2,719: Line 2,719:
| 32
| 32
| [[Voronoi%20diagram|Voronoi diagram]]
| [[Voronoi%20diagram|Voronoi diagram]]
| Task
|-
| 31
| [[Angle%20difference%20between%20two%20bearings|Angle difference between two bearings]]
| Task
| Task
|-
|-
Line 2,751: Line 2,755:
| 31
| 31
| [[Terminal%20control%2FInverse%20video|Terminal control/Inverse video]]
| [[Terminal%20control%2FInverse%20video|Terminal control/Inverse video]]
| Task
|-
| 30
| [[Angle%20difference%20between%20two%20bearings|Angle difference between two bearings]]
| Task
| Task
|-
|-
Line 2,772: Line 2,772:
| [[Fibonacci%20word%2Ffractal|Fibonacci word/fractal]]
| [[Fibonacci%20word%2Ffractal|Fibonacci word/fractal]]
| Task
| Task
|- style="background-color: #ffc"
| 30
| [[Input%2FOutput%20for%20Pairs%20of%20Numbers|Input/Output for Pairs of Numbers]]
| Draft
|-
|-
| 30
| 30
Line 2,810: Line 2,814:
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 29
| 29
| [[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
|-
|-
Line 2,816: Line 2,820:
| [[Julia%20set|Julia set]]
| [[Julia%20set|Julia set]]
| Task
| Task
|- style="background-color: #ffc"
| 29
| [[Longest%20Common%20Substring|Longest Common Substring]]
| Draft
|-
|-
| 29
| 29
Line 2,863: Line 2,871:
| 28
| 28
| [[Executable%20library|Executable library]]
| [[Executable%20library|Executable library]]
| Task
|-
| 28
| [[Find%20palindromic%20numbers%20in%20both%20binary%20and%20ternary%20bases|Find palindromic numbers in both binary and ternary bases]]
| Task
| Task
|-
|-
Line 2,868: Line 2,880:
| [[Floyd-Warshall%20algorithm|Floyd-Warshall algorithm]]
| [[Floyd-Warshall%20algorithm|Floyd-Warshall algorithm]]
| Task
| Task
|- style="background-color: #ffc"
| 28
| [[Input%2FOutput%20for%20Lines%20of%20Text|Input/Output for Lines of Text]]
| Draft
|- style="background-color: #ffc"
| 28
| [[Longest%20Common%20Substring|Longest Common Substring]]
| Draft
|-
|-
| 28
| 28
Line 2,899: Line 2,903:
| 28
| 28
| [[Sutherland-Hodgman%20polygon%20clipping|Sutherland-Hodgman polygon clipping]]
| [[Sutherland-Hodgman%20polygon%20clipping|Sutherland-Hodgman polygon clipping]]
| Task
|-
| 27
| [[Calculating%20the%20value%20of%20e|Calculating the value of e]]
| Task
| Task
|-
|-
Line 2,912: Line 2,920:
| [[File%20extension%20is%20in%20extensions%20list|File extension is in extensions list]]
| [[File%20extension%20is%20in%20extensions%20list|File extension is in extensions list]]
| Draft
| Draft
|-
| 27
| [[Find%20palindromic%20numbers%20in%20both%20binary%20and%20ternary%20bases|Find palindromic numbers in both binary and ternary bases]]
| Task
|-
|-
| 27
| 27
Line 2,952: Line 2,956:
| [[Check%20output%20device%20is%20a%20terminal|Check output device is a terminal]]
| [[Check%20output%20device%20is%20a%20terminal|Check output device is a terminal]]
| Draft
| Draft
|-
| 26
| [[Egyptian%20division|Egyptian division]]
| Task
|-
|-
| 26
| 26
Line 3,010: Line 3,018:
|-
|-
| 25
| 25
|data-sort-value="deconvolution/0B1d"| [[Deconvolution%2F1D|Deconvolution/1D]]
| [[Distributed%20programming|Distributed programming]]
| Task
| Task
|-
|-
| 25
| 25
| [[Distributed%20programming|Distributed programming]]
| [[Egyptian%20division|Egyptian division]]
| Task
| Task
|-
|-
Line 3,099: Line 3,107:
| 24
| 24
| [[Checkpoint%20synchronization|Checkpoint synchronization]]
| [[Checkpoint%20synchronization|Checkpoint synchronization]]
| Task
|-
| 24
|data-sort-value="deconvolution/0B1d"| [[Deconvolution%2F1D|Deconvolution/1D]]
| Task
| Task
|-
|-
Line 3,144: Line 3,148:
| [[Substitution%20Cipher|Substitution Cipher]]
| [[Substitution%20Cipher|Substitution Cipher]]
| Draft
| Draft
|-
| 24
| [[Terminal%20control%2FPreserve%20screen|Terminal control/Preserve screen]]
| Task
|-
|-
| 23
| 23
Line 3,152: Line 3,160:
| [[Create%20a%20file%20on%20magnetic%20tape|Create a file on magnetic tape]]
| [[Create%20a%20file%20on%20magnetic%20tape|Create a file on magnetic tape]]
| Task
| Task
|- style="background-color: #ffc"
| 23
| [[Damm%20algorithm|Damm algorithm]]
| Draft
|-
|-
| 23
| 23
Line 3,207: Line 3,219:
| 22
| 22
| [[Currency|Currency]]
| [[Currency|Currency]]
| Draft
|- style="background-color: #ffc"
| 22
| [[Damm%20algorithm|Damm algorithm]]
| Draft
| Draft
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 3,243: Line 3,251:
| 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
| [[Terminal%20control%2FPreserve%20screen|Terminal control/Preserve screen]]
| Task
| Task
|-
|-
Line 3,275: Line 3,279:
| 21
| 21
| [[Implicit%20type%20conversion|Implicit type conversion]]
| [[Implicit%20type%20conversion|Implicit type conversion]]
| Draft
|- style="background-color: #ffc"
| 21
| [[Jewels%20and%20Stones|Jewels and Stones]]
| Draft
| Draft
|-
|-
Line 3,283: Line 3,291:
| 21
| 21
| [[Nautical%20bell|Nautical bell]]
| [[Nautical%20bell|Nautical bell]]
| Task
|-
| 21
| [[Partition%20an%20integer%20X%20into%20N%20primes|Partition an integer X into N primes]]
| Task
| Task
|-
|-
Line 3,296: Line 3,308:
| [[Ramsey%27s%20theorem|Ramsey's theorem]]
| [[Ramsey%27s%20theorem|Ramsey's theorem]]
| Draft
| Draft
|-
| 21
| [[Reflection%2FList%20methods|Reflection/List methods]]
| Task
|-
|-
| 21
| 21
Line 3,323: Line 3,339:
| 20
| 20
| [[Function%20frequency|Function frequency]]
| [[Function%20frequency|Function frequency]]
| Task
|- style="background-color: #ffc"
| 20
| [[Jewels%20and%20Stones|Jewels and Stones]]
| Draft
|-
| 20
| [[Partition%20an%20integer%20X%20into%20N%20primes|Partition an integer X into N primes]]
| Task
| Task
|-
|-
Line 3,343: Line 3,351:
| 20
| 20
| [[RCRPG|RCRPG]]
| [[RCRPG|RCRPG]]
| Task
|-
| 20
| [[Reflection%2FList%20methods|Reflection/List methods]]
| Task
| Task
|-
|-
Line 3,363: Line 3,367:
| 19
| 19
| [[AVL%20tree|AVL tree]]
| [[AVL%20tree|AVL tree]]
| Task
|-
| 19
| [[Calculating%20the%20value%20of%20e|Calculating the value of e]]
| Task
| Task
|-
|-
Line 3,419: Line 3,419:
| 19
| 19
| [[Record%20sound|Record sound]]
| [[Record%20sound|Record sound]]
| Task
|-
| 19
| [[Reflection%2FList%20properties|Reflection/List properties]]
| Task
| Task
|-
|-
Line 3,432: Line 3,436:
| [[Total%20circles%20area|Total circles area]]
| [[Total%20circles%20area|Total circles area]]
| Task
| Task
|- style="background-color: #ffc"
| 18
| [[Bacon%20cipher|Bacon cipher]]
| Draft
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 18
| 18
Line 3,471: Line 3,479:
| 18
| 18
| [[Pythagorean%20quadruples|Pythagorean quadruples]]
| [[Pythagorean%20quadruples|Pythagorean quadruples]]
| Task
|-
| 18
| [[Reflection%2FList%20properties|Reflection/List properties]]
| Task
| Task
|-
|-
Line 3,484: Line 3,488:
| [[Window%20management|Window management]]
| [[Window%20management|Window management]]
| Task
| Task
|- style="background-color: #ffc"
| 17
| [[Bacon%20cipher|Bacon cipher]]
| Draft
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 17
| 17
Line 3,540: Line 3,540:
| [[Active%20Directory%2FSearch%20for%20a%20user|Active Directory/Search for a user]]
| [[Active%20Directory%2FSearch%20for%20a%20user|Active Directory/Search for a user]]
| Task
| Task
|-
| 16
| [[Apply%20a%20digital%20filter%20%28direct%20form%20II%20transposed%29|Apply a digital filter (direct form II transposed)]]
| Task
|- style="background-color: #ffc"
| 16
| [[Card%20shuffles|Card shuffles]]
| Draft
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 16
| 16
Line 3,547: Line 3,555:
| 16
| 16
| [[Euler%27s%20identity|Euler's identity]]
| [[Euler%27s%20identity|Euler's identity]]
| Draft
|- style="background-color: #ffc"
| 16
| [[Faulhaber%27s%20formula|Faulhaber's formula]]
| Draft
| Draft
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 3,567: Line 3,579:
| 16
| 16
| [[The%20Name%20Game|The Name Game]]
| [[The%20Name%20Game|The Name Game]]
| Task
|-
| 15
| [[Apply%20a%20digital%20filter%20%28direct%20form%20II%20transposed%29|Apply a digital filter (direct form II transposed)]]
| Task
| Task
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 3,579: Line 3,587:
| 15
| 15
| [[AudioAlarm|AudioAlarm]]
| [[AudioAlarm|AudioAlarm]]
| Draft
|- style="background-color: #ffc"
| 15
| [[Card%20shuffles|Card shuffles]]
| Draft
| Draft
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 3,595: Line 3,599:
| 15
| 15
| [[Deming%27s%20Funnel|Deming's Funnel]]
| [[Deming%27s%20Funnel|Deming's Funnel]]
| Draft
|- style="background-color: #ffc"
| 15
| [[Faulhaber%27s%20formula|Faulhaber's formula]]
| Draft
| Draft
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 3,687: Line 3,687:
| 14
| 14
| [[Sierpinski%20pentagon|Sierpinski pentagon]]
| [[Sierpinski%20pentagon|Sierpinski pentagon]]
| Task
|-
| 14
| [[Spinning%20rod%20animation%2FText|Spinning rod animation/Text]]
| Task
| Task
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 3,752: Line 3,756:
| [[Compare%20sorting%20algorithms%27%20performance|Compare sorting algorithms' performance]]
| [[Compare%20sorting%20algorithms%27%20performance|Compare sorting algorithms' performance]]
| Task
| Task
|- style="background-color: #ffc"
| 12
| [[Determine%20if%20two%20triangles%20overlap|Determine if two triangles overlap]]
| Draft
|-
|-
| 12
| 12
| [[HTTPS%2FClient-authenticated|HTTPS/Client-authenticated]]
| [[HTTPS%2FClient-authenticated|HTTPS/Client-authenticated]]
| Task
| Task
|- style="background-color: #ffc"
| 12
| [[Knuth%27s%20power%20tree|Knuth's power tree]]
| Draft
|- style="background-color: #ffc"
| 12
| [[List%20rooted%20trees|List rooted trees]]
| Draft
|-
|-
| 12
| 12
Line 3,792: Line 3,808:
| [[Separate%20the%20house%20number%20from%20the%20street%20name|Separate the house number from the street name]]
| [[Separate%20the%20house%20number%20from%20the%20street%20name|Separate the house number from the street name]]
| Draft
| Draft
|-
| 12
| [[Spinning%20rod%20animation%2FText|Spinning rod animation/Text]]
| Task
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 12
| 12
Line 3,824: Line 3,836:
| [[Compiler%2Fvirtual%20machine%20interpreter|Compiler/virtual machine interpreter]]
| [[Compiler%2Fvirtual%20machine%20interpreter|Compiler/virtual machine interpreter]]
| Task
| Task
|- style="background-color: #ffc"
| 11
| [[Determine%20if%20two%20triangles%20overlap|Determine if two triangles overlap]]
| Draft
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 11
| 11
Line 3,835: Line 3,843:
| 11
| 11
| [[Generate%20random%20chess%20position|Generate random chess position]]
| [[Generate%20random%20chess%20position|Generate random chess position]]
| Draft
|- style="background-color: #ffc"
| 11
| [[Knuth%27s%20power%20tree|Knuth's power tree]]
| Draft
|- style="background-color: #ffc"
| 11
| [[List%20rooted%20trees|List rooted trees]]
| Draft
| Draft
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 3,900: Line 3,900:
| [[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
| Draft
|-
| 10
| [[Draw%20a%20pixel|Draw a pixel]]
| Task
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 10
| 10
Line 3,907: Line 3,911:
| 10
| 10
| [[Four%20is%20magic|Four is magic]]
| [[Four%20is%20magic|Four is magic]]
| Draft
|- style="background-color: #ffc"
| 10
| [[Free%20polyominoes%20enumeration|Free polyominoes enumeration]]
| Draft
| Draft
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 10
| 10
| [[Largest%20number%20divisible%20by%20its%20digits|Largest number divisible by its digits]]
| [[Largest%20number%20divisible%20by%20its%20digits|Largest number divisible by its digits]]
| Draft
|- style="background-color: #ffc"
| 10
| [[Matrix%20chain%20multiplication|Matrix chain multiplication]]
| Draft
| Draft
|-
|-
Line 3,927: Line 3,939:
| 10
| 10
| [[Topological%20sort%2FExtracted%20top%20item|Topological sort/Extracted top item]]
| [[Topological%20sort%2FExtracted%20top%20item|Topological sort/Extracted top item]]
| Draft
|- style="background-color: #ffc"
| 10
| [[Transportation%20problem|Transportation problem]]
| Draft
| Draft
|-
|-
Line 3,943: Line 3,959:
| 9
| 9
| [[Compiler%2Fsyntax%20analyzer|Compiler/syntax analyzer]]
| [[Compiler%2Fsyntax%20analyzer|Compiler/syntax analyzer]]
| Task
|-
| 9
| [[Draw%20a%20pixel|Draw a pixel]]
| Task
| Task
|-
|-
Line 3,963: Line 3,975:
| 9
| 9
| [[Finite%20state%20machine|Finite state machine]]
| [[Finite%20state%20machine|Finite state machine]]
| Draft
|- style="background-color: #ffc"
| 9
| [[Free%20polyominoes%20enumeration|Free polyominoes enumeration]]
| Draft
| Draft
|-
|-
Line 3,972: Line 3,980:
| [[Kolakoski%20sequence|Kolakoski sequence]]
| [[Kolakoski%20sequence|Kolakoski sequence]]
| Task
| Task
|- style="background-color: #ffc"
| 9
| [[Matrix%20chain%20multiplication|Matrix chain multiplication]]
| Draft
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 9
| 9
Line 3,991: Line 3,995:
| 9
| 9
| [[Primes%20-%20allocate%20descendants%20to%20their%20ancestors|Primes - allocate descendants to their ancestors]]
| [[Primes%20-%20allocate%20descendants%20to%20their%20ancestors|Primes - allocate descendants to their ancestors]]
| Task
|-
| 9
| [[Square-free%20integers|Square-free integers]]
| Task
| Task
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 9
| 9
| [[Suffix%20tree|Suffix tree]]
| [[Suffix%20tree|Suffix tree]]
| Draft
|- style="background-color: #ffc"
| 9
| [[Transportation%20problem|Transportation problem]]
| Draft
| Draft
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 4,020: Line 4,024:
| [[Canny%20edge%20detector|Canny edge detector]]
| [[Canny%20edge%20detector|Canny edge detector]]
| Task
| Task
|- style="background-color: #ffc"
| 8
| [[Data%20Encryption%20Standard|Data Encryption Standard]]
| Draft
|- style="background-color: #ffc"
|- style="background-color: #ffc"
| 8
| 8
Line 4,031: Line 4,039:
| 8
| 8
| [[Kosaraju|Kosaraju]]
| [[Kosaraju|Kosaraju]]
| Draft
|- style="background-color: #ffc"
| 8
| [[Mastermind|Mastermind]]
| Draft
| Draft
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 4,039: Line 4,051:
| 7
| 7
| [[Banker%27s%20algorithm|Banker's algorithm]]
| [[Banker%27s%20algorithm|Banker's algorithm]]
| Draft
|- style="background-color: #ffc"
| 7
| [[Data%20Encryption%20Standard|Data Encryption Standard]]
| Draft
| Draft
|-
|-
Line 4,063: Line 4,071:
| 7
| 7
| [[Just%20in%20time%20processing%20on%20a%20character%20stream|Just in time processing on a character stream]]
| [[Just%20in%20time%20processing%20on%20a%20character%20stream|Just in time processing on a character stream]]
| Draft
|- style="background-color: #ffc"
| 7
| [[Mastermind|Mastermind]]
| Draft
| Draft
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 4,235: Line 4,239:
| 4
| 4
| [[Remote%20agent%2FSimulation|Remote agent/Simulation]]
| [[Remote%20agent%2FSimulation|Remote agent/Simulation]]
| Draft
|- style="background-color: #ffc"
| 4
| [[Simulated%20annealing|Simulated annealing]]
| Draft
| Draft
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 4,287: Line 4,295:
| 3
| 3
| [[Rosetta%20Code%2FTasks%20without%20examples|Rosetta Code/Tasks without examples]]
| [[Rosetta%20Code%2FTasks%20without%20examples|Rosetta Code/Tasks without examples]]
| Draft
|- style="background-color: #ffc"
| 3
| [[Simulated%20annealing|Simulated annealing]]
| Draft
| Draft
|- style="background-color: #ffc"
|- style="background-color: #ffc"
Line 4,355: Line 4,359:
| 1
| 1
| [[Solving%20coin%20problems|Solving coin problems]]
| [[Solving%20coin%20problems|Solving coin problems]]
| Draft
|- style="background-color: #ffc"
| 1
| [[Square-free%20integers|Square-free integers]]
| Draft
| Draft
|- style="background-color: #ffc"
|- style="background-color: #ffc"