description
stringlengths 3
46
| input
stringlengths 4
74
| output
stringlengths 1
90
⌀ | types
stringclasses 9
values |
---|---|---|---|
slice-k-n with k=1 and n=3 | ([15, 12, 15, 9, 8, 3, 14, 3, 0, 0, 14],) | [15, 12, 15] | list(int) -> list(int) |
append-index-k with k=1 | ([3, 5, 0],) | [3, 5, 0, 3] | list(int) -> list(int) |
caesar-cipher-k-modulo-n with k=1 and n=4 | ([],) | [] | list(int) -> list(int) |
Append 'Angeles' | ('Celsa',) | CelsaAngeles | list(char) -> list(char) |
remove-index-k with k=1 | ([6, 0],) | [0] | list(int) -> list(int) |
keep gt 1 | ([3, 6, 3, 3, 2],) | [3, 6, 3, 3, 2] | list(int) -> list(int) |
keep-mod-k with k=2 | ([10, 8, 16, 5, 9],) | [10, 8, 16] | list(int) -> list(int) |
Replace ' ' w/ '(' | ('+9 Rowden Reily',) | +9(Rowden(Reily | list(char) -> list(char) |
drop first word delimited by ',' | ('943,65,216,CA',) | 65,216,CA | list(char) -> list(char) |
ensure suffix `Columbia` | ('647 Seamons 40 Teddy',) | 647 Seamons 40 TeddyColumbia | list(char) -> list(char) |
nth (n=-1) word delimited by ' ' | ('Edison 29 938 W',) | W | list(char) -> list(char) |
is-mod-k with k=5 | ([0, 10, 3, 3, 10, 4],) | False | list(int) -> bool |
First letters of words (IIIIII) | ('43 390 Phillip',) | 43P | list(char) -> list(char) |
count-k with k=5 | ([9, 1, 16],) | 0 | list(int) -> int |
slice-k-n with k=3 and n=4 | ([9, 0, 6, 6, 12, 7, 3, 13, 8],) | [6, 6, 12, 7] | list(int) -> list(int) |
Append 2 strings (III) | ('Tobias', '58') | Tobias58 | list(char) -> list(char) -> list(char) |
append-k with k=0 | ([],) | [0] | list(int) -> list(int) |
drop first word delimited by ' ' | ('386 Georgina 720 141',) | Georgina 720 141 | list(char) -> list(char) |
reverse | ([],) | [] | list(int) -> list(int) |
bool-identify-is-mod-k with k=4 | ([1],) | [False] | list(int) -> list(bool) |
drop-k with k=5 | ([15, 16, 16, 16, 6, 0, 4, 7],) | [0, 4, 7] | list(int) -> list(int) |
Abbreviate separate words (IIIIII) | ('Lakenya', '62') | L.6. | list(char) -> list(char) -> list(char) |
Drop last 4 characters | ('+167',) | null | list(char) -> list(char) |
bool-identify-k with k=5 | ([14],) | [False] | list(int) -> list(bool) |
modulo-k with k=3 | ([12, 11, 8, 8],) | [0, 2, 2, 2] | list(int) -> list(int) |
Append 2 strings (I) | ('Phialdelphia', '40') | Phialdelphia40 | list(char) -> list(char) -> list(char) |
index-head | ([3, 2, 6, 2, 15, 10, 13],) | 2 | list(int) -> int |
append-index-k with k=2 | ([7, 12, 7, 8, 13, 11, 8, 4],) | [7, 12, 7, 8, 13, 11, 8, 4, 12] | list(int) -> list(int) |
Extract word delimited by '(' - '(' | ('14(Rowden(Jeanice(Acura125',) | Rowden | list(char) -> list(char) |
remove-index-k with k=4 | ([14, 4, 7, 12, 4, 3],) | [14, 4, 7, 4, 3] | list(int) -> list(int) |
Abbreviate words separated by '.' | ('T.81',) | T.8. | list(char) -> list(char) |
head | ([8, 13, 8, 0, 14, 0, 5],) | 8 | list(int) -> int |
slice-k-n with k=2 and n=2 | ([8, 7, 10, 6, 9],) | [7, 10] | list(int) -> list(int) |
parentheses around word delimited by ',' & ',' | (',548,43',) | ,(548),43 | list(char) -> list(char) |
Abbreviate separate words (IIIIII) | ('Lakenya', '62') | L.6. | list(char) -> list(char) -> list(char) |
Append two words delimited by ' ' | ('+155', 'Bobo') | +155 Bobo | list(char) -> list(char) -> list(char) |
Drop last 4 characters | ('Santa',) | S | list(char) -> list(char) |
nth (n=0) word delimited by '-' | ('Olague-Bradford-+115-N',) | Olague | list(char) -> list(char) |
prepend-k with k=1 | ([5],) | [1, 5] | list(int) -> list(int) |
Take first character and append '.' | ('Marquess',) | M. | list(char) -> list(char) |
parentheses around a single word (I) | ('Withers',) | (Withers) | list(char) -> list(char) |
prepend-index-k with k=2 | ([15, 6],) | [6, 15, 6] | list(int) -> list(int) |
has-k with k=0 | ([0, 0, 0],) | True | list(int) -> bool |
Append 2 strings (I) | ('Phialdelphia', '40') | Phialdelphia40 | list(char) -> list(char) -> list(char) |
ensure suffix `568` | ('+194 517 Bobo568',) | +194 517 Bobo568 | list(char) -> list(char) |
bool-identify-is-prime | ([3, 6],) | [True, False] | list(int) -> list(bool) |
nth (n=-1) word delimited by '(' | ('Scalia(65',) | 65 | list(char) -> list(char) |
has-head-in-tail | ([15, 13, 10],) | False | list(int) -> bool |
ensure suffix `Scalia` | ('UIUC 526',) | UIUC 526Scalia | list(char) -> list(char) |
modulo-k with k=2 | ([12],) | [0] | list(int) -> list(int) |
slice-k-n with k=3 and n=5 | ([12, 13, 2, 11, 3, 1, 16, 11, 4, 12, 2, 1, 1],) | [2, 11, 3, 1, 16] | list(int) -> list(int) |
kth-largest with k=3 | ([6, 5, 4, 15, 11, 8, 8],) | 8 | list(int) -> int |
Take first character and append ')' | ('83',) | 8) | list(char) -> list(char) |
is-mod-k with k=4 | ([56, 12, 56, 60],) | True | list(int) -> bool |
append-k with k=5 | ([5, 14, 7],) | [5, 14, 7, 5] | list(int) -> list(int) |
bool-identify-k with k=2 | ([2, 2, 2, 2, 16, 2],) | [True, True, True, True, False, True] | list(int) -> list(bool) |
remove-index-k with k=3 | ([4, 0, 3, 4, 9, 2, 15, 4, 8, 5],) | [4, 0, 4, 9, 2, 15, 4, 8, 5] | list(int) -> list(int) |
nth (n=-1) word delimited by ',' | ('+194,Scalia,Montiel,Ghoston',) | Ghoston | list(char) -> list(char) |
Append two words delimited by ')' | ('Vena', 'Eccleston') | Vena)Eccleston | list(char) -> list(char) -> list(char) |
Append two words delimited by '(' | ('PA', 'Dermody') | PA(Dermody | list(char) -> list(char) -> list(char) |
ensure suffix `Ramthun` | ('Bogle Miah Honda250 Trinidad',) | Bogle Miah Honda250 TrinidadRamthun | list(char) -> list(char) |
empty | ([6, 0, 14, 0, 2, 12],) | False | list(int) -> bool |
count-k with k=0 | ([9, 15, 4, 7],) | 0 | list(int) -> int |
Replace ',' w/ '.' | ('017,Celsa',) | 017.Celsa | list(char) -> list(char) |
slice-k-n with k=4 and n=2 | ([8, 2, 9, 6, 5, 9, 12, 11, 11, 6],) | [6, 5] | list(int) -> list(int) |
slice-k-n with k=2 and n=3 | ([5, 11, 2, 6, 5, 15, 7, 0, 10, 16],) | [11, 2, 6] | list(int) -> list(int) |
Replace ',' w/ '.' | ('Reily,Madelaine',) | Reily.Madelaine | list(char) -> list(char) |
Extract word delimited by '(' - '(' | ('Andria(Honda125(+75(Malissa',) | Honda125 | list(char) -> list(char) |
Append two words delimited by ',' | ('Pennsylvania', '+198') | Pennsylvania,+198 | list(char) -> list(char) -> list(char) |
Replace '(' w/ '.' | ('155(Edison(CA(29',) | 155.Edison.CA.29 | list(char) -> list(char) |
modulo-k with k=3 | ([],) | [] | list(int) -> list(int) |
is-mod-k with k=1 | ([13, 14, 7, 1, 0, 11, 0],) | True | list(int) -> bool |
ensure suffix `Andria` | ('+13 20 +7',) | +13 20 +7Andria | list(char) -> list(char) |
First letters of words (III) | ('Trinidad 500 862',) | T58 | list(char) -> list(char) |
Prepend 'Sergienko' | ('Stefany',) | SergienkoStefany | list(char) -> list(char) |
parentheses around first word | ('TX 33 Pennsylvania',) | (TX) | list(char) -> list(char) |
has-k with k=4 | ([15, 14, 11, 7],) | False | list(int) -> bool |
Take first 2 characters | ('+2',) | +2 | list(char) -> list(char) |
ensure suffix `769` | ('Andria +140 Spell',) | Andria +140 Spell769 | list(char) -> list(char) |
nth (n=-1) word delimited by ')' | ('+42)+98)+115)Junkin',) | Junkin | list(char) -> list(char) |
reverse | ([],) | [] | list(int) -> list(int) |
kth-largest with k=5 | ([3, 16, 14, 5, 10, 1, 5, 6],) | 5 | list(int) -> int |
ensure suffix `Ramthun` | ('Annalisa Latimore ChismRamthun',) | Annalisa Latimore ChismRamthun | list(char) -> list(char) |
slice-k-n with k=1 and n=3 | ([3, 5, 5, 7, 6, 16, 4, 2, 7],) | [3, 5, 5] | list(int) -> list(int) |
kth-smallest with k=3 | ([10, 8, 7, 4, 2, 3, 12, 8],) | 4 | list(int) -> int |
Append '636' | ('FreeHafer',) | FreeHafer636 | list(char) -> list(char) |
replace-all-with-index-k with k=4 | ([10, 10, 0, 5, 7, 16, 2, 7, 8, 16],) | [5, 5, 5, 5, 5, 5, 5, 5, 5, 5] | list(int) -> list(int) |
Replace '-' w/ ' ' | ('759-Bogle',) | 759 Bogle | list(char) -> list(char) |
kth-smallest with k=4 | ([0, 4, 7, 13, 6, 12, 4],) | 6 | list(int) -> int |
Drop last 5 characters | ('Ferrari250',) | Ferra | list(char) -> list(char) |
caesar-cipher-k-modulo-n with k=4 and n=5 | ([],) | [] | list(int) -> list(int) |
slice-k-n with k=1 and n=2 | ([5, 8, 2, 6, 12, 8],) | [5, 8] | list(int) -> list(int) |
Prepend 'Jani' | ('Andria',) | JaniAndria | list(char) -> list(char) |
Replace '(' w/ '.' | ('155(Edison(CA(29',) | 155.Edison.CA.29 | list(char) -> list(char) |
Append 2 strings (IIIII) | ('Jacquiline', 'College') | JacquilineCollege | list(char) -> list(char) -> list(char) |
Drop last 2 characters | ('Stefany',) | Stefa | list(char) -> list(char) |
Take first 3 characters | ('598',) | 598 | list(char) -> list(char) |
Append two words delimited by ' -' | ('Q', 'Phillip') | Q -Phillip | list(char) -> list(char) -> list(char) |
ensure suffix `Columbia` | ('647 Seamons 40 Teddy',) | 647 Seamons 40 TeddyColumbia | list(char) -> list(char) |
is-mod-k with k=1 | ([6, 14, 7],) | True | list(int) -> bool |
Subsets and Splits