prompt stringlengths 820 849 | label dict | task_name stringclasses 1
value | example_name stringlengths 4 4 | problem_name stringlengths 11 11 | __index_level_0__ int64 0 239 |
|---|---|---|---|---|---|
Sort a given string into alphabetical order step by step by swapping two characters.
Starting with the first alphabet in alphabetical order 'a' and the first position of the string, repeat the following process until the end of the alphabetical order 'z'.
At each step, search for the alphabet in the string from left t... | {
"final": "bcceeffggjkkmpprruuvwxxxyyyzz",
"init": "fbxkcymfyjkczpzpevyewruggxuxr",
"intermediate": [
"bfxkcymfyjkczpzpevyewruggxuxr",
"bcxkfymfyjkczpzpevyewruggxuxr",
"bcckfymfyjkxzpzpevyewruggxuxr",
"bccefymfyjkxzpzpkvyewruggxuxr",
"bcceeymfyjkxzpzpkvyfwruggxuxr",
"bcceefmyyjkxzpzpkvyfw... | task01 | 0200 | task01_0200 | 200 |
Sort a given string into alphabetical order step by step by swapping two characters.
Starting with the first alphabet in alphabetical order 'a' and the first position of the string, repeat the following process until the end of the alphabetical order 'z'.
At each step, search for the alphabet in the string from left t... | {
"final": "bcddddfhhhjkklmmooqrtttuuuwyyz",
"init": "dkruzhqmfhcwubljdoouttmhkddyyt",
"intermediate": [
"bkruzhqmfhcwudljdoouttmhkddyyt",
"bcruzhqmfhkwudljdoouttmhkddyyt",
"bcduzhqmfhkwurljdoouttmhkddyyt",
"bcddzhqmfhkwurljuoouttmhkddyyt",
"bcdddhqmfhkwurljuoouttmhkzdyyt",
"bcddddqmfhkwur... | task01 | 0201 | task01_0201 | 201 |
Sort a given string into alphabetical order step by step by swapping two characters.
Starting with the first alphabet in alphabetical order 'a' and the first position of the string, repeat the following process until the end of the alphabetical order 'z'.
At each step, search for the alphabet in the string from left t... | {
"final": "aaaccdeefghhkkkllppqqrwxxyyzz",
"init": "kplhecyecfqlazqrapkxhagzdywkx",
"intermediate": [
"aplhecyecfqlkzqrapkxhagzdywkx",
"aalhecyecfqlkzqrppkxhagzdywkx",
"aaahecyecfqlkzqrppkxhlgzdywkx",
"aaacehyecfqlkzqrppkxhlgzdywkx",
"aaacchyeefqlkzqrppkxhlgzdywkx",
"aaaccdyeefqlkzqrppkxh... | task01 | 0202 | task01_0202 | 202 |
Sort a given string into alphabetical order step by step by swapping two characters.
Starting with the first alphabet in alphabetical order 'a' and the first position of the string, repeat the following process until the end of the alphabetical order 'z'.
At each step, search for the alphabet in the string from left t... | {
"final": "aaccefggijjjkkmmnnrssyzz",
"init": "zjgmjrekaygsinjsknmcaczf",
"intermediate": [
"ajgmjrekzygsinjsknmcaczf",
"aagmjrekzygsinjsknmcjczf",
"aacmjrekzygsinjsknmgjczf",
"aaccjrekzygsinjsknmgjmzf",
"aaccerjkzygsinjsknmgjmzf",
"aaccefjkzygsinjsknmgjmzr",
"aaccefgkzyjsinjsknmgjmzr... | task01 | 0203 | task01_0203 | 203 |
Sort a given string into alphabetical order step by step by swapping two characters.
Starting with the first alphabet in alphabetical order 'a' and the first position of the string, repeat the following process until the end of the alphabetical order 'z'.
At each step, search for the alphabet in the string from left t... | {
"final": "abcddfghikklmnnnooprssttuwz",
"init": "tuoknwhpisctnmagzkolbdrsfdn",
"intermediate": [
"auoknwhpisctnmtgzkolbdrsfdn",
"aboknwhpisctnmtgzkoludrsfdn",
"abcknwhpisotnmtgzkoludrsfdn",
"abcdnwhpisotnmtgzkolukrsfdn",
"abcddwhpisotnmtgzkolukrsfnn",
"abcddfhpisotnmtgzkolukrswnn",
"... | task01 | 0204 | task01_0204 | 204 |
Sort a given string into alphabetical order step by step by swapping two characters.
Starting with the first alphabet in alphabetical order 'a' and the first position of the string, repeat the following process until the end of the alphabetical order 'z'.
At each step, search for the alphabet in the string from left t... | {
"final": "aabcefgiiijjjloqrsssttxyyyz",
"init": "asatgifiosysyzlbyjjxreqitcj",
"intermediate": [
"aastgifiosysyzlbyjjxreqitcj",
"aabtgifiosysyzlsyjjxreqitcj",
"aabcgifiosysyzlsyjjxreqittj",
"aabceifiosysyzlsyjjxrgqittj",
"aabcefiiosysyzlsyjjxrgqittj",
"aabcefgiosysyzlsyjjxriqittj",
"... | task01 | 0205 | task01_0205 | 205 |
Sort a given string into alphabetical order step by step by swapping two characters.
Starting with the first alphabet in alphabetical order 'a' and the first position of the string, repeat the following process until the end of the alphabetical order 'z'.
At each step, search for the alphabet in the string from left t... | {
"final": "cccdeeefgijjknnqsttttttuwy",
"init": "ietneyttgccswjtdtkqneujtfc",
"intermediate": [
"cetneyttgicswjtdtkqneujtfc",
"cctneyttgieswjtdtkqneujtfc",
"cccneyttgieswjtdtkqneujtft",
"cccdeyttgieswjtntkqneujtft",
"cccdeettgiyswjtntkqneujtft",
"cccdeeetgiyswjtntkqntujtft",
"cccdeeef... | task01 | 0206 | task01_0206 | 206 |
Sort a given string into alphabetical order step by step by swapping two characters.
Starting with the first alphabet in alphabetical order 'a' and the first position of the string, repeat the following process until the end of the alphabetical order 'z'.
At each step, search for the alphabet in the string from left t... | {
"final": "aceffhhiklllmmmnnnooppqrsvw",
"init": "kelrvohmwpapminchflsnqmnlof",
"intermediate": [
"aelrvohmwpkpminchflsnqmnlof",
"aclrvohmwpkpminehflsnqmnlof",
"acervohmwpkpminlhflsnqmnlof",
"acefvohmwpkpminlhrlsnqmnlof",
"aceffohmwpkpminlhrlsnqmnlov",
"aceffhomwpkpminlhrlsnqmnlov",
"... | task01 | 0207 | task01_0207 | 207 |
Sort a given string into alphabetical order step by step by swapping two characters.
Starting with the first alphabet in alphabetical order 'a' and the first position of the string, repeat the following process until the end of the alphabetical order 'z'.
At each step, search for the alphabet in the string from left t... | {
"final": "bddgghhhjjmmqqrrrsuvvwwxxyzz",
"init": "gmybvxujqjhrqzghddrhzwwsvrmx",
"intermediate": [
"bmygvxujqjhrqzghddrhzwwsvrmx",
"bdygvxujqjhrqzghmdrhzwwsvrmx",
"bddgvxujqjhrqzghmyrhzwwsvrmx",
"bddggxujqjhrqzvhmyrhzwwsvrmx",
"bddgghujqjxrqzvhmyrhzwwsvrmx",
"bddgghhjqjxrqzvumyrhzwwsvrmx... | task01 | 0208 | task01_0208 | 208 |
Sort a given string into alphabetical order step by step by swapping two characters.
Starting with the first alphabet in alphabetical order 'a' and the first position of the string, repeat the following process until the end of the alphabetical order 'z'.
At each step, search for the alphabet in the string from left t... | {
"final": "bbbcdefjjllmnoqrsstuuxzz",
"init": "oumbcfjrjubebzldqlntzsxs",
"intermediate": [
"bumocfjrjubebzldqlntzsxs",
"bbmocfjrjuuebzldqlntzsxs",
"bbbocfjrjuuemzldqlntzsxs",
"bbbcofjrjuuemzldqlntzsxs",
"bbbcdfjrjuuemzloqlntzsxs",
"bbbcdejrjuufmzloqlntzsxs",
"bbbcdefrjuujmzloqlntzsxs... | task01 | 0209 | task01_0209 | 209 |
Sort a given string into alphabetical order step by step by swapping two characters.
Starting with the first alphabet in alphabetical order 'a' and the first position of the string, repeat the following process until the end of the alphabetical order 'z'.
At each step, search for the alphabet in the string from left t... | {
"final": "aabbcfggijjklloprrssssvwy",
"init": "rksgyssijvrlsfagobcjlbwap",
"intermediate": [
"aksgyssijvrlsfrgobcjlbwap",
"aasgyssijvrlsfrgobcjlbwkp",
"aabgyssijvrlsfrgoscjlbwkp",
"aabbyssijvrlsfrgoscjlgwkp",
"aabbcssijvrlsfrgosyjlgwkp",
"aabbcfsijvrlssrgosyjlgwkp",
"aabbcfgijvrlssrs... | task01 | 0210 | task01_0210 | 210 |
Sort a given string into alphabetical order step by step by swapping two characters.
Starting with the first alphabet in alphabetical order 'a' and the first position of the string, repeat the following process until the end of the alphabetical order 'z'.
At each step, search for the alphabet in the string from left t... | {
"final": "bbbbcccdegghhijjkmnoqrsuuvwxz",
"init": "ujgodhrecquzcbbvbskbxmihcnwjg",
"intermediate": [
"bjgodhrecquzcubvbskbxmihcnwjg",
"bbgodhrecquzcujvbskbxmihcnwjg",
"bbbodhrecquzcujvgskbxmihcnwjg",
"bbbbdhrecquzcujvgskoxmihcnwjg",
"bbbbchredquzcujvgskoxmihcnwjg",
"bbbbccredquzhujvgskox... | task01 | 0211 | task01_0211 | 211 |
Sort a given string into alphabetical order step by step by swapping two characters.
Starting with the first alphabet in alphabetical order 'a' and the first position of the string, repeat the following process until the end of the alphabetical order 'z'.
At each step, search for the alphabet in the string from left t... | {
"final": "aabcdeghijjjlnnnnnnoqrssuuvvxzz",
"init": "aoalzniqdjsehsnnjcunzrnbgvvxjnu",
"intermediate": [
"aaolzniqdjsehsnnjcunzrnbgvvxjnu",
"aablzniqdjsehsnnjcunzrnogvvxjnu",
"aabczniqdjsehsnnjlunzrnogvvxjnu",
"aabcdniqzjsehsnnjlunzrnogvvxjnu",
"aabcdeiqzjsnhsnnjlunzrnogvvxjnu",
"aabcdeg... | task01 | 0212 | task01_0212 | 212 |
Sort a given string into alphabetical order step by step by swapping two characters.
Starting with the first alphabet in alphabetical order 'a' and the first position of the string, repeat the following process until the end of the alphabetical order 'z'.
At each step, search for the alphabet in the string from left t... | {
"final": "accdeeehiikllmmnnopprsuvyzz",
"init": "miplnvrceuznzpeskemdyocahli",
"intermediate": [
"aiplnvrceuznzpeskemdyocmhli",
"acplnvrieuznzpeskemdyocmhli",
"acclnvrieuznzpeskemdyopmhli",
"accdnvrieuznzpeskemlyopmhli",
"accdevrinuznzpeskemlyopmhli",
"accdeerinuznzpvskemlyopmhli",
"... | task01 | 0213 | task01_0213 | 213 |
Sort a given string into alphabetical order step by step by swapping two characters.
Starting with the first alphabet in alphabetical order 'a' and the first position of the string, repeat the following process until the end of the alphabetical order 'z'.
At each step, search for the alphabet in the string from left t... | {
"final": "aaaceeffiijjjllnnopqstuwwxyz",
"init": "jiinnosjlaxuypecltwqfwzfjeaa",
"intermediate": [
"aiinnosjljxuypecltwqfwzfjeaa",
"aainnosjljxuypecltwqfwzfjeia",
"aaannosjljxuypecltwqfwzfjeii",
"aaacnosjljxuypenltwqfwzfjeii",
"aaaceosjljxuypnnltwqfwzfjeii",
"aaaceesjljxuypnnltwqfwzfjoii... | task01 | 0214 | task01_0214 | 214 |
Sort a given string into alphabetical order step by step by swapping two characters.
Starting with the first alphabet in alphabetical order 'a' and the first position of the string, repeat the following process until the end of the alphabetical order 'z'.
At each step, search for the alphabet in the string from left t... | {
"final": "abcgijlllmnnoopqqrrsstuvvwxzz",
"init": "omvarzpilnlscwqltqujonsvxgzrb",
"intermediate": [
"amvorzpilnlscwqltqujonsvxgzrb",
"abvorzpilnlscwqltqujonsvxgzrm",
"abcorzpilnlsvwqltqujonsvxgzrm",
"abcgrzpilnlsvwqltqujonsvxozrm",
"abcgizprlnlsvwqltqujonsvxozrm",
"abcgijprlnlsvwqltquzo... | task01 | 0215 | task01_0215 | 215 |
Sort a given string into alphabetical order step by step by swapping two characters.
Starting with the first alphabet in alphabetical order 'a' and the first position of the string, repeat the following process until the end of the alphabetical order 'z'.
At each step, search for the alphabet in the string from left t... | {
"final": "aaceefhijjklmnoprrruvvwxy",
"init": "havjenukrroalewjypvmrixfc",
"intermediate": [
"ahvjenukrroalewjypvmrixfc",
"aavjenukrrohlewjypvmrixfc",
"aacjenukrrohlewjypvmrixfv",
"aacejnukrrohlewjypvmrixfv",
"aaceenukrrohljwjypvmrixfv",
"aaceefukrrohljwjypvmrixnv",
"aaceefhkrrouljwj... | task01 | 0216 | task01_0216 | 216 |
Sort a given string into alphabetical order step by step by swapping two characters.
Starting with the first alphabet in alphabetical order 'a' and the first position of the string, repeat the following process until the end of the alphabetical order 'z'.
At each step, search for the alphabet in the string from left t... | {
"final": "aacccefiijjllmmnoprrsuvvwwyzzz",
"init": "efvyiuwnjcroimawjcazmvslpzlczr",
"intermediate": [
"afvyiuwnjcroimewjcazmvslpzlczr",
"aavyiuwnjcroimewjcfzmvslpzlczr",
"aacyiuwnjvroimewjcfzmvslpzlczr",
"aacciuwnjvroimewjyfzmvslpzlczr",
"aacccuwnjvroimewjyfzmvslpzlizr",
"aacccewnjvroim... | task01 | 0217 | task01_0217 | 217 |
Sort a given string into alphabetical order step by step by swapping two characters.
Starting with the first alphabet in alphabetical order 'a' and the first position of the string, repeat the following process until the end of the alphabetical order 'z'.
At each step, search for the alphabet in the string from left t... | {
"final": "acddfgghhijklloopruuvwxyyzzz",
"init": "pjukcglyvlhxdrfaogzohiwzzydu",
"intermediate": [
"ajukcglyvlhxdrfpogzohiwzzydu",
"acukjglyvlhxdrfpogzohiwzzydu",
"acdkjglyvlhxurfpogzohiwzzydu",
"acddjglyvlhxurfpogzohiwzzyku",
"acddfglyvlhxurjpogzohiwzzyku",
"acddfggyvlhxurjpolzohiwzzyku... | task01 | 0218 | task01_0218 | 218 |
Sort a given string into alphabetical order step by step by swapping two characters.
Starting with the first alphabet in alphabetical order 'a' and the first position of the string, repeat the following process until the end of the alphabetical order 'z'.
At each step, search for the alphabet in the string from left t... | {
"final": "bbbcdffhkoopqqtuuvvwxxyyyzzz",
"init": "youbkzohfvupxcyvwtqxfyzqbzbd",
"intermediate": [
"bouykzohfvupxcyvwtqxfyzqbzbd",
"bbuykzohfvupxcyvwtqxfyzqozbd",
"bbbykzohfvupxcyvwtqxfyzqozud",
"bbbckzohfvupxyyvwtqxfyzqozud",
"bbbcdzohfvupxyyvwtqxfyzqozuk",
"bbbcdfohzvupxyyvwtqxfyzqozuk... | task01 | 0219 | task01_0219 | 219 |
Sort a given string into alphabetical order step by step by swapping two characters.
Starting with the first alphabet in alphabetical order 'a' and the first position of the string, repeat the following process until the end of the alphabetical order 'z'.
At each step, search for the alphabet in the string from left t... | {
"final": "acddddehiijkkmoorrttttuuvwwxz",
"init": "cawhtukwzrirdxvodotdkmedutjit",
"intermediate": [
"acwhtukwzrirdxvodotdkmedutjit",
"acdhtukwzrirwxvodotdkmedutjit",
"acddtukwzrirwxvohotdkmedutjit",
"acdddukwzrirwxvohottkmedutjit",
"acddddkwzrirwxvohottkmeuutjit",
"acddddewzrirwxvohottk... | task01 | 0220 | task01_0220 | 220 |
Sort a given string into alphabetical order step by step by swapping two characters.
Starting with the first alphabet in alphabetical order 'a' and the first position of the string, repeat the following process until the end of the alphabetical order 'z'.
At each step, search for the alphabet in the string from left t... | {
"final": "aabddfffghjkllnooopqttuuuwwww",
"init": "ukddhwnflfwlttoapfwauboojwqgu",
"intermediate": [
"akddhwnflfwlttoupfwauboojwqgu",
"aaddhwnflfwlttoupfwkuboojwqgu",
"aabdhwnflfwlttoupfwkudoojwqgu",
"aabddwnflfwlttoupfwkuhoojwqgu",
"aabddfnwlfwlttoupfwkuhoojwqgu",
"aabddffwlnwlttoupfwku... | task01 | 0221 | task01_0221 | 221 |
Sort a given string into alphabetical order step by step by swapping two characters.
Starting with the first alphabet in alphabetical order 'a' and the first position of the string, repeat the following process until the end of the alphabetical order 'z'.
At each step, search for the alphabet in the string from left t... | {
"final": "abbccdeefghkkmmmoppqrtuvwyzzz",
"init": "hczbrtpfukezczmkaepbwdymqvogm",
"intermediate": [
"aczbrtpfukezczmkhepbwdymqvogm",
"abzcrtpfukezczmkhepbwdymqvogm",
"abbcrtpfukezczmkhepzwdymqvogm",
"abbcctpfukezrzmkhepzwdymqvogm",
"abbccdpfukezrzmkhepzwtymqvogm",
"abbccdefukpzrzmkhepzw... | task01 | 0222 | task01_0222 | 222 |
Sort a given string into alphabetical order step by step by swapping two characters.
Starting with the first alphabet in alphabetical order 'a' and the first position of the string, repeat the following process until the end of the alphabetical order 'z'.
At each step, search for the alphabet in the string from left t... | {
"final": "aabcceghiijkkllmmnnqstuvvxxyz",
"init": "khunvyxvgbkaesimxmijqlnaztlcc",
"intermediate": [
"ahunvyxvgbkkesimxmijqlnaztlcc",
"aaunvyxvgbkkesimxmijqlnhztlcc",
"aabnvyxvgukkesimxmijqlnhztlcc",
"aabcvyxvgukkesimxmijqlnhztlnc",
"aabccyxvgukkesimxmijqlnhztlnv",
"aabccexvgukkysimxmijq... | task01 | 0223 | task01_0223 | 223 |
Sort a given string into alphabetical order step by step by swapping two characters.
Starting with the first alphabet in alphabetical order 'a' and the first position of the string, repeat the following process until the end of the alphabetical order 'z'.
At each step, search for the alphabet in the string from left t... | {
"final": "abcdeffghhijllqqrstuuvvwy",
"init": "bvwlyavhfhqlrjdtgquefucis",
"intermediate": [
"avwlybvhfhqlrjdtgquefucis",
"abwlyvvhfhqlrjdtgquefucis",
"abclyvvhfhqlrjdtgquefuwis",
"abcdyvvhfhqlrjltgquefuwis",
"abcdevvhfhqlrjltgquyfuwis",
"abcdefvhvhqlrjltgquyfuwis",
"abcdeffhvhqlrjlt... | task01 | 0224 | task01_0224 | 224 |
Sort a given string into alphabetical order step by step by swapping two characters.
Starting with the first alphabet in alphabetical order 'a' and the first position of the string, repeat the following process until the end of the alphabetical order 'z'.
At each step, search for the alphabet in the string from left t... | {
"final": "bcccddffgiiijkmnnnqrrssuwyzzz",
"init": "nudzrmzzcdnkicciqswrsbfyfjign",
"intermediate": [
"budzrmzzcdnkicciqswrsnfyfjign",
"bcdzrmzzudnkicciqswrsnfyfjign",
"bcczrmzzudnkidciqswrsnfyfjign",
"bcccrmzzudnkidziqswrsnfyfjign",
"bcccdmzzurnkidziqswrsnfyfjign",
"bcccddzzurnkimziqswrs... | task01 | 0225 | task01_0225 | 225 |
Sort a given string into alphabetical order step by step by swapping two characters.
Starting with the first alphabet in alphabetical order 'a' and the first position of the string, repeat the following process until the end of the alphabetical order 'z'.
At each step, search for the alphabet in the string from left t... | {
"final": "abbccccdegghiikmnorrtvvvwwxyzz",
"init": "ccgayiwirednghvctzcbzvrbvxmokw",
"intermediate": [
"acgcyiwirednghvctzcbzvrbvxmokw",
"abgcyiwirednghvctzcczvrbvxmokw",
"abbcyiwirednghvctzcczvrgvxmokw",
"abbcciwirednghvytzcczvrgvxmokw",
"abbcccwirednghvytziczvrgvxmokw",
"abbcccciredngh... | task01 | 0226 | task01_0226 | 226 |
Sort a given string into alphabetical order step by step by swapping two characters.
Starting with the first alphabet in alphabetical order 'a' and the first position of the string, repeat the following process until the end of the alphabetical order 'z'.
At each step, search for the alphabet in the string from left t... | {
"final": "abbdfgjjllmnnooqrrrssstuvvvvvwxyzz",
"init": "rxszqrusbamnlyvbsdtwlfovvjvngjvroz",
"intermediate": [
"axszqrusbrmnlyvbsdtwlfovvjvngjvroz",
"abszqrusxrmnlyvbsdtwlfovvjvngjvroz",
"abbzqrusxrmnlyvssdtwlfovvjvngjvroz",
"abbdqrusxrmnlyvssztwlfovvjvngjvroz",
"abbdfrusxrmnlyvssztwlqovvjvn... | task01 | 0227 | task01_0227 | 227 |
Sort a given string into alphabetical order step by step by swapping two characters.
Starting with the first alphabet in alphabetical order 'a' and the first position of the string, repeat the following process until the end of the alphabetical order 'z'.
At each step, search for the alphabet in the string from left t... | {
"final": "deeefhjjknopppqrssttuuvwwxyyz",
"init": "poetxnpehjrqwytjkyessduvfzuwp",
"intermediate": [
"doetxnpehjrqwytjkyesspuvfzuwp",
"deotxnpehjrqwytjkyesspuvfzuwp",
"deetxnpohjrqwytjkyesspuvfzuwp",
"deeexnpohjrqwytjkytsspuvfzuwp",
"deeefnpohjrqwytjkytsspuvxzuwp",
"deeefhponjrqwytjkytss... | task01 | 0228 | task01_0228 | 228 |
Sort a given string into alphabetical order step by step by swapping two characters.
Starting with the first alphabet in alphabetical order 'a' and the first position of the string, repeat the following process until the end of the alphabetical order 'z'.
At each step, search for the alphabet in the string from left t... | {
"final": "abbcfffgiijklmprrrrssstttwyyz",
"init": "bcrrblfimfasfksyttjtgysrziprw",
"intermediate": [
"acrrblfimfbsfksyttjtgysrziprw",
"abrrclfimfbsfksyttjtgysrziprw",
"abbrclfimfrsfksyttjtgysrziprw",
"abbcrlfimfrsfksyttjtgysrziprw",
"abbcflrimfrsfksyttjtgysrziprw",
"abbcffrimlrsfksyttjtg... | task01 | 0229 | task01_0229 | 229 |
Sort a given string into alphabetical order step by step by swapping two characters.
Starting with the first alphabet in alphabetical order 'a' and the first position of the string, repeat the following process until the end of the alphabetical order 'z'.
At each step, search for the alphabet in the string from left t... | {
"final": "bbbeeehijjkkklmnnnpqrsttuxxyz",
"init": "jlhbetjxikutbesypxzqeknbmkrnn",
"intermediate": [
"blhjetjxikutbesypxzqeknbmkrnn",
"bbhjetjxikutlesypxzqeknbmkrnn",
"bbbjetjxikutlesypxzqeknhmkrnn",
"bbbejtjxikutlesypxzqeknhmkrnn",
"bbbeetjxikutljsypxzqeknhmkrnn",
"bbbeeejxikutljsypxzqt... | task01 | 0230 | task01_0230 | 230 |
Sort a given string into alphabetical order step by step by swapping two characters.
Starting with the first alphabet in alphabetical order 'a' and the first position of the string, repeat the following process until the end of the alphabetical order 'z'.
At each step, search for the alphabet in the string from left t... | {
"final": "aabbccdfgghhhhijkklnooppsuyy",
"init": "pbyaoupcchfkohhigagbdyksnlhj",
"intermediate": [
"abypoupcchfkohhigagbdyksnlhj",
"aaypoupcchfkohhigbgbdyksnlhj",
"aabpoupcchfkohhigygbdyksnlhj",
"aabboupcchfkohhigygpdyksnlhj",
"aabbcupochfkohhigygpdyksnlhj",
"aabbccpouhfkohhigygpdyksnlhj... | task01 | 0231 | task01_0231 | 231 |
Sort a given string into alphabetical order step by step by swapping two characters.
Starting with the first alphabet in alphabetical order 'a' and the first position of the string, repeat the following process until the end of the alphabetical order 'z'.
At each step, search for the alphabet in the string from left t... | {
"final": "aaaabdffghikkllnnopqstuuwwwxxx",
"init": "wuanwawhpbxsgifkfqlkonatlaxdxu",
"intermediate": [
"auwnwawhpbxsgifkfqlkonatlaxdxu",
"aawnwuwhpbxsgifkfqlkonatlaxdxu",
"aaanwuwhpbxsgifkfqlkonwtlaxdxu",
"aaaawuwhpbxsgifkfqlkonwtlnxdxu",
"aaaabuwhpwxsgifkfqlkonwtlnxdxu",
"aaaabdwhpwxsgi... | task01 | 0232 | task01_0232 | 232 |
Sort a given string into alphabetical order step by step by swapping two characters.
Starting with the first alphabet in alphabetical order 'a' and the first position of the string, repeat the following process until the end of the alphabetical order 'z'.
At each step, search for the alphabet in the string from left t... | {
"final": "acehhijlllmnoooooprrsvvwxxyz",
"init": "wnrcolvyvoolreamsiozxpxjholh",
"intermediate": [
"anrcolvyvoolrewmsiozxpxjholh",
"acrnolvyvoolrewmsiozxpxjholh",
"acenolvyvoolrrwmsiozxpxjholh",
"aceholvyvoolrrwmsiozxpxjnolh",
"acehhlvyvoolrrwmsiozxpxjnolo",
"acehhivyvoolrrwmslozxpxjnolo... | task01 | 0233 | task01_0233 | 233 |
Sort a given string into alphabetical order step by step by swapping two characters.
Starting with the first alphabet in alphabetical order 'a' and the first position of the string, repeat the following process until the end of the alphabetical order 'z'.
At each step, search for the alphabet in the string from left t... | {
"final": "abbbbcddeeegggjkklmnnnopstuuwx",
"init": "gbbcbgpbkjdlenkxdumuonsgeewant",
"intermediate": [
"abbcbgpbkjdlenkxdumuonsgeewgnt",
"abbbcgpbkjdlenkxdumuonsgeewgnt",
"abbbbgpckjdlenkxdumuonsgeewgnt",
"abbbbcpgkjdlenkxdumuonsgeewgnt",
"abbbbcdgkjplenkxdumuonsgeewgnt",
"abbbbcddkjplen... | task01 | 0234 | task01_0234 | 234 |
Sort a given string into alphabetical order step by step by swapping two characters.
Starting with the first alphabet in alphabetical order 'a' and the first position of the string, repeat the following process until the end of the alphabetical order 'z'.
At each step, search for the alphabet in the string from left t... | {
"final": "aabbcddfhhjjmnppqrttuuvvwwyyzz",
"init": "fybvzjznuwrctybhquhdjmdvppawat",
"intermediate": [
"aybvzjznuwrctybhquhdjmdvppfwat",
"aabvzjznuwrctybhquhdjmdvppfwyt",
"aabbzjznuwrctyvhquhdjmdvppfwyt",
"aabbcjznuwrztyvhquhdjmdvppfwyt",
"aabbcdznuwrztyvhquhjjmdvppfwyt",
"aabbcddnuwrzty... | task01 | 0235 | task01_0235 | 235 |
Sort a given string into alphabetical order step by step by swapping two characters.
Starting with the first alphabet in alphabetical order 'a' and the first position of the string, repeat the following process until the end of the alphabetical order 'z'.
At each step, search for the alphabet in the string from left t... | {
"final": "abcffgiijjjlmnnoppqrrttuuvvwxx",
"init": "qtjaxxtrjwigrinumfnjclfbpvvoup",
"intermediate": [
"atjqxxtrjwigrinumfnjclfbpvvoup",
"abjqxxtrjwigrinumfnjclftpvvoup",
"abcqxxtrjwigrinumfnjjlftpvvoup",
"abcfxxtrjwigrinumqnjjlftpvvoup",
"abcffxtrjwigrinumqnjjlxtpvvoup",
"abcffgtrjwixri... | task01 | 0236 | task01_0236 | 236 |
Sort a given string into alphabetical order step by step by swapping two characters.
Starting with the first alphabet in alphabetical order 'a' and the first position of the string, repeat the following process until the end of the alphabetical order 'z'.
At each step, search for the alphabet in the string from left t... | {
"final": "accddeeefghiijjjkmnoppqqqrrtuuz",
"init": "kcpfehziudjjtcdreqanurmjqiepgoq",
"intermediate": [
"acpfehziudjjtcdreqknurmjqiepgoq",
"accfehziudjjtpdreqknurmjqiepgoq",
"accdehziufjjtpdreqknurmjqiepgoq",
"accddhziufjjtpereqknurmjqiepgoq",
"accddeziufjjtphreqknurmjqiepgoq",
"accddee... | task01 | 0237 | task01_0237 | 237 |
Sort a given string into alphabetical order step by step by swapping two characters.
Starting with the first alphabet in alphabetical order 'a' and the first position of the string, repeat the following process until the end of the alphabetical order 'z'.
At each step, search for the alphabet in the string from left t... | {
"final": "aaegggiikklllmoqqstuuuwxxyyz",
"init": "ulwiasqkmugoiexzqlkagtgylyux",
"intermediate": [
"alwiusqkmugoiexzqlkagtgylyux",
"aawiusqkmugoiexzqlklgtgylyux",
"aaeiusqkmugoiwxzqlklgtgylyux",
"aaegusqkmuioiwxzqlklgtgylyux",
"aaeggsqkmuioiwxzqlklutgylyux",
"aaegggqkmuioiwxzqlklutsylyux... | task01 | 0238 | task01_0238 | 238 |
Sort a given string into alphabetical order step by step by swapping two characters.
Starting with the first alphabet in alphabetical order 'a' and the first position of the string, repeat the following process until the end of the alphabetical order 'z'.
At each step, search for the alphabet in the string from left t... | {
"final": "abddddffghhhhjkkklnoppqqrtw",
"init": "qffdbdhjpkhphalwdrknqgtdhko",
"intermediate": [
"affdbdhjpkhphqlwdrknqgtdhko",
"abfdfdhjpkhphqlwdrknqgtdhko",
"abdffdhjpkhphqlwdrknqgtdhko",
"abddffhjpkhphqlwdrknqgtdhko",
"abdddfhjpkhphqlwfrknqgtdhko",
"abddddhjpkhphqlwfrknqgtfhko",
"... | task01 | 0239 | task01_0239 | 239 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.