question
stringlengths 398
460
| answer
stringclasses 2
values | metadata
dict | difficulty
int64 2
5
|
|---|---|---|---|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
ecdhrmsvak peocnyrmqg
|
True
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 0,
"string_length": 11,
"words": [
"ecdhrmsvak",
"peocnyrmqg"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
jxhbxttsm ekiokuucj
|
True
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 1,
"string_length": 10,
"words": [
"jxhbxttsm",
"ekiokuucj"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
nzcsisizjnjugjnh ofjrnrnfcolkgcoe
|
False
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 2,
"string_length": 16,
"words": [
"nzcsisizjnjugjnh",
"ofjrnrnfcolkgcoe"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
eusqibudtfbdf laosfxaizvxiv
|
True
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 3,
"string_length": 14,
"words": [
"eusqibudtfbdf",
"laosfxaizvxiv"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
gcagksbwsf uheuyofpoj
|
True
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 4,
"string_length": 11,
"words": [
"gcagksbwsf",
"uheuyofpoj"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
kgeotbhiebqsgm gjufyzspuzimjv
|
True
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 5,
"string_length": 15,
"words": [
"kgeotbhiebqsgm",
"gjufyzspuzimjv"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
kkuvjzbqvjaafvsmf nnwifeoyifjjpiakp
|
True
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 6,
"string_length": 18,
"words": [
"kkuvjzbqvjaafvsmf",
"nnwifeoyifjjpiakp"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
ijahjdfdpa juyluavady
|
True
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 7,
"string_length": 11,
"words": [
"ijahjdfdpa",
"juyluavady"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
lcqryhrfiycvyttwr cdjuphuqapdypaxfu
|
False
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 8,
"string_length": 17,
"words": [
"lcqryhrfiycvyttwr",
"cdjuphuqapdypaxfu"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
kkckekxkayhoo omrmgmbmdhxee
|
False
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 9,
"string_length": 13,
"words": [
"kkckekxkayhoo",
"omrmgmbmdhxee"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
dqmfbzxposrzq wayxzgsjivtga
|
True
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 10,
"string_length": 14,
"words": [
"dqmfbzxposrzq",
"wayxzgsjivtga"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
vaqaldpldfdpzlcvqcf gdidtsxtsysxrtngany
|
False
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 11,
"string_length": 19,
"words": [
"vaqaldpldfdpzlcvqcf",
"gdidtsxtsysxrtngany"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
uqcydvpbxka tkwhfxgjame
|
True
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 12,
"string_length": 12,
"words": [
"uqcydvpbxka",
"tkwhfxgjame"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
vdrzrlqoayy ejbabickgdb
|
False
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 13,
"string_length": 11,
"words": [
"vdrzrlqoayy",
"ejbabickgdb"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
wuknitygspofcitvv wbfpklyutoqcaklnn
|
True
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 14,
"string_length": 18,
"words": [
"wuknitygspofcitvv",
"wbfpklyutoqcaklnn"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
tcyuwsalo szwgfxbay
|
True
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 15,
"string_length": 10,
"words": [
"tcyuwsalo",
"szwgfxbay"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
dvvxlbxbtuiqqjxkhp cyyfjqfqzmsuulfrwk
|
True
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 16,
"string_length": 19,
"words": [
"dvvxlbxbtuiqqjxkhp",
"cyyfjqfqzmsuulfrwk"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
wsushsqqbujd geieheffciub
|
True
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 17,
"string_length": 13,
"words": [
"wsushsqqbujd",
"geieheffciub"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
fcxphfocwmfua rwalxrywscroj
|
True
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 18,
"string_length": 14,
"words": [
"fcxphfocwmfua",
"rwalxrywscroj"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
vyybslrxzwawzysm bqqdwkgylsfslqwz
|
True
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 19,
"string_length": 17,
"words": [
"vyybslrxzwawzysm",
"bqqdwkgylsfslqwz"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
culazeziqasgnnrkgs gnmxsbsptxufoolvfu
|
True
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 20,
"string_length": 19,
"words": [
"culazeziqasgnnrkgs",
"gnmxsbsptxufoolvfu"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
ehorhvrwdphfctpt tlbolaokmcleuqcq
|
True
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 21,
"string_length": 17,
"words": [
"ehorhvrwdphfctpt",
"tlbolaokmcleuqcq"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
tksebbjnrxdrorzg knxbddpzaoqasayj
|
True
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 22,
"string_length": 17,
"words": [
"tksebbjnrxdrorzg",
"knxbddpzaoqasayj"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
axaxkwckxewqnei ptptawlatrwbirf
|
True
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 23,
"string_length": 16,
"words": [
"axaxkwckxewqnei",
"ptptawlatrwbirf"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
cxeizabndm bquwteixfm
|
True
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 24,
"string_length": 11,
"words": [
"cxeizabndm",
"bquwteixfm"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
mmemqevpzp ggcghcdbqb
|
True
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 25,
"string_length": 11,
"words": [
"mmemqevpzp",
"ggcghcdbqb"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
digmeykzwpiypdrvv wcpzbtqdkictizlxx
|
False
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 26,
"string_length": 17,
"words": [
"digmeykzwpiypdrvv",
"wcpzbtqdkictizlxx"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
ztymmgakb lkvwwzadt
|
True
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 27,
"string_length": 10,
"words": [
"ztymmgakb",
"lkvwwzadt"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
xfihtnbcwa gjeipzkwam
|
True
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 28,
"string_length": 11,
"words": [
"xfihtnbcwa",
"gjeipzkwam"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
bejerawtasljfwp smrmqlsalnwregd
|
False
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 29,
"string_length": 15,
"words": [
"bejerawtasljfwp",
"smrmqlsalnwregd"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
udlkluhfcfw gmdcdbhaqas
|
False
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 30,
"string_length": 11,
"words": [
"udlkluhfcfw",
"gmdcdbhaqas"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
qzuroaxsmmlqk ugcwvxroqqdui
|
True
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 31,
"string_length": 14,
"words": [
"qzuroaxsmmlqk",
"ugcwvxroqqdui"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
ciibzlxaxzyatnpcfme gjjqxoukuxeksbgphlt
|
False
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 32,
"string_length": 19,
"words": [
"ciibzlxaxzyatnpcfme",
"gjjqxoukuxeksbgphlt"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
xdahohhniredhlemo ybnwxwwkautbwitqp
|
False
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 33,
"string_length": 17,
"words": [
"xdahohhniredhlemo",
"ybnwxwwkautbwitqp"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
oumuujqrucbphg xyqyyzjgyomsie
|
True
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 34,
"string_length": 15,
"words": [
"oumuujqrucbphg",
"xyqyyzjgyomsie"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
ciqtfwssqzazy xjvrhcllveneu
|
True
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 35,
"string_length": 14,
"words": [
"ciqtfwssqzazy",
"xjvrhcllveneu"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
hemwwovokcly diymmbzbsunx
|
True
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 36,
"string_length": 13,
"words": [
"hemwwovokcly",
"diymmbzbsunx"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
tcdqrsinzqn mriegqhodeo
|
True
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 37,
"string_length": 12,
"words": [
"tcdqrsinzqn",
"mriegqhodeo"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
nlklsjcpczgft fagactiqidspo
|
True
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 38,
"string_length": 14,
"words": [
"nlklsjcpczgft",
"fagactiqidspo"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
ykqzxvjsuchtvjugzj zksmbjdxqwlycdqemd
|
False
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 39,
"string_length": 18,
"words": [
"ykqzxvjsuchtvjugzj",
"zksmbjdxqwlycdqemd"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
abbzebjmgvki qmmdxhyvrofp
|
False
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 40,
"string_length": 12,
"words": [
"abbzebjmgvki",
"qmmdxhyvrofp"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
xfpwvuupmlkqxzbsx lfyrpfeycatzlsqbl
|
False
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 41,
"string_length": 17,
"words": [
"xfpwvuupmlkqxzbsx",
"lfyrpfeycatzlsqbl"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
pshvqjtkkaotch tzjwhkfylimfoj
|
False
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 42,
"string_length": 14,
"words": [
"pshvqjtkkaotch",
"tzjwhkfylimfoj"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
ivxghkctxctms jpfrwnmbfwbka
|
False
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 43,
"string_length": 13,
"words": [
"ivxghkctxctms",
"jpfrwnmbfwbka"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
ysruauiims dbnbckzzab
|
False
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 44,
"string_length": 10,
"words": [
"ysruauiims",
"dbnbckzzab"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
kenyknnisoqt obrhoaafqink
|
False
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 45,
"string_length": 12,
"words": [
"kenyknnisoqt",
"obrhoaafqink"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
ywasfhfitxyhmuix msikyzqcexmzlgcx
|
False
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 46,
"string_length": 16,
"words": [
"ywasfhfitxyhmuix",
"msikyzqcexmzlgcx"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
nfrmvnhrgmx rkefarteces
|
False
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 47,
"string_length": 11,
"words": [
"nfrmvnhrgmx",
"rkefarteces"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
qgulgueelrdpr hungunwwgcfqg
|
False
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 48,
"string_length": 13,
"words": [
"qgulgueelrdpr",
"hungunwwgcfqg"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
hzzxxxxevlv hfkbbbbpnzn
|
False
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 49,
"string_length": 11,
"words": [
"hzzxxxxevlv",
"hfkbbbbpnzn"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
kbejgzqrhpsgzdqd zvdoubxjasguwcxc
|
False
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 50,
"string_length": 16,
"words": [
"kbejgzqrhpsgzdqd",
"zvdoubxjasguwcxc"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
dilzibgtiwhowjjcq almtlpydlqqfkuuno
|
False
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 51,
"string_length": 17,
"words": [
"dilzibgtiwhowjjcq",
"almtlpydlqqfkuuno"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
emhlmtkmslxbhdmxw qszasjystakvzlskc
|
True
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 52,
"string_length": 18,
"words": [
"emhlmtkmslxbhdmxw",
"qszasjystakvzlskc"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
dbqftvwbvgtvwwielz zesymjkeidmikkhxla
|
False
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 53,
"string_length": 18,
"words": [
"dbqftvwbvgtvwwielz",
"zesymjkeidmikkhxla"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
hvynzwrylfbgkx koyszglymbqrcu
|
True
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 54,
"string_length": 15,
"words": [
"hvynzwrylfbgkx",
"koyszglymbqrcu"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
lpsjsdlsrxhy buzyzqbziwft
|
True
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 55,
"string_length": 13,
"words": [
"lpsjsdlsrxhy",
"buzyzqbziwft"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
pmqdkbvpwsjujup ayjiovgakqxixna
|
False
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 56,
"string_length": 15,
"words": [
"pmqdkbvpwsjujup",
"ayjiovgakqxixna"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
tcfeanrqmbofxzg mrltbhiufcolnpy
|
True
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 57,
"string_length": 16,
"words": [
"tcfeanrqmbofxzg",
"mrltbhiufcolnpy"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
jndmbkrehyu mfkvoewpgzt
|
True
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 58,
"string_length": 12,
"words": [
"jndmbkrehyu",
"mfkvoewpgzt"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
kxhvcqyrvzxjvvqbcwo ayunjptlnkyhnlpmjiz
|
False
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 59,
"string_length": 19,
"words": [
"kxhvcqyrvzxjvvqbcwo",
"ayunjptlnkyhnlpmjiz"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
lkhgzumgdktz mdctfnhpwdbf
|
False
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 60,
"string_length": 12,
"words": [
"lkhgzumgdktz",
"mdctfnhpwdbf"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
nvrdwxhqfgpifhtud dnvofaritqzxticko
|
False
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 61,
"string_length": 17,
"words": [
"nvrdwxhqfgpifhtud",
"dnvofaritqzxticko"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
dcynnbzfrl iksmvyxzaj
|
False
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 62,
"string_length": 10,
"words": [
"dcynnbzfrl",
"iksmvyxzaj"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
bsayzzjilmxhntaeyt ojcaggmkvdbzywcqaw
|
True
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 63,
"string_length": 19,
"words": [
"bsayzzjilmxhntaeyt",
"ojcaggmkvdbzywcqaw"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
apbvlxudewzlqrly trluwbegxkvwfywj
|
True
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 64,
"string_length": 17,
"words": [
"apbvlxudewzlqrly",
"trluwbegxkvwfywj"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
jfhqfketnyzfd dafqtoapyzutg
|
False
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 65,
"string_length": 13,
"words": [
"jfhqfketnyzfd",
"dafqtoapyzutg"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
roevuoznvirk hiklpzrxlehn
|
False
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 66,
"string_length": 12,
"words": [
"roevuoznvirk",
"hiklpzrxlehn"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
xpcqgrxamuaya zoujcrzxebxax
|
True
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 67,
"string_length": 14,
"words": [
"xpcqgrxamuaya",
"zoujcrzxebxax"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
tmnwnrmsadirfwsm pwqcqhwnkidhxcrw
|
False
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 68,
"string_length": 16,
"words": [
"tmnwnrmsadirfwsm",
"pwqcqhwnkidhxcrw"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
yvmbwznkzmooc tkhmpyzewhggn
|
False
|
{
"difficulty": {
"string_length": [
10,
19
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 69,
"string_length": 13,
"words": [
"yvmbwznkzmooc",
"tkhmpyzewhggn"
]
}
| 2
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
dcfidkgprcakvcxbsbzmevjiroltb rpbdrlwsepqlmpzuxunokmtdeacfu
|
True
|
{
"difficulty": {
"string_length": [
20,
30
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 0,
"string_length": 30,
"words": [
"dcfidkgprcakvcxbsbzmevjiroltb",
"rpbdrlwsepqlmpzuxunokmtdeacfu"
]
}
| 3
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
jxhbxttsmljmopifzqj ekiokuucjmejlyxshfe
|
True
|
{
"difficulty": {
"string_length": [
20,
30
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 1,
"string_length": 20,
"words": [
"jxhbxttsmljmopifzqj",
"ekiokuucjmejlyxshfe"
]
}
| 3
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
nzcsisizjnugnjnhlytiagieiw ofjrnrnfcokgkcoeahynsgnunz
|
False
|
{
"difficulty": {
"string_length": [
20,
30
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 2,
"string_length": 26,
"words": [
"nzcsisizjnugnjnhlytiagieiw",
"ofjrnrnfcokgkcoeahynsgnunz"
]
}
| 3
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
eusqibudtfbdfvrfnpylyim laosfxaizvxivupvqywrwfk
|
True
|
{
"difficulty": {
"string_length": [
20,
30
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 3,
"string_length": 24,
"words": [
"eusqibudtfbdfvrfnpylyim",
"laosfxaizvxivupvqywrwfk"
]
}
| 3
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
gcagksbwsfuyolqrdktm uheuyofpojbarkvciyst
|
True
|
{
"difficulty": {
"string_length": [
20,
30
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 4,
"string_length": 21,
"words": [
"gcagksbwsfuyolqrdktm",
"uheuyofpojbarkvciyst"
]
}
| 3
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
kgeotbhiebqsgmcaxpltygjc gjufyzspuzimjvhtlxcybjoh
|
True
|
{
"difficulty": {
"string_length": [
20,
30
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 5,
"string_length": 25,
"words": [
"kgeotbhiebqsgmcaxpltygjc",
"gjufyzspuzimjvhtlxcybjoh"
]
}
| 3
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
kkuvjzbqvjaafvsmfqhfpkuyyie nnwifeoyifjjpiakpylpunwbbtv
|
True
|
{
"difficulty": {
"string_length": [
20,
30
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 6,
"string_length": 28,
"words": [
"kkuvjzbqvjaafvsmfqhfpkuyyie",
"nnwifeoyifjjpiakpylpunwbbtv"
]
}
| 3
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
ijahjdfdpacgocdfimyl juyluavadyxmqxavjipg
|
True
|
{
"difficulty": {
"string_length": [
20,
30
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 7,
"string_length": 21,
"words": [
"ijahjdfdpacgocdfimyl",
"juyluavadyxmqxavjipg"
]
}
| 3
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
lcqryhrfriycvytwrnybwmcyeni cdjuphuqgapdypxfuepifsdpwea
|
False
|
{
"difficulty": {
"string_length": [
20,
30
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 8,
"string_length": 27,
"words": [
"lcqryhrfriycvytwrnybwmcyeni",
"cdjuphuqgapdypxfuepifsdpwea"
]
}
| 3
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
xkckekxkayhoonikephztlb imrmgmbmdhxeeqsmgpxlfzu
|
False
|
{
"difficulty": {
"string_length": [
20,
30
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 9,
"string_length": 23,
"words": [
"xkckekxkayhoonikephztlb",
"imrmgmbmdhxeeqsmgpxlfzu"
]
}
| 3
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
dqmfbzxposrzqcejmitrghk wayxzgsjivtgadhnyqmteul
|
True
|
{
"difficulty": {
"string_length": [
20,
30
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 10,
"string_length": 24,
"words": [
"dqmfbzxposrzqcejmitrghk",
"wayxzgsjivtgadhnyqmteul"
]
}
| 3
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
vaqaldpldfdpzhlcvcfflajahpyfr gdidtsxtsysxrutngnyytdvdmxfyp
|
False
|
{
"difficulty": {
"string_length": [
20,
30
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 11,
"string_length": 29,
"words": [
"vaqaldpldfdpzhlcvcfflajahpyfr",
"gdidtsxtsysxrutngnyytdvdmxfyp"
]
}
| 3
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
uqcydvpbxkamkfwegolsd tkwhfxgjameomsudqyncf
|
True
|
{
"difficulty": {
"string_length": [
20,
30
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 12,
"string_length": 22,
"words": [
"uqcydvpbxkamkfwegolsd",
"tkwhfxgjameomsudqyncf"
]
}
| 3
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
vdrzrlqoaykwpyangcocr ejbabickgdsvlcgqnykyb
|
False
|
{
"difficulty": {
"string_length": [
20,
30
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 13,
"string_length": 21,
"words": [
"vdrzrlqoaykwpyangcocr",
"ejbabickgdsvlcgqnykyb"
]
}
| 3
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
wuknitygspofcitvvxnofhjavzk wbfpklyutoqcaklnngpqcjevnhf
|
True
|
{
"difficulty": {
"string_length": [
20,
30
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 14,
"string_length": 28,
"words": [
"wuknitygspofcitvvxnofhjavzk",
"wbfpklyutoqcaklnngpqcjevnhf"
]
}
| 3
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
tcyuwsalowdkwtfffok szwgfxbayfpcfsmmmyc
|
True
|
{
"difficulty": {
"string_length": [
20,
30
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 15,
"string_length": 20,
"words": [
"tcyuwsalowdkwtfffok",
"szwgfxbayfpcfsmmmyc"
]
}
| 3
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
dvvxlbxbtuiqqjxkhpbhjfpzuztt cyyfjqfqzmsuulfrwkqwlvkemezz
|
True
|
{
"difficulty": {
"string_length": [
20,
30
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 16,
"string_length": 29,
"words": [
"dvvxlbxbtuiqqjxkhpbhjfpzuztt",
"cyyfjqfqzmsuulfrwkqwlvkemezz"
]
}
| 3
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
wsushsqqbujdyaiwpyurvr geieheffciubyadgpyiqmq
|
True
|
{
"difficulty": {
"string_length": [
20,
30
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 17,
"string_length": 23,
"words": [
"wsushsqqbujdyaiwpyurvr",
"geieheffciubyadgpyiqmq"
]
}
| 3
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
fcxphfocwmfuatufscubkrf rwalxrywscrojgormwotuzr
|
True
|
{
"difficulty": {
"string_length": [
20,
30
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 18,
"string_length": 24,
"words": [
"fcxphfocwmfuatufscubkrf",
"rwalxrywscrojgormwotuzr"
]
}
| 3
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
vyybslrxzwawzysmfouyxytjwz bqqdwkgylsfslqwzxupqyqcrsl
|
True
|
{
"difficulty": {
"string_length": [
20,
30
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 19,
"string_length": 27,
"words": [
"vyybslrxzwawzysmfouyxytjwz",
"bqqdwkgylsfslqwzxupqyqcrsl"
]
}
| 3
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
culazeziqasgnnrkgstuyxuutmnt gnmxsbsptxufoolvfuznwqnnzyoz
|
True
|
{
"difficulty": {
"string_length": [
20,
30
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 20,
"string_length": 29,
"words": [
"culazeziqasgnnrkgstuyxuutmnt",
"gnmxsbsptxufoolvfuznwqnnzyoz"
]
}
| 3
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
ehorhvrwdphfctptncjkmlnvip tlbolaokmcleuqcqyudvpnyasc
|
True
|
{
"difficulty": {
"string_length": [
20,
30
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 21,
"string_length": 27,
"words": [
"ehorhvrwdphfctptncjkmlnvip",
"tlbolaokmcleuqcqyudvpnyasc"
]
}
| 3
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
tksebbjnrxdrorzggecvsjxovu knxbddpzaoqasayjjbelxposlt
|
True
|
{
"difficulty": {
"string_length": [
20,
30
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 22,
"string_length": 27,
"words": [
"tksebbjnrxdrorzggecvsjxovu",
"knxbddpzaoqasayjjbelxposlt"
]
}
| 3
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
axaxkwckxewqneiadbflgltwc ptptawlatrwbirfpyknzdzowl
|
True
|
{
"difficulty": {
"string_length": [
20,
30
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 23,
"string_length": 26,
"words": [
"axaxkwckxewqneiadbflgltwc",
"ptptawlatrwbirfpyknzdzowl"
]
}
| 3
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
cxeizabndmwaiolsvxth bquwteixfmsewyaprqgc
|
True
|
{
"difficulty": {
"string_length": [
20,
30
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 24,
"string_length": 21,
"words": [
"cxeizabndmwaiolsvxth",
"bquwteixfmsewyaprqgc"
]
}
| 3
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
mmemqevpzpzxiquoowfa ggcghcdbqbqzrhosslwj
|
True
|
{
"difficulty": {
"string_length": [
20,
30
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 25,
"string_length": 21,
"words": [
"mmemqevpzpzxiquoowfa",
"ggcghcdbqbqzrhosslwj"
]
}
| 3
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
digmeykzwpiyprvvsmxofksgwvf wcpzbtqdkictilxxvzhnrqvpker
|
False
|
{
"difficulty": {
"string_length": [
20,
30
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 26,
"string_length": 27,
"words": [
"digmeykzwpiyprvvsmxofksgwvf",
"wcpzbtqdkictilxxvzhnrqvpker"
]
}
| 3
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
brlbbkxgakkbxfomfvunjaviotelp mcammtwuottmwgjhgfyibofsjkral
|
True
|
{
"difficulty": {
"string_length": [
20,
30
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 27,
"string_length": 30,
"words": [
"brlbbkxgakkbxfomfvunjaviotelp",
"mcammtwuottmwgjhgfyibofsjkral"
]
}
| 3
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
xfihtnbcwajoxirqusxj gjeipzkwamcugeqtfvgc
|
True
|
{
"difficulty": {
"string_length": [
20,
30
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 28,
"string_length": 21,
"words": [
"xfihtnbcwajoxirqusxj",
"gjeipzkwamcugeqtfvgc"
]
}
| 3
|
Two strings are isomorphic if the characters in one string can be replaced to get the second string.
All occurrences of a character must be replaced with another character while preserving the order of characters.
No two characters may map to the same character, but a character may map to itself.
Return True if the following two strings are isomorphic, or False otherwise:
bejeratasljfwptsogfyxhcaf smrmqlalnwregdanhfeukjbre
|
False
|
{
"difficulty": {
"string_length": [
20,
30
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 29,
"string_length": 25,
"words": [
"bejeratasljfwptsogfyxhcaf",
"smrmqlalnwregdanhfeukjbre"
]
}
| 3
|
End of preview. Expand
in Data Studio
README.md exists but content is empty.
- Downloads last month
- 13