nums listlengths 4 4 | target int64 10 100 | solution listlengths 3 3 | optimal_path stringlengths 282 529 | start_size int64 4 4 |
|---|---|---|---|---|
[
72,
60,
96,
23
] | 38 | [
"96*23=2208",
"72+2208=2280",
"2280/60=38"
] | Current State: 38:[72, 60, 96, 23], Operations: []
Exploring Operation: 96*23=2208, Resulting Numbers: [72, 60, 2208]
Generated Node #2: [72, 60, 2208] from Operation: 96*23=2208
Current State: 38:[72, 60, 2208], Operations: ['96*23=2208']
Exploring Operation: 72+2208=2280, Resulting Numbers: [60, 2280]
Generated Node ... | 4 |
[
14,
48,
92,
13
] | 71 | [
"48-14=34",
"92+13=105",
"105-34=71"
] | Current State: 71:[14, 48, 92, 13], Operations: []
Exploring Operation: 48-14=34, Resulting Numbers: [92, 13, 34]
Generated Node #2: [92, 13, 34] from Operation: 48-14=34
Current State: 71:[92, 13, 34], Operations: ['48-14=34']
Exploring Operation: 92+13=105, Resulting Numbers: [34, 105]
Generated Node #3: [34, 105] fr... | 4 |
[
27,
18,
12,
67
] | 59 | [
"18*12=216",
"216/27=8",
"67-8=59"
] | Current State: 59:[27, 18, 12, 67], Operations: []
Exploring Operation: 18*12=216, Resulting Numbers: [27, 67, 216]
Generated Node #2: [27, 67, 216] from Operation: 18*12=216
Current State: 59:[27, 67, 216], Operations: ['18*12=216']
Exploring Operation: 216/27=8, Resulting Numbers: [67, 8]
Generated Node #3: [67, 8] f... | 4 |
[
89,
75,
32,
41
] | 87 | [
"89-75=14",
"32+41=73",
"14+73=87"
] | Current State: 87:[89, 75, 32, 41], Operations: []
Exploring Operation: 89-75=14, Resulting Numbers: [32, 41, 14]
Generated Node #2: [32, 41, 14] from Operation: 89-75=14
Current State: 87:[32, 41, 14], Operations: ['89-75=14']
Exploring Operation: 32+41=73, Resulting Numbers: [14, 73]
Generated Node #3: [14, 73] from ... | 4 |
[
59,
3,
36,
21
] | 64 | [
"36-21=15",
"15/3=5",
"59+5=64"
] | Current State: 64:[59, 3, 36, 21], Operations: []
Exploring Operation: 36-21=15, Resulting Numbers: [59, 3, 15]
Generated Node #2: [59, 3, 15] from Operation: 36-21=15
Current State: 64:[59, 3, 15], Operations: ['36-21=15']
Exploring Operation: 15/3=5, Resulting Numbers: [59, 5]
Generated Node #3: [59, 5] from Operatio... | 4 |
[
29,
4,
28,
44
] | 80 | [
"29+44=73",
"28/4=7",
"73+7=80"
] | Current State: 80:[29, 4, 28, 44], Operations: []
Exploring Operation: 29+44=73, Resulting Numbers: [4, 28, 73]
Generated Node #2: [4, 28, 73] from Operation: 29+44=73
Current State: 80:[4, 28, 73], Operations: ['29+44=73']
Exploring Operation: 28/4=7, Resulting Numbers: [73, 7]
Generated Node #3: [73, 7] from Operatio... | 4 |
[
23,
93,
12,
44
] | 84 | [
"23+93=116",
"44-12=32",
"116-32=84"
] | Current State: 84:[23, 93, 12, 44], Operations: []
Exploring Operation: 23+93=116, Resulting Numbers: [12, 44, 116]
Generated Node #2: [12, 44, 116] from Operation: 23+93=116
Current State: 84:[12, 44, 116], Operations: ['23+93=116']
Exploring Operation: 44-12=32, Resulting Numbers: [116, 32]
Generated Node #3: [116, 3... | 4 |
[
30,
37,
74,
39
] | 14 | [
"39-37=2",
"30*2=60",
"74-60=14"
] | Current State: 14:[30, 37, 74, 39], Operations: []
Exploring Operation: 39-37=2, Resulting Numbers: [30, 74, 2]
Generated Node #2: [30, 74, 2] from Operation: 39-37=2
Current State: 14:[30, 74, 2], Operations: ['39-37=2']
Exploring Operation: 30*2=60, Resulting Numbers: [74, 60]
Generated Node #3: [74, 60] from Operati... | 4 |
[
10,
87,
9,
61
] | 13 | [
"87*9=783",
"10+783=793",
"793/61=13"
] | Current State: 13:[10, 87, 9, 61], Operations: []
Exploring Operation: 87*9=783, Resulting Numbers: [10, 61, 783]
Generated Node #2: [10, 61, 783] from Operation: 87*9=783
Current State: 13:[10, 61, 783], Operations: ['87*9=783']
Exploring Operation: 10+783=793, Resulting Numbers: [61, 793]
Generated Node #3: [61, 793]... | 4 |
[
2,
10,
39,
9
] | 80 | [
"10+39=49",
"49-9=40",
"2*40=80"
] | Current State: 80:[2, 10, 39, 9], Operations: []
Exploring Operation: 10+39=49, Resulting Numbers: [2, 9, 49]
Generated Node #2: [2, 9, 49] from Operation: 10+39=49
Current State: 80:[2, 9, 49], Operations: ['10+39=49']
Exploring Operation: 49-9=40, Resulting Numbers: [2, 40]
Generated Node #3: [2, 40] from Operation: ... | 4 |
[
2,
9,
33,
44
] | 10 | [
"33-9=24",
"44-24=20",
"20/2=10"
] | Current State: 10:[2, 9, 33, 44], Operations: []
Exploring Operation: 33-9=24, Resulting Numbers: [2, 44, 24]
Generated Node #2: [2, 44, 24] from Operation: 33-9=24
Current State: 10:[2, 44, 24], Operations: ['33-9=24']
Exploring Operation: 44-24=20, Resulting Numbers: [2, 20]
Generated Node #3: [2, 20] from Operation:... | 4 |
[
83,
19,
34,
33
] | 30 | [
"83+19=102",
"102/34=3",
"33-3=30"
] | Current State: 30:[83, 19, 34, 33], Operations: []
Exploring Operation: 83+19=102, Resulting Numbers: [34, 33, 102]
Generated Node #2: [34, 33, 102] from Operation: 83+19=102
Current State: 30:[34, 33, 102], Operations: ['83+19=102']
Exploring Operation: 102/34=3, Resulting Numbers: [33, 3]
Generated Node #3: [33, 3] f... | 4 |
[
64,
39,
66,
1
] | 76 | [
"66-64=2",
"39-1=38",
"2*38=76"
] | Current State: 76:[64, 39, 66, 1], Operations: []
Exploring Operation: 66-64=2, Resulting Numbers: [39, 1, 2]
Generated Node #2: [39, 1, 2] from Operation: 66-64=2
Current State: 76:[39, 1, 2], Operations: ['66-64=2']
Exploring Operation: 39-1=38, Resulting Numbers: [2, 38]
Generated Node #3: [2, 38] from Operation: 39... | 4 |
[
58,
36,
63,
7
] | 62 | [
"36*7=252",
"252/63=4",
"58+4=62"
] | Current State: 62:[58, 36, 63, 7], Operations: []
Exploring Operation: 36*7=252, Resulting Numbers: [58, 63, 252]
Generated Node #2: [58, 63, 252] from Operation: 36*7=252
Current State: 62:[58, 63, 252], Operations: ['36*7=252']
Exploring Operation: 252/63=4, Resulting Numbers: [58, 4]
Generated Node #3: [58, 4] from ... | 4 |
[
27,
93,
25,
22
] | 58 | [
"25-22=3",
"93/3=31",
"27+31=58"
] | Current State: 58:[27, 93, 25, 22], Operations: []
Exploring Operation: 25-22=3, Resulting Numbers: [27, 93, 3]
Generated Node #2: [27, 93, 3] from Operation: 25-22=3
Current State: 58:[27, 93, 3], Operations: ['25-22=3']
Exploring Operation: 93/3=31, Resulting Numbers: [27, 31]
Generated Node #3: [27, 31] from Operati... | 4 |
[
30,
10,
2,
80
] | 98 | [
"30-10=20",
"80-2=78",
"20+78=98"
] | Current State: 98:[30, 10, 2, 80], Operations: []
Exploring Operation: 30-10=20, Resulting Numbers: [2, 80, 20]
Generated Node #2: [2, 80, 20] from Operation: 30-10=20
Current State: 98:[2, 80, 20], Operations: ['30-10=20']
Exploring Operation: 80-2=78, Resulting Numbers: [20, 78]
Generated Node #3: [20, 78] from Opera... | 4 |
[
64,
70,
32,
96
] | 52 | [
"64/32=2",
"96-70=26",
"2*26=52"
] | Current State: 52:[64, 70, 32, 96], Operations: []
Exploring Operation: 64/32=2, Resulting Numbers: [70, 96, 2]
Generated Node #2: [70, 96, 2] from Operation: 64/32=2
Current State: 52:[70, 96, 2], Operations: ['64/32=2']
Exploring Operation: 96-70=26, Resulting Numbers: [2, 26]
Generated Node #3: [2, 26] from Operatio... | 4 |
[
5,
16,
50,
73
] | 79 | [
"50/5=10",
"16+73=89",
"89-10=79"
] | Current State: 79:[5, 16, 50, 73], Operations: []
Exploring Operation: 50/5=10, Resulting Numbers: [16, 73, 10]
Generated Node #2: [16, 73, 10] from Operation: 50/5=10
Current State: 79:[16, 73, 10], Operations: ['50/5=10']
Exploring Operation: 16+73=89, Resulting Numbers: [10, 89]
Generated Node #3: [10, 89] from Oper... | 4 |
[
49,
47,
58,
63
] | 92 | [
"49-47=2",
"58/2=29",
"63+29=92"
] | Current State: 92:[49, 47, 58, 63], Operations: []
Exploring Operation: 49-47=2, Resulting Numbers: [58, 63, 2]
Generated Node #2: [58, 63, 2] from Operation: 49-47=2
Current State: 92:[58, 63, 2], Operations: ['49-47=2']
Exploring Operation: 58/2=29, Resulting Numbers: [63, 29]
Generated Node #3: [63, 29] from Operati... | 4 |
[
4,
2,
4,
70
] | 70 | [
"4-4=0",
"2*0=0",
"70+0=70"
] | Current State: 70:[4, 2, 4, 70], Operations: []
Exploring Operation: 4-4=0, Resulting Numbers: [2, 70, 0]
Generated Node #2: [2, 70, 0] from Operation: 4-4=0
Current State: 70:[2, 70, 0], Operations: ['4-4=0']
Exploring Operation: 2*0=0, Resulting Numbers: [70, 0]
Generated Node #3: [70, 0] from Operation: 2*0=0
Curren... | 4 |
[
99,
26,
19,
25
] | 81 | [
"99+26=125",
"19+25=44",
"125-44=81"
] | Current State: 81:[99, 26, 19, 25], Operations: []
Exploring Operation: 99+26=125, Resulting Numbers: [19, 25, 125]
Generated Node #2: [19, 25, 125] from Operation: 99+26=125
Current State: 81:[19, 25, 125], Operations: ['99+26=125']
Exploring Operation: 19+25=44, Resulting Numbers: [125, 44]
Generated Node #3: [125, 4... | 4 |
[
15,
42,
47,
45
] | 25 | [
"42-15=27",
"47-45=2",
"27-2=25"
] | Current State: 25:[15, 42, 47, 45], Operations: []
Exploring Operation: 42-15=27, Resulting Numbers: [47, 45, 27]
Generated Node #2: [47, 45, 27] from Operation: 42-15=27
Current State: 25:[47, 45, 27], Operations: ['42-15=27']
Exploring Operation: 47-45=2, Resulting Numbers: [27, 2]
Generated Node #3: [27, 2] from Ope... | 4 |
[
26,
21,
47,
72
] | 73 | [
"26+21=47",
"47/47=1",
"72+1=73"
] | Current State: 73:[26, 21, 47, 72], Operations: []
Exploring Operation: 26+21=47, Resulting Numbers: [47, 72, 47]
Generated Node #2: [47, 72, 47] from Operation: 26+21=47
Current State: 73:[47, 72, 47], Operations: ['26+21=47']
Exploring Operation: 47/47=1, Resulting Numbers: [72, 1]
Generated Node #3: [72, 1] from Ope... | 4 |
[
5,
25,
94,
56
] | 55 | [
"94+56=150",
"150/5=30",
"25+30=55"
] | Current State: 55:[5, 25, 94, 56], Operations: []
Exploring Operation: 94+56=150, Resulting Numbers: [5, 25, 150]
Generated Node #2: [5, 25, 150] from Operation: 94+56=150
Current State: 55:[5, 25, 150], Operations: ['94+56=150']
Exploring Operation: 150/5=30, Resulting Numbers: [25, 30]
Generated Node #3: [25, 30] fro... | 4 |
[
11,
20,
30,
9
] | 48 | [
"20-11=9",
"30+9=39",
"9+39=48"
] | Current State: 48:[11, 20, 30, 9], Operations: []
Exploring Operation: 20-11=9, Resulting Numbers: [30, 9, 9]
Generated Node #2: [30, 9, 9] from Operation: 20-11=9
Current State: 48:[30, 9, 9], Operations: ['20-11=9']
Exploring Operation: 30+9=39, Resulting Numbers: [39]
39,48 equal: Goal Reached
Exploring Operation: 9... | 4 |
[
13,
50,
45,
13
] | 65 | [
"13*50=650",
"45*13=585",
"650-585=65"
] | Current State: 65:[13, 50, 45, 13], Operations: []
Exploring Operation: 13*50=650, Resulting Numbers: [45, 650]
Generated Node #2: [45, 650] from Operation: 13*50=650
Current State: 65:[45, 650], Operations: ['13*50=650']
Exploring Operation: 45*13=585, Resulting Numbers: [650, 585]
Generated Node #3: [650, 585] from O... | 4 |
[
80,
27,
40,
52
] | 15 | [
"80+27=107",
"40+52=92",
"107-92=15"
] | Current State: 15:[80, 27, 40, 52], Operations: []
Exploring Operation: 80+27=107, Resulting Numbers: [40, 52, 107]
Generated Node #2: [40, 52, 107] from Operation: 80+27=107
Current State: 15:[40, 52, 107], Operations: ['80+27=107']
Exploring Operation: 40+52=92, Resulting Numbers: [107, 92]
Generated Node #3: [107, 9... | 4 |
[
43,
71,
26,
26
] | 71 | [
"26-26=0",
"43*0=0",
"71+0=71"
] | Current State: 71:[43, 71, 26, 26], Operations: []
Exploring Operation: 26-26=0, Resulting Numbers: [43, 71, 0]
Generated Node #2: [43, 71, 0] from Operation: 26-26=0
Current State: 71:[43, 71, 0], Operations: ['26-26=0']
Exploring Operation: 43*0=0, Resulting Numbers: [71, 0]
Generated Node #3: [71, 0] from Operation:... | 4 |
[
10,
1,
1,
5
] | 49 | [
"10*1=10",
"5*10=50",
"50-1=49"
] | Current State: 49:[10, 1, 1, 5], Operations: []
Exploring Operation: 10*1=10, Resulting Numbers: [5, 10]
Generated Node #2: [5, 10] from Operation: 10*1=10
Current State: 49:[5, 10], Operations: ['10*1=10']
Exploring Operation: 5*10=50, Resulting Numbers: [50]
50,49 equal: Goal Reached
Exploring Operation: 50-1=49, Res... | 4 |
[
38,
2,
96,
4
] | 34 | [
"38+2=40",
"96+40=136",
"136/4=34"
] | Current State: 34:[38, 2, 96, 4], Operations: []
Exploring Operation: 38+2=40, Resulting Numbers: [96, 4, 40]
Generated Node #2: [96, 4, 40] from Operation: 38+2=40
Current State: 34:[96, 4, 40], Operations: ['38+2=40']
Exploring Operation: 96+40=136, Resulting Numbers: [4, 136]
Generated Node #3: [4, 136] from Operati... | 4 |
[
72,
46,
71,
9
] | 88 | [
"72-46=26",
"71-9=62",
"26+62=88"
] | Current State: 88:[72, 46, 71, 9], Operations: []
Exploring Operation: 72-46=26, Resulting Numbers: [71, 9, 26]
Generated Node #2: [71, 9, 26] from Operation: 72-46=26
Current State: 88:[71, 9, 26], Operations: ['72-46=26']
Exploring Operation: 71-9=62, Resulting Numbers: [26, 62]
Generated Node #3: [26, 62] from Opera... | 4 |
[
3,
45,
82,
72
] | 43 | [
"45+72=117",
"117/3=39",
"82-39=43"
] | Current State: 43:[3, 45, 82, 72], Operations: []
Exploring Operation: 45+72=117, Resulting Numbers: [3, 82, 117]
Generated Node #2: [3, 82, 117] from Operation: 45+72=117
Current State: 43:[3, 82, 117], Operations: ['45+72=117']
Exploring Operation: 117/3=39, Resulting Numbers: [82, 39]
Generated Node #3: [82, 39] fro... | 4 |
[
30,
68,
62,
96
] | 60 | [
"30+68=98",
"62+96=158",
"158-98=60"
] | Current State: 60:[30, 68, 62, 96], Operations: []
Exploring Operation: 30+68=98, Resulting Numbers: [62, 96, 98]
Generated Node #2: [62, 96, 98] from Operation: 30+68=98
Current State: 60:[62, 96, 98], Operations: ['30+68=98']
Exploring Operation: 62+96=158, Resulting Numbers: [98, 158]
Generated Node #3: [98, 158] fr... | 4 |
[
46,
35,
28,
42
] | 59 | [
"46*35=1610",
"42+1610=1652",
"1652/28=59"
] | Current State: 59:[46, 35, 28, 42], Operations: []
Exploring Operation: 46*35=1610, Resulting Numbers: [28, 42, 1610]
Generated Node #2: [28, 42, 1610] from Operation: 46*35=1610
Current State: 59:[28, 42, 1610], Operations: ['46*35=1610']
Exploring Operation: 42+1610=1652, Resulting Numbers: [28, 1652]
Generated Node ... | 4 |
[
60,
2,
85,
49
] | 100 | [
"60*85=5100",
"2+49=51",
"5100/51=100"
] | Current State: 100:[60, 2, 85, 49], Operations: []
Exploring Operation: 60*85=5100, Resulting Numbers: [2, 49, 5100]
Generated Node #2: [2, 49, 5100] from Operation: 60*85=5100
Current State: 100:[2, 49, 5100], Operations: ['60*85=5100']
Exploring Operation: 2+49=51, Resulting Numbers: [5100, 51]
Generated Node #3: [51... | 4 |
[
79,
12,
48,
8
] | 91 | [
"79+8=87",
"48/12=4",
"87+4=91"
] | Current State: 91:[79, 12, 48, 8], Operations: []
Exploring Operation: 79+8=87, Resulting Numbers: [12, 48, 87]
Generated Node #2: [12, 48, 87] from Operation: 79+8=87
Current State: 91:[12, 48, 87], Operations: ['79+8=87']
Exploring Operation: 48/12=4, Resulting Numbers: [87, 4]
Generated Node #3: [87, 4] from Operati... | 4 |
[
10,
98,
11,
6
] | 72 | [
"10*11=110",
"110-98=12",
"6*12=72"
] | Current State: 72:[10, 98, 11, 6], Operations: []
Exploring Operation: 10*11=110, Resulting Numbers: [98, 6, 110]
Generated Node #2: [98, 6, 110] from Operation: 10*11=110
Current State: 72:[98, 6, 110], Operations: ['10*11=110']
Exploring Operation: 110-98=12, Resulting Numbers: [6, 12]
Generated Node #3: [6, 12] from... | 4 |
[
27,
26,
92,
21
] | 71 | [
"27-26=1",
"92-21=71",
"1*71=71"
] | Current State: 71:[27, 26, 92, 21], Operations: []
Exploring Operation: 27-26=1, Resulting Numbers: [92, 21, 1]
Generated Node #2: [92, 21, 1] from Operation: 27-26=1
Current State: 71:[92, 21, 1], Operations: ['27-26=1']
Exploring Operation: 92-21=71, Resulting Numbers: [1, 71]
Generated Node #3: [1, 71] from Operatio... | 4 |
[
48,
83,
66,
8
] | 23 | [
"83-48=35",
"66-8=58",
"58-35=23"
] | Current State: 23:[48, 83, 66, 8], Operations: []
Exploring Operation: 83-48=35, Resulting Numbers: [66, 8, 35]
Generated Node #2: [66, 8, 35] from Operation: 83-48=35
Current State: 23:[66, 8, 35], Operations: ['83-48=35']
Exploring Operation: 66-8=58, Resulting Numbers: [35, 58]
Generated Node #3: [35, 58] from Opera... | 4 |
[
19,
3,
2,
43
] | 64 | [
"19+3=22",
"2*43=86",
"86-22=64"
] | Current State: 64:[19, 3, 2, 43], Operations: []
Exploring Operation: 19+3=22, Resulting Numbers: [2, 43, 22]
Generated Node #2: [2, 43, 22] from Operation: 19+3=22
Current State: 64:[2, 43, 22], Operations: ['19+3=22']
Exploring Operation: 2*43=86, Resulting Numbers: [22, 86]
Generated Node #3: [22, 86] from Operation... | 4 |
[
65,
92,
48,
44
] | 64 | [
"92-48=44",
"44/44=1",
"65-1=64"
] | Current State: 64:[65, 92, 48, 44], Operations: []
Exploring Operation: 92-48=44, Resulting Numbers: [65, 44, 44]
Generated Node #2: [65, 44, 44] from Operation: 92-48=44
Current State: 64:[65, 44, 44], Operations: ['92-48=44']
Exploring Operation: 44/44=1, Resulting Numbers: [65, 1]
Generated Node #3: [65, 1] from Ope... | 4 |
[
49,
46,
41,
37
] | 10 | [
"49+41=90",
"46-37=9",
"90/9=10"
] | Current State: 10:[49, 46, 41, 37], Operations: []
Exploring Operation: 49+41=90, Resulting Numbers: [46, 37, 90]
Generated Node #2: [46, 37, 90] from Operation: 49+41=90
Current State: 10:[46, 37, 90], Operations: ['49+41=90']
Exploring Operation: 46-37=9, Resulting Numbers: [90, 9]
Generated Node #3: [90, 9] from Ope... | 4 |
[
64,
95,
97,
35
] | 58 | [
"64-35=29",
"97-95=2",
"29*2=58"
] | Current State: 58:[64, 95, 97, 35], Operations: []
Exploring Operation: 64-35=29, Resulting Numbers: [95, 97, 29]
Generated Node #2: [95, 97, 29] from Operation: 64-35=29
Current State: 58:[95, 97, 29], Operations: ['64-35=29']
Exploring Operation: 97-95=2, Resulting Numbers: [29, 2]
Generated Node #3: [29, 2] from Ope... | 4 |
[
20,
66,
36,
24
] | 75 | [
"24-20=4",
"36/4=9",
"66+9=75"
] | Current State: 75:[20, 66, 36, 24], Operations: []
Exploring Operation: 24-20=4, Resulting Numbers: [66, 36, 4]
Generated Node #2: [66, 36, 4] from Operation: 24-20=4
Current State: 75:[66, 36, 4], Operations: ['24-20=4']
Exploring Operation: 36/4=9, Resulting Numbers: [66, 9]
Generated Node #3: [66, 9] from Operation:... | 4 |
[
2,
37,
60,
39
] | 44 | [
"2*60=120",
"37+39=76",
"120-76=44"
] | Current State: 44:[2, 37, 60, 39], Operations: []
Exploring Operation: 2*60=120, Resulting Numbers: [37, 39, 120]
Generated Node #2: [37, 39, 120] from Operation: 2*60=120
Current State: 44:[37, 39, 120], Operations: ['2*60=120']
Exploring Operation: 37+39=76, Resulting Numbers: [120, 76]
Generated Node #3: [120, 76] f... | 4 |
[
70,
10,
35,
28
] | 76 | [
"70/35=2",
"10+28=38",
"2*38=76"
] | Current State: 76:[70, 10, 35, 28], Operations: []
Exploring Operation: 70/35=2, Resulting Numbers: [10, 28, 2]
Generated Node #2: [10, 28, 2] from Operation: 70/35=2
Current State: 76:[10, 28, 2], Operations: ['70/35=2']
Exploring Operation: 10+28=38, Resulting Numbers: [2, 38]
Generated Node #3: [2, 38] from Operatio... | 4 |
[
35,
64,
94,
59
] | 63 | [
"94-35=59",
"59/59=1",
"64-1=63"
] | Current State: 63:[35, 64, 94, 59], Operations: []
Exploring Operation: 94-35=59, Resulting Numbers: [64, 59, 59]
Generated Node #2: [64, 59, 59] from Operation: 94-35=59
Current State: 63:[64, 59, 59], Operations: ['94-35=59']
Exploring Operation: 59/59=1, Resulting Numbers: [64, 1]
Generated Node #3: [64, 1] from Ope... | 4 |
[
79,
24,
73,
76
] | 87 | [
"76-73=3",
"24/3=8",
"79+8=87"
] | Current State: 87:[79, 24, 73, 76], Operations: []
Exploring Operation: 76-73=3, Resulting Numbers: [79, 24, 3]
Generated Node #2: [79, 24, 3] from Operation: 76-73=3
Current State: 87:[79, 24, 3], Operations: ['76-73=3']
Exploring Operation: 24/3=8, Resulting Numbers: [79, 8]
Generated Node #3: [79, 8] from Operation:... | 4 |
[
61,
51,
38,
8
] | 56 | [
"61-51=10",
"38+8=46",
"10+46=56"
] | Current State: 56:[61, 51, 38, 8], Operations: []
Exploring Operation: 61-51=10, Resulting Numbers: [38, 8, 10]
Generated Node #2: [38, 8, 10] from Operation: 61-51=10
Current State: 56:[38, 8, 10], Operations: ['61-51=10']
Exploring Operation: 38+8=46, Resulting Numbers: [10, 46]
Generated Node #3: [10, 46] from Opera... | 4 |
[
16,
53,
63,
94
] | 100 | [
"16+53=69",
"94-63=31",
"69+31=100"
] | Current State: 100:[16, 53, 63, 94], Operations: []
Exploring Operation: 16+53=69, Resulting Numbers: [63, 94, 69]
Generated Node #2: [63, 94, 69] from Operation: 16+53=69
Current State: 100:[63, 94, 69], Operations: ['16+53=69']
Exploring Operation: 94-63=31, Resulting Numbers: [69, 31]
Generated Node #3: [69, 31] fro... | 4 |
[
63,
39,
25,
32
] | 30 | [
"32-25=7",
"63/7=9",
"39-9=30"
] | Current State: 30:[63, 39, 25, 32], Operations: []
Exploring Operation: 32-25=7, Resulting Numbers: [63, 39, 7]
Generated Node #2: [63, 39, 7] from Operation: 32-25=7
Current State: 30:[63, 39, 7], Operations: ['32-25=7']
Exploring Operation: 63/7=9, Resulting Numbers: [39, 9]
Generated Node #3: [39, 9] from Operation:... | 4 |
[
8,
67,
89,
35
] | 93 | [
"67-35=32",
"32/8=4",
"89+4=93"
] | Current State: 93:[8, 67, 89, 35], Operations: []
Exploring Operation: 67-35=32, Resulting Numbers: [8, 89, 32]
Generated Node #2: [8, 89, 32] from Operation: 67-35=32
Current State: 93:[8, 89, 32], Operations: ['67-35=32']
Exploring Operation: 32/8=4, Resulting Numbers: [89, 4]
Generated Node #3: [89, 4] from Operatio... | 4 |
[
60,
66,
83,
15
] | 58 | [
"60+66=126",
"83-15=68",
"126-68=58"
] | Current State: 58:[60, 66, 83, 15], Operations: []
Exploring Operation: 60+66=126, Resulting Numbers: [83, 15, 126]
Generated Node #2: [83, 15, 126] from Operation: 60+66=126
Current State: 58:[83, 15, 126], Operations: ['60+66=126']
Exploring Operation: 83-15=68, Resulting Numbers: [126, 68]
Generated Node #3: [126, 6... | 4 |
[
27,
68,
47,
89
] | 41 | [
"27+68=95",
"47+89=136",
"136-95=41"
] | Current State: 41:[27, 68, 47, 89], Operations: []
Exploring Operation: 27+68=95, Resulting Numbers: [47, 89, 95]
Generated Node #2: [47, 89, 95] from Operation: 27+68=95
Current State: 41:[47, 89, 95], Operations: ['27+68=95']
Exploring Operation: 47+89=136, Resulting Numbers: [95, 136]
Generated Node #3: [95, 136] fr... | 4 |
[
4,
55,
2,
4
] | 71 | [
"4+4=8",
"2*8=16",
"55+16=71"
] | Current State: 71:[4, 55, 2, 4], Operations: []
Exploring Operation: 4+4=8, Resulting Numbers: [55, 2, 8]
Generated Node #2: [55, 2, 8] from Operation: 4+4=8
Current State: 71:[55, 2, 8], Operations: ['4+4=8']
Exploring Operation: 2*8=16, Resulting Numbers: [55, 16]
Generated Node #3: [55, 16] from Operation: 2*8=16
Cu... | 4 |
[
43,
71,
45,
27
] | 42 | [
"43+71=114",
"45+27=72",
"114-72=42"
] | Current State: 42:[43, 71, 45, 27], Operations: []
Exploring Operation: 43+71=114, Resulting Numbers: [45, 27, 114]
Generated Node #2: [45, 27, 114] from Operation: 43+71=114
Current State: 42:[45, 27, 114], Operations: ['43+71=114']
Exploring Operation: 45+27=72, Resulting Numbers: [114, 72]
Generated Node #3: [114, 7... | 4 |
[
76,
70,
14,
4
] | 88 | [
"76-70=6",
"14*6=84",
"4+84=88"
] | Current State: 88:[76, 70, 14, 4], Operations: []
Exploring Operation: 76-70=6, Resulting Numbers: [14, 4, 6]
Generated Node #2: [14, 4, 6] from Operation: 76-70=6
Current State: 88:[14, 4, 6], Operations: ['76-70=6']
Exploring Operation: 14*6=84, Resulting Numbers: [4, 84]
Generated Node #3: [4, 84] from Operation: 14... | 4 |
[
64,
13,
5,
60
] | 57 | [
"64-60=4",
"13*4=52",
"5+52=57"
] | Current State: 57:[64, 13, 5, 60], Operations: []
Exploring Operation: 64-60=4, Resulting Numbers: [13, 5, 4]
Generated Node #2: [13, 5, 4] from Operation: 64-60=4
Current State: 57:[13, 5, 4], Operations: ['64-60=4']
Exploring Operation: 13*4=52, Resulting Numbers: [5, 52]
Generated Node #3: [5, 52] from Operation: 13... | 4 |
[
32,
89,
78,
94
] | 41 | [
"89-32=57",
"94-78=16",
"57-16=41"
] | Current State: 41:[32, 89, 78, 94], Operations: []
Exploring Operation: 89-32=57, Resulting Numbers: [78, 94, 57]
Generated Node #2: [78, 94, 57] from Operation: 89-32=57
Current State: 41:[78, 94, 57], Operations: ['89-32=57']
Exploring Operation: 94-78=16, Resulting Numbers: [57, 16]
Generated Node #3: [57, 16] from ... | 4 |
[
61,
36,
23,
86
] | 38 | [
"61-36=25",
"86-23=63",
"63-25=38"
] | Current State: 38:[61, 36, 23, 86], Operations: []
Exploring Operation: 61-36=25, Resulting Numbers: [23, 86, 25]
Generated Node #2: [23, 86, 25] from Operation: 61-36=25
Current State: 38:[23, 86, 25], Operations: ['61-36=25']
Exploring Operation: 86-23=63, Resulting Numbers: [25, 63]
Generated Node #3: [25, 63] from ... | 4 |
[
51,
81,
68,
35
] | 29 | [
"51+81=132",
"68+35=103",
"132-103=29"
] | Current State: 29:[51, 81, 68, 35], Operations: []
Exploring Operation: 51+81=132, Resulting Numbers: [68, 35, 132]
Generated Node #2: [68, 35, 132] from Operation: 51+81=132
Current State: 29:[68, 35, 132], Operations: ['51+81=132']
Exploring Operation: 68+35=103, Resulting Numbers: [132, 103]
Generated Node #3: [132,... | 4 |
[
43,
6,
37,
25
] | 40 | [
"43-25=18",
"18/6=3",
"37+3=40"
] | Current State: 40:[43, 6, 37, 25], Operations: []
Exploring Operation: 43-25=18, Resulting Numbers: [6, 37, 18]
Generated Node #2: [6, 37, 18] from Operation: 43-25=18
Current State: 40:[6, 37, 18], Operations: ['43-25=18']
Exploring Operation: 18/6=3, Resulting Numbers: [37, 3]
Generated Node #3: [37, 3] from Operatio... | 4 |
[
33,
93,
33,
46
] | 47 | [
"33+93=126",
"33+46=79",
"126-79=47"
] | Current State: 47:[33, 93, 33, 46], Operations: []
Exploring Operation: 33+93=126, Resulting Numbers: [46, 126]
Generated Node #2: [46, 126] from Operation: 33+93=126
Current State: 47:[46, 126], Operations: ['33+93=126']
Exploring Operation: 33+46=79, Resulting Numbers: [126, 79]
Generated Node #3: [126, 79] from Oper... | 4 |
[
77,
53,
81,
4
] | 61 | [
"77-53=24",
"81+4=85",
"85-24=61"
] | Current State: 61:[77, 53, 81, 4], Operations: []
Exploring Operation: 77-53=24, Resulting Numbers: [81, 4, 24]
Generated Node #2: [81, 4, 24] from Operation: 77-53=24
Current State: 61:[81, 4, 24], Operations: ['77-53=24']
Exploring Operation: 81+4=85, Resulting Numbers: [24, 85]
Generated Node #3: [24, 85] from Opera... | 4 |
[
85,
71,
1,
60
] | 75 | [
"85-71=14",
"1+60=61",
"14+61=75"
] | Current State: 75:[85, 71, 1, 60], Operations: []
Exploring Operation: 85-71=14, Resulting Numbers: [1, 60, 14]
Generated Node #2: [1, 60, 14] from Operation: 85-71=14
Current State: 75:[1, 60, 14], Operations: ['85-71=14']
Exploring Operation: 1+60=61, Resulting Numbers: [14, 61]
Generated Node #3: [14, 61] from Opera... | 4 |
[
33,
56,
43,
84
] | 28 | [
"33*84=2772",
"56+43=99",
"2772/99=28"
] | Current State: 28:[33, 56, 43, 84], Operations: []
Exploring Operation: 33*84=2772, Resulting Numbers: [56, 43, 2772]
Generated Node #2: [56, 43, 2772] from Operation: 33*84=2772
Current State: 28:[56, 43, 2772], Operations: ['33*84=2772']
Exploring Operation: 56+43=99, Resulting Numbers: [2772, 99]
Generated Node #3: ... | 4 |
[
91,
55,
8,
24
] | 52 | [
"91-55=36",
"24-8=16",
"36+16=52"
] | Current State: 52:[91, 55, 8, 24], Operations: []
Exploring Operation: 91-55=36, Resulting Numbers: [8, 24, 36]
Generated Node #2: [8, 24, 36] from Operation: 91-55=36
Current State: 52:[8, 24, 36], Operations: ['91-55=36']
Exploring Operation: 24-8=16, Resulting Numbers: [36, 16]
Generated Node #3: [36, 16] from Opera... | 4 |
[
9,
50,
35,
43
] | 98 | [
"50-43=7",
"9*7=63",
"35+63=98"
] | Current State: 98:[9, 50, 35, 43], Operations: []
Exploring Operation: 50-43=7, Resulting Numbers: [9, 35, 7]
Generated Node #2: [9, 35, 7] from Operation: 50-43=7
Current State: 98:[9, 35, 7], Operations: ['50-43=7']
Exploring Operation: 9*7=63, Resulting Numbers: [35, 63]
Generated Node #3: [35, 63] from Operation: 9... | 4 |
[
43,
67,
81,
14
] | 91 | [
"67-43=24",
"81-14=67",
"24+67=91"
] | Current State: 91:[43, 67, 81, 14], Operations: []
Exploring Operation: 67-43=24, Resulting Numbers: [81, 14, 24]
Generated Node #2: [81, 14, 24] from Operation: 67-43=24
Current State: 91:[81, 14, 24], Operations: ['67-43=24']
Exploring Operation: 81-14=67, Resulting Numbers: [24, 67]
Generated Node #3: [24, 67] from ... | 4 |
[
8,
56,
88,
2
] | 72 | [
"88-56=32",
"2*32=64",
"8+64=72"
] | Current State: 72:[8, 56, 88, 2], Operations: []
Exploring Operation: 88-56=32, Resulting Numbers: [8, 2, 32]
Generated Node #2: [8, 2, 32] from Operation: 88-56=32
Current State: 72:[8, 2, 32], Operations: ['88-56=32']
Exploring Operation: 2*32=64, Resulting Numbers: [8, 64]
Generated Node #3: [8, 64] from Operation: ... | 4 |
[
61,
39,
60,
29
] | 67 | [
"61-39=22",
"60+29=89",
"89-22=67"
] | Current State: 67:[61, 39, 60, 29], Operations: []
Exploring Operation: 61-39=22, Resulting Numbers: [60, 29, 22]
Generated Node #2: [60, 29, 22] from Operation: 61-39=22
Current State: 67:[60, 29, 22], Operations: ['61-39=22']
Exploring Operation: 60+29=89, Resulting Numbers: [22, 89]
Generated Node #3: [22, 89] from ... | 4 |
[
28,
44,
42,
6
] | 48 | [
"28*6=168",
"168/42=4",
"44+4=48"
] | Current State: 48:[28, 44, 42, 6], Operations: []
Exploring Operation: 28*6=168, Resulting Numbers: [44, 42, 168]
Generated Node #2: [44, 42, 168] from Operation: 28*6=168
Current State: 48:[44, 42, 168], Operations: ['28*6=168']
Exploring Operation: 168/42=4, Resulting Numbers: [44, 4]
Generated Node #3: [44, 4] from ... | 4 |
[
94,
4,
6,
54
] | 14 | [
"6-4=2",
"54*2=108",
"108-94=14"
] | Current State: 14:[94, 4, 6, 54], Operations: []
Exploring Operation: 6-4=2, Resulting Numbers: [94, 54, 2]
Generated Node #2: [94, 54, 2] from Operation: 6-4=2
Current State: 14:[94, 54, 2], Operations: ['6-4=2']
Exploring Operation: 54*2=108, Resulting Numbers: [94, 108]
Generated Node #3: [94, 108] from Operation: 5... | 4 |
[
37,
70,
99,
95
] | 29 | [
"70-37=33",
"99-95=4",
"33-4=29"
] | Current State: 29:[37, 70, 99, 95], Operations: []
Exploring Operation: 70-37=33, Resulting Numbers: [99, 95, 33]
Generated Node #2: [99, 95, 33] from Operation: 70-37=33
Current State: 29:[99, 95, 33], Operations: ['70-37=33']
Exploring Operation: 99-95=4, Resulting Numbers: [33, 4]
Generated Node #3: [33, 4] from Ope... | 4 |
[
76,
28,
26,
74
] | 75 | [
"76+74=150",
"28-26=2",
"150/2=75"
] | Current State: 75:[76, 28, 26, 74], Operations: []
Exploring Operation: 76+74=150, Resulting Numbers: [28, 26, 150]
Generated Node #2: [28, 26, 150] from Operation: 76+74=150
Current State: 75:[28, 26, 150], Operations: ['76+74=150']
Exploring Operation: 28-26=2, Resulting Numbers: [150, 2]
Generated Node #3: [150, 2] ... | 4 |
[
63,
97,
88,
16
] | 38 | [
"97-63=34",
"88-16=72",
"72-34=38"
] | Current State: 38:[63, 97, 88, 16], Operations: []
Exploring Operation: 97-63=34, Resulting Numbers: [88, 16, 34]
Generated Node #2: [88, 16, 34] from Operation: 97-63=34
Current State: 38:[88, 16, 34], Operations: ['97-63=34']
Exploring Operation: 88-16=72, Resulting Numbers: [34, 72]
Generated Node #3: [34, 72] from ... | 4 |
[
59,
71,
85,
52
] | 56 | [
"71+85=156",
"156/52=3",
"59-3=56"
] | Current State: 56:[59, 71, 85, 52], Operations: []
Exploring Operation: 71+85=156, Resulting Numbers: [59, 52, 156]
Generated Node #2: [59, 52, 156] from Operation: 71+85=156
Current State: 56:[59, 52, 156], Operations: ['71+85=156']
Exploring Operation: 156/52=3, Resulting Numbers: [59, 3]
Generated Node #3: [59, 3] f... | 4 |
[
60,
63,
28,
39
] | 96 | [
"60*63=3780",
"3780/28=135",
"135-39=96"
] | Current State: 96:[60, 63, 28, 39], Operations: []
Exploring Operation: 60*63=3780, Resulting Numbers: [28, 39, 3780]
Generated Node #2: [28, 39, 3780] from Operation: 60*63=3780
Current State: 96:[28, 39, 3780], Operations: ['60*63=3780']
Exploring Operation: 3780/28=135, Resulting Numbers: [39, 135]
Generated Node #3... | 4 |
[
25,
30,
37,
42
] | 74 | [
"30-25=5",
"37+42=79",
"79-5=74"
] | Current State: 74:[25, 30, 37, 42], Operations: []
Exploring Operation: 30-25=5, Resulting Numbers: [37, 42, 5]
Generated Node #2: [37, 42, 5] from Operation: 30-25=5
Current State: 74:[37, 42, 5], Operations: ['30-25=5']
Exploring Operation: 37+42=79, Resulting Numbers: [5, 79]
Generated Node #3: [5, 79] from Operatio... | 4 |
[
90,
22,
68,
27
] | 71 | [
"90+22=112",
"68-27=41",
"112-41=71"
] | Current State: 71:[90, 22, 68, 27], Operations: []
Exploring Operation: 90+22=112, Resulting Numbers: [68, 27, 112]
Generated Node #2: [68, 27, 112] from Operation: 90+22=112
Current State: 71:[68, 27, 112], Operations: ['90+22=112']
Exploring Operation: 68-27=41, Resulting Numbers: [112, 41]
Generated Node #3: [112, 4... | 4 |
[
74,
72,
83,
50
] | 58 | [
"74-72=2",
"50/2=25",
"83-25=58"
] | Current State: 58:[74, 72, 83, 50], Operations: []
Exploring Operation: 74-72=2, Resulting Numbers: [83, 50, 2]
Generated Node #2: [83, 50, 2] from Operation: 74-72=2
Current State: 58:[83, 50, 2], Operations: ['74-72=2']
Exploring Operation: 50/2=25, Resulting Numbers: [83, 25]
Generated Node #3: [83, 25] from Operati... | 4 |
[
32,
57,
48,
95
] | 57 | [
"32*57=1824",
"1824/48=38",
"95-38=57"
] | Current State: 57:[32, 57, 48, 95], Operations: []
Exploring Operation: 32*57=1824, Resulting Numbers: [48, 95, 1824]
Generated Node #2: [48, 95, 1824] from Operation: 32*57=1824
Current State: 57:[48, 95, 1824], Operations: ['32*57=1824']
Exploring Operation: 1824/48=38, Resulting Numbers: [95, 38]
Generated Node #3: ... | 4 |
[
68,
6,
74,
72
] | 98 | [
"72-68=4",
"6*4=24",
"74+24=98"
] | Current State: 98:[68, 6, 74, 72], Operations: []
Exploring Operation: 72-68=4, Resulting Numbers: [6, 74, 4]
Generated Node #2: [6, 74, 4] from Operation: 72-68=4
Current State: 98:[6, 74, 4], Operations: ['72-68=4']
Exploring Operation: 6*4=24, Resulting Numbers: [74, 24]
Generated Node #3: [74, 24] from Operation: 6... | 4 |
[
44,
83,
92,
36
] | 72 | [
"44-36=8",
"92-83=9",
"8*9=72"
] | Current State: 72:[44, 83, 92, 36], Operations: []
Exploring Operation: 44-36=8, Resulting Numbers: [83, 92, 8]
Generated Node #2: [83, 92, 8] from Operation: 44-36=8
Current State: 72:[83, 92, 8], Operations: ['44-36=8']
Exploring Operation: 92-83=9, Resulting Numbers: [8, 9]
Generated Node #3: [8, 9] from Operation: ... | 4 |
[
89,
67,
12,
10
] | 23 | [
"89+67=156",
"156/12=13",
"10+13=23"
] | Current State: 23:[89, 67, 12, 10], Operations: []
Exploring Operation: 89+67=156, Resulting Numbers: [12, 10, 156]
Generated Node #2: [12, 10, 156] from Operation: 89+67=156
Current State: 23:[12, 10, 156], Operations: ['89+67=156']
Exploring Operation: 156/12=13, Resulting Numbers: [10, 13]
Generated Node #3: [10, 13... | 4 |
[
50,
92,
86,
46
] | 72 | [
"86-50=36",
"92/46=2",
"36*2=72"
] | Current State: 72:[50, 92, 86, 46], Operations: []
Exploring Operation: 86-50=36, Resulting Numbers: [92, 46, 36]
Generated Node #2: [92, 46, 36] from Operation: 86-50=36
Current State: 72:[92, 46, 36], Operations: ['86-50=36']
Exploring Operation: 92/46=2, Resulting Numbers: [36, 2]
Generated Node #3: [36, 2] from Ope... | 4 |
[
68,
9,
39,
28
] | 70 | [
"68-9=59",
"39-28=11",
"59+11=70"
] | Current State: 70:[68, 9, 39, 28], Operations: []
Exploring Operation: 68-9=59, Resulting Numbers: [39, 28, 59]
Generated Node #2: [39, 28, 59] from Operation: 68-9=59
Current State: 70:[39, 28, 59], Operations: ['68-9=59']
Exploring Operation: 39-28=11, Resulting Numbers: [59, 11]
Generated Node #3: [59, 11] from Oper... | 4 |
[
14,
17,
44,
93
] | 18 | [
"14+17=31",
"93-44=49",
"49-31=18"
] | Current State: 18:[14, 17, 44, 93], Operations: []
Exploring Operation: 14+17=31, Resulting Numbers: [44, 93, 31]
Generated Node #2: [44, 93, 31] from Operation: 14+17=31
Current State: 18:[44, 93, 31], Operations: ['14+17=31']
Exploring Operation: 93-44=49, Resulting Numbers: [31, 49]
Generated Node #3: [31, 49] from ... | 4 |
[
6,
79,
13,
2
] | 89 | [
"6/2=3",
"79+13=92",
"92-3=89"
] | Current State: 89:[6, 79, 13, 2], Operations: []
Exploring Operation: 6/2=3, Resulting Numbers: [79, 13, 3]
Generated Node #2: [79, 13, 3] from Operation: 6/2=3
Current State: 89:[79, 13, 3], Operations: ['6/2=3']
Exploring Operation: 79+13=92, Resulting Numbers: [3, 92]
Generated Node #3: [3, 92] from Operation: 79+13... | 4 |
[
32,
72,
99,
89
] | 94 | [
"32+72=104",
"99-89=10",
"104-10=94"
] | Current State: 94:[32, 72, 99, 89], Operations: []
Exploring Operation: 32+72=104, Resulting Numbers: [99, 89, 104]
Generated Node #2: [99, 89, 104] from Operation: 32+72=104
Current State: 94:[99, 89, 104], Operations: ['32+72=104']
Exploring Operation: 99-89=10, Resulting Numbers: [104, 10]
Generated Node #3: [104, 1... | 4 |
[
24,
84,
2,
16
] | 88 | [
"84-24=60",
"60-16=44",
"2*44=88"
] | Current State: 88:[24, 84, 2, 16], Operations: []
Exploring Operation: 84-24=60, Resulting Numbers: [2, 16, 60]
Generated Node #2: [2, 16, 60] from Operation: 84-24=60
Current State: 88:[2, 16, 60], Operations: ['84-24=60']
Exploring Operation: 60-16=44, Resulting Numbers: [2, 44]
Generated Node #3: [2, 44] from Operat... | 4 |
[
24,
53,
13,
79
] | 95 | [
"53-24=29",
"79-13=66",
"29+66=95"
] | Current State: 95:[24, 53, 13, 79], Operations: []
Exploring Operation: 53-24=29, Resulting Numbers: [13, 79, 29]
Generated Node #2: [13, 79, 29] from Operation: 53-24=29
Current State: 95:[13, 79, 29], Operations: ['53-24=29']
Exploring Operation: 79-13=66, Resulting Numbers: [29, 66]
Generated Node #3: [29, 66] from ... | 4 |
[
35,
86,
35,
11
] | 98 | [
"35/35=1",
"86+11=97",
"1+97=98"
] | Current State: 98:[35, 86, 35, 11], Operations: []
Exploring Operation: 35/35=1, Resulting Numbers: [86, 11, 1]
Generated Node #2: [86, 11, 1] from Operation: 35/35=1
Current State: 98:[86, 11, 1], Operations: ['35/35=1']
Exploring Operation: 86+11=97, Resulting Numbers: [1, 97]
Generated Node #3: [1, 97] from Operatio... | 4 |
[
21,
39,
41,
76
] | 63 | [
"41+76=117",
"21*117=2457",
"2457/39=63"
] | Current State: 63:[21, 39, 41, 76], Operations: []
Exploring Operation: 41+76=117, Resulting Numbers: [21, 39, 117]
Generated Node #2: [21, 39, 117] from Operation: 41+76=117
Current State: 63:[21, 39, 117], Operations: ['41+76=117']
Exploring Operation: 21*117=2457, Resulting Numbers: [39, 2457]
Generated Node #3: [39... | 4 |
[
59,
65,
3,
31
] | 87 | [
"65-59=6",
"3*31=93",
"93-6=87"
] | Current State: 87:[59, 65, 3, 31], Operations: []
Exploring Operation: 65-59=6, Resulting Numbers: [3, 31, 6]
Generated Node #2: [3, 31, 6] from Operation: 65-59=6
Current State: 87:[3, 31, 6], Operations: ['65-59=6']
Exploring Operation: 3*31=93, Resulting Numbers: [6, 93]
Generated Node #3: [6, 93] from Operation: 3*... | 4 |
[
70,
12,
56,
94
] | 28 | [
"94-70=24",
"12*56=672",
"672/24=28"
] | Current State: 28:[70, 12, 56, 94], Operations: []
Exploring Operation: 94-70=24, Resulting Numbers: [12, 56, 24]
Generated Node #2: [12, 56, 24] from Operation: 94-70=24
Current State: 28:[12, 56, 24], Operations: ['94-70=24']
Exploring Operation: 12*56=672, Resulting Numbers: [24, 672]
Generated Node #3: [24, 672] fr... | 4 |
[
81,
9,
7,
8
] | 20 | [
"81+7=88",
"88/8=11",
"9+11=20"
] | Current State: 20:[81, 9, 7, 8], Operations: []
Exploring Operation: 81+7=88, Resulting Numbers: [9, 8, 88]
Generated Node #2: [9, 8, 88] from Operation: 81+7=88
Current State: 20:[9, 8, 88], Operations: ['81+7=88']
Exploring Operation: 88/8=11, Resulting Numbers: [9, 11]
Generated Node #3: [9, 11] from Operation: 88/8... | 4 |
[
11,
13,
80,
9
] | 62 | [
"13-11=2",
"9*2=18",
"80-18=62"
] | Current State: 62:[11, 13, 80, 9], Operations: []
Exploring Operation: 13-11=2, Resulting Numbers: [80, 9, 2]
Generated Node #2: [80, 9, 2] from Operation: 13-11=2
Current State: 62:[80, 9, 2], Operations: ['13-11=2']
Exploring Operation: 9*2=18, Resulting Numbers: [80, 18]
Generated Node #3: [80, 18] from Operation: 9... | 4 |
[
67,
1,
52,
46
] | 30 | [
"67+1=68",
"52+46=98",
"98-68=30"
] | Current State: 30:[67, 1, 52, 46], Operations: []
Exploring Operation: 67+1=68, Resulting Numbers: [52, 46, 68]
Generated Node #2: [52, 46, 68] from Operation: 67+1=68
Current State: 30:[52, 46, 68], Operations: ['67+1=68']
Exploring Operation: 52+46=98, Resulting Numbers: [68, 98]
Generated Node #3: [68, 98] from Oper... | 4 |
[
55,
55,
11,
3
] | 70 | [
"55/11=5",
"3*5=15",
"55+15=70"
] | Current State: 70:[55, 55, 11, 3], Operations: []
Exploring Operation: 55/11=5, Resulting Numbers: [3, 5]
Generated Node #2: [3, 5] from Operation: 55/11=5
Current State: 70:[3, 5], Operations: ['55/11=5']
Exploring Operation: 3*5=15, Resulting Numbers: [15]
15,70 equal: Goal Reached
Exploring Operation: 55+15=70, Resu... | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.