Rosetta Code/Count examples/Full list/Tier 4

Revision as of 20:17, 1 May 2022 by Thundergnat (talk | contribs) (Update full list output)

Fourth tier of languages sorted by number of examples completed.

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

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