nums listlengths 4 4 | target int64 10 100 | solution listlengths 3 3 | optimal_path stringlengths 282 529 | start_size int64 4 4 |
|---|---|---|---|---|
[
4,
43,
14,
75
] | 72 | [
"43+14=57",
"75-57=18",
"4*18=72"
] | Current State: 72:[4, 43, 14, 75], Operations: []
Exploring Operation: 43+14=57, Resulting Numbers: [4, 75, 57]
Generated Node #2: [4, 75, 57] from Operation: 43+14=57
Current State: 72:[4, 75, 57], Operations: ['43+14=57']
Exploring Operation: 75-57=18, Resulting Numbers: [4, 18]
Generated Node #3: [4, 18] from Operat... | 4 |
[
86,
81,
79,
81
] | 79 | [
"81-81=0",
"86*0=0",
"79+0=79"
] | Current State: 79:[86, 81, 79, 81], Operations: []
Exploring Operation: 81-81=0, Resulting Numbers: [86, 79, 0]
Generated Node #2: [86, 79, 0] from Operation: 81-81=0
Current State: 79:[86, 79, 0], Operations: ['81-81=0']
Exploring Operation: 86*0=0, Resulting Numbers: [79, 0]
Generated Node #3: [79, 0] from Operation:... | 4 |
[
70,
70,
46,
13
] | 59 | [
"70-70=0",
"46+13=59",
"0+59=59"
] | Current State: 59:[70, 70, 46, 13], Operations: []
Exploring Operation: 70-70=0, Resulting Numbers: [46, 13, 0]
Generated Node #2: [46, 13, 0] from Operation: 70-70=0
Current State: 59:[46, 13, 0], Operations: ['70-70=0']
Exploring Operation: 46+13=59, Resulting Numbers: [0, 59]
Generated Node #3: [0, 59] from Operatio... | 4 |
[
51,
19,
54,
43
] | 59 | [
"51+19=70",
"54-43=11",
"70-11=59"
] | Current State: 59:[51, 19, 54, 43], Operations: []
Exploring Operation: 51+19=70, Resulting Numbers: [54, 43, 70]
Generated Node #2: [54, 43, 70] from Operation: 51+19=70
Current State: 59:[54, 43, 70], Operations: ['51+19=70']
Exploring Operation: 54-43=11, Resulting Numbers: [70, 11]
Generated Node #3: [70, 11] from ... | 4 |
[
26,
33,
6,
6
] | 47 | [
"26+33=59",
"6+6=12",
"59-12=47"
] | Current State: 47:[26, 33, 6, 6], Operations: []
Exploring Operation: 26+33=59, Resulting Numbers: [6, 6, 59]
Generated Node #2: [6, 6, 59] from Operation: 26+33=59
Current State: 47:[6, 6, 59], Operations: ['26+33=59']
Exploring Operation: 6+6=12, Resulting Numbers: [59, 12]
Generated Node #3: [59, 12] from Operation:... | 4 |
[
81,
36,
2,
23
] | 71 | [
"81+36=117",
"2*23=46",
"117-46=71"
] | Current State: 71:[81, 36, 2, 23], Operations: []
Exploring Operation: 81+36=117, Resulting Numbers: [2, 23, 117]
Generated Node #2: [2, 23, 117] from Operation: 81+36=117
Current State: 71:[2, 23, 117], Operations: ['81+36=117']
Exploring Operation: 2*23=46, Resulting Numbers: [117, 46]
Generated Node #3: [117, 46] fr... | 4 |
[
1,
50,
5,
73
] | 28 | [
"1*50=50",
"5+73=78",
"78-50=28"
] | Current State: 28:[1, 50, 5, 73], Operations: []
Exploring Operation: 1*50=50, Resulting Numbers: [5, 73, 50]
Generated Node #2: [5, 73, 50] from Operation: 1*50=50
Current State: 28:[5, 73, 50], Operations: ['1*50=50']
Exploring Operation: 5+73=78, Resulting Numbers: [50, 78]
Generated Node #3: [50, 78] from Operation... | 4 |
[
49,
38,
3,
33
] | 86 | [
"49-33=16",
"3*16=48",
"38+48=86"
] | Current State: 86:[49, 38, 3, 33], Operations: []
Exploring Operation: 49-33=16, Resulting Numbers: [38, 3, 16]
Generated Node #2: [38, 3, 16] from Operation: 49-33=16
Current State: 86:[38, 3, 16], Operations: ['49-33=16']
Exploring Operation: 3*16=48, Resulting Numbers: [38, 48]
Generated Node #3: [38, 48] from Opera... | 4 |
[
92,
7,
5,
80
] | 20 | [
"7*80=560",
"560/5=112",
"112-92=20"
] | Current State: 20:[92, 7, 5, 80], Operations: []
Exploring Operation: 7*80=560, Resulting Numbers: [92, 5, 560]
Generated Node #2: [92, 5, 560] from Operation: 7*80=560
Current State: 20:[92, 5, 560], Operations: ['7*80=560']
Exploring Operation: 560/5=112, Resulting Numbers: [92, 112]
Generated Node #3: [92, 112] from... | 4 |
[
16,
46,
52,
40
] | 15 | [
"52-46=6",
"40*6=240",
"240/16=15"
] | Current State: 15:[16, 46, 52, 40], Operations: []
Exploring Operation: 52-46=6, Resulting Numbers: [16, 40, 6]
Generated Node #2: [16, 40, 6] from Operation: 52-46=6
Current State: 15:[16, 40, 6], Operations: ['52-46=6']
Exploring Operation: 40*6=240, Resulting Numbers: [16, 240]
Generated Node #3: [16, 240] from Oper... | 4 |
[
66,
57,
23,
64
] | 11 | [
"66-64=2",
"23*2=46",
"57-46=11"
] | Current State: 11:[66, 57, 23, 64], Operations: []
Exploring Operation: 66-64=2, Resulting Numbers: [57, 23, 2]
Generated Node #2: [57, 23, 2] from Operation: 66-64=2
Current State: 11:[57, 23, 2], Operations: ['66-64=2']
Exploring Operation: 23*2=46, Resulting Numbers: [57, 46]
Generated Node #3: [57, 46] from Operati... | 4 |
[
1,
32,
75,
51
] | 94 | [
"1*32=32",
"75+51=126",
"126-32=94"
] | Current State: 94:[1, 32, 75, 51], Operations: []
Exploring Operation: 1*32=32, Resulting Numbers: [75, 51, 32]
Generated Node #2: [75, 51, 32] from Operation: 1*32=32
Current State: 94:[75, 51, 32], Operations: ['1*32=32']
Exploring Operation: 75+51=126, Resulting Numbers: [32, 126]
Generated Node #3: [32, 126] from O... | 4 |
[
96,
55,
65,
57
] | 33 | [
"96-55=41",
"65-57=8",
"41-8=33"
] | Current State: 33:[96, 55, 65, 57], Operations: []
Exploring Operation: 96-55=41, Resulting Numbers: [65, 57, 41]
Generated Node #2: [65, 57, 41] from Operation: 96-55=41
Current State: 33:[65, 57, 41], Operations: ['96-55=41']
Exploring Operation: 65-57=8, Resulting Numbers: [41, 8]
Generated Node #3: [41, 8] from Ope... | 4 |
[
61,
9,
59,
69
] | 62 | [
"61-9=52",
"69-59=10",
"52+10=62"
] | Current State: 62:[61, 9, 59, 69], Operations: []
Exploring Operation: 61-9=52, Resulting Numbers: [59, 69, 52]
Generated Node #2: [59, 69, 52] from Operation: 61-9=52
Current State: 62:[59, 69, 52], Operations: ['61-9=52']
Exploring Operation: 69-59=10, Resulting Numbers: [52, 10]
Generated Node #3: [52, 10] from Oper... | 4 |
[
34,
69,
65,
48
] | 88 | [
"69-65=4",
"34*4=136",
"136-48=88"
] | Current State: 88:[34, 69, 65, 48], Operations: []
Exploring Operation: 69-65=4, Resulting Numbers: [34, 48, 4]
Generated Node #2: [34, 48, 4] from Operation: 69-65=4
Current State: 88:[34, 48, 4], Operations: ['69-65=4']
Exploring Operation: 34*4=136, Resulting Numbers: [48, 136]
Generated Node #3: [48, 136] from Oper... | 4 |
[
9,
54,
86,
5
] | 36 | [
"54-9=45",
"86-5=81",
"81-45=36"
] | Current State: 36:[9, 54, 86, 5], Operations: []
Exploring Operation: 54-9=45, Resulting Numbers: [86, 5, 45]
Generated Node #2: [86, 5, 45] from Operation: 54-9=45
Current State: 36:[86, 5, 45], Operations: ['54-9=45']
Exploring Operation: 86-5=81, Resulting Numbers: [45, 81]
Generated Node #3: [45, 81] from Operation... | 4 |
[
72,
89,
37,
49
] | 28 | [
"72*49=3528",
"89+37=126",
"3528/126=28"
] | Current State: 28:[72, 89, 37, 49], Operations: []
Exploring Operation: 72*49=3528, Resulting Numbers: [89, 37, 3528]
Generated Node #2: [89, 37, 3528] from Operation: 72*49=3528
Current State: 28:[89, 37, 3528], Operations: ['72*49=3528']
Exploring Operation: 89+37=126, Resulting Numbers: [3528, 126]
Generated Node #3... | 4 |
[
48,
99,
15,
12
] | 95 | [
"48+12=60",
"60/15=4",
"99-4=95"
] | Current State: 95:[48, 99, 15, 12], Operations: []
Exploring Operation: 48+12=60, Resulting Numbers: [99, 15, 60]
Generated Node #2: [99, 15, 60] from Operation: 48+12=60
Current State: 95:[99, 15, 60], Operations: ['48+12=60']
Exploring Operation: 60/15=4, Resulting Numbers: [99, 4]
Generated Node #3: [99, 4] from Ope... | 4 |
[
70,
25,
30,
84
] | 70 | [
"84-70=14",
"30-25=5",
"14*5=70"
] | Current State: 70:[70, 25, 30, 84], Operations: []
Exploring Operation: 84-70=14, Resulting Numbers: [25, 30, 14]
Generated Node #2: [25, 30, 14] from Operation: 84-70=14
Current State: 70:[25, 30, 14], Operations: ['84-70=14']
Exploring Operation: 30-25=5, Resulting Numbers: [14, 5]
Generated Node #3: [14, 5] from Ope... | 4 |
[
97,
89,
3,
43
] | 99 | [
"89-3=86",
"86/43=2",
"97+2=99"
] | Current State: 99:[97, 89, 3, 43], Operations: []
Exploring Operation: 89-3=86, Resulting Numbers: [97, 43, 86]
Generated Node #2: [97, 43, 86] from Operation: 89-3=86
Current State: 99:[97, 43, 86], Operations: ['89-3=86']
Exploring Operation: 86/43=2, Resulting Numbers: [97, 2]
Generated Node #3: [97, 2] from Operati... | 4 |
[
46,
11,
28,
16
] | 79 | [
"46-11=35",
"28+16=44",
"35+44=79"
] | Current State: 79:[46, 11, 28, 16], Operations: []
Exploring Operation: 46-11=35, Resulting Numbers: [28, 16, 35]
Generated Node #2: [28, 16, 35] from Operation: 46-11=35
Current State: 79:[28, 16, 35], Operations: ['46-11=35']
Exploring Operation: 28+16=44, Resulting Numbers: [35, 44]
Generated Node #3: [35, 44] from ... | 4 |
[
39,
9,
47,
63
] | 79 | [
"39+47=86",
"63/9=7",
"86-7=79"
] | Current State: 79:[39, 9, 47, 63], Operations: []
Exploring Operation: 39+47=86, Resulting Numbers: [9, 63, 86]
Generated Node #2: [9, 63, 86] from Operation: 39+47=86
Current State: 79:[9, 63, 86], Operations: ['39+47=86']
Exploring Operation: 63/9=7, Resulting Numbers: [86, 7]
Generated Node #3: [86, 7] from Operatio... | 4 |
[
54,
98,
61,
28
] | 45 | [
"98-54=44",
"61+28=89",
"89-44=45"
] | Current State: 45:[54, 98, 61, 28], Operations: []
Exploring Operation: 98-54=44, Resulting Numbers: [61, 28, 44]
Generated Node #2: [61, 28, 44] from Operation: 98-54=44
Current State: 45:[61, 28, 44], Operations: ['98-54=44']
Exploring Operation: 61+28=89, Resulting Numbers: [44, 89]
Generated Node #3: [44, 89] from ... | 4 |
[
44,
23,
60,
8
] | 89 | [
"44-23=21",
"60+8=68",
"21+68=89"
] | Current State: 89:[44, 23, 60, 8], Operations: []
Exploring Operation: 44-23=21, Resulting Numbers: [60, 8, 21]
Generated Node #2: [60, 8, 21] from Operation: 44-23=21
Current State: 89:[60, 8, 21], Operations: ['44-23=21']
Exploring Operation: 60+8=68, Resulting Numbers: [21, 68]
Generated Node #3: [21, 68] from Opera... | 4 |
[
54,
34,
73,
33
] | 60 | [
"54-34=20",
"73-33=40",
"20+40=60"
] | Current State: 60:[54, 34, 73, 33], Operations: []
Exploring Operation: 54-34=20, Resulting Numbers: [73, 33, 20]
Generated Node #2: [73, 33, 20] from Operation: 54-34=20
Current State: 60:[73, 33, 20], Operations: ['54-34=20']
Exploring Operation: 73-33=40, Resulting Numbers: [20, 40]
Generated Node #3: [20, 40] from ... | 4 |
[
64,
30,
42,
29
] | 81 | [
"64+30=94",
"42-29=13",
"94-13=81"
] | Current State: 81:[64, 30, 42, 29], Operations: []
Exploring Operation: 64+30=94, Resulting Numbers: [42, 29, 94]
Generated Node #2: [42, 29, 94] from Operation: 64+30=94
Current State: 81:[42, 29, 94], Operations: ['64+30=94']
Exploring Operation: 42-29=13, Resulting Numbers: [94, 13]
Generated Node #3: [94, 13] from ... | 4 |
[
63,
15,
59,
66
] | 24 | [
"66-59=7",
"63/7=9",
"15+9=24"
] | Current State: 24:[63, 15, 59, 66], Operations: []
Exploring Operation: 66-59=7, Resulting Numbers: [63, 15, 7]
Generated Node #2: [63, 15, 7] from Operation: 66-59=7
Current State: 24:[63, 15, 7], Operations: ['66-59=7']
Exploring Operation: 63/7=9, Resulting Numbers: [15, 9]
Generated Node #3: [15, 9] from Operation:... | 4 |
[
87,
24,
58,
86
] | 35 | [
"87-24=63",
"86-58=28",
"63-28=35"
] | Current State: 35:[87, 24, 58, 86], Operations: []
Exploring Operation: 87-24=63, Resulting Numbers: [58, 86, 63]
Generated Node #2: [58, 86, 63] from Operation: 87-24=63
Current State: 35:[58, 86, 63], Operations: ['87-24=63']
Exploring Operation: 86-58=28, Resulting Numbers: [63, 28]
Generated Node #3: [63, 28] from ... | 4 |
[
22,
14,
16,
15
] | 26 | [
"16-14=2",
"22/2=11",
"15+11=26"
] | Current State: 26:[22, 14, 16, 15], Operations: []
Exploring Operation: 16-14=2, Resulting Numbers: [22, 15, 2]
Generated Node #2: [22, 15, 2] from Operation: 16-14=2
Current State: 26:[22, 15, 2], Operations: ['16-14=2']
Exploring Operation: 22/2=11, Resulting Numbers: [15, 11]
Generated Node #3: [15, 11] from Operati... | 4 |
[
79,
4,
14,
82
] | 13 | [
"79+4=83",
"14+82=96",
"96-83=13"
] | Current State: 13:[79, 4, 14, 82], Operations: []
Exploring Operation: 79+4=83, Resulting Numbers: [14, 82, 83]
Generated Node #2: [14, 82, 83] from Operation: 79+4=83
Current State: 13:[14, 82, 83], Operations: ['79+4=83']
Exploring Operation: 14+82=96, Resulting Numbers: [83, 96]
Generated Node #3: [83, 96] from Oper... | 4 |
[
91,
9,
16,
8
] | 61 | [
"91-8=83",
"9*16=144",
"144-83=61"
] | Current State: 61:[91, 9, 16, 8], Operations: []
Exploring Operation: 91-8=83, Resulting Numbers: [9, 16, 83]
Generated Node #2: [9, 16, 83] from Operation: 91-8=83
Current State: 61:[9, 16, 83], Operations: ['91-8=83']
Exploring Operation: 9*16=144, Resulting Numbers: [83, 144]
Generated Node #3: [83, 144] from Operat... | 4 |
[
56,
25,
11,
29
] | 35 | [
"56*25=1400",
"11+29=40",
"1400/40=35"
] | Current State: 35:[56, 25, 11, 29], Operations: []
Exploring Operation: 56*25=1400, Resulting Numbers: [11, 29, 1400]
Generated Node #2: [11, 29, 1400] from Operation: 56*25=1400
Current State: 35:[11, 29, 1400], Operations: ['56*25=1400']
Exploring Operation: 11+29=40, Resulting Numbers: [1400, 40]
Generated Node #3: ... | 4 |
[
88,
36,
38,
18
] | 52 | [
"88-38=50",
"36/18=2",
"50+2=52"
] | Current State: 52:[88, 36, 38, 18], Operations: []
Exploring Operation: 88-38=50, Resulting Numbers: [36, 18, 50]
Generated Node #2: [36, 18, 50] from Operation: 88-38=50
Current State: 52:[36, 18, 50], Operations: ['88-38=50']
Exploring Operation: 36/18=2, Resulting Numbers: [50, 2]
Generated Node #3: [50, 2] from Ope... | 4 |
[
18,
30,
7,
38
] | 75 | [
"7+38=45",
"30*45=1350",
"1350/18=75"
] | Current State: 75:[18, 30, 7, 38], Operations: []
Exploring Operation: 7+38=45, Resulting Numbers: [18, 30, 45]
Generated Node #2: [18, 30, 45] from Operation: 7+38=45
Current State: 75:[18, 30, 45], Operations: ['7+38=45']
Exploring Operation: 30*45=1350, Resulting Numbers: [18, 1350]
Generated Node #3: [18, 1350] fro... | 4 |
[
40,
78,
32,
78
] | 32 | [
"78-78=0",
"40*0=0",
"32+0=32"
] | Current State: 32:[40, 78, 32, 78], Operations: []
Exploring Operation: 78-78=0, Resulting Numbers: [40, 32, 0]
Generated Node #2: [40, 32, 0] from Operation: 78-78=0
Current State: 32:[40, 32, 0], Operations: ['78-78=0']
Exploring Operation: 40*0=0, Resulting Numbers: [32, 0]
Generated Node #3: [32, 0] from Operation:... | 4 |
[
74,
11,
35,
48
] | 20 | [
"74-11=63",
"35+48=83",
"83-63=20"
] | Current State: 20:[74, 11, 35, 48], Operations: []
Exploring Operation: 74-11=63, Resulting Numbers: [35, 48, 63]
Generated Node #2: [35, 48, 63] from Operation: 74-11=63
Current State: 20:[35, 48, 63], Operations: ['74-11=63']
Exploring Operation: 35+48=83, Resulting Numbers: [63, 83]
Generated Node #3: [63, 83] from ... | 4 |
[
46,
48,
91,
66
] | 63 | [
"46+48=94",
"91+66=157",
"157-94=63"
] | Current State: 63:[46, 48, 91, 66], Operations: []
Exploring Operation: 46+48=94, Resulting Numbers: [91, 66, 94]
Generated Node #2: [91, 66, 94] from Operation: 46+48=94
Current State: 63:[91, 66, 94], Operations: ['46+48=94']
Exploring Operation: 91+66=157, Resulting Numbers: [94, 157]
Generated Node #3: [94, 157] fr... | 4 |
[
2,
66,
6,
2
] | 73 | [
"2/2=1",
"66+6=72",
"1+72=73"
] | Current State: 73:[2, 66, 6, 2], Operations: []
Exploring Operation: 2/2=1, Resulting Numbers: [66, 6, 1]
Generated Node #2: [66, 6, 1] from Operation: 2/2=1
Current State: 73:[66, 6, 1], Operations: ['2/2=1']
Exploring Operation: 66+6=72, Resulting Numbers: [1, 72]
Generated Node #3: [1, 72] from Operation: 66+6=72
Cu... | 4 |
[
24,
21,
43,
10
] | 12 | [
"24+21=45",
"43-10=33",
"45-33=12"
] | Current State: 12:[24, 21, 43, 10], Operations: []
Exploring Operation: 24+21=45, Resulting Numbers: [43, 10, 45]
Generated Node #2: [43, 10, 45] from Operation: 24+21=45
Current State: 12:[43, 10, 45], Operations: ['24+21=45']
Exploring Operation: 43-10=33, Resulting Numbers: [45, 33]
Generated Node #3: [45, 33] from ... | 4 |
[
15,
45,
17,
5
] | 29 | [
"15+45=60",
"60/5=12",
"17+12=29"
] | Current State: 29:[15, 45, 17, 5], Operations: []
Exploring Operation: 15+45=60, Resulting Numbers: [17, 5, 60]
Generated Node #2: [17, 5, 60] from Operation: 15+45=60
Current State: 29:[17, 5, 60], Operations: ['15+45=60']
Exploring Operation: 60/5=12, Resulting Numbers: [17, 12]
Generated Node #3: [17, 12] from Opera... | 4 |
[
1,
87,
58,
26
] | 55 | [
"1*87=87",
"58-26=32",
"87-32=55"
] | Current State: 55:[1, 87, 58, 26], Operations: []
Exploring Operation: 1*87=87, Resulting Numbers: [58, 26, 87]
Generated Node #2: [58, 26, 87] from Operation: 1*87=87
Current State: 55:[58, 26, 87], Operations: ['1*87=87']
Exploring Operation: 58-26=32, Resulting Numbers: [87, 32]
Generated Node #3: [87, 32] from Oper... | 4 |
[
99,
86,
3,
6
] | 55 | [
"99-6=93",
"93/3=31",
"86-31=55"
] | Current State: 55:[99, 86, 3, 6], Operations: []
Exploring Operation: 99-6=93, Resulting Numbers: [86, 3, 93]
Generated Node #2: [86, 3, 93] from Operation: 99-6=93
Current State: 55:[86, 3, 93], Operations: ['99-6=93']
Exploring Operation: 93/3=31, Resulting Numbers: [86, 31]
Generated Node #3: [86, 31] from Operation... | 4 |
[
17,
65,
6,
31
] | 57 | [
"17+65=82",
"31-6=25",
"82-25=57"
] | Current State: 57:[17, 65, 6, 31], Operations: []
Exploring Operation: 17+65=82, Resulting Numbers: [6, 31, 82]
Generated Node #2: [6, 31, 82] from Operation: 17+65=82
Current State: 57:[6, 31, 82], Operations: ['17+65=82']
Exploring Operation: 31-6=25, Resulting Numbers: [82, 25]
Generated Node #3: [82, 25] from Opera... | 4 |
[
11,
54,
93,
44
] | 93 | [
"54-11=43",
"44-43=1",
"93*1=93"
] | Current State: 93:[11, 54, 93, 44], Operations: []
Exploring Operation: 54-11=43, Resulting Numbers: [93, 44, 43]
Generated Node #2: [93, 44, 43] from Operation: 54-11=43
Current State: 93:[93, 44, 43], Operations: ['54-11=43']
Exploring Operation: 44-43=1, Resulting Numbers: [93, 1]
Generated Node #3: [93, 1] from Ope... | 4 |
[
88,
86,
99,
94
] | 19 | [
"88+86=174",
"99+94=193",
"193-174=19"
] | Current State: 19:[88, 86, 99, 94], Operations: []
Exploring Operation: 88+86=174, Resulting Numbers: [99, 94, 174]
Generated Node #2: [99, 94, 174] from Operation: 88+86=174
Current State: 19:[99, 94, 174], Operations: ['88+86=174']
Exploring Operation: 99+94=193, Resulting Numbers: [174, 193]
Generated Node #3: [174,... | 4 |
[
45,
50,
27,
55
] | 33 | [
"50-45=5",
"55-27=28",
"5+28=33"
] | Current State: 33:[45, 50, 27, 55], Operations: []
Exploring Operation: 50-45=5, Resulting Numbers: [27, 55, 5]
Generated Node #2: [27, 55, 5] from Operation: 50-45=5
Current State: 33:[27, 55, 5], Operations: ['50-45=5']
Exploring Operation: 55-27=28, Resulting Numbers: [5, 28]
Generated Node #3: [5, 28] from Operatio... | 4 |
[
3,
58,
7,
2
] | 73 | [
"7-2=5",
"3*5=15",
"58+15=73"
] | Current State: 73:[3, 58, 7, 2], Operations: []
Exploring Operation: 7-2=5, Resulting Numbers: [3, 58, 5]
Generated Node #2: [3, 58, 5] from Operation: 7-2=5
Current State: 73:[3, 58, 5], Operations: ['7-2=5']
Exploring Operation: 3*5=15, Resulting Numbers: [58, 15]
Generated Node #3: [58, 15] from Operation: 3*5=15
Cu... | 4 |
[
84,
45,
2,
70
] | 17 | [
"84/2=42",
"70-45=25",
"42-25=17"
] | Current State: 17:[84, 45, 2, 70], Operations: []
Exploring Operation: 84/2=42, Resulting Numbers: [45, 70, 42]
Generated Node #2: [45, 70, 42] from Operation: 84/2=42
Current State: 17:[45, 70, 42], Operations: ['84/2=42']
Exploring Operation: 70-45=25, Resulting Numbers: [42, 25]
Generated Node #3: [42, 25] from Oper... | 4 |
[
4,
40,
9,
24
] | 65 | [
"4*24=96",
"40-9=31",
"96-31=65"
] | Current State: 65:[4, 40, 9, 24], Operations: []
Exploring Operation: 4*24=96, Resulting Numbers: [40, 9, 96]
Generated Node #2: [40, 9, 96] from Operation: 4*24=96
Current State: 65:[40, 9, 96], Operations: ['4*24=96']
Exploring Operation: 40-9=31, Resulting Numbers: [96, 31]
Generated Node #3: [96, 31] from Operation... | 4 |
[
65,
55,
23,
65
] | 98 | [
"65-55=10",
"23+65=88",
"10+88=98"
] | Current State: 98:[65, 55, 23, 65], Operations: []
Exploring Operation: 65-55=10, Resulting Numbers: [23, 10]
Generated Node #2: [23, 10] from Operation: 65-55=10
Current State: 98:[23, 10], Operations: ['65-55=10']
Exploring Operation: 23+65=88, Resulting Numbers: [10, 88]
Generated Node #3: [10, 88] from Operation: 2... | 4 |
[
3,
83,
55,
49
] | 65 | [
"55-49=6",
"3*6=18",
"83-18=65"
] | Current State: 65:[3, 83, 55, 49], Operations: []
Exploring Operation: 55-49=6, Resulting Numbers: [3, 83, 6]
Generated Node #2: [3, 83, 6] from Operation: 55-49=6
Current State: 65:[3, 83, 6], Operations: ['55-49=6']
Exploring Operation: 3*6=18, Resulting Numbers: [83, 18]
Generated Node #3: [83, 18] from Operation: 3... | 4 |
[
18,
9,
13,
3
] | 41 | [
"18*9=162",
"162/3=54",
"54-13=41"
] | Current State: 41:[18, 9, 13, 3], Operations: []
Exploring Operation: 18*9=162, Resulting Numbers: [13, 3, 162]
Generated Node #2: [13, 3, 162] from Operation: 18*9=162
Current State: 41:[13, 3, 162], Operations: ['18*9=162']
Exploring Operation: 162/3=54, Resulting Numbers: [13, 54]
Generated Node #3: [13, 54] from Op... | 4 |
[
39,
94,
92,
22
] | 15 | [
"94-39=55",
"92-22=70",
"70-55=15"
] | Current State: 15:[39, 94, 92, 22], Operations: []
Exploring Operation: 94-39=55, Resulting Numbers: [92, 22, 55]
Generated Node #2: [92, 22, 55] from Operation: 94-39=55
Current State: 15:[92, 22, 55], Operations: ['94-39=55']
Exploring Operation: 92-22=70, Resulting Numbers: [55, 70]
Generated Node #3: [55, 70] from ... | 4 |
[
32,
40,
84,
82
] | 52 | [
"84-82=2",
"40/2=20",
"32+20=52"
] | Current State: 52:[32, 40, 84, 82], Operations: []
Exploring Operation: 84-82=2, Resulting Numbers: [32, 40, 2]
Generated Node #2: [32, 40, 2] from Operation: 84-82=2
Current State: 52:[32, 40, 2], Operations: ['84-82=2']
Exploring Operation: 40/2=20, Resulting Numbers: [32, 20]
Generated Node #3: [32, 20] from Operati... | 4 |
[
40,
32,
95,
10
] | 77 | [
"40-32=8",
"95-10=85",
"85-8=77"
] | Current State: 77:[40, 32, 95, 10], Operations: []
Exploring Operation: 40-32=8, Resulting Numbers: [95, 10, 8]
Generated Node #2: [95, 10, 8] from Operation: 40-32=8
Current State: 77:[95, 10, 8], Operations: ['40-32=8']
Exploring Operation: 95-10=85, Resulting Numbers: [8, 85]
Generated Node #3: [8, 85] from Operatio... | 4 |
[
96,
59,
24,
8
] | 37 | [
"96+59=155",
"24*8=192",
"192-155=37"
] | Current State: 37:[96, 59, 24, 8], Operations: []
Exploring Operation: 96+59=155, Resulting Numbers: [24, 8, 155]
Generated Node #2: [24, 8, 155] from Operation: 96+59=155
Current State: 37:[24, 8, 155], Operations: ['96+59=155']
Exploring Operation: 24*8=192, Resulting Numbers: [155, 192]
Generated Node #3: [155, 192]... | 4 |
[
37,
6,
39,
39
] | 31 | [
"37-6=31",
"39-39=0",
"31+0=31"
] | Current State: 31:[37, 6, 39, 39], Operations: []
Exploring Operation: 37-6=31, Resulting Numbers: [39, 39, 31]
Generated Node #2: [39, 39, 31] from Operation: 37-6=31
Current State: 31:[39, 39, 31], Operations: ['37-6=31']
Exploring Operation: 39-39=0, Resulting Numbers: [31, 0]
Generated Node #3: [31, 0] from Operati... | 4 |
[
6,
42,
36,
32
] | 32 | [
"42-6=36",
"36+32=68",
"68-36=32"
] | Current State: 32:[6, 42, 36, 32], Operations: []
Exploring Operation: 42-6=36, Resulting Numbers: [36, 32, 36]
Generated Node #2: [36, 32, 36] from Operation: 42-6=36
Current State: 32:[36, 32, 36], Operations: ['42-6=36']
Exploring Operation: 36+32=68, Resulting Numbers: [68]
68,32 equal: Goal Reached
Exploring Opera... | 4 |
[
50,
28,
56,
61
] | 39 | [
"50+28=78",
"56+61=117",
"117-78=39"
] | Current State: 39:[50, 28, 56, 61], Operations: []
Exploring Operation: 50+28=78, Resulting Numbers: [56, 61, 78]
Generated Node #2: [56, 61, 78] from Operation: 50+28=78
Current State: 39:[56, 61, 78], Operations: ['50+28=78']
Exploring Operation: 56+61=117, Resulting Numbers: [78, 117]
Generated Node #3: [78, 117] fr... | 4 |
[
36,
6,
77,
26
] | 21 | [
"36-6=30",
"77-26=51",
"51-30=21"
] | Current State: 21:[36, 6, 77, 26], Operations: []
Exploring Operation: 36-6=30, Resulting Numbers: [77, 26, 30]
Generated Node #2: [77, 26, 30] from Operation: 36-6=30
Current State: 21:[77, 26, 30], Operations: ['36-6=30']
Exploring Operation: 77-26=51, Resulting Numbers: [30, 51]
Generated Node #3: [30, 51] from Oper... | 4 |
[
85,
4,
50,
85
] | 53 | [
"85/85=1",
"4+50=54",
"54-1=53"
] | Current State: 53:[85, 4, 50, 85], Operations: []
Exploring Operation: 85/85=1, Resulting Numbers: [4, 50, 1]
Generated Node #2: [4, 50, 1] from Operation: 85/85=1
Current State: 53:[4, 50, 1], Operations: ['85/85=1']
Exploring Operation: 4+50=54, Resulting Numbers: [1, 54]
Generated Node #3: [1, 54] from Operation: 4+... | 4 |
[
94,
18,
39,
13
] | 86 | [
"94+18=112",
"39-13=26",
"112-26=86"
] | Current State: 86:[94, 18, 39, 13], Operations: []
Exploring Operation: 94+18=112, Resulting Numbers: [39, 13, 112]
Generated Node #2: [39, 13, 112] from Operation: 94+18=112
Current State: 86:[39, 13, 112], Operations: ['94+18=112']
Exploring Operation: 39-13=26, Resulting Numbers: [112, 26]
Generated Node #3: [112, 2... | 4 |
[
32,
14,
14,
10
] | 42 | [
"32+14=46",
"14-10=4",
"46-4=42"
] | Current State: 42:[32, 14, 14, 10], Operations: []
Exploring Operation: 32+14=46, Resulting Numbers: [10, 46]
Generated Node #2: [10, 46] from Operation: 32+14=46
Current State: 42:[10, 46], Operations: ['32+14=46']
Exploring Operation: 14-10=4, Resulting Numbers: [46, 4]
Generated Node #3: [46, 4] from Operation: 14-1... | 4 |
[
53,
24,
27,
18
] | 86 | [
"53+24=77",
"27-18=9",
"77+9=86"
] | Current State: 86:[53, 24, 27, 18], Operations: []
Exploring Operation: 53+24=77, Resulting Numbers: [27, 18, 77]
Generated Node #2: [27, 18, 77] from Operation: 53+24=77
Current State: 86:[27, 18, 77], Operations: ['53+24=77']
Exploring Operation: 27-18=9, Resulting Numbers: [77, 9]
Generated Node #3: [77, 9] from Ope... | 4 |
[
2,
64,
66,
34
] | 94 | [
"64-2=62",
"66-34=32",
"62+32=94"
] | Current State: 94:[2, 64, 66, 34], Operations: []
Exploring Operation: 64-2=62, Resulting Numbers: [66, 34, 62]
Generated Node #2: [66, 34, 62] from Operation: 64-2=62
Current State: 94:[66, 34, 62], Operations: ['64-2=62']
Exploring Operation: 66-34=32, Resulting Numbers: [62, 32]
Generated Node #3: [62, 32] from Oper... | 4 |
[
86,
3,
96,
88
] | 75 | [
"86-3=83",
"96-88=8",
"83-8=75"
] | Current State: 75:[86, 3, 96, 88], Operations: []
Exploring Operation: 86-3=83, Resulting Numbers: [96, 88, 83]
Generated Node #2: [96, 88, 83] from Operation: 86-3=83
Current State: 75:[96, 88, 83], Operations: ['86-3=83']
Exploring Operation: 96-88=8, Resulting Numbers: [83, 8]
Generated Node #3: [83, 8] from Operati... | 4 |
[
81,
9,
87,
76
] | 61 | [
"81-9=72",
"87-76=11",
"72-11=61"
] | Current State: 61:[81, 9, 87, 76], Operations: []
Exploring Operation: 81-9=72, Resulting Numbers: [87, 76, 72]
Generated Node #2: [87, 76, 72] from Operation: 81-9=72
Current State: 61:[87, 76, 72], Operations: ['81-9=72']
Exploring Operation: 87-76=11, Resulting Numbers: [72, 11]
Generated Node #3: [72, 11] from Oper... | 4 |
[
2,
60,
33,
56
] | 31 | [
"2*60=120",
"33+56=89",
"120-89=31"
] | Current State: 31:[2, 60, 33, 56], Operations: []
Exploring Operation: 2*60=120, Resulting Numbers: [33, 56, 120]
Generated Node #2: [33, 56, 120] from Operation: 2*60=120
Current State: 31:[33, 56, 120], Operations: ['2*60=120']
Exploring Operation: 33+56=89, Resulting Numbers: [120, 89]
Generated Node #3: [120, 89] f... | 4 |
[
57,
26,
57,
3
] | 79 | [
"57/57=1",
"26*3=78",
"1+78=79"
] | Current State: 79:[57, 26, 57, 3], Operations: []
Exploring Operation: 57/57=1, Resulting Numbers: [26, 3, 1]
Generated Node #2: [26, 3, 1] from Operation: 57/57=1
Current State: 79:[26, 3, 1], Operations: ['57/57=1']
Exploring Operation: 26*3=78, Resulting Numbers: [1, 78]
Generated Node #3: [1, 78] from Operation: 26... | 4 |
[
78,
39,
67,
73
] | 23 | [
"78+39=117",
"67+73=140",
"140-117=23"
] | Current State: 23:[78, 39, 67, 73], Operations: []
Exploring Operation: 78+39=117, Resulting Numbers: [67, 73, 117]
Generated Node #2: [67, 73, 117] from Operation: 78+39=117
Current State: 23:[67, 73, 117], Operations: ['78+39=117']
Exploring Operation: 67+73=140, Resulting Numbers: [117, 140]
Generated Node #3: [117,... | 4 |
[
15,
57,
46,
10
] | 15 | [
"57-46=11",
"11-10=1",
"15*1=15"
] | Current State: 15:[15, 57, 46, 10], Operations: []
Exploring Operation: 57-46=11, Resulting Numbers: [15, 10, 11]
Generated Node #2: [15, 10, 11] from Operation: 57-46=11
Current State: 15:[15, 10, 11], Operations: ['57-46=11']
Exploring Operation: 11-10=1, Resulting Numbers: [15, 1]
Generated Node #3: [15, 1] from Ope... | 4 |
[
43,
68,
49,
34
] | 96 | [
"43+68=111",
"49-34=15",
"111-15=96"
] | Current State: 96:[43, 68, 49, 34], Operations: []
Exploring Operation: 43+68=111, Resulting Numbers: [49, 34, 111]
Generated Node #2: [49, 34, 111] from Operation: 43+68=111
Current State: 96:[49, 34, 111], Operations: ['43+68=111']
Exploring Operation: 49-34=15, Resulting Numbers: [111, 15]
Generated Node #3: [111, 1... | 4 |
[
54,
17,
50,
60
] | 32 | [
"54-50=4",
"60/4=15",
"17+15=32"
] | Current State: 32:[54, 17, 50, 60], Operations: []
Exploring Operation: 54-50=4, Resulting Numbers: [17, 60, 4]
Generated Node #2: [17, 60, 4] from Operation: 54-50=4
Current State: 32:[17, 60, 4], Operations: ['54-50=4']
Exploring Operation: 60/4=15, Resulting Numbers: [17, 15]
Generated Node #3: [17, 15] from Operati... | 4 |
[
93,
39,
31,
78
] | 65 | [
"93/31=3",
"39/3=13",
"78-13=65"
] | Current State: 65:[93, 39, 31, 78], Operations: []
Exploring Operation: 93/31=3, Resulting Numbers: [39, 78, 3]
Generated Node #2: [39, 78, 3] from Operation: 93/31=3
Current State: 65:[39, 78, 3], Operations: ['93/31=3']
Exploring Operation: 39/3=13, Resulting Numbers: [78, 13]
Generated Node #3: [78, 13] from Operati... | 4 |
[
38,
48,
98,
97
] | 10 | [
"48-38=10",
"98-97=1",
"10*1=10"
] | Current State: 10:[38, 48, 98, 97], Operations: []
Exploring Operation: 48-38=10, Resulting Numbers: [98, 97, 10]
Generated Node #2: [98, 97, 10] from Operation: 48-38=10
Current State: 10:[98, 97, 10], Operations: ['48-38=10']
Exploring Operation: 98-97=1, Resulting Numbers: [10, 1]
Generated Node #3: [10, 1] from Ope... | 4 |
[
53,
60,
72,
1
] | 45 | [
"53+1=54",
"60*54=3240",
"3240/72=45"
] | Current State: 45:[53, 60, 72, 1], Operations: []
Exploring Operation: 53+1=54, Resulting Numbers: [60, 72, 54]
Generated Node #2: [60, 72, 54] from Operation: 53+1=54
Current State: 45:[60, 72, 54], Operations: ['53+1=54']
Exploring Operation: 60*54=3240, Resulting Numbers: [72, 3240]
Generated Node #3: [72, 3240] fro... | 4 |
[
39,
20,
64,
76
] | 95 | [
"64-39=25",
"76*25=1900",
"1900/20=95"
] | Current State: 95:[39, 20, 64, 76], Operations: []
Exploring Operation: 64-39=25, Resulting Numbers: [20, 76, 25]
Generated Node #2: [20, 76, 25] from Operation: 64-39=25
Current State: 95:[20, 76, 25], Operations: ['64-39=25']
Exploring Operation: 76*25=1900, Resulting Numbers: [20, 1900]
Generated Node #3: [20, 1900]... | 4 |
[
16,
93,
61,
67
] | 19 | [
"16+93=109",
"61+67=128",
"128-109=19"
] | Current State: 19:[16, 93, 61, 67], Operations: []
Exploring Operation: 16+93=109, Resulting Numbers: [61, 67, 109]
Generated Node #2: [61, 67, 109] from Operation: 16+93=109
Current State: 19:[61, 67, 109], Operations: ['16+93=109']
Exploring Operation: 61+67=128, Resulting Numbers: [109, 128]
Generated Node #3: [109,... | 4 |
[
72,
63,
58,
8
] | 49 | [
"72-58=14",
"8*14=112",
"112-63=49"
] | Current State: 49:[72, 63, 58, 8], Operations: []
Exploring Operation: 72-58=14, Resulting Numbers: [63, 8, 14]
Generated Node #2: [63, 8, 14] from Operation: 72-58=14
Current State: 49:[63, 8, 14], Operations: ['72-58=14']
Exploring Operation: 8*14=112, Resulting Numbers: [63, 112]
Generated Node #3: [63, 112] from Op... | 4 |
[
66,
43,
19,
65
] | 63 | [
"66+43=109",
"65-19=46",
"109-46=63"
] | Current State: 63:[66, 43, 19, 65], Operations: []
Exploring Operation: 66+43=109, Resulting Numbers: [19, 65, 109]
Generated Node #2: [19, 65, 109] from Operation: 66+43=109
Current State: 63:[19, 65, 109], Operations: ['66+43=109']
Exploring Operation: 65-19=46, Resulting Numbers: [109, 46]
Generated Node #3: [109, 4... | 4 |
[
23,
44,
83,
81
] | 19 | [
"44-23=21",
"83-81=2",
"21-2=19"
] | Current State: 19:[23, 44, 83, 81], Operations: []
Exploring Operation: 44-23=21, Resulting Numbers: [83, 81, 21]
Generated Node #2: [83, 81, 21] from Operation: 44-23=21
Current State: 19:[83, 81, 21], Operations: ['44-23=21']
Exploring Operation: 83-81=2, Resulting Numbers: [21, 2]
Generated Node #3: [21, 2] from Ope... | 4 |
[
50,
79,
22,
74
] | 77 | [
"50+79=129",
"74-22=52",
"129-52=77"
] | Current State: 77:[50, 79, 22, 74], Operations: []
Exploring Operation: 50+79=129, Resulting Numbers: [22, 74, 129]
Generated Node #2: [22, 74, 129] from Operation: 50+79=129
Current State: 77:[22, 74, 129], Operations: ['50+79=129']
Exploring Operation: 74-22=52, Resulting Numbers: [129, 52]
Generated Node #3: [129, 5... | 4 |
[
4,
16,
35,
40
] | 11 | [
"4*16=64",
"35+40=75",
"75-64=11"
] | Current State: 11:[4, 16, 35, 40], Operations: []
Exploring Operation: 4*16=64, Resulting Numbers: [35, 40, 64]
Generated Node #2: [35, 40, 64] from Operation: 4*16=64
Current State: 11:[35, 40, 64], Operations: ['4*16=64']
Exploring Operation: 35+40=75, Resulting Numbers: [64, 75]
Generated Node #3: [64, 75] from Oper... | 4 |
[
25,
64,
60,
27
] | 72 | [
"64-25=39",
"60-27=33",
"39+33=72"
] | Current State: 72:[25, 64, 60, 27], Operations: []
Exploring Operation: 64-25=39, Resulting Numbers: [60, 27, 39]
Generated Node #2: [60, 27, 39] from Operation: 64-25=39
Current State: 72:[60, 27, 39], Operations: ['64-25=39']
Exploring Operation: 60-27=33, Resulting Numbers: [39, 33]
Generated Node #3: [39, 33] from ... | 4 |
[
29,
60,
25,
43
] | 68 | [
"29-25=4",
"60-43=17",
"4*17=68"
] | Current State: 68:[29, 60, 25, 43], Operations: []
Exploring Operation: 29-25=4, Resulting Numbers: [60, 43, 4]
Generated Node #2: [60, 43, 4] from Operation: 29-25=4
Current State: 68:[60, 43, 4], Operations: ['29-25=4']
Exploring Operation: 60-43=17, Resulting Numbers: [4, 17]
Generated Node #3: [4, 17] from Operatio... | 4 |
[
52,
2,
18,
33
] | 16 | [
"52-18=34",
"34/2=17",
"33-17=16"
] | Current State: 16:[52, 2, 18, 33], Operations: []
Exploring Operation: 52-18=34, Resulting Numbers: [2, 33, 34]
Generated Node #2: [2, 33, 34] from Operation: 52-18=34
Current State: 16:[2, 33, 34], Operations: ['52-18=34']
Exploring Operation: 34/2=17, Resulting Numbers: [33, 17]
Generated Node #3: [33, 17] from Opera... | 4 |
[
78,
6,
3,
85
] | 53 | [
"78/3=26",
"85-6=79",
"79-26=53"
] | Current State: 53:[78, 6, 3, 85], Operations: []
Exploring Operation: 78/3=26, Resulting Numbers: [6, 85, 26]
Generated Node #2: [6, 85, 26] from Operation: 78/3=26
Current State: 53:[6, 85, 26], Operations: ['78/3=26']
Exploring Operation: 85-6=79, Resulting Numbers: [26, 79]
Generated Node #3: [26, 79] from Operation... | 4 |
[
78,
26,
42,
85
] | 71 | [
"78/26=3",
"42/3=14",
"85-14=71"
] | Current State: 71:[78, 26, 42, 85], Operations: []
Exploring Operation: 78/26=3, Resulting Numbers: [42, 85, 3]
Generated Node #2: [42, 85, 3] from Operation: 78/26=3
Current State: 71:[42, 85, 3], Operations: ['78/26=3']
Exploring Operation: 42/3=14, Resulting Numbers: [85, 14]
Generated Node #3: [85, 14] from Operati... | 4 |
[
45,
25,
21,
48
] | 48 | [
"45-25=20",
"21-20=1",
"48*1=48"
] | Current State: 48:[45, 25, 21, 48], Operations: []
Exploring Operation: 45-25=20, Resulting Numbers: [21, 48, 20]
Generated Node #2: [21, 48, 20] from Operation: 45-25=20
Current State: 48:[21, 48, 20], Operations: ['45-25=20']
Exploring Operation: 21-20=1, Resulting Numbers: [48, 1]
Generated Node #3: [48, 1] from Ope... | 4 |
[
27,
86,
84,
71
] | 17 | [
"86-84=2",
"27*2=54",
"71-54=17"
] | Current State: 17:[27, 86, 84, 71], Operations: []
Exploring Operation: 86-84=2, Resulting Numbers: [27, 71, 2]
Generated Node #2: [27, 71, 2] from Operation: 86-84=2
Current State: 17:[27, 71, 2], Operations: ['86-84=2']
Exploring Operation: 27*2=54, Resulting Numbers: [71, 54]
Generated Node #3: [71, 54] from Operati... | 4 |
[
20,
38,
98,
27
] | 24 | [
"27-20=7",
"98/7=14",
"38-14=24"
] | Current State: 24:[20, 38, 98, 27], Operations: []
Exploring Operation: 27-20=7, Resulting Numbers: [38, 98, 7]
Generated Node #2: [38, 98, 7] from Operation: 27-20=7
Current State: 24:[38, 98, 7], Operations: ['27-20=7']
Exploring Operation: 98/7=14, Resulting Numbers: [38, 14]
Generated Node #3: [38, 14] from Operati... | 4 |
[
95,
4,
37,
76
] | 72 | [
"95-37=58",
"76-58=18",
"4*18=72"
] | Current State: 72:[95, 4, 37, 76], Operations: []
Exploring Operation: 95-37=58, Resulting Numbers: [4, 76, 58]
Generated Node #2: [4, 76, 58] from Operation: 95-37=58
Current State: 72:[4, 76, 58], Operations: ['95-37=58']
Exploring Operation: 76-58=18, Resulting Numbers: [4, 18]
Generated Node #3: [4, 18] from Operat... | 4 |
[
41,
14,
88,
28
] | 89 | [
"41-14=27",
"88+28=116",
"116-27=89"
] | Current State: 89:[41, 14, 88, 28], Operations: []
Exploring Operation: 41-14=27, Resulting Numbers: [88, 28, 27]
Generated Node #2: [88, 28, 27] from Operation: 41-14=27
Current State: 89:[88, 28, 27], Operations: ['41-14=27']
Exploring Operation: 88+28=116, Resulting Numbers: [27, 116]
Generated Node #3: [27, 116] fr... | 4 |
[
3,
75,
40,
24
] | 69 | [
"3*40=120",
"75-24=51",
"120-51=69"
] | Current State: 69:[3, 75, 40, 24], Operations: []
Exploring Operation: 3*40=120, Resulting Numbers: [75, 24, 120]
Generated Node #2: [75, 24, 120] from Operation: 3*40=120
Current State: 69:[75, 24, 120], Operations: ['3*40=120']
Exploring Operation: 75-24=51, Resulting Numbers: [120, 51]
Generated Node #3: [120, 51] f... | 4 |
[
84,
8,
3,
4
] | 85 | [
"84+8=92",
"3+4=7",
"92-7=85"
] | Current State: 85:[84, 8, 3, 4], Operations: []
Exploring Operation: 84+8=92, Resulting Numbers: [3, 4, 92]
Generated Node #2: [3, 4, 92] from Operation: 84+8=92
Current State: 85:[3, 4, 92], Operations: ['84+8=92']
Exploring Operation: 3+4=7, Resulting Numbers: [92, 7]
Generated Node #3: [92, 7] from Operation: 3+4=7
... | 4 |
[
36,
64,
39,
39
] | 75 | [
"39-36=3",
"64-39=25",
"3*25=75"
] | Current State: 75:[36, 64, 39, 39], Operations: []
Exploring Operation: 39-36=3, Resulting Numbers: [64, 3]
Generated Node #2: [64, 3] from Operation: 39-36=3
Current State: 75:[64, 3], Operations: ['39-36=3']
Exploring Operation: 64-39=25, Resulting Numbers: [3, 25]
Generated Node #3: [3, 25] from Operation: 64-39=25
... | 4 |
[
50,
47,
34,
94
] | 66 | [
"50*94=4700",
"4700/47=100",
"100-34=66"
] | Current State: 66:[50, 47, 34, 94], Operations: []
Exploring Operation: 50*94=4700, Resulting Numbers: [47, 34, 4700]
Generated Node #2: [47, 34, 4700] from Operation: 50*94=4700
Current State: 66:[47, 34, 4700], Operations: ['50*94=4700']
Exploring Operation: 4700/47=100, Resulting Numbers: [34, 100]
Generated Node #3... | 4 |
[
68,
65,
90,
28
] | 71 | [
"68+65=133",
"90-28=62",
"133-62=71"
] | Current State: 71:[68, 65, 90, 28], Operations: []
Exploring Operation: 68+65=133, Resulting Numbers: [90, 28, 133]
Generated Node #2: [90, 28, 133] from Operation: 68+65=133
Current State: 71:[90, 28, 133], Operations: ['68+65=133']
Exploring Operation: 90-28=62, Resulting Numbers: [133, 62]
Generated Node #3: [133, 6... | 4 |
[
38,
69,
27,
41
] | 17 | [
"69-38=31",
"41-27=14",
"31-14=17"
] | Current State: 17:[38, 69, 27, 41], Operations: []
Exploring Operation: 69-38=31, Resulting Numbers: [27, 41, 31]
Generated Node #2: [27, 41, 31] from Operation: 69-38=31
Current State: 17:[27, 41, 31], Operations: ['69-38=31']
Exploring Operation: 41-27=14, Resulting Numbers: [31, 14]
Generated Node #3: [31, 14] from ... | 4 |
[
52,
44,
60,
62
] | 31 | [
"52*62=3224",
"44+60=104",
"3224/104=31"
] | Current State: 31:[52, 44, 60, 62], Operations: []
Exploring Operation: 52*62=3224, Resulting Numbers: [44, 60, 3224]
Generated Node #2: [44, 60, 3224] from Operation: 52*62=3224
Current State: 31:[44, 60, 3224], Operations: ['52*62=3224']
Exploring Operation: 44+60=104, Resulting Numbers: [3224, 104]
Generated Node #3... | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.