We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a39831 commit fe9bf4cCopy full SHA for fe9bf4c
db/a-schema.sql
@@ -6,9 +6,9 @@ CREATE TYPE hole AS ENUM (
6
'arabic-to-roman', 'brainfuck', 'christmas-trees', 'css-colors', 'cubes',
7
'diamonds', 'divisors', 'emirp-numbers', 'emojify', 'evil-numbers',
8
'fibonacci', 'fizz-buzz', 'happy-numbers', 'intersection', 'leap-years',
9
- 'levenshtein-distance', 'leyland-numbers', 'lucky-tickets',
10
- 'morse-decoder', 'morse-encoder', 'niven-numbers', 'odious-numbers',
11
- 'ordinal-numbers', 'pangram-grep', 'pascals-triangle',
+ 'levenshtein-distance', 'leyland-numbers', 'look-and-say',
+ 'lucky-tickets', 'morse-decoder', 'morse-encoder', 'niven-numbers',
+ 'odious-numbers', 'ordinal-numbers', 'pangram-grep', 'pascals-triangle',
12
'pernicious-numbers', 'poker', 'prime-numbers', 'quine',
13
'rock-paper-scissors-spock-lizard', 'roman-to-arabic', 'rule-110',
14
'seven-segment', 'sierpiński-triangle', 'spelling-numbers', 'sudoku',
holes.toml
@@ -893,9 +893,9 @@ preamble = '''
893
894
['Look and Say']
895
category = 'Sequence'
896
-experiment = -1
897
links = [
898
{ name = 'OEIS A005150', url = '//oeis.org/A005150' },
+ { name = 'Rosetta Code', url = '//www.rosettacode.org/wiki/Look-and-say_sequence' },
899
{ name = 'Wikipedia', url = '//www.wikipedia.org/wiki/Look-and-say_sequence' },
900
]
901
preamble = '''
@@ -905,8 +905,7 @@ preamble = '''
905
the length with the original number. For example the next element after
906
111221 would be 312211 (three ones, two twos and one one).
907
908
-<p>
909
- Print the first 20 elements of the Look and Say sequence.
+<p>Print the first 20 elements of the Look and Say sequence.
910
'''
911
912
['Lucky Tickets']
0 commit comments