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:
wthmetkzifvjgojbkslizamo isnftscrqdyxmpxuchoqrgfp
|
True
|
{
"difficulty": {
"string_length": [
20,
30
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 130,
"string_length": 25,
"words": [
"wthmetkzifvjgojbkslizamo",
"isnftscrqdyxmpxuchoqrgfp"
]
}
| 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:
xtujtkryyzteizyophwghidu bnigndsmmonpzomjavfwvzti
|
True
|
{
"difficulty": {
"string_length": [
20,
30
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 131,
"string_length": 25,
"words": [
"xtujtkryyzteizyophwghidu",
"bnigndsmmonpzomjavfwvzti"
]
}
| 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:
drjpfrnckunzmakszls acquxctfhwtdlihydky
|
True
|
{
"difficulty": {
"string_length": [
20,
30
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 132,
"string_length": 20,
"words": [
"drjpfrnckunzmakszls",
"acquxctfhwtdlihydky"
]
}
| 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:
tkvgcvlxgxtumqmzxrerurlpis khvrnvasrskeixifsumueuaodq
|
True
|
{
"difficulty": {
"string_length": [
20,
30
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 133,
"string_length": 27,
"words": [
"tkvgcvlxgxtumqmzxrerurlpis",
"khvrnvasrskeixifsumueuaodq"
]
}
| 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:
jpaaaipdwrlgmltqjak xueeefudhzrigrsmxeq
|
True
|
{
"difficulty": {
"string_length": [
20,
30
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 134,
"string_length": 20,
"words": [
"jpaaaipdwrlgmltqjak",
"xueeefudhzrigrsmxeq"
]
}
| 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:
iksattgpmfmztcixxtwkfb vjateecylulrepvffezjus
|
True
|
{
"difficulty": {
"string_length": [
20,
30
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 135,
"string_length": 23,
"words": [
"iksattgpmfmztcixxtwkfb",
"vjateecylulrepvffezjus"
]
}
| 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:
zjmolqzxmgjxqvhpntpgg obrxmcoqwabqctjpzgpaa
|
False
|
{
"difficulty": {
"string_length": [
20,
30
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 136,
"string_length": 21,
"words": [
"zjmolqzxmgjxqvhpntpgg",
"obrxmcoqwabqctjpzgpaa"
]
}
| 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:
cvzijjwmtouqewdslkmkim secittgajvqnzgxbpdadia
|
True
|
{
"difficulty": {
"string_length": [
20,
30
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 137,
"string_length": 23,
"words": [
"cvzijjwmtouqewdslkmkim",
"secittgajvqnzgxbpdadia"
]
}
| 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:
dgizuydayeqvaaxgobshg wzfqslwdlegxddvzckpaz
|
True
|
{
"difficulty": {
"string_length": [
20,
30
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 138,
"string_length": 22,
"words": [
"dgizuydayeqvaaxgobshg",
"wzfqslwdlegxddvzckpaz"
]
}
| 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:
soxxojzcdxwggurageszmthnjxeaz eviivfqmsiluugabuheqnxzofihba
|
False
|
{
"difficulty": {
"string_length": [
20,
30
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 139,
"string_length": 29,
"words": [
"soxxojzcdxwggurageszmthnjxeaz",
"eviivfqmsiluugabuheqnxzofihba"
]
}
| 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:
gjtncfdevmkjzgbdxqfoyxophrrubsm ypzotsqfdehpjybqxnsmkxmlvaawbre
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 0,
"string_length": 32,
"words": [
"gjtncfdevmkjzgbdxqfoyxophrrubsm",
"ypzotsqfdehpjybqxnsmkxmlvaawbre"
]
}
| 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:
xznbzuudfrxfhspyqlxhuvihcisqsq puxzukkotnptvfgsilpvkmyvdyfifi
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 1,
"string_length": 31,
"words": [
"xznbzuudfrxfhspyqlxhuvihcisqsq",
"puxzukkotnptvfgsilpvkmyvdyfifi"
]
}
| 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:
kqgjdpdpqxkwixknroupvipgpashleytxssnn zjheqtqtjozmiozwcuptsitytnrfxkvlorrww
|
False
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 2,
"string_length": 37,
"words": [
"kqgjdpdpqxkwixknroupvipgpashleytxssnn",
"zjheqtqtjozmiozwcuptsitytnrfxkvlorrww"
]
}
| 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:
gwdlpbwtuybtyecyksoropfdxobhnislre cizdjvipqevpeahesywbwjnzowvxrtydba
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 3,
"string_length": 35,
"words": [
"gwdlpbwtuybtyecyksoropfdxobhnislre",
"cizdjvipqevpeahesywbwjnzowvxrtydba"
]
}
| 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:
ijvimdbadywohrlctmufovzypcuozhq krpkszjczxhvbnwifslqvpexoilvebm
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 4,
"string_length": 32,
"words": [
"ijvimdbadywohrlctmufovzypcuozhq",
"krpkszjczxhvbnwifslqvpexoilvebm"
]
}
| 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:
mighubnpgbldifjvzsruoixjbtyprihvmgp gekjsfdckfbieqwyvomshetwfzucmejygkc
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 5,
"string_length": 36,
"words": [
"mighubnpgbldifjvzsruoixjbtyprihvmgp",
"gekjsfdckfbieqwyvomshetwfzucmejygkc"
]
}
| 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:
mmwexqblexvvyedfylnysmwoopgaiayrqehbud ttnxjpzwxjkkaxcfawlagtnhhymdidaopxbzqc
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 6,
"string_length": 39,
"words": [
"mmwexqblexvvyedfylnysmwoopgaiayrqehbud",
"ttnxjpzwxjkkaxcfawlagtnhhymdidaopxbzqc"
]
}
| 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:
pxvnxtytsvjihjtypforausnfkueigu eksckiwitshrdhiweafyuntcagnprbn
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 7,
"string_length": 32,
"words": [
"pxvnxtytsvjihjtypforausnfkueigu",
"eksckiwitshrdhiweafyuntcagnprbn"
]
}
| 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:
rjlconcypojeouackobafjogkpezkiyguecmfn ohekyrkvmyhcyazkjyfzdhyujmcwjnvuacrpdr
|
False
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 8,
"string_length": 38,
"words": [
"rjlconcypojeouackobafjogkpezkiyguecmfn",
"ohekyrkvmyhcyazkjyfzdhyujmcwjnvuacrpdr"
]
}
| 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:
mjmgmzmvonhhkpmgsnqurbezqlsmpbtqmz lqlglblhrvoodzlgxvkywasbkcxtzanklb
|
False
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 9,
"string_length": 34,
"words": [
"mjmgmzmvonhhkpmgsnqurbezqlsmpbtqmz",
"lqlglblhrvoodzlgxvkywasbkcxtzanklb"
]
}
| 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:
tlfybqzshdcqljgxfpucinmyhvvkgcobkf nisvfgdxjmkgioewszukrqlvjhhpekyfps
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 10,
"string_length": 35,
"words": [
"tlfybqzshdcqljgxfpucinmyhvvkgcobkf",
"nisvfgdxjmkgioewszukrqlvjhhpekyfps"
]
}
| 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:
evlvrtsrtytsqrjejyyrvxvnsoycnmhjnxyxsqzl ghxhadvadodvcajgjooahwhrvnofrqejrwowvubx
|
False
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 11,
"string_length": 40,
"words": [
"evlvrtsrtytsqrjejyyrvxvnsoycnmhjnxyxsqzl",
"ghxhadvadodvcajgjooahwhrvnofrqejrwowvubx"
]
}
| 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:
wljotesbzmvfmyagihrdtdqyhjdkzhiq aunrjvixcemfesyodzwqjqhsznqlczdh
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 12,
"string_length": 33,
"words": [
"wljotesbzmvfmyagihrdtdqyhjdkzhiq",
"aunrjvixcemfesyodzwqjqhsznqlczdh"
]
}
| 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:
etcqcrlhvomasvkijhjcvatmfjxfqwdf pebibxolvrsmfvdwzlzbvmeikztkijnk
|
False
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 13,
"string_length": 32,
"words": [
"etcqcrlhvomasvkijhjcvatmfjxfqwdf",
"pebibxolvrsmfvdwzlzbvmeikztkijnk"
]
}
| 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:
awmkpuoidshyjpueezkhynxveqmlarnnsirdin nbjyucrwvfdqpucoolydqsmtoejhnzssfwzvws
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 14,
"string_length": 39,
"words": [
"awmkpuoidshyjpueezkhynxveqmlarnnsirdin",
"nbjyucrwvfdqpucoolydqsmtoejhnzssfwzvws"
]
}
| 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:
ujowadvrhatmauyyyhmyivxifivvjj dfngjvbmpjhejdiiipeiqbcqtqbbff
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 15,
"string_length": 31,
"words": [
"ujowadvrhatmauyyyhmyivxifivvjj",
"dfngjvbmpjhejdiiipeiqbcqtqbbff"
]
}
| 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:
teezrbzbuwpllxzmnsbnxysqwquutjcezyyytjd ossjemjmfxdyypjgkcmkptcqxqffobvsjtttobi
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 16,
"string_length": 40,
"words": [
"teezrbzbuwpllxzmnsbnxysqwquutjcezyyytjd",
"ossjemjmfxdyypjgkcmkptcqxqffobvsjtttobi"
]
}
| 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:
adwdndllbwxtovpasowcecicgcnitauoi gpxprpjjoxeblzigalxdtdwdvdrwbgclw
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 17,
"string_length": 34,
"words": [
"adwdndllbwxtovpasowcecicgcnitauoi",
"gpxprpjjoxeblzigalxdtdwdvdrwbgclw"
]
}
| 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:
yjzsnyhjafywvuwydjwbmcykeivorcvapd qnicvqsndwqypkyqjnytemqrufpbgmpdzj
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 18,
"string_length": 35,
"words": [
"yjzsnyhjafywvuwydjwbmcykeivorcvapd",
"qnicvqsndwqypkyqjnytemqrufpbgmpdzj"
]
}
| 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:
eoobdrczqavaqodfyhwozouxaqbkgfjqsrlmc bmmhnugrfdcdfmnvoyamrmqxdfhtwvpfeuzig
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 19,
"string_length": 38,
"words": [
"eoobdrczqavaqodfyhwozouxaqbkgfjqsrlmc",
"bmmhnugrfdcdfmnvoyamrmqxdfhtwvpfeuzig"
]
}
| 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:
jwrvqgqplvdikkcmiduwozwwufkugeutiiiedyy gtlvdbdsavwyqqkiywetmzttenqebfecyyyfwuu
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 20,
"string_length": 40,
"words": [
"jwrvqgqplvdikkcmiduwozwwufkugeutiiiedyy",
"gtlvdbdsavwyqqkiywetmzttenqebfecyyyfwuu"
]
}
| 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:
gnhcnecatsnyjusukjxmfrkepsoxpdudhzrsr acbzcizuxgcmkdgdfkoqtwfisgeosvdvbpwgw
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 21,
"string_length": 38,
"words": [
"gnhcnecatsnyjusukjxmfrkepsoxpdudhzrsr",
"acbzcizuxgcmkdgdfkoqtwfisgeosvdvbpwgw"
]
}
| 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:
umdgbbxkcztchcqiigjedxzhewmfvtrvqsjzq utvbhhyqmndmzmcssbjlvynzletordxrcpjnc
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 22,
"string_length": 38,
"words": [
"umdgbbxkcztchcqiigjedxzhewmfvtrvqsjzq",
"utvbhhyqmndmzmcssbjlvynzletordxrcpjnc"
]
}
| 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:
vzvzmajmzgalkgpvtbyriruajhlsxxooxgdt yayainciaqnbsqvylfgetekncrbpddoodqml
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 23,
"string_length": 37,
"words": [
"vzvzmajmzgalkgpvtbyriruajhlsxxooxgdt",
"yayainciaqnbsqvylfgetekncrbpddoodqml"
]
}
| 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:
jzgpqvbktfavphrdezunulewexnrbhc bmknapchytdpnlzfxmeueixvxwuzclo
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 24,
"string_length": 32,
"words": [
"jzgpqvbktfavphrdezunulewexnrbhc",
"bmknapchytdpnlzfxmeueixvxwuzclo"
]
}
| 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:
ffgflgesqsqzplwhhayvkxbansrfmuz ggogrohbmbmqpryddnkzixvnublgsfq
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 25,
"string_length": 32,
"words": [
"ffgflgesqsqzplwhhayvkxbansrfmuz",
"ggogrohbmbmqpryddnkzixvnublgsfq"
]
}
| 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:
tpifgomqasposceedfzhymdiayziirbdlxkcef noyfbaztphoahkjjwfiuxzwypxjyycswrmvkjf
|
False
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 26,
"string_length": 38,
"words": [
"tpifgomqasposceedfzhymdiayziirbdlxkcef",
"noyfbaztphoahkjjwfiuxzwypxjyycswrmvkjf"
]
}
| 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:
quoffivmbyhfwewekxvephutgrcedj cuwnnfitmgznvpvpaxipszulbdkpqe
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 27,
"string_length": 31,
"words": [
"quoffivmbyhfwewekxvephutgrcedj",
"cuwnnfitmgznvpvpaxipszulbdkpqe"
]
}
| 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:
zypnukbjavxhzpclwdzxxplbkcyrjub gepxyfmicuqagpdklwgqqpkmfdehiym
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 28,
"string_length": 32,
"words": [
"zypnukbjavxhzpclwdzxxplbkcyrjub",
"gepxyfmicuqagpdklwgqqpkmfdehiym"
]
}
| 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:
bgxgcvcuvdrxyasudhiyoznjyyjbtrwgredc dlqlmcyickaqrngikjfrwszbrrbdxaplaukm
|
False
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 29,
"string_length": 36,
"words": [
"bgxgcvcuvdrxyasudhiyoznjyyjbtrwgredc",
"dlqlmcyickaqrngikjfrwszbrrbdxaplaukm"
]
}
| 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:
trmrwnyjyakzzccvtdfgrjrljrikqcfi lhohbrividqzzwwklxymhvhfvhgqepyg
|
False
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 30,
"string_length": 32,
"words": [
"trmrwnyjyakzzccvtdfgrjrljrikqcfi",
"lhohbrividqzzwwklxymhvhfvhgqepyg"
]
}
| 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:
lqwchvzdffrlmqsgubczkwydegksxvqufc kgonwvpfddakhgbulxnpmoyfeumbqvgldn
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 31,
"string_length": 35,
"words": [
"lqwchvzdffrlmqsgubczkwydegksxvqufc",
"kgonwvpfddakhgbulxnpmoyfeumbqvgldn"
]
}
| 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:
ppbqrzvzqovuksjyfgndeitkosddkgphilhykquq eemvzkukvwudxlhrntoapsixwlaaxgefsbfrxvdv
|
False
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 32,
"string_length": 40,
"words": [
"ppbqrzvzqovuksjyfgndeitkosddkgphilhykquq",
"eemvzkukvwudxlhrntoapsixwlaaxgefsbfrxvdv"
]
}
| 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:
ztvnnnkpcgtnrgfhneeylqducsoscfpbrvnpfa sbtnnnuiwmbnamdhnppyjokzweqewdivatnieg
|
False
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 33,
"string_length": 38,
"words": [
"ztvnnnkpcgtnrgfhneeylqducsoscfpbrvnpfa",
"sbtnnnuiwmbnamdhnppyjokzweqewdivatnieg"
]
}
| 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:
hwfwwxlcwjbsnitozcnayjaxactknippdel vsmssfegszxdjrnicgjwlzwfwgntjrbbphe
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 34,
"string_length": 36,
"words": [
"hwfwwxlcwjbsnitozcnayjaxactknippdel",
"vsmssfegszxdjrnicgjwlzwfwgntjrbbphe"
]
}
| 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:
jpluyaddlqvqopcmeeccekzkmcpbtcpicb vewqrohhwgugtekyzzkkzjfjykepikexkp
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 35,
"string_length": 35,
"words": [
"jpluyaddlqvqopcmeeccekzkmcpbtcpicb",
"vewqrohhwgugtekyzzkkzjfjykepikexkp"
]
}
| 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:
ngfaahehmjrokqxrrsxpywugkqavttvdz hxsllbfbdjrtkgnrrvnyipaxkgluzzuce
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 36,
"string_length": 34,
"words": [
"ngfaahehmjrokqxrrsxpywugkqavttvdz",
"hxsllbfbdjrtkgnrrvnyipaxkgluzzuce"
]
}
| 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:
ujtlcdpkqlkrhglskotzcszpajqhgrjk lqxpgmafrpfcntpjfhxbgjbasqrntcqf
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 37,
"string_length": 33,
"words": [
"ujtlcdpkqlkrhglskotzcszpajqhgrjk",
"lqxpgmafrpfcntpjfhxbgjbasqrntcqf"
]
}
| 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:
krmrdxjsjqiyuqjrriqagcpdtyvwuidotp jigioaxlxkdtfkxiidkpvqhozteufdobzh
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 38,
"string_length": 35,
"words": [
"krmrdxjsjqiyuqjrriqagcpdtyvwuidotp",
"jigioaxlxkdtfkxiidkpvqhozteufdobzh"
]
}
| 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:
omlqzxdwjnuexwjiqxkqhajkzdmktrrtgtxpsnw fudlbhrvwycihvlolhqlkgwqbruqjmmjajhstyv
|
False
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 39,
"string_length": 39,
"words": [
"omlqzxdwjnuexwjiqxkqhajkzdmktrrtgtxpsnw",
"fudlbhrvwycihvlolhqlkgwqbruqjmmjajhstyv"
]
}
| 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:
vbbqgxfiempcbrlplqdrkdmrmbkzhandr mllhvswyfkxrlazzzhqaiqkaklijutoqa
|
False
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 40,
"string_length": 33,
"words": [
"vbbqgxfiempcbrlplqdrkdmrmbkzhandr",
"mllhvswyfkxrlazzzhqaiqkaklijutoqa"
]
}
| 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:
zysaewsyfrmlzqbdzrhtmozbuzjxavqidrzenu cjsqypstovteczdxcvgntrcdickhqazmxvcyfi
|
False
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 41,
"string_length": 38,
"words": [
"zysaewsyfrmlzqbdzrhtmozbuzjxavqidrzenu",
"cjsqypstovteczdxcvgntrcdickhqazmxvcyfi"
]
}
| 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:
sdnelxumvhujnlsvbylvnwpjefwkgtlmcmd afenruyotwyperatdzrtejspnvjlkmbogof
|
False
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 42,
"string_length": 35,
"words": [
"sdnelxumvhujnlsvbylvnwpjefwkgtlmcmd",
"afenruyotwyperatdzrtejspnvjlkmbogof"
]
}
| 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:
pezinmjuzufydflxlnjajykrdhyvjskoqg eyjqntxbjbzlczahanxfxmslcgmoxrsudp
|
False
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 43,
"string_length": 34,
"words": [
"pezinmjuzufydflxlnjajykrdhyvjskoqg",
"eyjqntxbjbzlczahanxfxmslcgmoxrsudp"
]
}
| 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:
odcvwppfdieshclcwlylrfxkleksbgv hbtouffmbeilwtytuyxykmqzuizljro
|
False
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 44,
"string_length": 31,
"words": [
"odcvwppfdieshclcwlylrfxkleksbgv",
"hbtouffmbeilwtytuyxykmqzuizljro"
]
}
| 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:
mgomkkpdhluxgqwkmgftboazneiwspwox zbrziijmckpybfdirboawrxnuhedvjdry
|
False
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 45,
"string_length": 33,
"words": [
"mgomkkpdhluxgqwkmgftboazneiwspwox",
"zbrziijmckpybfdirboawrxnuhedvjdry"
]
}
| 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:
oeavdnypuzonfwpzosjeqjavzbdlvhvcyhdyy ledxufmqjrlfnyqrlcwvzwdxraugxhxbmhumm
|
False
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 46,
"string_length": 37,
"words": [
"oeavdnypuzonfwpzosjeqjavzbdlvhvcyhdyy",
"ledxufmqjrlfnyqrlcwvzwdxraugxhxbmhumm"
]
}
| 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:
kycfeknciztjizbmtcflhtodyvkcyodb qupjiqapgdolgdsocpjfkcvzueqpuvzs
|
False
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 47,
"string_length": 32,
"words": [
"kycfeknciztjizbmtcflhtodyvkcyodb",
"qupjiqapgdolgdsocpjfkcvzueqpuvzs"
]
}
| 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:
liwriwggrctsrzyqndvxwpnfddcjbbmvbt rktgktnngoyvgzbscpmqafclppowddjmdy
|
False
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 48,
"string_length": 34,
"words": [
"liwriwggrctsrzyqndvxwpnfddcjbbmvbt",
"rktgktnngoyvgzbscpmqafclppowddjmdy"
]
}
| 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:
nqzzzzgerebhxobnzkhmhtaxkmfohnrt rubbbbytftjczkjrbecocaxzeoplcrfa
|
False
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 49,
"string_length": 32,
"words": [
"nqzzzzgerebhxobnzkhmhtaxkmfohnrt",
"rubbbbytftjczkjrbecocaxzeoplcrfa"
]
}
| 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:
mbgxilcnsdiqtltnxqkknyzffsgqkqjqjulbd fwhzkvxrstkqeverzqrcrbpuushqcqnqnyvwt
|
False
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 50,
"string_length": 37,
"words": [
"mbgxilcnsdiqtltnxqkknyzffsgqkqjqjulbd",
"fwhzkvxrstkqeverzqrcrbpuushqcqnqnyvwt"
]
}
| 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:
tprqpobiupnhaxxjliwwoxlcsuxpccxwbdixey iclacxystczvfeejnsggqenpmtecppegyusexw
|
False
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 51,
"string_length": 38,
"words": [
"tprqpobiupnhaxxjliwwoxlcsuxpccxwbdixey",
"iclacxystczvfeejnsggqenpmtecppegyusexw"
]
}
| 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:
gfnrfumfdrzbntfzagynwkcfbarsxgnjzogqqn mdfidesduilkfcdltmpfrqodktihzmfvlgmyyf
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 52,
"string_length": 39,
"words": [
"gfnrfumfdrzbntfzagynwkcfbarsxgnjzogqqn",
"mdfidesduilkfcdltmpfrqodktihzmfvlgmyyf"
]
}
| 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:
tblyuabeiueagapgrqhuquhugvqptpnalwdkvir fpdslupytlyuiurgknelnlelghnrfrwudzobhtk
|
False
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 53,
"string_length": 39,
"words": [
"tblyuabeiueagapgrqhuquhugvqptpnalwdkvir",
"fpdslupytlyuiurgknelnlelghnrfrwudzobhtk"
]
}
| 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:
neokqacorybimzjrvodszvercyitmxiagnb uzsdfgrshxcbeqahosvlqozhrxbyeibgmuc
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 54,
"string_length": 36,
"words": [
"neokqacorybimzjrvodszvercyitmxiagnb",
"uzsdfgrshxcbeqahosvlqozhrxbyeibgmuc"
]
}
| 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:
rsdxdtrdcznowgmqpiyxtypcmmgbctszc bkfsfmbfxiytvgphlrzsmzlxppgnxmkix
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 55,
"string_length": 34,
"words": [
"rsdxdtrdcznowgmqpiyxtypcmmgbctszc",
"bkfsfmbfxiytvgphlrzsmzlxppgnxmkix"
]
}
| 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:
sfltmbesadbxxwsatklemqqiegvemekbfmpx isexzwvildujjoilxhevzmmrvanvzvhwszfj
|
False
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 56,
"string_length": 36,
"words": [
"sfltmbesadbxxwsatklemqqiegvemekbfmpx",
"isexzwvildujjoilxhevzmmrvanvzvhwszfj"
]
}
| 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:
ujygvkclfbhyzqickvnlosmfemczveuzsrek lqcabrxgniycuhkxrbsgwmdnjdxubjlumpjr
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 57,
"string_length": 37,
"words": [
"ujygvkclfbhyzqickvnlosmfemczveuzsrek",
"lqcabrxgniycuhkxrbsgwmdnjdxubjlumpjr"
]
}
| 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:
xktfbmcgnowqerfehmgbhqapdyeqdnjb ljuwzpaskmqfehwegpszgfbvtyeftkrz
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 58,
"string_length": 33,
"words": [
"xktfbmcgnowqerfehmgbhqapdyeqdnjb",
"ljuwzpaskmqfehwegpszgfbvtyeftkrz"
]
}
| 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:
mznejloceqzxelbjahecfwpaungbhjfchtdzempr iskteymrtcsjtyoehqtrulbtwkaoqeurqfxstibz
|
False
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 59,
"string_length": 40,
"words": [
"mznejloceqzxelbjahecfwpaungbhjfchtdzempr",
"iskteymrtcsjtyoehqtrulbtwkaoqeurqfxstibz"
]
}
| 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:
rmnqwfitmuqtbzvcsquizvjvnvyufancj lhojtrskhxjkuqcfnjxsqcbcecwxriofb
|
False
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 60,
"string_length": 33,
"words": [
"rmnqwfitmuqtbzvcsquizvjvnvyufancj",
"lhojtrskhxjkuqcfnjxsqcbcecwxriofb"
]
}
| 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:
kectaznlyispfyuwtfitnfjixjcriekuvgwexv htwzjipcqdeanqovzbdzpbxdfxwkdthonrvtfn
|
False
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 61,
"string_length": 38,
"words": [
"kectaznlyispfyuwtfitnfjixjcriekuvgwexv",
"htwzjipcqdeanqovzbdzpbxdfxwkdthonrvtfn"
]
}
| 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:
tjokbqycrehuafzmgipubbpqgmifocr xudlsvqhcwrnmzjtkpynssyvktyzdhc
|
False
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 62,
"string_length": 31,
"words": [
"tjokbqycrehuafzmgipubbpqgmifocr",
"xudlsvqhcwrnmzjtkpynssyvktyzdhc"
]
}
| 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:
bdvoqqxprfznkuvgouprtqthviuvhiwkpifrwkg zeoigglmqrxycvodivmqhghaotvoatbcmtrqbcd
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 63,
"string_length": 40,
"words": [
"bdvoqqxprfznkuvgouprtqthviuvhiwkpifrwkg",
"zeoigglmqrxycvodivmqhghaotvoatbcmtrqbcd"
]
}
| 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:
vsberzwtgaqrlcroycsctopbtrzkwulzfyyle aqcknbwmtfinvlnzolqlmzpcmnbhwuvbeoovk
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 64,
"string_length": 38,
"words": [
"vsberzwtgaqrlcroycsctopbtrzkwulzfyyle",
"aqcknbwmtfinvlnzolqlmzpcmnbhwuvbeoovk"
]
}
| 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:
xnlymgukoqytjpgqcezcjgfjcuwwbxshtw hjmazisoykavqcykrlwrqitqrsffghbxvf
|
False
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 65,
"string_length": 34,
"words": [
"xnlymgukoqytjpgqcezcjgfjcuwwbxshtw",
"hjmazisoykavqcykrlwrqitqrsffghbxvf"
]
}
| 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:
rchgewqkepcmpmoeatizroajvedlhqojk xrxucyqzcwrjwjocsgbdfosniclvxqonz
|
False
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 66,
"string_length": 33,
"words": [
"rchgewqkepcmpmoeatizroajvedlhqojk",
"xrxucyqzcwrjwjocsgbdfosniclvxqonz"
]
}
| 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:
zsjliczvfwvovqtuytqhnyfrqskhhapgev fzkeoqfrjbrcrdyvgydhugjldzshhxnawr
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 67,
"string_length": 35,
"words": [
"zsjliczvfwvovqtuytqhnyfrqskhhapgev",
"fzkeoqfrjbrcrdyvgydhugjldzshhxnawr"
]
}
| 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:
yufkakcfvtpcyadfigrvpfmzneflqjclojqwe lynmomrnustraobnkfvutnxlcenqhgrqpghze
|
False
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 68,
"string_length": 37,
"words": [
"yufkakcfvtpcyadfigrvpfmzneflqjclojqwe",
"lynmomrnustraobnkfvutnxlcenqhgrqpghze"
]
}
| 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:
oefbakmqfhhjlonnjifcxppozojvkdajvn aurlyfgnrmmosahhoerqjvvapaozfxyxzh
|
False
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 69,
"string_length": 34,
"words": [
"oefbakmqfhhjlonnjifcxppozojvkdajvn",
"aurlyfgnrmmosahhoerqjvvapaozfxyxzh"
]
}
| 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:
iwzxqjzdutzgetunktzvfhdcnjwthaibcjgnmd whjxikjlgrjeyrgbcrjvonlsbkhondwzskebql
|
False
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 70,
"string_length": 38,
"words": [
"iwzxqjzdutzgetunktzvfhdcnjwthaibcjgnmd",
"whjxikjlgrjeyrgbcrjvonlsbkhondwzskebql"
]
}
| 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:
bglrfcywwwfoehbtsrqxuanqgfngnee hdkqsubaaasrtwsfiqjlygnjdsndntt
|
False
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 71,
"string_length": 31,
"words": [
"bglrfcywwwfoehbtsrqxuanqgfngnee",
"hdkqsubaaasrtwsfiqjlygnjdsndntt"
]
}
| 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:
ojuyvivwcbokcbzprtfzjlbjoincyinarq rosfbibtnlrpnljwegujohlorydnfydmek
|
False
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 72,
"string_length": 34,
"words": [
"ojuyvivwcbokcbzprtfzjlbjoincyinarq",
"rosfbibtnlrpnljwegujohlorydnfydmek"
]
}
| 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:
ppomnwolmmysbltqyvxbakdvoubakggfme ffbmtxbsmmqrvsknqpcvhiypbevhiwwjmu
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 73,
"string_length": 35,
"words": [
"ppomnwolmmysbltqyvxbakdvoubakggfme",
"ffbmtxbsmmqrvsknqpcvhiypbevhiwwjmu"
]
}
| 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:
wxpylgiiccoolsphqmylmcsvuihmgkhsfhnotdfo drbnqavviihhqxbtuynqyiyepvtyamtxztkhcgzh
|
False
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 74,
"string_length": 40,
"words": [
"wxpylgiiccoolsphqmylmcsvuihmgkhsfhnotdfo",
"drbnqavviihhqxbtuynqyiyepvtyamtxztkhcgzh"
]
}
| 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:
eqfpvozyfcfhfdkaiaylmhjopicusorag ukxboishxvxjxntcachfejpibavdqimcy
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 75,
"string_length": 34,
"words": [
"eqfpvozyfcfhfdkaiaylmhjopicusorag",
"ukxboishxvxjxntcachfejpibavdqimcy"
]
}
| 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:
kwdouvoiyndebwxcsaoxizczegxlzdcy ibmdkhdaxtmlrbjwevdjaqwqlzjcqmwx
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 76,
"string_length": 33,
"words": [
"kwdouvoiyndebwxcsaoxizczegxlzdcy",
"ibmdkhdaxtmlrbjwevdjaqwqlzjcqmwx"
]
}
| 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:
bnmpfjgeihftnnoydvtlpselhlmuqdqtpq fbjchvondehsbbywxusmcknmemjapxpscp
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 77,
"string_length": 35,
"words": [
"bnmpfjgeihftnnoydvtlpselhlmuqdqtpq",
"fbjchvondehsbbywxusmcknmemjapxpscp"
]
}
| 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:
aizojtrpwwwwevfekpdhbfhmcdhrtwtxyfiolr hrcyejwmllllkpnkdmouxnugzouwjljqinrytw
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 78,
"string_length": 39,
"words": [
"aizojtrpwwwwevfekpdhbfhmcdhrtwtxyfiolr",
"hrcyejwmllllkpnkdmouxnugzouwjljqinrytw"
]
}
| 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:
hqbqoqasfdfxzyqfbpjfvqaopfdyozr ownwmwgxyayevrwynfjyqwgmfyarmvl
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 79,
"string_length": 32,
"words": [
"hqbqoqasfdfxzyqfbpjfvqaopfdyozr",
"ownwmwgxyayevrwynfjyqwgmfyarmvl"
]
}
| 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:
wtxztipzkmhxoxbcbpvzuvulrsohfnhczcudef cuqxuvjxomfqtqbybjrxsrsnagtfpwfyxyszip
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 80,
"string_length": 39,
"words": [
"wtxztipzkmhxoxbcbpvzuvulrsohfnhczcudef",
"cuqxuvjxomfqtqbybjrxsrsnagtfpwfyxyszip"
]
}
| 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:
xgsmosqomokqdxccdotpcnydwiglxw jzgoiglioiwlajuuaihsupxaqezdjq
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 81,
"string_length": 31,
"words": [
"xgsmosqomokqdxccdotpcnydwiglxw",
"jzgoiglioiwlajuuaihsupxaqezdjq"
]
}
| 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:
qfbsqhfdlfdjpoyeamxqpzuhilxpujzcthb smjusimtbmtgwvralfkswozixbkwzlopqij
|
False
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 82,
"string_length": 35,
"words": [
"qfbsqhfdlfdjpoyeamxqpzuhilxpujzcthb",
"smjusimtbmtgwvralfkswozixbkwzlopqij"
]
}
| 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:
bwtruuaclnapwqqlyskamdakxqcsfhavl wklpiidetgdmkbbtxnrdqadrcbenshdzt
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 83,
"string_length": 34,
"words": [
"bwtruuaclnapwqqlyskamdakxqcsfhavl",
"wklpiidetgdmkbbtxnrdqadrcbenshdzt"
]
}
| 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:
ujqlqnacmrxhfbllvbacwjaehjfsxfetmkaeyad grnynpwzekxsqvyydvwzlrwosrqmxqoceiwojwh
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 84,
"string_length": 40,
"words": [
"ujqlqnacmrxhfbllvbacwjaehjfsxfetmkaeyad",
"grnynpwzekxsqvyydvwzlrwosrqmxqoceiwojwh"
]
}
| 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:
ipdejnhomhhpbtrlturhkpvgpgrvskt kdmaiucrfgcdpgzvgxzcqdlbdbzlwqg
|
False
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 85,
"string_length": 31,
"words": [
"ipdejnhomhhpbtrlturhkpvgpgrvskt",
"kdmaiucrfgcdpgzvgxzcqdlbdbzlwqg"
]
}
| 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:
rlyagnkwxdxrpqvloovrfwgedyicizzxv pduoxtnyfwfphqkdiikpayxgwucsceefk
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 86,
"string_length": 34,
"words": [
"rlyagnkwxdxrpqvloovrfwgedyicizzxv",
"pduoxtnyfwfphqkdiikpayxgwucsceefk"
]
}
| 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:
vshjjpynibloypgxtbcsjiqjlxsguoolvubptvke qhriiwpfolnapwcyalehiosinyhcmvvnqmlwaqku
|
False
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": false,
"solvable": false,
"source_dataset": "isomorphic_strings",
"source_index": 87,
"string_length": 40,
"words": [
"vshjjpynibloypgxtbcsjiqjlxsguoolvubptvke",
"qhriiwpfolnapwcyalehiosinyhcmvvnqmlwaqku"
]
}
| 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:
bnadjoonvmrfxyalfoltbhnsbmvmayvkupybcz hgairyygpwdzjsabzybmhlgthwpwaspvekshxu
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 88,
"string_length": 39,
"words": [
"bnadjoonvmrfxyalfoltbhnsbmvmayvkupybcz",
"hgairyygpwdzjsabzybmhlgthwpwaspvekshxu"
]
}
| 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:
vhdxrukjnljmtzitefdtxlgayqbrpuhequl cegptlwxjyxsfabfodgfpyinvzrthleozly
|
True
|
{
"difficulty": {
"string_length": [
31,
40
]
},
"solution": true,
"solvable": true,
"source_dataset": "isomorphic_strings",
"source_index": 89,
"string_length": 36,
"words": [
"vhdxrukjnljmtzitefdtxlgayqbrpuhequl",
"cegptlwxjyxsfabfodgfpyinvzrthleozly"
]
}
| 5
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.