nums listlengths 4 4 | target int64 10 100 | solution listlengths 3 3 | optimal_path stringlengths 282 529 | start_size int64 4 4 |
|---|---|---|---|---|
[
8,
21,
74,
79
] | 97 | [
"79-74=5",
"21*5=105",
"105-8=97"
] | Current State: 97:[8, 21, 74, 79], Operations: []
Exploring Operation: 79-74=5, Resulting Numbers: [8, 21, 5]
Generated Node #2: [8, 21, 5] from Operation: 79-74=5
Current State: 97:[8, 21, 5], Operations: ['79-74=5']
Exploring Operation: 21*5=105, Resulting Numbers: [8, 105]
Generated Node #3: [8, 105] from Operation:... | 4 |
[
31,
2,
90,
9
] | 65 | [
"31+90=121",
"9+121=130",
"130/2=65"
] | Current State: 65:[31, 2, 90, 9], Operations: []
Exploring Operation: 31+90=121, Resulting Numbers: [2, 9, 121]
Generated Node #2: [2, 9, 121] from Operation: 31+90=121
Current State: 65:[2, 9, 121], Operations: ['31+90=121']
Exploring Operation: 9+121=130, Resulting Numbers: [2, 130]
Generated Node #3: [2, 130] from O... | 4 |
[
5,
94,
97,
75
] | 45 | [
"75/5=15",
"97-94=3",
"15*3=45"
] | Current State: 45:[5, 94, 97, 75], Operations: []
Exploring Operation: 75/5=15, Resulting Numbers: [94, 97, 15]
Generated Node #2: [94, 97, 15] from Operation: 75/5=15
Current State: 45:[94, 97, 15], Operations: ['75/5=15']
Exploring Operation: 97-94=3, Resulting Numbers: [15, 3]
Generated Node #3: [15, 3] from Operati... | 4 |
[
83,
94,
40,
64
] | 13 | [
"94-83=11",
"64-40=24",
"24-11=13"
] | Current State: 13:[83, 94, 40, 64], Operations: []
Exploring Operation: 94-83=11, Resulting Numbers: [40, 64, 11]
Generated Node #2: [40, 64, 11] from Operation: 94-83=11
Current State: 13:[40, 64, 11], Operations: ['94-83=11']
Exploring Operation: 64-40=24, Resulting Numbers: [11, 24]
Generated Node #3: [11, 24] from ... | 4 |
[
10,
17,
2,
84
] | 24 | [
"17-10=7",
"2*84=168",
"168/7=24"
] | Current State: 24:[10, 17, 2, 84], Operations: []
Exploring Operation: 17-10=7, Resulting Numbers: [2, 84, 7]
Generated Node #2: [2, 84, 7] from Operation: 17-10=7
Current State: 24:[2, 84, 7], Operations: ['17-10=7']
Exploring Operation: 2*84=168, Resulting Numbers: [7, 168]
Generated Node #3: [7, 168] from Operation:... | 4 |
[
28,
21,
3,
26
] | 22 | [
"28-21=7",
"3+26=29",
"29-7=22"
] | Current State: 22:[28, 21, 3, 26], Operations: []
Exploring Operation: 28-21=7, Resulting Numbers: [3, 26, 7]
Generated Node #2: [3, 26, 7] from Operation: 28-21=7
Current State: 22:[3, 26, 7], Operations: ['28-21=7']
Exploring Operation: 3+26=29, Resulting Numbers: [7, 29]
Generated Node #3: [7, 29] from Operation: 3+... | 4 |
[
54,
88,
6,
8
] | 36 | [
"88-54=34",
"8-6=2",
"34+2=36"
] | Current State: 36:[54, 88, 6, 8], Operations: []
Exploring Operation: 88-54=34, Resulting Numbers: [6, 8, 34]
Generated Node #2: [6, 8, 34] from Operation: 88-54=34
Current State: 36:[6, 8, 34], Operations: ['88-54=34']
Exploring Operation: 8-6=2, Resulting Numbers: [34, 2]
Generated Node #3: [34, 2] from Operation: 8-... | 4 |
[
33,
23,
36,
53
] | 10 | [
"36-33=3",
"53-23=30",
"30/3=10"
] | Current State: 10:[33, 23, 36, 53], Operations: []
Exploring Operation: 36-33=3, Resulting Numbers: [23, 53, 3]
Generated Node #2: [23, 53, 3] from Operation: 36-33=3
Current State: 10:[23, 53, 3], Operations: ['36-33=3']
Exploring Operation: 53-23=30, Resulting Numbers: [3, 30]
Generated Node #3: [3, 30] from Operatio... | 4 |
[
46,
49,
36,
55
] | 67 | [
"49-46=3",
"36/3=12",
"55+12=67"
] | Current State: 67:[46, 49, 36, 55], Operations: []
Exploring Operation: 49-46=3, Resulting Numbers: [36, 55, 3]
Generated Node #2: [36, 55, 3] from Operation: 49-46=3
Current State: 67:[36, 55, 3], Operations: ['49-46=3']
Exploring Operation: 36/3=12, Resulting Numbers: [55, 12]
Generated Node #3: [55, 12] from Operati... | 4 |
[
6,
92,
99,
50
] | 92 | [
"99-92=7",
"6*7=42",
"50+42=92"
] | Current State: 92:[6, 92, 99, 50], Operations: []
Exploring Operation: 99-92=7, Resulting Numbers: [6, 50, 7]
Generated Node #2: [6, 50, 7] from Operation: 99-92=7
Current State: 92:[6, 50, 7], Operations: ['99-92=7']
Exploring Operation: 6*7=42, Resulting Numbers: [50, 42]
Generated Node #3: [50, 42] from Operation: 6... | 4 |
[
71,
54,
71,
14
] | 39 | [
"71/71=1",
"54-14=40",
"40-1=39"
] | Current State: 39:[71, 54, 71, 14], Operations: []
Exploring Operation: 71/71=1, Resulting Numbers: [54, 14, 1]
Generated Node #2: [54, 14, 1] from Operation: 71/71=1
Current State: 39:[54, 14, 1], Operations: ['71/71=1']
Exploring Operation: 54-14=40, Resulting Numbers: [1, 40]
Generated Node #3: [1, 40] from Operatio... | 4 |
[
13,
19,
16,
57
] | 59 | [
"13+19=32",
"32/16=2",
"57+2=59"
] | Current State: 59:[13, 19, 16, 57], Operations: []
Exploring Operation: 13+19=32, Resulting Numbers: [16, 57, 32]
Generated Node #2: [16, 57, 32] from Operation: 13+19=32
Current State: 59:[16, 57, 32], Operations: ['13+19=32']
Exploring Operation: 32/16=2, Resulting Numbers: [57, 2]
Generated Node #3: [57, 2] from Ope... | 4 |
[
60,
47,
52,
32
] | 51 | [
"60-52=8",
"32/8=4",
"47+4=51"
] | Current State: 51:[60, 47, 52, 32], Operations: []
Exploring Operation: 60-52=8, Resulting Numbers: [47, 32, 8]
Generated Node #2: [47, 32, 8] from Operation: 60-52=8
Current State: 51:[47, 32, 8], Operations: ['60-52=8']
Exploring Operation: 32/8=4, Resulting Numbers: [47, 4]
Generated Node #3: [47, 4] from Operation:... | 4 |
[
47,
49,
49,
68
] | 17 | [
"49-47=2",
"68-49=19",
"19-2=17"
] | Current State: 17:[47, 49, 49, 68], Operations: []
Exploring Operation: 49-47=2, Resulting Numbers: [68, 2]
Generated Node #2: [68, 2] from Operation: 49-47=2
Current State: 17:[68, 2], Operations: ['49-47=2']
Exploring Operation: 68-49=19, Resulting Numbers: [2, 19]
Generated Node #3: [2, 19] from Operation: 68-49=19
... | 4 |
[
59,
73,
47,
99
] | 38 | [
"73-59=14",
"99-47=52",
"52-14=38"
] | Current State: 38:[59, 73, 47, 99], Operations: []
Exploring Operation: 73-59=14, Resulting Numbers: [47, 99, 14]
Generated Node #2: [47, 99, 14] from Operation: 73-59=14
Current State: 38:[47, 99, 14], Operations: ['73-59=14']
Exploring Operation: 99-47=52, Resulting Numbers: [14, 52]
Generated Node #3: [14, 52] from ... | 4 |
[
50,
32,
38,
11
] | 100 | [
"50-38=12",
"11*12=132",
"132-32=100"
] | Current State: 100:[50, 32, 38, 11], Operations: []
Exploring Operation: 50-38=12, Resulting Numbers: [32, 11, 12]
Generated Node #2: [32, 11, 12] from Operation: 50-38=12
Current State: 100:[32, 11, 12], Operations: ['50-38=12']
Exploring Operation: 11*12=132, Resulting Numbers: [32, 132]
Generated Node #3: [32, 132] ... | 4 |
[
42,
71,
48,
1
] | 63 | [
"71+1=72",
"42*72=3024",
"3024/48=63"
] | Current State: 63:[42, 71, 48, 1], Operations: []
Exploring Operation: 71+1=72, Resulting Numbers: [42, 48, 72]
Generated Node #2: [42, 48, 72] from Operation: 71+1=72
Current State: 63:[42, 48, 72], Operations: ['71+1=72']
Exploring Operation: 42*72=3024, Resulting Numbers: [48, 3024]
Generated Node #3: [48, 3024] fro... | 4 |
[
80,
45,
82,
94
] | 92 | [
"82-80=2",
"94/2=47",
"45+47=92"
] | Current State: 92:[80, 45, 82, 94], Operations: []
Exploring Operation: 82-80=2, Resulting Numbers: [45, 94, 2]
Generated Node #2: [45, 94, 2] from Operation: 82-80=2
Current State: 92:[45, 94, 2], Operations: ['82-80=2']
Exploring Operation: 94/2=47, Resulting Numbers: [45, 47]
Generated Node #3: [45, 47] from Operati... | 4 |
[
46,
47,
78,
39
] | 39 | [
"47-46=1",
"78-39=39",
"1*39=39"
] | Current State: 39:[46, 47, 78, 39], Operations: []
Exploring Operation: 47-46=1, Resulting Numbers: [78, 39, 1]
Generated Node #2: [78, 39, 1] from Operation: 47-46=1
Current State: 39:[78, 39, 1], Operations: ['47-46=1']
Exploring Operation: 78-39=39, Resulting Numbers: [1, 39]
Generated Node #3: [1, 39] from Operatio... | 4 |
[
12,
69,
41,
67
] | 47 | [
"69-67=2",
"12/2=6",
"41+6=47"
] | Current State: 47:[12, 69, 41, 67], Operations: []
Exploring Operation: 69-67=2, Resulting Numbers: [12, 41, 2]
Generated Node #2: [12, 41, 2] from Operation: 69-67=2
Current State: 47:[12, 41, 2], Operations: ['69-67=2']
Exploring Operation: 12/2=6, Resulting Numbers: [41, 6]
Generated Node #3: [41, 6] from Operation:... | 4 |
[
43,
50,
65,
11
] | 17 | [
"43+50=93",
"65+11=76",
"93-76=17"
] | Current State: 17:[43, 50, 65, 11], Operations: []
Exploring Operation: 43+50=93, Resulting Numbers: [65, 11, 93]
Generated Node #2: [65, 11, 93] from Operation: 43+50=93
Current State: 17:[65, 11, 93], Operations: ['43+50=93']
Exploring Operation: 65+11=76, Resulting Numbers: [93, 76]
Generated Node #3: [93, 76] from ... | 4 |
[
75,
53,
38,
42
] | 32 | [
"75+53=128",
"42-38=4",
"128/4=32"
] | Current State: 32:[75, 53, 38, 42], Operations: []
Exploring Operation: 75+53=128, Resulting Numbers: [38, 42, 128]
Generated Node #2: [38, 42, 128] from Operation: 75+53=128
Current State: 32:[38, 42, 128], Operations: ['75+53=128']
Exploring Operation: 42-38=4, Resulting Numbers: [128, 4]
Generated Node #3: [128, 4] ... | 4 |
[
77,
69,
80,
67
] | 61 | [
"77-67=10",
"80/10=8",
"69-8=61"
] | Current State: 61:[77, 69, 80, 67], Operations: []
Exploring Operation: 77-67=10, Resulting Numbers: [69, 80, 10]
Generated Node #2: [69, 80, 10] from Operation: 77-67=10
Current State: 61:[69, 80, 10], Operations: ['77-67=10']
Exploring Operation: 80/10=8, Resulting Numbers: [69, 8]
Generated Node #3: [69, 8] from Ope... | 4 |
[
30,
44,
17,
29
] | 28 | [
"30+44=74",
"17+29=46",
"74-46=28"
] | Current State: 28:[30, 44, 17, 29], Operations: []
Exploring Operation: 30+44=74, Resulting Numbers: [17, 29, 74]
Generated Node #2: [17, 29, 74] from Operation: 30+44=74
Current State: 28:[17, 29, 74], Operations: ['30+44=74']
Exploring Operation: 17+29=46, Resulting Numbers: [74, 46]
Generated Node #3: [74, 46] from ... | 4 |
[
52,
80,
20,
4
] | 88 | [
"52-20=32",
"32/4=8",
"80+8=88"
] | Current State: 88:[52, 80, 20, 4], Operations: []
Exploring Operation: 52-20=32, Resulting Numbers: [80, 4, 32]
Generated Node #2: [80, 4, 32] from Operation: 52-20=32
Current State: 88:[80, 4, 32], Operations: ['52-20=32']
Exploring Operation: 32/4=8, Resulting Numbers: [80, 8]
Generated Node #3: [80, 8] from Operatio... | 4 |
[
15,
7,
23,
10
] | 10 | [
"15+7=22",
"23-22=1",
"10*1=10"
] | Current State: 10:[15, 7, 23, 10], Operations: []
Exploring Operation: 15+7=22, Resulting Numbers: [23, 10, 22]
Generated Node #2: [23, 10, 22] from Operation: 15+7=22
Current State: 10:[23, 10, 22], Operations: ['15+7=22']
Exploring Operation: 23-22=1, Resulting Numbers: [10, 1]
Generated Node #3: [10, 1] from Operati... | 4 |
[
2,
16,
75,
12
] | 83 | [
"2*12=24",
"75-16=59",
"24+59=83"
] | Current State: 83:[2, 16, 75, 12], Operations: []
Exploring Operation: 2*12=24, Resulting Numbers: [16, 75, 24]
Generated Node #2: [16, 75, 24] from Operation: 2*12=24
Current State: 83:[16, 75, 24], Operations: ['2*12=24']
Exploring Operation: 75-16=59, Resulting Numbers: [24, 59]
Generated Node #3: [24, 59] from Oper... | 4 |
[
14,
42,
18,
11
] | 72 | [
"14-11=3",
"42-18=24",
"3*24=72"
] | Current State: 72:[14, 42, 18, 11], Operations: []
Exploring Operation: 14-11=3, Resulting Numbers: [42, 18, 3]
Generated Node #2: [42, 18, 3] from Operation: 14-11=3
Current State: 72:[42, 18, 3], Operations: ['14-11=3']
Exploring Operation: 42-18=24, Resulting Numbers: [3, 24]
Generated Node #3: [3, 24] from Operatio... | 4 |
[
73,
71,
64,
69
] | 37 | [
"73-71=2",
"64/2=32",
"69-32=37"
] | Current State: 37:[73, 71, 64, 69], Operations: []
Exploring Operation: 73-71=2, Resulting Numbers: [64, 69, 2]
Generated Node #2: [64, 69, 2] from Operation: 73-71=2
Current State: 37:[64, 69, 2], Operations: ['73-71=2']
Exploring Operation: 64/2=32, Resulting Numbers: [69, 32]
Generated Node #3: [69, 32] from Operati... | 4 |
[
43,
32,
6,
93
] | 28 | [
"43+32=75",
"93+75=168",
"168/6=28"
] | Current State: 28:[43, 32, 6, 93], Operations: []
Exploring Operation: 43+32=75, Resulting Numbers: [6, 93, 75]
Generated Node #2: [6, 93, 75] from Operation: 43+32=75
Current State: 28:[6, 93, 75], Operations: ['43+32=75']
Exploring Operation: 93+75=168, Resulting Numbers: [6, 168]
Generated Node #3: [6, 168] from Ope... | 4 |
[
28,
31,
23,
9
] | 73 | [
"28+31=59",
"23-9=14",
"59+14=73"
] | Current State: 73:[28, 31, 23, 9], Operations: []
Exploring Operation: 28+31=59, Resulting Numbers: [23, 9, 59]
Generated Node #2: [23, 9, 59] from Operation: 28+31=59
Current State: 73:[23, 9, 59], Operations: ['28+31=59']
Exploring Operation: 23-9=14, Resulting Numbers: [59, 14]
Generated Node #3: [59, 14] from Opera... | 4 |
[
71,
46,
90,
92
] | 96 | [
"92-90=2",
"71*2=142",
"142-46=96"
] | Current State: 96:[71, 46, 90, 92], Operations: []
Exploring Operation: 92-90=2, Resulting Numbers: [71, 46, 2]
Generated Node #2: [71, 46, 2] from Operation: 92-90=2
Current State: 96:[71, 46, 2], Operations: ['92-90=2']
Exploring Operation: 71*2=142, Resulting Numbers: [46, 142]
Generated Node #3: [46, 142] from Oper... | 4 |
[
68,
29,
86,
80
] | 45 | [
"68-29=39",
"86-80=6",
"39+6=45"
] | Current State: 45:[68, 29, 86, 80], Operations: []
Exploring Operation: 68-29=39, Resulting Numbers: [86, 80, 39]
Generated Node #2: [86, 80, 39] from Operation: 68-29=39
Current State: 45:[86, 80, 39], Operations: ['68-29=39']
Exploring Operation: 86-80=6, Resulting Numbers: [39, 6]
Generated Node #3: [39, 6] from Ope... | 4 |
[
27,
43,
49,
21
] | 30 | [
"27+43=70",
"21*70=1470",
"1470/49=30"
] | Current State: 30:[27, 43, 49, 21], Operations: []
Exploring Operation: 27+43=70, Resulting Numbers: [49, 21, 70]
Generated Node #2: [49, 21, 70] from Operation: 27+43=70
Current State: 30:[49, 21, 70], Operations: ['27+43=70']
Exploring Operation: 21*70=1470, Resulting Numbers: [49, 1470]
Generated Node #3: [49, 1470]... | 4 |
[
12,
50,
80,
37
] | 78 | [
"37-12=25",
"50/25=2",
"80-2=78"
] | Current State: 78:[12, 50, 80, 37], Operations: []
Exploring Operation: 37-12=25, Resulting Numbers: [50, 80, 25]
Generated Node #2: [50, 80, 25] from Operation: 37-12=25
Current State: 78:[50, 80, 25], Operations: ['37-12=25']
Exploring Operation: 50/25=2, Resulting Numbers: [80, 2]
Generated Node #3: [80, 2] from Ope... | 4 |
[
32,
3,
2,
24
] | 98 | [
"24-2=22",
"3*22=66",
"32+66=98"
] | Current State: 98:[32, 3, 2, 24], Operations: []
Exploring Operation: 24-2=22, Resulting Numbers: [32, 3, 22]
Generated Node #2: [32, 3, 22] from Operation: 24-2=22
Current State: 98:[32, 3, 22], Operations: ['24-2=22']
Exploring Operation: 3*22=66, Resulting Numbers: [32, 66]
Generated Node #3: [32, 66] from Operation... | 4 |
[
30,
80,
25,
41
] | 16 | [
"80-30=50",
"25+41=66",
"66-50=16"
] | Current State: 16:[30, 80, 25, 41], Operations: []
Exploring Operation: 80-30=50, Resulting Numbers: [25, 41, 50]
Generated Node #2: [25, 41, 50] from Operation: 80-30=50
Current State: 16:[25, 41, 50], Operations: ['80-30=50']
Exploring Operation: 25+41=66, Resulting Numbers: [50, 66]
Generated Node #3: [50, 66] from ... | 4 |
[
9,
15,
68,
54
] | 98 | [
"9+15=24",
"68+54=122",
"122-24=98"
] | Current State: 98:[9, 15, 68, 54], Operations: []
Exploring Operation: 9+15=24, Resulting Numbers: [68, 54, 24]
Generated Node #2: [68, 54, 24] from Operation: 9+15=24
Current State: 98:[68, 54, 24], Operations: ['9+15=24']
Exploring Operation: 68+54=122, Resulting Numbers: [24, 122]
Generated Node #3: [24, 122] from O... | 4 |
[
70,
4,
5,
47
] | 95 | [
"70-4=66",
"66-47=19",
"5*19=95"
] | Current State: 95:[70, 4, 5, 47], Operations: []
Exploring Operation: 70-4=66, Resulting Numbers: [5, 47, 66]
Generated Node #2: [5, 47, 66] from Operation: 70-4=66
Current State: 95:[5, 47, 66], Operations: ['70-4=66']
Exploring Operation: 66-47=19, Resulting Numbers: [5, 19]
Generated Node #3: [5, 19] from Operation:... | 4 |
[
65,
47,
36,
83
] | 29 | [
"65-47=18",
"83-36=47",
"47-18=29"
] | Current State: 29:[65, 47, 36, 83], Operations: []
Exploring Operation: 65-47=18, Resulting Numbers: [36, 83, 18]
Generated Node #2: [36, 83, 18] from Operation: 65-47=18
Current State: 29:[36, 83, 18], Operations: ['65-47=18']
Exploring Operation: 83-36=47, Resulting Numbers: [18, 47]
Generated Node #3: [18, 47] from ... | 4 |
[
57,
4,
64,
75
] | 47 | [
"64-57=7",
"4*7=28",
"75-28=47"
] | Current State: 47:[57, 4, 64, 75], Operations: []
Exploring Operation: 64-57=7, Resulting Numbers: [4, 75, 7]
Generated Node #2: [4, 75, 7] from Operation: 64-57=7
Current State: 47:[4, 75, 7], Operations: ['64-57=7']
Exploring Operation: 4*7=28, Resulting Numbers: [75, 28]
Generated Node #3: [75, 28] from Operation: 4... | 4 |
[
77,
72,
89,
91
] | 85 | [
"89-77=12",
"72/12=6",
"91-6=85"
] | Current State: 85:[77, 72, 89, 91], Operations: []
Exploring Operation: 89-77=12, Resulting Numbers: [72, 91, 12]
Generated Node #2: [72, 91, 12] from Operation: 89-77=12
Current State: 85:[72, 91, 12], Operations: ['89-77=12']
Exploring Operation: 72/12=6, Resulting Numbers: [91, 6]
Generated Node #3: [91, 6] from Ope... | 4 |
[
43,
14,
9,
1
] | 65 | [
"43+14=57",
"9-1=8",
"57+8=65"
] | Current State: 65:[43, 14, 9, 1], Operations: []
Exploring Operation: 43+14=57, Resulting Numbers: [9, 1, 57]
Generated Node #2: [9, 1, 57] from Operation: 43+14=57
Current State: 65:[9, 1, 57], Operations: ['43+14=57']
Exploring Operation: 9-1=8, Resulting Numbers: [57, 8]
Generated Node #3: [57, 8] from Operation: 9-... | 4 |
[
12,
26,
95,
8
] | 56 | [
"12*26=312",
"312/8=39",
"95-39=56"
] | Current State: 56:[12, 26, 95, 8], Operations: []
Exploring Operation: 12*26=312, Resulting Numbers: [95, 8, 312]
Generated Node #2: [95, 8, 312] from Operation: 12*26=312
Current State: 56:[95, 8, 312], Operations: ['12*26=312']
Exploring Operation: 312/8=39, Resulting Numbers: [95, 39]
Generated Node #3: [95, 39] fro... | 4 |
[
47,
54,
76,
31
] | 52 | [
"54-47=7",
"76-31=45",
"7+45=52"
] | Current State: 52:[47, 54, 76, 31], Operations: []
Exploring Operation: 54-47=7, Resulting Numbers: [76, 31, 7]
Generated Node #2: [76, 31, 7] from Operation: 54-47=7
Current State: 52:[76, 31, 7], Operations: ['54-47=7']
Exploring Operation: 76-31=45, Resulting Numbers: [7, 45]
Generated Node #3: [7, 45] from Operatio... | 4 |
[
89,
92,
46,
21
] | 53 | [
"92-89=3",
"21/3=7",
"46+7=53"
] | Current State: 53:[89, 92, 46, 21], Operations: []
Exploring Operation: 92-89=3, Resulting Numbers: [46, 21, 3]
Generated Node #2: [46, 21, 3] from Operation: 92-89=3
Current State: 53:[46, 21, 3], Operations: ['92-89=3']
Exploring Operation: 21/3=7, Resulting Numbers: [46, 7]
Generated Node #3: [46, 7] from Operation:... | 4 |
[
62,
73,
2,
52
] | 87 | [
"62*73=4526",
"4526-2=4524",
"4524/52=87"
] | Current State: 87:[62, 73, 2, 52], Operations: []
Exploring Operation: 62*73=4526, Resulting Numbers: [2, 52, 4526]
Generated Node #2: [2, 52, 4526] from Operation: 62*73=4526
Current State: 87:[2, 52, 4526], Operations: ['62*73=4526']
Exploring Operation: 4526-2=4524, Resulting Numbers: [52, 4524]
Generated Node #3: [... | 4 |
[
80,
27,
85,
40
] | 72 | [
"80-27=53",
"85+40=125",
"125-53=72"
] | Current State: 72:[80, 27, 85, 40], Operations: []
Exploring Operation: 80-27=53, Resulting Numbers: [85, 40, 53]
Generated Node #2: [85, 40, 53] from Operation: 80-27=53
Current State: 72:[85, 40, 53], Operations: ['80-27=53']
Exploring Operation: 85+40=125, Resulting Numbers: [53, 125]
Generated Node #3: [53, 125] fr... | 4 |
[
25,
29,
9,
31
] | 59 | [
"31-29=2",
"25*2=50",
"9+50=59"
] | Current State: 59:[25, 29, 9, 31], Operations: []
Exploring Operation: 31-29=2, Resulting Numbers: [25, 9, 2]
Generated Node #2: [25, 9, 2] from Operation: 31-29=2
Current State: 59:[25, 9, 2], Operations: ['31-29=2']
Exploring Operation: 25*2=50, Resulting Numbers: [9, 50]
Generated Node #3: [9, 50] from Operation: 25... | 4 |
[
16,
56,
2,
9
] | 47 | [
"56-16=40",
"9-2=7",
"40+7=47"
] | Current State: 47:[16, 56, 2, 9], Operations: []
Exploring Operation: 56-16=40, Resulting Numbers: [2, 9, 40]
Generated Node #2: [2, 9, 40] from Operation: 56-16=40
Current State: 47:[2, 9, 40], Operations: ['56-16=40']
Exploring Operation: 9-2=7, Resulting Numbers: [40, 7]
Generated Node #3: [40, 7] from Operation: 9-... | 4 |
[
1,
73,
81,
97
] | 89 | [
"1*73=73",
"97-81=16",
"73+16=89"
] | Current State: 89:[1, 73, 81, 97], Operations: []
Exploring Operation: 1*73=73, Resulting Numbers: [81, 97, 73]
Generated Node #2: [81, 97, 73] from Operation: 1*73=73
Current State: 89:[81, 97, 73], Operations: ['1*73=73']
Exploring Operation: 97-81=16, Resulting Numbers: [73, 16]
Generated Node #3: [73, 16] from Oper... | 4 |
[
73,
3,
85,
20
] | 29 | [
"73+3=76",
"85+20=105",
"105-76=29"
] | Current State: 29:[73, 3, 85, 20], Operations: []
Exploring Operation: 73+3=76, Resulting Numbers: [85, 20, 76]
Generated Node #2: [85, 20, 76] from Operation: 73+3=76
Current State: 29:[85, 20, 76], Operations: ['73+3=76']
Exploring Operation: 85+20=105, Resulting Numbers: [76, 105]
Generated Node #3: [76, 105] from O... | 4 |
[
70,
84,
7,
98
] | 68 | [
"98-84=14",
"14/7=2",
"70-2=68"
] | Current State: 68:[70, 84, 7, 98], Operations: []
Exploring Operation: 98-84=14, Resulting Numbers: [70, 7, 14]
Generated Node #2: [70, 7, 14] from Operation: 98-84=14
Current State: 68:[70, 7, 14], Operations: ['98-84=14']
Exploring Operation: 14/7=2, Resulting Numbers: [70, 2]
Generated Node #3: [70, 2] from Operatio... | 4 |
[
64,
6,
90,
76
] | 80 | [
"90-64=26",
"6*26=156",
"156-76=80"
] | Current State: 80:[64, 6, 90, 76], Operations: []
Exploring Operation: 90-64=26, Resulting Numbers: [6, 76, 26]
Generated Node #2: [6, 76, 26] from Operation: 90-64=26
Current State: 80:[6, 76, 26], Operations: ['90-64=26']
Exploring Operation: 6*26=156, Resulting Numbers: [76, 156]
Generated Node #3: [76, 156] from Op... | 4 |
[
51,
97,
93,
58
] | 81 | [
"97-51=46",
"93-58=35",
"46+35=81"
] | Current State: 81:[51, 97, 93, 58], Operations: []
Exploring Operation: 97-51=46, Resulting Numbers: [93, 58, 46]
Generated Node #2: [93, 58, 46] from Operation: 97-51=46
Current State: 81:[93, 58, 46], Operations: ['97-51=46']
Exploring Operation: 93-58=35, Resulting Numbers: [46, 35]
Generated Node #3: [46, 35] from ... | 4 |
[
18,
30,
25,
42
] | 24 | [
"25-18=7",
"42/7=6",
"30-6=24"
] | Current State: 24:[18, 30, 25, 42], Operations: []
Exploring Operation: 25-18=7, Resulting Numbers: [30, 42, 7]
Generated Node #2: [30, 42, 7] from Operation: 25-18=7
Current State: 24:[30, 42, 7], Operations: ['25-18=7']
Exploring Operation: 42/7=6, Resulting Numbers: [30, 6]
Generated Node #3: [30, 6] from Operation:... | 4 |
[
99,
80,
3,
43
] | 21 | [
"99-80=19",
"43-3=40",
"40-19=21"
] | Current State: 21:[99, 80, 3, 43], Operations: []
Exploring Operation: 99-80=19, Resulting Numbers: [3, 43, 19]
Generated Node #2: [3, 43, 19] from Operation: 99-80=19
Current State: 21:[3, 43, 19], Operations: ['99-80=19']
Exploring Operation: 43-3=40, Resulting Numbers: [19, 40]
Generated Node #3: [19, 40] from Opera... | 4 |
[
13,
43,
41,
27
] | 98 | [
"43-13=30",
"41+27=68",
"30+68=98"
] | Current State: 98:[13, 43, 41, 27], Operations: []
Exploring Operation: 43-13=30, Resulting Numbers: [41, 27, 30]
Generated Node #2: [41, 27, 30] from Operation: 43-13=30
Current State: 98:[41, 27, 30], Operations: ['43-13=30']
Exploring Operation: 41+27=68, Resulting Numbers: [30, 68]
Generated Node #3: [30, 68] from ... | 4 |
[
3,
98,
76,
18
] | 52 | [
"98+76=174",
"174-18=156",
"156/3=52"
] | Current State: 52:[3, 98, 76, 18], Operations: []
Exploring Operation: 98+76=174, Resulting Numbers: [3, 18, 174]
Generated Node #2: [3, 18, 174] from Operation: 98+76=174
Current State: 52:[3, 18, 174], Operations: ['98+76=174']
Exploring Operation: 174-18=156, Resulting Numbers: [3, 156]
Generated Node #3: [3, 156] f... | 4 |
[
35,
19,
16,
23
] | 47 | [
"35+19=54",
"23-16=7",
"54-7=47"
] | Current State: 47:[35, 19, 16, 23], Operations: []
Exploring Operation: 35+19=54, Resulting Numbers: [16, 23, 54]
Generated Node #2: [16, 23, 54] from Operation: 35+19=54
Current State: 47:[16, 23, 54], Operations: ['35+19=54']
Exploring Operation: 23-16=7, Resulting Numbers: [54, 7]
Generated Node #3: [54, 7] from Ope... | 4 |
[
40,
75,
43,
15
] | 12 | [
"75-43=32",
"15*32=480",
"480/40=12"
] | Current State: 12:[40, 75, 43, 15], Operations: []
Exploring Operation: 75-43=32, Resulting Numbers: [40, 15, 32]
Generated Node #2: [40, 15, 32] from Operation: 75-43=32
Current State: 12:[40, 15, 32], Operations: ['75-43=32']
Exploring Operation: 15*32=480, Resulting Numbers: [40, 480]
Generated Node #3: [40, 480] fr... | 4 |
[
54,
52,
64,
20
] | 24 | [
"54-52=2",
"20*2=40",
"64-40=24"
] | Current State: 24:[54, 52, 64, 20], Operations: []
Exploring Operation: 54-52=2, Resulting Numbers: [64, 20, 2]
Generated Node #2: [64, 20, 2] from Operation: 54-52=2
Current State: 24:[64, 20, 2], Operations: ['54-52=2']
Exploring Operation: 20*2=40, Resulting Numbers: [64, 40]
Generated Node #3: [64, 40] from Operati... | 4 |
[
44,
14,
21,
17
] | 37 | [
"17-14=3",
"21/3=7",
"44-7=37"
] | Current State: 37:[44, 14, 21, 17], Operations: []
Exploring Operation: 17-14=3, Resulting Numbers: [44, 21, 3]
Generated Node #2: [44, 21, 3] from Operation: 17-14=3
Current State: 37:[44, 21, 3], Operations: ['17-14=3']
Exploring Operation: 21/3=7, Resulting Numbers: [44, 7]
Generated Node #3: [44, 7] from Operation:... | 4 |
[
30,
61,
76,
12
] | 57 | [
"61-30=31",
"76+12=88",
"88-31=57"
] | Current State: 57:[30, 61, 76, 12], Operations: []
Exploring Operation: 61-30=31, Resulting Numbers: [76, 12, 31]
Generated Node #2: [76, 12, 31] from Operation: 61-30=31
Current State: 57:[76, 12, 31], Operations: ['61-30=31']
Exploring Operation: 76+12=88, Resulting Numbers: [31, 88]
Generated Node #3: [31, 88] from ... | 4 |
[
93,
95,
4,
83
] | 77 | [
"95-93=2",
"83-4=79",
"79-2=77"
] | Current State: 77:[93, 95, 4, 83], Operations: []
Exploring Operation: 95-93=2, Resulting Numbers: [4, 83, 2]
Generated Node #2: [4, 83, 2] from Operation: 95-93=2
Current State: 77:[4, 83, 2], Operations: ['95-93=2']
Exploring Operation: 83-4=79, Resulting Numbers: [2, 79]
Generated Node #3: [2, 79] from Operation: 83... | 4 |
[
74,
3,
90,
5
] | 76 | [
"90/3=30",
"5*30=150",
"150-74=76"
] | Current State: 76:[74, 3, 90, 5], Operations: []
Exploring Operation: 90/3=30, Resulting Numbers: [74, 5, 30]
Generated Node #2: [74, 5, 30] from Operation: 90/3=30
Current State: 76:[74, 5, 30], Operations: ['90/3=30']
Exploring Operation: 5*30=150, Resulting Numbers: [74, 150]
Generated Node #3: [74, 150] from Operat... | 4 |
[
62,
40,
88,
90
] | 20 | [
"62-40=22",
"90-88=2",
"22-2=20"
] | Current State: 20:[62, 40, 88, 90], Operations: []
Exploring Operation: 62-40=22, Resulting Numbers: [88, 90, 22]
Generated Node #2: [88, 90, 22] from Operation: 62-40=22
Current State: 20:[88, 90, 22], Operations: ['62-40=22']
Exploring Operation: 90-88=2, Resulting Numbers: [22, 2]
Generated Node #3: [22, 2] from Ope... | 4 |
[
37,
68,
84,
64
] | 43 | [
"37+68=105",
"84+64=148",
"148-105=43"
] | Current State: 43:[37, 68, 84, 64], Operations: []
Exploring Operation: 37+68=105, Resulting Numbers: [84, 64, 105]
Generated Node #2: [84, 64, 105] from Operation: 37+68=105
Current State: 43:[84, 64, 105], Operations: ['37+68=105']
Exploring Operation: 84+64=148, Resulting Numbers: [105, 148]
Generated Node #3: [105,... | 4 |
[
68,
32,
26,
62
] | 36 | [
"68-62=6",
"32-26=6",
"6*6=36"
] | Current State: 36:[68, 32, 26, 62], Operations: []
Exploring Operation: 68-62=6, Resulting Numbers: [32, 26, 6]
Generated Node #2: [32, 26, 6] from Operation: 68-62=6
Current State: 36:[32, 26, 6], Operations: ['68-62=6']
Exploring Operation: 32-26=6, Resulting Numbers: [6, 6]
Generated Node #3: [6, 6] from Operation: ... | 4 |
[
16,
22,
96,
54
] | 94 | [
"54-22=32",
"32/16=2",
"96-2=94"
] | Current State: 94:[16, 22, 96, 54], Operations: []
Exploring Operation: 54-22=32, Resulting Numbers: [16, 96, 32]
Generated Node #2: [16, 96, 32] from Operation: 54-22=32
Current State: 94:[16, 96, 32], Operations: ['54-22=32']
Exploring Operation: 32/16=2, Resulting Numbers: [96, 2]
Generated Node #3: [96, 2] from Ope... | 4 |
[
87,
15,
7,
45
] | 66 | [
"87*7=609",
"15*45=675",
"675-609=66"
] | Current State: 66:[87, 15, 7, 45], Operations: []
Exploring Operation: 87*7=609, Resulting Numbers: [15, 45, 609]
Generated Node #2: [15, 45, 609] from Operation: 87*7=609
Current State: 66:[15, 45, 609], Operations: ['87*7=609']
Exploring Operation: 15*45=675, Resulting Numbers: [609, 675]
Generated Node #3: [609, 675... | 4 |
[
9,
63,
26,
5
] | 12 | [
"26-5=21",
"63/21=3",
"9+3=12"
] | Current State: 12:[9, 63, 26, 5], Operations: []
Exploring Operation: 26-5=21, Resulting Numbers: [9, 63, 21]
Generated Node #2: [9, 63, 21] from Operation: 26-5=21
Current State: 12:[9, 63, 21], Operations: ['26-5=21']
Exploring Operation: 63/21=3, Resulting Numbers: [9, 3]
Generated Node #3: [9, 3] from Operation: 63... | 4 |
[
22,
42,
33,
19
] | 36 | [
"22*33=726",
"726-42=684",
"684/19=36"
] | Current State: 36:[22, 42, 33, 19], Operations: []
Exploring Operation: 22*33=726, Resulting Numbers: [42, 19, 726]
Generated Node #2: [42, 19, 726] from Operation: 22*33=726
Current State: 36:[42, 19, 726], Operations: ['22*33=726']
Exploring Operation: 726-42=684, Resulting Numbers: [19, 684]
Generated Node #3: [19, ... | 4 |
[
76,
88,
90,
93
] | 36 | [
"88-76=12",
"93-90=3",
"12*3=36"
] | Current State: 36:[76, 88, 90, 93], Operations: []
Exploring Operation: 88-76=12, Resulting Numbers: [90, 93, 12]
Generated Node #2: [90, 93, 12] from Operation: 88-76=12
Current State: 36:[90, 93, 12], Operations: ['88-76=12']
Exploring Operation: 93-90=3, Resulting Numbers: [12, 3]
Generated Node #3: [12, 3] from Ope... | 4 |
[
23,
89,
68,
2
] | 67 | [
"89-23=66",
"68+66=134",
"134/2=67"
] | Current State: 67:[23, 89, 68, 2], Operations: []
Exploring Operation: 89-23=66, Resulting Numbers: [68, 2, 66]
Generated Node #2: [68, 2, 66] from Operation: 89-23=66
Current State: 67:[68, 2, 66], Operations: ['89-23=66']
Exploring Operation: 68+66=134, Resulting Numbers: [2, 134]
Generated Node #3: [2, 134] from Ope... | 4 |
[
41,
42,
76,
15
] | 62 | [
"42-41=1",
"76-15=61",
"1+61=62"
] | Current State: 62:[41, 42, 76, 15], Operations: []
Exploring Operation: 42-41=1, Resulting Numbers: [76, 15, 1]
Generated Node #2: [76, 15, 1] from Operation: 42-41=1
Current State: 62:[76, 15, 1], Operations: ['42-41=1']
Exploring Operation: 76-15=61, Resulting Numbers: [1, 61]
Generated Node #3: [1, 61] from Operatio... | 4 |
[
46,
49,
42,
82
] | 37 | [
"49-46=3",
"82-42=40",
"40-3=37"
] | Current State: 37:[46, 49, 42, 82], Operations: []
Exploring Operation: 49-46=3, Resulting Numbers: [42, 82, 3]
Generated Node #2: [42, 82, 3] from Operation: 49-46=3
Current State: 37:[42, 82, 3], Operations: ['49-46=3']
Exploring Operation: 82-42=40, Resulting Numbers: [3, 40]
Generated Node #3: [3, 40] from Operatio... | 4 |
[
30,
21,
26,
27
] | 57 | [
"30-26=4",
"21*4=84",
"84-27=57"
] | Current State: 57:[30, 21, 26, 27], Operations: []
Exploring Operation: 30-26=4, Resulting Numbers: [21, 27, 4]
Generated Node #2: [21, 27, 4] from Operation: 30-26=4
Current State: 57:[21, 27, 4], Operations: ['30-26=4']
Exploring Operation: 21*4=84, Resulting Numbers: [27, 84]
Generated Node #3: [27, 84] from Operati... | 4 |
[
60,
44,
52,
36
] | 32 | [
"60-44=16",
"52-36=16",
"16+16=32"
] | Current State: 32:[60, 44, 52, 36], Operations: []
Exploring Operation: 60-44=16, Resulting Numbers: [52, 36, 16]
Generated Node #2: [52, 36, 16] from Operation: 60-44=16
Current State: 32:[52, 36, 16], Operations: ['60-44=16']
Exploring Operation: 52-36=16, Resulting Numbers: [16, 16]
Generated Node #3: [16, 16] from ... | 4 |
[
88,
57,
58,
2
] | 87 | [
"88-57=31",
"58-2=56",
"31+56=87"
] | Current State: 87:[88, 57, 58, 2], Operations: []
Exploring Operation: 88-57=31, Resulting Numbers: [58, 2, 31]
Generated Node #2: [58, 2, 31] from Operation: 88-57=31
Current State: 87:[58, 2, 31], Operations: ['88-57=31']
Exploring Operation: 58-2=56, Resulting Numbers: [31, 56]
Generated Node #3: [31, 56] from Opera... | 4 |
[
98,
25,
37,
94
] | 58 | [
"98-25=73",
"37+94=131",
"131-73=58"
] | Current State: 58:[98, 25, 37, 94], Operations: []
Exploring Operation: 98-25=73, Resulting Numbers: [37, 94, 73]
Generated Node #2: [37, 94, 73] from Operation: 98-25=73
Current State: 58:[37, 94, 73], Operations: ['98-25=73']
Exploring Operation: 37+94=131, Resulting Numbers: [73, 131]
Generated Node #3: [73, 131] fr... | 4 |
[
59,
91,
86,
57
] | 81 | [
"59-57=2",
"86*2=172",
"172-91=81"
] | Current State: 81:[59, 91, 86, 57], Operations: []
Exploring Operation: 59-57=2, Resulting Numbers: [91, 86, 2]
Generated Node #2: [91, 86, 2] from Operation: 59-57=2
Current State: 81:[91, 86, 2], Operations: ['59-57=2']
Exploring Operation: 86*2=172, Resulting Numbers: [91, 172]
Generated Node #3: [91, 172] from Oper... | 4 |
[
2,
29,
87,
83
] | 62 | [
"2*29=58",
"87-83=4",
"58+4=62"
] | Current State: 62:[2, 29, 87, 83], Operations: []
Exploring Operation: 2*29=58, Resulting Numbers: [87, 83, 58]
Generated Node #2: [87, 83, 58] from Operation: 2*29=58
Current State: 62:[87, 83, 58], Operations: ['2*29=58']
Exploring Operation: 87-83=4, Resulting Numbers: [58, 4]
Generated Node #3: [58, 4] from Operati... | 4 |
[
78,
24,
33,
75
] | 54 | [
"78-24=54",
"33+75=108",
"108-54=54"
] | Current State: 54:[78, 24, 33, 75], Operations: []
Exploring Operation: 78-24=54, Resulting Numbers: [33, 75, 54]
Generated Node #2: [33, 75, 54] from Operation: 78-24=54
Current State: 54:[33, 75, 54], Operations: ['78-24=54']
Exploring Operation: 33+75=108, Resulting Numbers: [54, 108]
Generated Node #3: [54, 108] fr... | 4 |
[
90,
43,
55,
2
] | 63 | [
"90-43=47",
"55*2=110",
"110-47=63"
] | Current State: 63:[90, 43, 55, 2], Operations: []
Exploring Operation: 90-43=47, Resulting Numbers: [55, 2, 47]
Generated Node #2: [55, 2, 47] from Operation: 90-43=47
Current State: 63:[55, 2, 47], Operations: ['90-43=47']
Exploring Operation: 55*2=110, Resulting Numbers: [47, 110]
Generated Node #3: [47, 110] from Op... | 4 |
[
98,
24,
50,
1
] | 71 | [
"98+24=122",
"50+1=51",
"122-51=71"
] | Current State: 71:[98, 24, 50, 1], Operations: []
Exploring Operation: 98+24=122, Resulting Numbers: [50, 1, 122]
Generated Node #2: [50, 1, 122] from Operation: 98+24=122
Current State: 71:[50, 1, 122], Operations: ['98+24=122']
Exploring Operation: 50+1=51, Resulting Numbers: [122, 51]
Generated Node #3: [122, 51] fr... | 4 |
[
67,
96,
25,
64
] | 57 | [
"67-64=3",
"96/3=32",
"25+32=57"
] | Current State: 57:[67, 96, 25, 64], Operations: []
Exploring Operation: 67-64=3, Resulting Numbers: [96, 25, 3]
Generated Node #2: [96, 25, 3] from Operation: 67-64=3
Current State: 57:[96, 25, 3], Operations: ['67-64=3']
Exploring Operation: 96/3=32, Resulting Numbers: [25, 32]
Generated Node #3: [25, 32] from Operati... | 4 |
[
5,
2,
48,
99
] | 95 | [
"99-5=94",
"94/2=47",
"48+47=95"
] | Current State: 95:[5, 2, 48, 99], Operations: []
Exploring Operation: 99-5=94, Resulting Numbers: [2, 48, 94]
Generated Node #2: [2, 48, 94] from Operation: 99-5=94
Current State: 95:[2, 48, 94], Operations: ['99-5=94']
Exploring Operation: 94/2=47, Resulting Numbers: [48, 47]
Generated Node #3: [48, 47] from Operation... | 4 |
[
45,
56,
23,
56
] | 21 | [
"45-23=22",
"56/56=1",
"22-1=21"
] | Current State: 21:[45, 56, 23, 56], Operations: []
Exploring Operation: 45-23=22, Resulting Numbers: [56, 56, 22]
Generated Node #2: [56, 56, 22] from Operation: 45-23=22
Current State: 21:[56, 56, 22], Operations: ['45-23=22']
Exploring Operation: 56/56=1, Resulting Numbers: [22, 1]
Generated Node #3: [22, 1] from Ope... | 4 |
[
46,
96,
34,
41
] | 26 | [
"46-41=5",
"96+34=130",
"130/5=26"
] | Current State: 26:[46, 96, 34, 41], Operations: []
Exploring Operation: 46-41=5, Resulting Numbers: [96, 34, 5]
Generated Node #2: [96, 34, 5] from Operation: 46-41=5
Current State: 26:[96, 34, 5], Operations: ['46-41=5']
Exploring Operation: 96+34=130, Resulting Numbers: [5, 130]
Generated Node #3: [5, 130] from Opera... | 4 |
[
33,
88,
32,
30
] | 18 | [
"33*32=1056",
"1056/88=12",
"30-12=18"
] | Current State: 18:[33, 88, 32, 30], Operations: []
Exploring Operation: 33*32=1056, Resulting Numbers: [88, 30, 1056]
Generated Node #2: [88, 30, 1056] from Operation: 33*32=1056
Current State: 18:[88, 30, 1056], Operations: ['33*32=1056']
Exploring Operation: 1056/88=12, Resulting Numbers: [30, 12]
Generated Node #3: ... | 4 |
[
54,
28,
77,
5
] | 53 | [
"54-28=26",
"5*26=130",
"130-77=53"
] | Current State: 53:[54, 28, 77, 5], Operations: []
Exploring Operation: 54-28=26, Resulting Numbers: [77, 5, 26]
Generated Node #2: [77, 5, 26] from Operation: 54-28=26
Current State: 53:[77, 5, 26], Operations: ['54-28=26']
Exploring Operation: 5*26=130, Resulting Numbers: [77, 130]
Generated Node #3: [77, 130] from Op... | 4 |
[
42,
67,
54,
34
] | 89 | [
"42+67=109",
"54-34=20",
"109-20=89"
] | Current State: 89:[42, 67, 54, 34], Operations: []
Exploring Operation: 42+67=109, Resulting Numbers: [54, 34, 109]
Generated Node #2: [54, 34, 109] from Operation: 42+67=109
Current State: 89:[54, 34, 109], Operations: ['42+67=109']
Exploring Operation: 54-34=20, Resulting Numbers: [109, 20]
Generated Node #3: [109, 2... | 4 |
[
23,
64,
36,
13
] | 65 | [
"64-23=41",
"41-36=5",
"13*5=65"
] | Current State: 65:[23, 64, 36, 13], Operations: []
Exploring Operation: 64-23=41, Resulting Numbers: [36, 13, 41]
Generated Node #2: [36, 13, 41] from Operation: 64-23=41
Current State: 65:[36, 13, 41], Operations: ['64-23=41']
Exploring Operation: 41-36=5, Resulting Numbers: [13, 5]
Generated Node #3: [13, 5] from Ope... | 4 |
[
64,
16,
54,
12
] | 18 | [
"64-16=48",
"54+12=66",
"66-48=18"
] | Current State: 18:[64, 16, 54, 12], Operations: []
Exploring Operation: 64-16=48, Resulting Numbers: [54, 12, 48]
Generated Node #2: [54, 12, 48] from Operation: 64-16=48
Current State: 18:[54, 12, 48], Operations: ['64-16=48']
Exploring Operation: 54+12=66, Resulting Numbers: [48, 66]
Generated Node #3: [48, 66] from ... | 4 |
[
9,
30,
52,
31
] | 81 | [
"52-30=22",
"31-22=9",
"9*9=81"
] | Current State: 81:[9, 30, 52, 31], Operations: []
Exploring Operation: 52-30=22, Resulting Numbers: [9, 31, 22]
Generated Node #2: [9, 31, 22] from Operation: 52-30=22
Current State: 81:[9, 31, 22], Operations: ['52-30=22']
Exploring Operation: 31-22=9, Resulting Numbers: [9, 9]
Generated Node #3: [9, 9] from Operation... | 4 |
[
4,
5,
1,
82
] | 98 | [
"5-1=4",
"4*4=16",
"82+16=98"
] | Current State: 98:[4, 5, 1, 82], Operations: []
Exploring Operation: 5-1=4, Resulting Numbers: [4, 82, 4]
Generated Node #2: [4, 82, 4] from Operation: 5-1=4
Current State: 98:[4, 82, 4], Operations: ['5-1=4']
Exploring Operation: 4*4=16, Resulting Numbers: [82, 16]
Generated Node #3: [82, 16] from Operation: 4*4=16
Cu... | 4 |
[
44,
18,
25,
86
] | 87 | [
"44-18=26",
"86-25=61",
"26+61=87"
] | Current State: 87:[44, 18, 25, 86], Operations: []
Exploring Operation: 44-18=26, Resulting Numbers: [25, 86, 26]
Generated Node #2: [25, 86, 26] from Operation: 44-18=26
Current State: 87:[25, 86, 26], Operations: ['44-18=26']
Exploring Operation: 86-25=61, Resulting Numbers: [26, 61]
Generated Node #3: [26, 61] from ... | 4 |
[
67,
19,
88,
47
] | 89 | [
"67-19=48",
"88-47=41",
"48+41=89"
] | Current State: 89:[67, 19, 88, 47], Operations: []
Exploring Operation: 67-19=48, Resulting Numbers: [88, 47, 48]
Generated Node #2: [88, 47, 48] from Operation: 67-19=48
Current State: 89:[88, 47, 48], Operations: ['67-19=48']
Exploring Operation: 88-47=41, Resulting Numbers: [48, 41]
Generated Node #3: [48, 41] from ... | 4 |
[
39,
33,
73,
17
] | 29 | [
"39-33=6",
"17*6=102",
"102-73=29"
] | Current State: 29:[39, 33, 73, 17], Operations: []
Exploring Operation: 39-33=6, Resulting Numbers: [73, 17, 6]
Generated Node #2: [73, 17, 6] from Operation: 39-33=6
Current State: 29:[73, 17, 6], Operations: ['39-33=6']
Exploring Operation: 17*6=102, Resulting Numbers: [73, 102]
Generated Node #3: [73, 102] from Oper... | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.