Rosetta Code/Count examples/Full list

From Rosetta Code
Revision as of 17:53, 10 October 2021 by Thundergnat (talk | contribs) (Update full list output)

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

This is something of a experiment. The languages have their completed task entries marked with a circled digit in the table so you can sort on the language to see which tasks have been done. Hold down control and click on several columns to do secondary, tertiary, etc. sorts.

Languages that omit a certain task have an uppercase O filled in for that task.

Ideally it would be nice to be able to generate the table on demand for any language but it is fairly intensive to generate. Once a week is ok, on demand would be unsustainable.

More than about 10 languages per page gets unwieldy and difficult to navigate. Generate reports for the top N languages in groups of 10. (N == 40 for now.)

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

Top tier Second tier Third tier Fourth tier
First ten programming languages by number of task examples completed:
    ① Phix          ② Go            ③ Julia         ④ Raku          ⑤ Nim          
    ⑥ Wren          ⑦ Perl          ⑧ Python        ⑨ C             ⑩ REXX         
As of 2021-10-10T17:52:14Z :: Tasks: 1138 :: Draft Tasks:306 :: Total Tasks: 1444 :: Total Examples: 80318
Count Task
505 Hello world/Text
332 99 bottles of beer
326 FizzBuzz
320 100 doors
297 Fibonacci sequence
291 Factorial
279 Comments
269 A+B
264 Empty program
242 Function definition
234 Loops/Infinite
229 Arrays
228 Loops/While
228 Reverse a string
227 Ackermann function
212 Loops/For
208 Conditional structures
204 Greatest common divisor
201 Arithmetic/Integer
198 Greatest element of a list
192 Array concatenation
192 Even or odd
186 Averages/Arithmetic mean
186 Integer comparison
185 Repeat a string
183 Increment a numerical string
180 Hello world/Graphical
178 Copy a string
177 Sieve of Eratosthenes
171 Boolean values
171 Loops/Downward for
170 Array length
169 Binary digits
169 Towers of Hanoi
168 Apply a callback to an array
168 Character codes
168 String concatenation
166 Integer sequence
166 Loops/Do-while
165 Hello world/Newline omission
165 Loops/For with a specified step
165 Loops/N plus one half
165 Palindrome detection
164 Loops/Foreach
164 Rot-13
164 Sum and product of an array
163 String length
162 Tokenize a string
161 Loops/Break
161 String case
161 Sum of a series
160 Generic swap
159 Empty string
159 Quine
157 Dot product
157 Leap year
155 Hailstone sequence
155 Sum of squares
154 Logical operations
153 Filter
152 Associative array/Creation
152 Sort an integer array
151 Sorting algorithms/Bubble sort
150 Roman numerals/Encode
149 Factors of an integer
147 Caesar cipher
147 Execute a system command
146 Remove duplicate elements
145 Higher-order functions
145 Loop over multiple arrays simultaneously
144 Determine if a string is numeric
144 Guess the number
144 System time
142 Stack
141 Sorting algorithms/Quicksort
141 User input/Text
140 File input/output
140 Luhn test of credit card numbers
140 Primality by trial division
138 Bitwise operations
138 Hello world/Standard error
137 Day of the week
135 Command-line arguments
135 Happy numbers
135 Loops/Continue
135 Read entire file
135 Substring
134 Create a file
134 Generate lower case ASCII alphabet
134 Mutual recursion
134 Zero to the zero power
132 Check that file exists
132 Sleep
131 Least common multiple
131 Pascal's triangle
130 ABC problem
130 Flatten a list
130 Literals/String
129 Date format
128 Variables
127 Balanced brackets
127 Program termination
126 Ethiopian multiplication
126 Include a file
125 Compound data type
125 Function composition
125 Literals/Integer
124 Binary search
124 Detect division by zero
123 Count in octal
123 Formatted numeric output
123 Knuth shuffle
123 Mandelbrot set
122 Associative array/Iteration
122 Count occurrences of a substring
122 Loops/Nested
122 Roman numerals/Decode
121 Averages/Root mean square
121 N-queens problem
121 Sorting algorithms/Insertion sort
120 Case-sensitivity of identifiers
120 Haversine formula
120 Null object
119 Anagrams
119 Pick random element
119 Read a file line by line
117 Identity matrix
117 Matrix multiplication
117 Matrix transposition
117 Multiplication tables
117 Real constants and functions
117 Search a list
116 Averages/Median
116 Classes O
116 Guess the number/With feedback
116 Hash from two arrays
116 Letter frequency
115 Babbage problem
115 Delete a file
115 Environment variables
115 File size
115 Perfect numbers
115 String matching
114 Align columns
114 Assertions
114 Find limit of recursion
114 HTTP
114 Look-and-say sequence
114 Rename a file
114 Return multiple values
113 Conway's Game of Life
113 Input loop
112 Pangram checker
112 Random numbers
111 Arithmetic/Complex
111 Catalan numbers
111 Hostname
110 Infinity
110 Sierpinski triangle
109 Accumulator factory
109 Evaluate binomial coefficients
108 Levenshtein distance
108 Permutations
108 String append
108 Strip a set of characters from a string
108 Temperature conversion
107 Arithmetic-geometric mean
107 Horner's rule for polynomial evaluation
107 Reverse words in a string
107 Substring/Top and tail
107 Variadic function
106 Averages/Pythagorean means
106 Program name
106 Run-length encoding
105 Anonymous recursion
105 Comma quibbling
105 Prime decomposition
105 Zig-zag matrix
104 Bulls and cows
104 Nth root
104 Regular expressions
104 String interpolation (included)
104 Strip whitespace from a string/Top and tail
103 Exceptions
103 Harshad or Niven series
103 Sorting algorithms/Merge sort
103 Sum multiples of 3 and 5
103 Trigonometric functions
102 Call a function
102 Combinations
102 Queue/Definition
102 Sorting algorithms/Selection sort
102 The Twelve Days of Christmas
101 Ordered words
100 Create a two-dimensional array at runtime
100 Digital root
100 Middle three digits
100 N'th
100 Power set
100 Shell one-liner
100 Short-circuit evaluation
100 Sierpinski carpet
100 Sum digits of an integer
100 Vector products
99 24 game
99 Arbitrary-precision integers (included)
99 String prepend
98 Interactive programming O
97 Range extraction
97 Sorting algorithms/Gnome sort
97 Walk a directory/Non-recursively
97 Y combinator
96 Execute Brain****
96 Range expansion
95 Abundant, deficient and perfect number classifications
95 Collections
95 Enumerations
94 Create an HTML table
94 First-class functions
94 Hello world/Newbie
94 Sequence of non-squares
94 Sorting algorithms/Cocktail sort
94 Time a function
93 Evolutionary algorithm
93 Exponentiation operator
93 One-dimensional cellular automata
93 Random number generator (included)
92 Averages/Mode
92 Dragon curve
92 Inheritance/Single
92 MD5
92 Sort using a custom comparator
91 Cumulative standard deviation
91 Forward difference
91 Hofstadter Q sequence
91 Number names
91 Sorting algorithms/Bogosort
90 Amicable pairs
90 JSON
90 Langton's ant
90 Monty Hall problem
90 Symmetric difference
89 Averages/Simple moving average
89 Entropy
89 Hamming numbers
89 Josephus problem
89 Price fraction
89 String comparison
88 Calculating the value of e
88 Gray code
88 Number reversal game
88 Simple windowed application
88 Tree traversal
87 Catamorphism
87 Five weekends
87 Greatest subsequential sum
87 Last Friday of each month
87 Map range
87 Sorting algorithms/Heapsort
86 Abstract type
86 CSV data manipulation
86 Compare a list of strings
86 Menu
85 Almost prime
85 CSV to HTML translation
85 Floyd's triangle
85 Queue/Usage
85 Sort an array of composite structures
85 Terminal control/Clear the screen
85 Walk a directory/Recursively
84 Closures/Value capture
84 Count in factors
84 SEDOLs
84 Window creation
83 Find the last Sunday of each month
83 Monte Carlo methods
83 Non-decimal radices/Convert
83 URL decoding
82 File modification time
82 Introspection
82 Repeat
82 Set
82 Terminal control/Ringing the terminal bell
82 Word wrap
81 Address of a variable
81 Bitmap
81 Box the compass
81 Hello world/Line printer
81 Here document O
81 Operator precedence
81 Order two numerical lists
81 Read a specific line from a file
81 Sorting algorithms/Shell sort
81 Top rank per group
81 Web scraping
80 CRC-32
80 Literals/Floating point
80 Long multiplication
80 Lucas-Lehmer test
80 Munchausen numbers
80 Playing cards
80 Roots of unity
80 Show ASCII table
79 Concurrent computing
79 Count the coins
79 Find common directory path
79 Jensen's Device
79 Population count
79 Pythagorean triples
79 Show the epoch
79 Singly-linked list/Traversal
79 Sockets
79 Sorting algorithms/Counting sort
79 Spiral matrix
79 Split a character string based on change of character
79 XML/Input
78 Anti-primes
78 Date manipulation
78 Dynamic variable names O
78 Linear congruential generator
78 Multifactorial
78 Soundex
78 URL encoding
77 Call an object method O
77 Find the missing permutation
77 Kaprekar numbers
77 Keyboard input/Obtain a Y or N response
77 Knapsack problem/0-1
77 Proper divisors
77 Strip comments from a string
76 Averages/Mean angle
76 Empty directory
76 Flow-control structures
76 Modular inverse
76 Phrase reversals
76 Semordnilap
76 Sorting algorithms/Comb sort
76 Sudoku
75 Anagrams/Deranged anagrams
75 Calendar
75 Hello world/Web server
75 Man or boy test
75 Non-decimal radices/Output
75 Pi
75 SHA-1
75 Special characters
75 Take notes on the command line
75 Unicode variable names
75 Vigenère cipher
74 AKS test for primes
74 Equilibrium index
74 Fibonacci n-step number sequences
74 Gamma function
74 List comprehensions
74 Parsing/RPN calculator algorithm
74 Read a configuration file
74 Rock-paper-scissors
74 Write entire file
73 Animation
73 Currying
73 Enforced immutability
73 Euler's sum of powers conjecture
73 Exceptions/Catch an exception thrown in a nested call
73 Execute HQ9+
73 Multiple distinct objects
73 SHA-256
73 Singly-linked list/Element definition
73 Sort disjoint sublist
73 Stair-climbing puzzle
72 Combinations with repetitions
72 Convert seconds to compound duration
72 Four bit adder
72 Guess the number/With feedback (player)
72 Quaternion type
72 Rep-string
72 Thue-Morse
72 Zeckendorf number representation
71 15 puzzle game
71 Bitmap/Bresenham's line algorithm
71 Call a foreign-language function
71 Extend your language
71 Fractal tree
71 Horizontal sundial calculations
71 Jump anywhere
71 Longest common subsequence
71 Polymorphism
70 Catalan numbers/Pascal's triangle
70 Closest-pair problem
70 Draw a sphere
70 Fork
70 IBAN
70 Largest int from concatenated ints
70 Named parameters
70 Nested function
70 Numerical integration
70 Old lady swallowed a fly
70 Pernicious numbers
70 Priority queue
70 Self-describing numbers
70 Sorting algorithms/Stooge sort
70 Trabb Pardo–Knuth algorithm
70 Write float arrays to a text file
69 Benford's law
69 Constrained random points on a circle
69 Magic squares of odd order
69 Maze generation
69 Sorting algorithms/Pancake sort
69 Text processing/Max licenses in use
69 Van der Corput sequence
68 Arithmetic/Rational
68 Barnsley fern
68 Department numbers
68 Euler method
68 Square but not cube
67 Amb
67 Chinese remainder theorem
67 Fast Fourier transform
67 General FizzBuzz
67 Hofstadter-Conway $10,000 sequence
67 Morse code
67 Narcissistic decimal number
67 Remove lines from a file
67 Roots of a function
67 Runtime evaluation O
67 Sequence of primes by trial division
67 Sort stability
67 Special variables
67 Strip control codes and extended characters from a string
67 Unix/ls
66 100 prisoners
66 Angle difference between two bearings
66 Circles of given radius through two points
66 Documentation
66 HTTPS
66 Inheritance/Multiple
66 One of n lines in a file
66 Optional parameters
66 Sort three variables
66 Variable size/Get
66 Yin and yang
65 Continued fraction
65 Get system command output
65 Jewels and stones
65 Memory allocation
65 Modular exponentiation
65 Roots of a quadratic function
65 Tic-tac-toe
65 Write language name in 3D ASCII
65 XML/Output
64 Animate a pendulum
64 Attractive numbers
64 Cholesky decomposition
64 Damm algorithm
64 Exponentiation order
64 Factors of a Mersenne number
64 Plot coordinate pairs
64 Reduced row echelon form
64 Semiprime
64 Singly-linked list/Element insertion
64 Stern-Brocot sequence
64 Undefined values
64 Word frequency
63 Best shuffle
63 Binary strings
63 Globally replace text in several files
63 Non-decimal radices/Input
63 Probabilistic choice
62 24 game/Solve
62 Abundant odd numbers
62 Arithmetic evaluation
62 Extract file extension
62 Generator/Exponential
62 Host introspection
62 Mouse position
62 Runge-Kutta method
62 Sorting algorithms/Sleep sort
62 Test a function
62 Truncatable primes
62 Van Eck sequence
61 Averages/Mean time of day
61 Bitmap/Write a PPM file
61 CUSIP
61 Cartesian product of two or more lists
61 Compile-time calculation O
61 Draw a clock
61 Emirp primes
61 Gapful numbers
61 Partial function application
61 Terminal control/Display an extended character
61 Two sum
61 User input/Graphical
60 2048
60 9 billion names of God the integer
60 Add a variable to a class instance at runtime O
60 Dutch national flag problem
60 Huffman coding
60 Integer overflow
60 Knapsack problem/Continuous
60 Knapsack problem/Unbounded
60 Longest common prefix
60 Miller–Rabin primality test
60 Sorting algorithms/Bead sort
60 Subleq
60 Unicode strings
59 4-rings or 4-squares puzzle
59 Brownian tree
59 JortSort
59 Knight's tour
59 Left factorials
59 Magic 8-ball
58 Deal cards for FreeCell
58 Define a primitive data type O
58 Determine if a string has all the same characters
58 Doubly-linked list/Element definition
58 Draw a cuboid
58 Hash join
58 I before E except after C
58 Leonardo numbers
58 Long year
58 Ludic numbers
58 Mad Libs
58 Odd word problem
58 Random number generator (device)
58 Scope modifiers
58 Stem-and-leaf plot
58 Ternary logic
58 Unbias a random generator
57 Base64 encode data
57 Chinese zodiac
57 Delegates
57 Determine if a string is collapsible
57 Dinesman's multiple-dwelling problem
57 Fibonacci word
57 Grayscale image
57 ISBN13 check digit
57 LZW compression
57 Matrix-exponentiation operator
57 Multisplit
57 Pointers and references
57 Sierpinski triangle/Graphical
57 Singleton
57 Sorting algorithms/Permutation sort
57 Terminal control/Coloured text
57 Topological sort
57 Truncate a file
56 DNS query
56 Discordian date
56 Extreme floating point values
56 Forest fire
56 Modulinos
56 Pascal matrix generation
56 Quickselect algorithm
56 Rosetta Code/Rank languages by popularity
56 Stack traces
56 Terminal control/Cursor positioning
55 Base64 decode data
55 Convert decimal number to rational
55 Draw a pixel
55 Iterated digits squaring
55 Kernighans large earthquake problem
55 Keyboard input/Keypress check
55 Munching squares
55 Runtime evaluation/In an environment O
55 Validate International Securities Identification Number
55 XML/XPath
54 Bernoulli numbers
54 Call a function in a shared library
54 Dijkstra's algorithm
54 FASTA format
54 Handle a signal
54 Inverted syntax
54 Loops/Increment loop index within loop body
54 Non-continuous subsequences
54 Perfect shuffle
54 Seven-sided dice from five-sided dice
54 Smith numbers
54 Statistics/Basic
54 Synchronous concurrency
54 Universal Turing machine
54 Vector
54 Wireworld
54 XML/DOM serialization
53 Copy stdin to stdout
53 Dining philosophers
53 Heronian triangles
53 Longest common substring
53 Maximum triangle path sum
53 Polynomial regression
53 Sattolo cycle
53 Send email
53 Strip block comments
53 Text processing/2
53 Tokenize a string with escaping
52 Associative array/Merging
52 First-class functions/Use numbers analogously O
52 Gaussian elimination
52 Holidays related to Easter
52 Longest increasing subsequence
52 McNuggets problem
52 Naming conventions
52 Password generator
52 Pig the dice game
52 Rate counter
52 Shoelace formula for polygonal area
52 Sort numbers lexicographically
51 Archimedean spiral
51 Cantor set
51 Chaos game
51 Determinant and permanent
51 Farey sequence
51 Fractran
51 GUI component interaction
51 Longest string challenge
51 Make directory path
51 Move-to-front algorithm
51 RPG attributes generator
51 Remove vowels from a string
51 Respond to an unknown method call O
50 Colour bars/Display
50 Determine if a string has all unique characters
50 Doubly-linked list/Element insertion
50 Egyptian division
50 Find the intersection of two lines
50 Jaro similarity
50 Search a list of records
50 Stable marriage problem
50 Text processing/1
50 Two identical strings
50 Zebra puzzle
49 Doubly-linked list/Traversal
49 Echo server
49 Extensible prime generator
49 Greyscale bars/Display
49 Hofstadter Figure-Figure sequences
49 Kronecker product
49 Last letter-first letter
49 Metaprogramming
49 Water collected between towers
48 Execute a Markov algorithm
48 Fusc sequence
48 History variables O
48 OpenGL
48 Polymorphic copy
48 Polynomial long division
48 Recaman's sequence
48 Sparkline in unicode
48 Verify distribution uniformity/Naive
48 Visualize a tree
47 Append a record to the end of a text file
47 Average loop length
47 Bitmap/Flood fill
47 Determine if a string is squeezable
47 Determine if only one instance is running
47 Elementary cellular automaton
47 Narcissist
47 Nim game
47 Problem of Apollonius
47 Set consolidation
47 Ulam spiral (for primes)
46 Active object
46 Bell numbers
46 Currency
46 Days between dates
46 Doubly-linked list/Definition
46 Element-wise operations
46 Generate Chess960 starting position
46 Image noise
46 Parsing/Shunting-yard algorithm
46 Sorting algorithms/Radix sort
46 Start from a main routine O
46 Sum of divisors
46 Text between
45 Bitmap/Read a PPM file
45 Bulls and cows/Player
45 Carmichael 3 strong pseudoprimes
45 Largest proper divisor of n
45 Rosetta Code/Count examples
45 Secure temporary file
45 Send an unknown method call O O
45 Speech synthesis
45 Spinning rod animation/Text
45 Subtractive generator
45 Sum of first n cubes
45 Sum to 100
45 Taxicab numbers
45 Terminal control/Dimensions
45 The Name Game
45 Truth table
44 Abbreviations, automatic
44 Atomic updates
44 Deepcopy
44 Digital root/Multiplicative digital root
44 Fivenum
44 Flipping bits game
44 GUI/Maximum window dimensions
44 Hickerson series of almost integers
44 Keyboard input/Flush the keyboard buffer
44 Percentage difference between images
44 Primality by Wilson's theorem
44 Sorting Algorithms/Circle Sort
44 Twelve statements
44 UTF-8 encode and decode
43 Aliquot sequence classifications
43 Balanced ternary
43 Bitmap/Midpoint circle algorithm
43 Combinations and permutations
43 Hilbert curve
43 Inverted index
43 Knapsack problem/Bounded
43 Loops/With multiple ranges
43 MD5/Implementation
43 Musical scale
43 Permutations by swapping
43 Permutations/Derangements
43 Ranking methods
43 S-expressions
43 Sailors, coconuts and a monkey problem
43 Sort a list of object identifiers
43 Summarize and say sequence
43 Table creation/Postal addresses
43 Tau number
43 Totient function
43 Voronoi diagram
42 Calendar - for "REAL" programmers O
42 Casting out nines
42 Chowla numbers
42 Color of a screen pixel
42 Cycle detection
42 Euler's identity
42 Isqrt (integer square root) of X
42 Mertens function
42 Parallel calculations
42 Pascal's triangle/Puzzle
42 Permutations with repetitions
42 Words containing "the" substring
41 21 game
41 Abbreviations, easy
41 Additive primes
41 Bioinformatics/base count
41 Brazilian numbers
41 Cramer's rule
41 GUI enabling/disabling of controls
41 Idiomatically determine all the lowercase and uppercase letters
41 Julia set
41 Largest number divisible by its digits
41 Long primes
41 MAC Vendor Lookup
41 Parametric polymorphism O O
41 Perfect totient numbers
41 Permutation test
41 Prime conspiracy
41 Primorial numbers
41 Ray-casting algorithm
41 Rosetta Code/Find bare lang tags
41 Scope/Function names and labels
41 Sorting algorithms/Strand sort
41 Statistics/Normal distribution
41 Substitution cipher
41 Sum of the digits of n is substring of n
41 Topswops
41 Variable size/Set
41 Variable-length quantity
40 Brace expansion
40 Colour pinstripe/Display
40 Coprimes
40 Cuban primes
40 Feigenbaum constant calculation
40 Humble numbers
40 Knuth's algorithm S
40 LU decomposition
40 Loops/Wrong ranges
40 Magic squares of doubly even order
40 Read a file character by character/UTF8
40 Terminal control/Hiding the cursor
39 Approximate equality
39 Check output device is a terminal
39 Convex hull
39 Create a file on magnetic tape
39 Display a linear combination
39 Events
39 File extension is in extensions list
39 Floyd-Warshall algorithm
39 Four is magic
39 Input/Output for lines of text
39 Kahan summation
39 Lychrel numbers
39 Metered concurrency
39 Multiple regression
39 Order disjoint list items
39 Palindrome dates
39 Parsing/RPN to infix conversion
39 Penney's game
39 Pythagorean quadruples
39 QR decomposition
39 Sutherland-Hodgman polygon clipping
39 Tau function
39 Terminal control/Inverse video
39 Vampire number
38 Abbreviations, simple
38 Bitwise IO
38 Break OO privacy O
38 Constrained genericity O O O
38 Fibonacci word/fractal
38 Find palindromic numbers in both binary and ternary bases
38 Find the intersection of a line with a plane
38 Function prototype O
38 Input/Output for pairs of numbers
38 Integer roots
38 Maze solving
38 Metronome
38 Minesweeper game
38 Pathological floating point problems
38 Safe primes and unsafe primes
38 Solve the no connection puzzle
38 Terminal control/Unicode output
38 Test integerness
37 Cousin primes
37 Lah numbers
37 MD4
37 Numbers divisible by their individual digits, but not by the product of their digits.
37 Object serialization O O
37 Pinstripe/Display
37 RSA code
37 Square-free integers
36 ABC words
36 Apply a digital filter (direct form II transposed)
36 Base 16 numbers needing a to f
36 Bitmap/Bézier curves/Cubic
36 Church numerals
36 Conjugate transpose
36 Egyptian fractions
36 Multiline shebang
36 Mutex
36 Numerical integration/Gauss-Legendre Quadrature
36 Ordered partitions
36 Pentagram
36 Product of divisors
36 Pythagoras tree
36 RIPEMD-160
36 Smallest square that begins with n
36 Subset sum problem
36 Yellowstone sequence
35 Arithmetic-geometric mean/Calculate Pi
35 Cheryl's birthday
35 Determine if two triangles overlap
35 Entropy/Narcissist
35 Extra primes
35 Factorions
35 Frobenius numbers
35 Nice primes
35 Old Russian measure of length
35 Parametrized SQL statement
35 Partition an integer x into n primes
35 Primes whose sum of digits is 25
35 Sequence: smallest number with exactly n divisors
35 Sorting algorithms/Patience sort
35 Textonyms
35 Zumkeller numbers
34 Chaocipher
34 Check input device is a terminal
34 Continued fraction/Arithmetic/Construct from rational number
34 Decimal floating point number to binary
34 Diversity prediction theorem
34 Eban numbers
34 Galton box animation
34 Multi-dimensional array
34 Pattern matching O O
34 Poker hand analyser
34 Reflection/List properties O
34 Set puzzle
34 Solve a Hidato puzzle
34 Straddling checkerboard
34 Strange numbers
34 Topic variable O
33 Bacon cipher
33 Bitcoin/address validation
33 Bitmap/Histogram
33 Dice game probabilities
33 Executable library
33 Faulhaber's triangle
33 First power of 2 that has leading decimal digits of 12
33 Longest common suffix
33 Mersenne primes
33 Mian-Chowla sequence
33 Multiplicative order
33 Negative base numbers
33 Parse command-line arguments
33 Resistor mesh
33 Sorting algorithms/Cycle sort
33 Special Divisors
33 Strange plus numbers
33 Strong and weak primes
33 Terminal control/Cursor movement
33 Triplet of three numbers
33 Type detection
33 Use another language to call a function
33 Write to Windows event log
33 Xiaolin Wu's line algorithm
32 Bitmap/Bézier curves/Quadratic
32 Burrows–Wheeler transform
32 Change e letters to i in words
32 Chat server
32 Circular primes
32 Compiler/lexical analyzer
32 Create an object at a given address O
32 Draw a rotating cube
32 Execute SNUSP
32 FTP
32 Faulhaber's formula
32 Implicit type conversion
32 Keyboard macros
32 Length of an arc between two angles
32 Modular arithmetic
32 Numbers with equal rises and falls
32 Numeric error propagation
32 Pell's equation
32 Pragmatic directives
32 Rosetta Code/Find unimplemented tasks
32 Sequence: smallest number greater than previous term with exactly n divisors
32 Set of real numbers
32 Sexy primes
32 Simple database
32 Smarandache prime-digital sequence
32 Super-d numbers
32 Terminal control/Preserve screen
32 URL parser
32 Unique characters
32 Unprimeable numbers
32 Word break problem
32 Zhang-Suen thinning algorithm
31 Arena storage pool
31 Check Machin-like formulas
31 Checkpoint synchronization
31 Death Star
31 Decision tables
31 Find prime numbers of the form n*n*n+2
31 Find words which contains more than 3 e vowels
31 Find words with alternating vowels and consonants
31 First class environments
31 Gauss-Jordan matrix inversion
31 HTTPS/Authenticated
31 Jacobi symbol
31 Koch curve
31 Memory layout of a data structure
31 Numbers which binary and ternary digit sum are prime
31 Numbers with prime digits whose sum is 13
31 Parallel brute force
31 Range consolidation
31 Rosetta Code/Fix code tags
31 Shift list elements to left by 3
31 State name puzzle
31 Stirling numbers of the first kind
31 Stirling numbers of the second kind
31 Strange unique prime triplets
31 Stream merge
31 Successive prime differences
31 Update a configuration file
31 Verify distribution uniformity/Chi-squared test
31 Weird numbers
31 Window creation/X11
31 Word wheel
30 AVL tree
30 Alternade words
30 Angles (geometric), normalization and conversion
30 Bin given limits
30 Chebyshev coefficients
30 Chemical calculator
30 Deconvolution/1D
30 Fairshare between two and more
30 Minimum positive multiple in base 10 using only 0 and 1
30 Peano curve
30 Perlin noise
30 Polyspiral
30 Sum and product puzzle
30 Superellipse
29 Active Directory/Connect
29 Esthetic numbers
29 Fermat numbers
29 Find first and last set bit of a long integer
29 Formal power series
29 Fraction reduction
29 Honeycombs
29 Law of cosines - triples
29 Long literals, with continuations
29 Machine code
29 Magnanimous numbers
29 Möbius function
29 Nonoblock
29 Plasma effect
29 Primes with digits in nondecreasing order
29 Ramsey's theorem
29 Reflection/List methods O
29 Sum of elements below main diagonal of matrix
29 Summarize primes
29 Superpermutation minimisation
29 Table creation
29 Thiele's interpolation formula
29 World Cup group stage
28 A* search algorithm
28 Birthday problem
28 Common sorted list
28 Cut a rectangle
28 Find largest left truncatable prime in a given base
28 First perfect square in base n with n unique digits
28 Generate random chess position
28 Go Fish
28 Hunt the Wumpus
28 Kronecker product based fractals
28 Mayan numerals
28 Monads/Maybe monad
28 Natural sorting
28 Nautical bell
28 Palindromic gapful numbers
28 Pierpont primes
28 Same fringe
28 Show the (decimal) value of a number of 1s appended with a 3, then squared
28 Sierpinski pentagon
28 Solve a Holy Knight's tour
28 Sorting algorithms/Cocktail sort with shifting bounds
28 Teacup rim text
28 The ISAAC Cipher
28 Tonelli-Shanks algorithm
27 Abelian sandpile model
27 Calkin-Wilf sequence
27 Card shuffles
27 Cipolla's algorithm
27 Color wheel
27 Distributed programming
27 Find words whose first and last three letters are equal
27 Finite state machine
27 Fixed length records
27 Image convolution
27 Increasing gaps between consecutive Niven numbers
27 N-smooth numbers
27 Next highest int from digits
27 Paraffins
27 Partition function P
27 Ramer-Douglas-Peucker line simplification
27 Safe addition
27 Sequence of primorial primes
27 Simulate input/Keyboard
27 Twin primes
27 Video display modes O
27 Welch's t-test
26 Audio alarm
26 Base58Check encoding
26 Bioinformatics/Sequence mutation
26 Distinct power numbers
26 Function frequency
26 Halt and catch fire
26 Hough transform
26 Idiomatically determine all the characters that can be used for symbols
26 Intersecting number wheels
26 Kolakoski sequence
26 Linux CPU utilization
26 Magic squares of singly even order
26 Parse an IP Address
26 RCRPG
26 Random Latin squares
26 Shortest common supersequence
26 Snake and Ladder
26 UPC
26 Yahoo! search interface
25 Almkvist-Giullera formula for pi
25 De Bruijn sequences
25 Deming's Funnel
25 Elementary cellular automaton/Random Number Generator
25 Elliptic curve arithmetic
25 Find words which contains all the vowels
25 K-means++ clustering
25 List rooted trees
25 Lucky and even lucky numbers
25 Make a backup file
25 Merge and aggregate datasets
25 Mind boggling card trick
25 Play recorded sounds
25 Playfair cipher
25 Pseudo-random numbers/PCG32
25 Self numbers
25 Total circles area
24 Active Directory/Search for a user
24 Changeable words
24 Commatizing numbers
24 Common list elements
24 Find if a point is within a triangle
24 Find prime n such that reversed n is also prime
24 Markov chain text generator
24 Matrix chain multiplication
24 Neighbour primes
24 Numbers in base 10 that are palindromic in bases 2, 4, and 16
24 Numeric separator syntax
24 Odd words
24 Padovan sequence
24 Percolation/Mean run density
24 Permutations/Rank of a permutation
24 Piprimes
24 Record sound
24 Reverse the gender of a string
24 SOAP
24 Sokoban
24 Solve a Hopido puzzle
24 Solve a Numbrix puzzle
24 Sylvester's sequence
24 Words from neighbour ones
23 15 puzzle solver
23 Addition chains
23 Cistercian numerals
23 Count how many vowels and consonants occur in a string
23 Create an object/Native demonstration O
23 Doomsday rule
23 Exponentiation with infix operators in (or operating on) the base
23 File size distribution
23 Find duplicate files
23 Find first missing positive
23 Main step of GOST 28147-89
23 Monads/List monad
23 Nested templated data
23 Numbers in base-16 representation that cannot be written with decimal digits
23 Numbers with same digit set in base 10 and base 16
23 Orbital elements
23 Order by pair comparisons
23 Pig the dice game/Player
23 Pseudo-random numbers/Xorshift star
23 Reflection/Get source O
23 Sierpinski arrowhead curve
23 Spelling of ordinal numbers
23 Ulam numbers
23 Wieferich primes
22 ASCII art diagram converter
22 Assertions in design by contract
22 Bilinear interpolation
22 Coprime triplets
22 Data Encryption Standard
22 Eertree
22 Elementary cellular automaton/Infinite length
22 Find minimum number of coins that make a given value
22 Kosaraju
22 Levenshtein distance/Alignment
22 Mastermind
22 Median filter
22 Montgomery reduction
22 Native shebang
22 Palindromic primes
22 Perceptron
22 Polynomial synthetic division
22 Rare numbers
22 Sequence: nth number with exactly n divisors
22 Smallest power of 6 whose decimal expansion contains n
22 Solve triangle solitare puzzle
22 Sunflower fractal
22 Vigenère cipher/Cryptanalysis
22 Vogel's approximation method
21 Abelian sandpile model/Identity
21 Arithmetic coding/As a generalized change of radix
21 Bitcoin/public point to address
21 Consecutive primes with ascending or descending differences
21 EKG sequence convergence
21 Index finite lists of positive integers
21 Joystick position O
21 K-d tree
21 Latin Squares in reduced form
21 Line circle intersection
21 Maximum difference between adjacent elements of list
21 N-body problem
21 Odd squarefree semiprimes
21 Palindromic primes in base 16
21 Pancake numbers
21 Print debugging statement
21 Pseudo-random numbers/Combined recursive generator MRG32k3a
21 Readline interface
21 Simulate input/Mouse
21 Sort the letters of string in alphabetical order
21 Sum data type
21 Window management
20 Canonicalize CIDR
20 Color quantization
20 Compiler/code generator
20 Erdős-primes
20 Find words which contain the most consonants
20 Knuth's power tree
20 Metallic ratios
20 Monads/Writer monad
20 Most frequent k chars distance
20 Names to numbers
20 Next special primes
20 Nonogram solver
20 P-value correction
20 Padovan n-step number sequences
20 Prime triplets
20 Prime words
20 Primes - allocate descendants to their ancestors
20 Selective file copy
20 Separate the house number from the street name
20 Sleeping Beauty problem
20 Special factorials
20 Transportation problem
20 Untrusted environment
20 Word search
20 Zeckendorf arithmetic
19 Biorhythms
19 Code segment unload
19 Compiler/virtual machine interpreter
19 Draw pixel 2
19 Find URI in text
19 Just in time processing on a character stream
19 Matrix digital rain
19 Motzkin numbers
19 Peaceful chess queen armies
19 Percolation/Site percolation
19 Positive decimal integers with the digit 1 occurring exactly twice
19 Practical numbers
19 Prime numbers which contain 123
19 SQL-based authentication
19 Substring primes
18 Banker's algorithm
18 Concatenate two primes is also prime
18 Cubic Special Primes
18 Free polyominoes enumeration
18 Generate random numbers without repeating a value
18 HTTPS/Client-authenticated O
18 Imaginary base numbers
18 Largest five adjacent number
18 Minimum number of cells after, before, above and below NxN squares
18 NYSIIS
18 Nimber arithmetic
18 Particle swarm optimization
18 Percolation/Mean cluster density
18 Permutations with some identical elements
18 Permuted multiples
18 Primes which contain only one odd digit
18 Print itself
18 Proof O O
18 Pseudo-random numbers/Splitmix64
18 Reverse the order of lines in a text file while preserving the contents of each line
18 Self-hosting compiler O
18 Snake
18 Suffix tree
18 Tarjan
18 Terminal control/Positional read
18 The sieve of Sundaram
18 Two bullet roulette
18 Unique characters in each string
18 Vibrating rectangles
18 Wilson primes of order n
17 Aspect oriented programming
17 Bitmap/Read an image through a pipe
17 Chernick's Carmichael numbers
17 Compare sorting algorithms' performance
17 Compiler/syntax analyzer
17 Cyclops numbers
17 Cyclotomic polynomial
17 Geometric algebra
17 Getting the number of decimals
17 Jaro-Winkler distance
17 Logistic curve fitting in epidemiology
17 Numbers whose count of divisors is prime
17 Percolation/Bond percolation
17 Primes whose first and last number is 3
17 Quadrat Special Primes
17 Ramanujan's constant
17 Rendezvous
17 Retrieve and search chat history
17 Sierpinski curve
17 Singly-linked list/Element removal
17 Smallest numbers
17 Special neighbor primes
17 Square root by hand
17 XML validation
16 Bioinformatics/Subsequence
16 Bitmap/PPM conversion through a pipe
16 Compiler/AST interpreter
16 Four is the number of letters in the ...
16 Harmonic series
16 Numerical integration/Adaptive Simpson's method
16 Sierpinski square curve
16 Sine wave
16 Special pythagorean triplet
16 Topological sort/Extracted top item
15 Continued fraction/Arithmetic/G(matrix ng, continued fraction n)
15 Distribution of 0 Digits in factorial series
15 Functional coverage tree
15 Gradient descent
15 Interactive help
15 Juggler sequence
15 Legendre prime counting function
15 Longest palindromic substrings
15 Modified random distribution
15 Multi-base primes
15 OpenWebNet password
15 Prime numbers p which sum of prime numbers less or equal to p is prime
15 SHA-256 Merkle tree
15 Sum of primes in odd positions is prime
15 Untouchable numbers
15 Word ladder
14 Deconvolution/2D+
14 Factorial base numbers indexing permutations of a collection
14 Generalised floating point addition
14 Minimal steps down to 1
14 Non-transitive dice
14 Pisano period
14 Run as a daemon or service
14 Tree from nesting levels
14 XXXX redacted
13 Air mass
13 Audio frequency generator
13 Canny edge detector
13 Checksumcolor
13 Display an outline as a nested table
13 Greed
13 Launch rocket with countdown and acceleration in stdout
13 Longest substrings without repeating characters
13 One-time pad
13 Penrose tiling
13 Pentomino tiling
13 Railway circuit
13 Simulated annealing
13 Sorting algorithms/Tree sort on a linked list
13 Text completion
13 Three word location
13 Unit testing
13 Using a speech engine to highlight words
13 VList
12 Catmull–Clark subdivision surface
12 Combinations with repetitions/Square digit chain
12 Distinct Palindromes within decimal numbers
12 Execute CopyPasta Language
12 External sort
12 Fortunate numbers
12 French Republican calendar
12 Geohash
12 Minkowski question-mark function
12 Pandigital prime
12 Pseudorandom number generator image
12 Safe mode
12 Spoof game
12 Suffixation of decimal numbers
12 Tetris
12 Time-based one-time password algorithm
11 Bioinformatics/Global alignment
11 Colour pinstripe/Printer
11 Conjugate a Latin verb
11 Count the coins/0-1
11 Curve that touches three points
11 Fibonacci matrix-exponentiation
11 Graph colouring
11 Home primes
11 Hourglass puzzle
11 Pinstripe/Printer
11 Powerful numbers
11 Quoting constructs
11 Range modifications
11 Resistance calculator
11 Square form factorization
11 Starting a web browser
11 Tree datastructures
11 Tropical algebra overloading
11 War card game
10 16 puzzle game
10 Brace expansion using ranges
10 Elliptic Curve Digital Signature Algorithm
10 Faces from a mesh
10 Find Chess960 starting position identifier
10 Morpion solitaire
10 Numerical and alphabetical suffixes
10 OpenGL/Utah Teapot
10 Overloaded operators
10 Parse EBNF
10 Ramanujan primes
10 Resistance network calculator
10 Rodrigues’ rotation formula
10 Rosetta Code/Rank languages by number of users
10 Rosetta Code/Tasks without examples
10 Sort an outline at every level
10 Text to HTML
10 Verhoeff algorithm
9 ADFGVX cipher
9 Continued fraction/Arithmetic/G(matrix ng, continued fraction n1, continued fraction n2)
9 Discrete Fourier transform
9 Fibonacci heap
9 IPC via named pipe
9 Integer long division
9 Mayan calendar
9 Multidimensional Newton-Raphson method
9 Terminal control/Restricted width positional input/No wrapping
9 Terminal control/Restricted width positional input/With wrapping
9 User defined pipe and redirection operators
8 Compiler/Verifying syntax
8 Doubly-linked list/Element removal
8 OpenGL pixel shader
8 Price list behind API
8 Ramanujan primes/twins
8 Random sentence from book
8 Raster bars
8 Robots
8 Smallest enclosing circle problem
8 Tamagotchi emulator
7 Addition-chain exponentiation
7 Audio overlap loop
7 Black Box
7 Boids
7 Hexapawn
7 Horse racing
7 I'm a software engineer, get me out of here
7 Latin Squares in reduced form/Randomizing using Jacobson and Matthews’ Technique
7 P-Adic numbers, basic
7 Process SMIL directives in XML data
7 Recursive descent parser generator
7 Remote agent/Agent logic
7 Remote agent/Simulation
7 Rosetta Code/Run examples
7 Simple turtle graphics
7 URL shortener
7 Waveform analysis/Doh ray me
7 Wordiff
6 Chess player
6 Compiler/Simple file inclusion pre processor
6 Particle fountain
6 Peripheral drift illusion
6 Remote agent/Agent interface
6 Solve a Rubik's Cube
6 Strassen's algorithm
5 Generalised floating point multiplication
5 Number triplets game
5 OLE automation
5 P-Adic square roots
5 Solving coin problems
5 Unicode polynomial equation
5 Waveform analysis/Top and tail
5 Weather routing
5 WiktionaryDumps to words
4 Create your own text control codes
4 Multiton
4 Rosetta Code/List authors of task descriptions
4 Ukkonen’s suffix tree construction
4 Using the Meetup.com API
3 15 puzzle game in 3D
3 B-spline
3 Blackjack strategy
3 CLI-based maze-game
3 Elevator simulation
3 Vidir
2 IRC gateway
1 Mine a bitcoin
1 Uno (Card Game)