description
stringlengths
3
46
input
stringlengths
4
74
output
stringlengths
1
90
types
stringclasses
9 values
append-k with k=2
([8, 13, 11],)
[8, 13, 11, 2]
list(int) -> list(int)
nth (n=0) word delimited by '-'
('+172-Penn-Chilcott-E',)
+172
list(char) -> list(char)
kth-smallest with k=5
([11, 14, 2, 1, 3, 2, 13],)
11
list(int) -> int
count-k with k=5
([5, 5, 2, 5, 5, 5],)
5
list(int) -> int
range
(3,)
[0, 1, 2]
int -> list(int)
nth (n=-1) word delimited by ' '
('CA Vena 23 Hopkins',)
Hopkins
list(char) -> list(char)
Take first character and append '.'
('Marquess',)
M.
list(char) -> list(char)
bool-identify-k with k=0
([12],)
[False]
list(int) -> list(bool)
reverse
([7, 13, 5, 7, 6],)
[6, 7, 5, 13, 7]
list(int) -> list(int)
take-k with k=4
([3, 10, 3, 15],)
[3, 10, 3, 15]
list(int) -> list(int)
kth-smallest with k=1
([2, 8, 12],)
2
list(int) -> int
Prepend 'Hornak'
('P',)
HornakP
list(char) -> list(char)
Append '+138'
('Cornell',)
Cornell+138
list(char) -> list(char)
parentheses around a single word (II)
('426',)
(426)
list(char) -> list(char)
append-index-k with k=5
([11, 9, 15, 7, 2, 3, 11, 7, 1, 2],)
[11, 9, 15, 7, 2, 3, 11, 7, 1, 2, 2]
list(int) -> list(int)
drop-k with k=1
([12, 0],)
[0]
list(int) -> list(int)
rotate-k with k=2
([7, 1, 6, 5, 14, 14, 0, 5, 6],)
[5, 6, 7, 1, 6, 5, 14, 14, 0]
list(int) -> list(int)
ensure suffix `Andria`
('Hornak 575 MA JacquilineAndria',)
Hornak 575 MA JacquilineAndria
list(char) -> list(char)
drop-k with k=4
([4, 8, 4, 5],)
[]
list(int) -> list(int)
Replace '(' w/ ' '
('377(209(+118',)
377 209 +118
list(char) -> list(char)
index-k with k=5
([1, 5, 15, 15, 2, 10, 13, 15, 3, 7],)
2
list(int) -> int
parentheses around a single word (II)
('426',)
(426)
list(char) -> list(char)
keep-mod-k with k=5
([10, 7, 0],)
[10, 0]
list(int) -> list(int)
Append 2 strings (III)
('35', '981')
35981
list(char) -> list(char) -> list(char)
Append '636'
('844',)
844636
list(char) -> list(char)
slice-k-n with k=2 and n=5
([4, 14, 6, 13, 10, 6, 12, 8, 11, 14],)
[14, 6, 13, 10, 6]
list(int) -> list(int)
prepend-k with k=1
([13, 13, 16, 13, 0, 14, 13],)
[1, 13, 13, 16, 13, 0, 14, 13]
list(int) -> list(int)
parentheses around a single word (III)
('NY',)
(NY)
list(char) -> list(char)
nth (n=-1) word delimited by '.'
('+118.Mulloy.56',)
56
list(char) -> list(char)
Abbreviate words separated by '('
('+180(P',)
+.P.
list(char) -> list(char)
Replace ',' w/ '('
('820,Connecticut',)
820(Connecticut
list(char) -> list(char)
index-k with k=2
([8, 13, 4, 4, 12, 7],)
13
list(int) -> int
Abbreviate words separated by ' '
('+104 Hayley',)
+.H.
list(char) -> list(char)
slice-k-n with k=3 and n=2
([6, 6, 7, 8, 14, 7, 11, 14, 8, 16, 1, 8],)
[7, 8]
list(int) -> list(int)
keep-mod-k with k=5
([5, 9],)
[5]
list(int) -> list(int)
repeat-k with k=2
([3, 12, 15, 12],)
[3, 12, 15, 12, 3, 12, 15, 12]
list(int) -> list(int)
Append two words delimited by ' '
('Malissa', 'Philadelphia')
Malissa Philadelphia
list(char) -> list(char) -> list(char)
Append 2 strings (III)
('Cambridge', 'Honda550')
CambridgeHonda550
list(char) -> list(char) -> list(char)
slice-k-n with k=3 and n=2
([8, 8, 8, 15, 15, 16],)
[8, 15]
list(int) -> list(int)
Drop last 1 characters
('769',)
76
list(char) -> list(char)
First letters of words (IIIIII)
('888 Penn 50 UC',)
8P5U
list(char) -> list(char)
prepend-k with k=3
([0, 6],)
[3, 0, 6]
list(int) -> list(int)
index-k with k=3
([12, 15, 10, 10, 3, 8, 1, 11, 6],)
10
list(int) -> int
keep gt 3
([3, 4, 3, 0, 0],)
[4]
list(int) -> list(int)
Append two words delimited by ')'
('Park', 'Hopkins')
Park)Hopkins
list(char) -> list(char) -> list(char)
parentheses around word delimited by ',' & ' '
(',Samuel Stefany.+185',)
,(Samuel) Stefany.+185
list(char) -> list(char)
drop-k with k=1
([3, 13],)
[13]
list(int) -> list(int)
prepend-index-k with k=1
([4, 1],)
[4, 4, 1]
list(int) -> list(int)
Drop last 4 characters
('+167',)
null
list(char) -> list(char)
Take first character and append ')'
('414',)
4)
list(char) -> list(char)
Append two words delimited by ')'
('42', '959')
42)959
list(char) -> list(char) -> list(char)
Replace '-' w/ ' '
('+183-13',)
+183 13
list(char) -> list(char)
nth (n=0) word delimited by ')'
('E)844',)
E
list(char) -> list(char)
prepend-index-k with k=5
([4, 11, 12, 7, 2, 1, 15, 16],)
[2, 4, 11, 12, 7, 2, 1, 15, 16]
list(int) -> list(int)
drop first word delimited by '-'
('Cambridge-+7-+140-29',)
+7-+140-29
list(char) -> list(char)
has-k with k=4
([4, 4, 9, 16, 4, 4, 4],)
True
list(int) -> bool
bool-identify-geq-k with k=1
([3, 3, 3, 3],)
[True, True, True, True]
list(int) -> list(bool)
+1 maximum list
([9, 10, 4],)
11
list(int) -> int
Drop last 5 characters
('Ferrari250',)
Ferra
list(char) -> list(char)
slice-k-n with k=2 and n=2
([6, 1, 7, 11, 9, 4],)
[1, 7]
list(int) -> list(int)
Append two words delimited by '(,'
('50', '949')
50(,949
list(char) -> list(char) -> list(char)
parentheses around a single word (II)
('B',)
(B)
list(char) -> list(char)
First letters of words (IIIIII)
('888 Penn 50 UC',)
8P5U
list(char) -> list(char)
bool-identify-is-mod-k with k=3
([3, 3, 3, 5, 14],)
[True, True, True, False, False]
list(int) -> list(bool)
nth (n=0) word delimited by ' '
('268 14 +104',)
268
list(char) -> list(char)
Prepend '+174'
('851',)
+174851
list(char) -> list(char)
Drop last 1 characters
('290',)
29
list(char) -> list(char)
slice-k-n with k=2 and n=3
([5, 11, 9, 0, 10, 16, 9, 5, 11],)
[11, 9, 0]
list(int) -> list(int)
bool-identify-is-mod-k with k=5
([8, 7, 5, 10],)
[False, False, True, True]
list(int) -> list(bool)
repeat-k with k=4
([12, 3, 13],)
[12, 3, 13, 12, 3, 13, 12, 3, 13, 12, 3, 13]
list(int) -> list(int)
bool-identify-geq-k with k=3
([0, 9, 0],)
[False, True, False]
list(int) -> list(bool)
nth (n=1) word delimited by ','
('Tobias,986,FreeHafer,+9',)
986
list(char) -> list(char)
append-index-k with k=2
([5, 1, 1, 13, 5, 0, 1],)
[5, 1, 1, 13, 5, 0, 1, 1]
list(int) -> list(int)
pop
([8, 2, 2],)
[8, 2]
list(int) -> list(int)
Abbreviate words separated by '-'
('Mackenzie-K',)
M.K.
list(char) -> list(char)
First letters of words (IIII)
('310 817 Q +185',)
38Q+
list(char) -> list(char)
append-k with k=3
([7, 14, 9],)
[7, 14, 9, 3]
list(int) -> list(int)
Drop last 1 characters
('+130',)
+13
list(char) -> list(char)
Prepend 'Hornak'
('865',)
Hornak865
list(char) -> list(char)
Extract word delimited by '-' - ')'
('T-188)Brendan-736',)
188
list(char) -> list(char)
Append two words delimited by ' '
('Lain', 'Irwin')
Lain Irwin
list(char) -> list(char) -> list(char)
parentheses around word delimited by ',' & ','
('Bess,994,Montiel',)
Bess,(994),Montiel
list(char) -> list(char)
drop first word delimited by '('
('Ducati(969(+144(Olague',)
969(+144(Olague
list(char) -> list(char)
prepend-k with k=4
([12, 0, 9, 14, 11],)
[4, 12, 0, 9, 14, 11]
list(int) -> list(int)
slice-k-n with k=3 and n=1
([3, 1, 10, 10, 16, 4, 9, 14, 15],)
[10]
list(int) -> list(int)
Abbreviate separate words (IIIIII)
('+81', 'Halpern')
+.H.
list(char) -> list(char) -> list(char)
modulo-k with k=4
([3, 8, 1, 11, 6],)
[3, 0, 1, 3, 2]
list(int) -> list(int)
parentheses around a single word (IIII)
('+155',)
(+155)
list(char) -> list(char)
nth (n=-1) word delimited by ','
('50,+9',)
+9
list(char) -> list(char)
caesar-cipher-k-modulo-n with k=1 and n=4
([],)
[]
list(int) -> list(int)
nth (n=0) word delimited by ','
('R,Miah,Arbor',)
R
list(char) -> list(char)
Append two words delimited by ' '
('Mariel', 'Harvard')
Mariel Harvard
list(char) -> list(char) -> list(char)
Append two words delimited by '..'
('Vena', '50')
Vena..50
list(char) -> list(char) -> list(char)
ensure suffix `997`
('Quashie Miah',)
Quashie Miah997
list(char) -> list(char)
Extract word delimited by ')' - ','
('+104)+58,Ramthun,Bobo',)
+58
list(char) -> list(char)
Extract word delimited by ')' - ','
('Cambridge)Storrs,449)10',)
Storrs
list(char) -> list(char)
Abbreviate separate words (III)
('+174', 'Lain')
+.L.
list(char) -> list(char) -> list(char)
pow-k with k=3
([1],)
[1]
list(int) -> list(int)
ensure suffix `769`
('+169 +163 +129 46',)
+169 +163 +129 46769
list(char) -> list(char)
bool-identify-k with k=2
([3, 8, 1],)
[False, False, False]
list(int) -> list(bool)