nums listlengths 4 4 | target int64 10 100 | solution listlengths 3 3 | optimal_path stringlengths 282 529 | start_size int64 4 4 |
|---|---|---|---|---|
[
24,
85,
62,
51
] | 98 | [
"24+85=109",
"62-51=11",
"109-11=98"
] | Current State: 98:[24, 85, 62, 51], Operations: []
Exploring Operation: 24+85=109, Resulting Numbers: [62, 51, 109]
Generated Node #2: [62, 51, 109] from Operation: 24+85=109
Current State: 98:[62, 51, 109], Operations: ['24+85=109']
Exploring Operation: 62-51=11, Resulting Numbers: [109, 11]
Generated Node #3: [109, 1... | 4 |
[
20,
76,
26,
87
] | 17 | [
"20+76=96",
"26+87=113",
"113-96=17"
] | Current State: 17:[20, 76, 26, 87], Operations: []
Exploring Operation: 20+76=96, Resulting Numbers: [26, 87, 96]
Generated Node #2: [26, 87, 96] from Operation: 20+76=96
Current State: 17:[26, 87, 96], Operations: ['20+76=96']
Exploring Operation: 26+87=113, Resulting Numbers: [96, 113]
Generated Node #3: [96, 113] fr... | 4 |
[
13,
68,
51,
60
] | 67 | [
"68*60=4080",
"4080/51=80",
"80-13=67"
] | Current State: 67:[13, 68, 51, 60], Operations: []
Exploring Operation: 68*60=4080, Resulting Numbers: [13, 51, 4080]
Generated Node #2: [13, 51, 4080] from Operation: 68*60=4080
Current State: 67:[13, 51, 4080], Operations: ['68*60=4080']
Exploring Operation: 4080/51=80, Resulting Numbers: [13, 80]
Generated Node #3: ... | 4 |
[
26,
95,
1,
75
] | 46 | [
"26+95=121",
"1*75=75",
"121-75=46"
] | Current State: 46:[26, 95, 1, 75], Operations: []
Exploring Operation: 26+95=121, Resulting Numbers: [1, 75, 121]
Generated Node #2: [1, 75, 121] from Operation: 26+95=121
Current State: 46:[1, 75, 121], Operations: ['26+95=121']
Exploring Operation: 1*75=75, Resulting Numbers: [121, 75]
Generated Node #3: [121, 75] fr... | 4 |
[
18,
18,
27,
57
] | 69 | [
"18*18=324",
"324/27=12",
"57+12=69"
] | Current State: 69:[18, 18, 27, 57], Operations: []
Exploring Operation: 18*18=324, Resulting Numbers: [27, 57, 324]
Generated Node #2: [27, 57, 324] from Operation: 18*18=324
Current State: 69:[27, 57, 324], Operations: ['18*18=324']
Exploring Operation: 324/27=12, Resulting Numbers: [57, 12]
Generated Node #3: [57, 12... | 4 |
[
5,
36,
18,
20
] | 12 | [
"5+18=23",
"23-20=3",
"36/3=12"
] | Current State: 12:[5, 36, 18, 20], Operations: []
Exploring Operation: 5+18=23, Resulting Numbers: [36, 20, 23]
Generated Node #2: [36, 20, 23] from Operation: 5+18=23
Current State: 12:[36, 20, 23], Operations: ['5+18=23']
Exploring Operation: 23-20=3, Resulting Numbers: [36, 3]
Generated Node #3: [36, 3] from Operati... | 4 |
[
11,
34,
75,
34
] | 11 | [
"34-34=0",
"75*0=0",
"11+0=11"
] | Current State: 11:[11, 34, 75, 34], Operations: []
Exploring Operation: 34-34=0, Resulting Numbers: [11, 75, 0]
Generated Node #2: [11, 75, 0] from Operation: 34-34=0
Current State: 11:[11, 75, 0], Operations: ['34-34=0']
Exploring Operation: 75*0=0, Resulting Numbers: [11, 0]
Generated Node #3: [11, 0] from Operation:... | 4 |
[
4,
73,
38,
82
] | 33 | [
"4+73=77",
"82-38=44",
"77-44=33"
] | Current State: 33:[4, 73, 38, 82], Operations: []
Exploring Operation: 4+73=77, Resulting Numbers: [38, 82, 77]
Generated Node #2: [38, 82, 77] from Operation: 4+73=77
Current State: 33:[38, 82, 77], Operations: ['4+73=77']
Exploring Operation: 82-38=44, Resulting Numbers: [77, 44]
Generated Node #3: [77, 44] from Oper... | 4 |
[
41,
93,
80,
32
] | 100 | [
"93-41=52",
"80-32=48",
"52+48=100"
] | Current State: 100:[41, 93, 80, 32], Operations: []
Exploring Operation: 93-41=52, Resulting Numbers: [80, 32, 52]
Generated Node #2: [80, 32, 52] from Operation: 93-41=52
Current State: 100:[80, 32, 52], Operations: ['93-41=52']
Exploring Operation: 80-32=48, Resulting Numbers: [52, 48]
Generated Node #3: [52, 48] fro... | 4 |
[
58,
96,
19,
80
] | 82 | [
"96-58=38",
"38/19=2",
"80+2=82"
] | Current State: 82:[58, 96, 19, 80], Operations: []
Exploring Operation: 96-58=38, Resulting Numbers: [19, 80, 38]
Generated Node #2: [19, 80, 38] from Operation: 96-58=38
Current State: 82:[19, 80, 38], Operations: ['96-58=38']
Exploring Operation: 38/19=2, Resulting Numbers: [80, 2]
Generated Node #3: [80, 2] from Ope... | 4 |
[
41,
45,
44,
92
] | 50 | [
"41+45=86",
"44+92=136",
"136-86=50"
] | Current State: 50:[41, 45, 44, 92], Operations: []
Exploring Operation: 41+45=86, Resulting Numbers: [44, 92, 86]
Generated Node #2: [44, 92, 86] from Operation: 41+45=86
Current State: 50:[44, 92, 86], Operations: ['41+45=86']
Exploring Operation: 44+92=136, Resulting Numbers: [86, 136]
Generated Node #3: [86, 136] fr... | 4 |
[
68,
9,
89,
26
] | 14 | [
"68+9=77",
"89-26=63",
"77-63=14"
] | Current State: 14:[68, 9, 89, 26], Operations: []
Exploring Operation: 68+9=77, Resulting Numbers: [89, 26, 77]
Generated Node #2: [89, 26, 77] from Operation: 68+9=77
Current State: 14:[89, 26, 77], Operations: ['68+9=77']
Exploring Operation: 89-26=63, Resulting Numbers: [77, 63]
Generated Node #3: [77, 63] from Oper... | 4 |
[
17,
57,
7,
28
] | 61 | [
"57-17=40",
"28-7=21",
"40+21=61"
] | Current State: 61:[17, 57, 7, 28], Operations: []
Exploring Operation: 57-17=40, Resulting Numbers: [7, 28, 40]
Generated Node #2: [7, 28, 40] from Operation: 57-17=40
Current State: 61:[7, 28, 40], Operations: ['57-17=40']
Exploring Operation: 28-7=21, Resulting Numbers: [40, 21]
Generated Node #3: [40, 21] from Opera... | 4 |
[
68,
52,
5,
8
] | 41 | [
"52*5=260",
"68+260=328",
"328/8=41"
] | Current State: 41:[68, 52, 5, 8], Operations: []
Exploring Operation: 52*5=260, Resulting Numbers: [68, 8, 260]
Generated Node #2: [68, 8, 260] from Operation: 52*5=260
Current State: 41:[68, 8, 260], Operations: ['52*5=260']
Exploring Operation: 68+260=328, Resulting Numbers: [8, 328]
Generated Node #3: [8, 328] from ... | 4 |
[
75,
12,
4,
20
] | 45 | [
"75*4=300",
"300/12=25",
"20+25=45"
] | Current State: 45:[75, 12, 4, 20], Operations: []
Exploring Operation: 75*4=300, Resulting Numbers: [12, 20, 300]
Generated Node #2: [12, 20, 300] from Operation: 75*4=300
Current State: 45:[12, 20, 300], Operations: ['75*4=300']
Exploring Operation: 300/12=25, Resulting Numbers: [20, 25]
Generated Node #3: [20, 25] fr... | 4 |
[
73,
81,
3,
23
] | 47 | [
"81-73=8",
"3*8=24",
"23+24=47"
] | Current State: 47:[73, 81, 3, 23], Operations: []
Exploring Operation: 81-73=8, Resulting Numbers: [3, 23, 8]
Generated Node #2: [3, 23, 8] from Operation: 81-73=8
Current State: 47:[3, 23, 8], Operations: ['81-73=8']
Exploring Operation: 3*8=24, Resulting Numbers: [23, 24]
Generated Node #3: [23, 24] from Operation: 3... | 4 |
[
87,
99,
54,
77
] | 45 | [
"54*77=4158",
"4158/99=42",
"87-42=45"
] | Current State: 45:[87, 99, 54, 77], Operations: []
Exploring Operation: 54*77=4158, Resulting Numbers: [87, 99, 4158]
Generated Node #2: [87, 99, 4158] from Operation: 54*77=4158
Current State: 45:[87, 99, 4158], Operations: ['54*77=4158']
Exploring Operation: 4158/99=42, Resulting Numbers: [87, 42]
Generated Node #3: ... | 4 |
[
55,
56,
73,
56
] | 17 | [
"56-55=1",
"73-56=17",
"1*17=17"
] | Current State: 17:[55, 56, 73, 56], Operations: []
Exploring Operation: 56-55=1, Resulting Numbers: [73, 1]
Generated Node #2: [73, 1] from Operation: 56-55=1
Current State: 17:[73, 1], Operations: ['56-55=1']
Exploring Operation: 73-56=17, Resulting Numbers: [1, 17]
Generated Node #3: [1, 17] from Operation: 73-56=17
... | 4 |
[
11,
5,
15,
22
] | 48 | [
"11*5=55",
"22-15=7",
"55-7=48"
] | Current State: 48:[11, 5, 15, 22], Operations: []
Exploring Operation: 11*5=55, Resulting Numbers: [15, 22, 55]
Generated Node #2: [15, 22, 55] from Operation: 11*5=55
Current State: 48:[15, 22, 55], Operations: ['11*5=55']
Exploring Operation: 22-15=7, Resulting Numbers: [55, 7]
Generated Node #3: [55, 7] from Operati... | 4 |
[
63,
11,
91,
18
] | 15 | [
"91*18=1638",
"1638/63=26",
"26-11=15"
] | Current State: 15:[63, 11, 91, 18], Operations: []
Exploring Operation: 91*18=1638, Resulting Numbers: [63, 11, 1638]
Generated Node #2: [63, 11, 1638] from Operation: 91*18=1638
Current State: 15:[63, 11, 1638], Operations: ['91*18=1638']
Exploring Operation: 1638/63=26, Resulting Numbers: [11, 26]
Generated Node #3: ... | 4 |
[
82,
52,
4,
37
] | 93 | [
"82+52=134",
"4+37=41",
"134-41=93"
] | Current State: 93:[82, 52, 4, 37], Operations: []
Exploring Operation: 82+52=134, Resulting Numbers: [4, 37, 134]
Generated Node #2: [4, 37, 134] from Operation: 82+52=134
Current State: 93:[4, 37, 134], Operations: ['82+52=134']
Exploring Operation: 4+37=41, Resulting Numbers: [134, 41]
Generated Node #3: [134, 41] fr... | 4 |
[
90,
86,
3,
19
] | 65 | [
"90+86=176",
"19+176=195",
"195/3=65"
] | Current State: 65:[90, 86, 3, 19], Operations: []
Exploring Operation: 90+86=176, Resulting Numbers: [3, 19, 176]
Generated Node #2: [3, 19, 176] from Operation: 90+86=176
Current State: 65:[3, 19, 176], Operations: ['90+86=176']
Exploring Operation: 19+176=195, Resulting Numbers: [3, 195]
Generated Node #3: [3, 195] f... | 4 |
[
7,
46,
61,
74
] | 26 | [
"46-7=39",
"74-61=13",
"39-13=26"
] | Current State: 26:[7, 46, 61, 74], Operations: []
Exploring Operation: 46-7=39, Resulting Numbers: [61, 74, 39]
Generated Node #2: [61, 74, 39] from Operation: 46-7=39
Current State: 26:[61, 74, 39], Operations: ['46-7=39']
Exploring Operation: 74-61=13, Resulting Numbers: [39, 13]
Generated Node #3: [39, 13] from Oper... | 4 |
[
15,
92,
74,
60
] | 27 | [
"15+92=107",
"74+60=134",
"134-107=27"
] | Current State: 27:[15, 92, 74, 60], Operations: []
Exploring Operation: 15+92=107, Resulting Numbers: [74, 60, 107]
Generated Node #2: [74, 60, 107] from Operation: 15+92=107
Current State: 27:[74, 60, 107], Operations: ['15+92=107']
Exploring Operation: 74+60=134, Resulting Numbers: [107, 134]
Generated Node #3: [107,... | 4 |
[
52,
2,
50,
58
] | 80 | [
"52+50=102",
"58+102=160",
"160/2=80"
] | Current State: 80:[52, 2, 50, 58], Operations: []
Exploring Operation: 52+50=102, Resulting Numbers: [2, 58, 102]
Generated Node #2: [2, 58, 102] from Operation: 52+50=102
Current State: 80:[2, 58, 102], Operations: ['52+50=102']
Exploring Operation: 58+102=160, Resulting Numbers: [2, 160]
Generated Node #3: [2, 160] f... | 4 |
[
59,
61,
15,
85
] | 77 | [
"59+61=120",
"120/15=8",
"85-8=77"
] | Current State: 77:[59, 61, 15, 85], Operations: []
Exploring Operation: 59+61=120, Resulting Numbers: [15, 85, 120]
Generated Node #2: [15, 85, 120] from Operation: 59+61=120
Current State: 77:[15, 85, 120], Operations: ['59+61=120']
Exploring Operation: 120/15=8, Resulting Numbers: [85, 8]
Generated Node #3: [85, 8] f... | 4 |
[
9,
6,
11,
99
] | 75 | [
"9*99=891",
"891/11=81",
"81-6=75"
] | Current State: 75:[9, 6, 11, 99], Operations: []
Exploring Operation: 9*99=891, Resulting Numbers: [6, 11, 891]
Generated Node #2: [6, 11, 891] from Operation: 9*99=891
Current State: 75:[6, 11, 891], Operations: ['9*99=891']
Exploring Operation: 891/11=81, Resulting Numbers: [6, 81]
Generated Node #3: [6, 81] from Ope... | 4 |
[
51,
65,
80,
32
] | 98 | [
"65-51=14",
"80+32=112",
"112-14=98"
] | Current State: 98:[51, 65, 80, 32], Operations: []
Exploring Operation: 65-51=14, Resulting Numbers: [80, 32, 14]
Generated Node #2: [80, 32, 14] from Operation: 65-51=14
Current State: 98:[80, 32, 14], Operations: ['65-51=14']
Exploring Operation: 80+32=112, Resulting Numbers: [14, 112]
Generated Node #3: [14, 112] fr... | 4 |
[
82,
62,
5,
79
] | 60 | [
"82+62=144",
"5+79=84",
"144-84=60"
] | Current State: 60:[82, 62, 5, 79], Operations: []
Exploring Operation: 82+62=144, Resulting Numbers: [5, 79, 144]
Generated Node #2: [5, 79, 144] from Operation: 82+62=144
Current State: 60:[5, 79, 144], Operations: ['82+62=144']
Exploring Operation: 5+79=84, Resulting Numbers: [144, 84]
Generated Node #3: [144, 84] fr... | 4 |
[
85,
64,
54,
12
] | 45 | [
"85-64=21",
"54+12=66",
"66-21=45"
] | Current State: 45:[85, 64, 54, 12], Operations: []
Exploring Operation: 85-64=21, Resulting Numbers: [54, 12, 21]
Generated Node #2: [54, 12, 21] from Operation: 85-64=21
Current State: 45:[54, 12, 21], Operations: ['85-64=21']
Exploring Operation: 54+12=66, Resulting Numbers: [21, 66]
Generated Node #3: [21, 66] from ... | 4 |
[
53,
5,
56,
19
] | 80 | [
"56-53=3",
"19-3=16",
"5*16=80"
] | Current State: 80:[53, 5, 56, 19], Operations: []
Exploring Operation: 56-53=3, Resulting Numbers: [5, 19, 3]
Generated Node #2: [5, 19, 3] from Operation: 56-53=3
Current State: 80:[5, 19, 3], Operations: ['56-53=3']
Exploring Operation: 19-3=16, Resulting Numbers: [5, 16]
Generated Node #3: [5, 16] from Operation: 19... | 4 |
[
90,
3,
60,
9
] | 61 | [
"90-9=81",
"60/3=20",
"81-20=61"
] | Current State: 61:[90, 3, 60, 9], Operations: []
Exploring Operation: 90-9=81, Resulting Numbers: [3, 60, 81]
Generated Node #2: [3, 60, 81] from Operation: 90-9=81
Current State: 61:[3, 60, 81], Operations: ['90-9=81']
Exploring Operation: 60/3=20, Resulting Numbers: [81, 20]
Generated Node #3: [81, 20] from Operation... | 4 |
[
86,
77,
38,
63
] | 31 | [
"86-77=9",
"63/9=7",
"38-7=31"
] | Current State: 31:[86, 77, 38, 63], Operations: []
Exploring Operation: 86-77=9, Resulting Numbers: [38, 63, 9]
Generated Node #2: [38, 63, 9] from Operation: 86-77=9
Current State: 31:[38, 63, 9], Operations: ['86-77=9']
Exploring Operation: 63/9=7, Resulting Numbers: [38, 7]
Generated Node #3: [38, 7] from Operation:... | 4 |
[
37,
78,
8,
10
] | 48 | [
"78+10=88",
"88/8=11",
"37+11=48"
] | Current State: 48:[37, 78, 8, 10], Operations: []
Exploring Operation: 78+10=88, Resulting Numbers: [37, 8, 88]
Generated Node #2: [37, 8, 88] from Operation: 78+10=88
Current State: 48:[37, 8, 88], Operations: ['78+10=88']
Exploring Operation: 88/8=11, Resulting Numbers: [37, 11]
Generated Node #3: [37, 11] from Opera... | 4 |
[
10,
2,
33,
23
] | 82 | [
"10/2=5",
"23*5=115",
"115-33=82"
] | Current State: 82:[10, 2, 33, 23], Operations: []
Exploring Operation: 10/2=5, Resulting Numbers: [33, 23, 5]
Generated Node #2: [33, 23, 5] from Operation: 10/2=5
Current State: 82:[33, 23, 5], Operations: ['10/2=5']
Exploring Operation: 23*5=115, Resulting Numbers: [33, 115]
Generated Node #3: [33, 115] from Operatio... | 4 |
[
82,
9,
15,
3
] | 91 | [
"82-9=73",
"15+3=18",
"73+18=91"
] | Current State: 91:[82, 9, 15, 3], Operations: []
Exploring Operation: 82-9=73, Resulting Numbers: [15, 3, 73]
Generated Node #2: [15, 3, 73] from Operation: 82-9=73
Current State: 91:[15, 3, 73], Operations: ['82-9=73']
Exploring Operation: 15+3=18, Resulting Numbers: [73, 18]
Generated Node #3: [73, 18] from Operation... | 4 |
[
8,
68,
58,
55
] | 73 | [
"8+68=76",
"58-55=3",
"76-3=73"
] | Current State: 73:[8, 68, 58, 55], Operations: []
Exploring Operation: 8+68=76, Resulting Numbers: [58, 55, 76]
Generated Node #2: [58, 55, 76] from Operation: 8+68=76
Current State: 73:[58, 55, 76], Operations: ['8+68=76']
Exploring Operation: 58-55=3, Resulting Numbers: [76, 3]
Generated Node #3: [76, 3] from Operati... | 4 |
[
52,
25,
86,
38
] | 75 | [
"52-25=27",
"86-38=48",
"27+48=75"
] | Current State: 75:[52, 25, 86, 38], Operations: []
Exploring Operation: 52-25=27, Resulting Numbers: [86, 38, 27]
Generated Node #2: [86, 38, 27] from Operation: 52-25=27
Current State: 75:[86, 38, 27], Operations: ['52-25=27']
Exploring Operation: 86-38=48, Resulting Numbers: [27, 48]
Generated Node #3: [27, 48] from ... | 4 |
[
6,
73,
41,
81
] | 100 | [
"73+41=114",
"114/6=19",
"81+19=100"
] | Current State: 100:[6, 73, 41, 81], Operations: []
Exploring Operation: 73+41=114, Resulting Numbers: [6, 81, 114]
Generated Node #2: [6, 81, 114] from Operation: 73+41=114
Current State: 100:[6, 81, 114], Operations: ['73+41=114']
Exploring Operation: 114/6=19, Resulting Numbers: [81, 19]
Generated Node #3: [81, 19] f... | 4 |
[
59,
46,
97,
24
] | 16 | [
"59+46=105",
"97+24=121",
"121-105=16"
] | Current State: 16:[59, 46, 97, 24], Operations: []
Exploring Operation: 59+46=105, Resulting Numbers: [97, 24, 105]
Generated Node #2: [97, 24, 105] from Operation: 59+46=105
Current State: 16:[97, 24, 105], Operations: ['59+46=105']
Exploring Operation: 97+24=121, Resulting Numbers: [105, 121]
Generated Node #3: [105,... | 4 |
[
90,
65,
57,
60
] | 54 | [
"57*60=3420",
"90+3420=3510",
"3510/65=54"
] | Current State: 54:[90, 65, 57, 60], Operations: []
Exploring Operation: 57*60=3420, Resulting Numbers: [90, 65, 3420]
Generated Node #2: [90, 65, 3420] from Operation: 57*60=3420
Current State: 54:[90, 65, 3420], Operations: ['57*60=3420']
Exploring Operation: 90+3420=3510, Resulting Numbers: [65, 3510]
Generated Node ... | 4 |
[
33,
54,
51,
74
] | 77 | [
"51-33=18",
"54/18=3",
"74+3=77"
] | Current State: 77:[33, 54, 51, 74], Operations: []
Exploring Operation: 51-33=18, Resulting Numbers: [54, 74, 18]
Generated Node #2: [54, 74, 18] from Operation: 51-33=18
Current State: 77:[54, 74, 18], Operations: ['51-33=18']
Exploring Operation: 54/18=3, Resulting Numbers: [74, 3]
Generated Node #3: [74, 3] from Ope... | 4 |
[
97,
14,
16,
40
] | 55 | [
"97+14=111",
"16+40=56",
"111-56=55"
] | Current State: 55:[97, 14, 16, 40], Operations: []
Exploring Operation: 97+14=111, Resulting Numbers: [16, 40, 111]
Generated Node #2: [16, 40, 111] from Operation: 97+14=111
Current State: 55:[16, 40, 111], Operations: ['97+14=111']
Exploring Operation: 16+40=56, Resulting Numbers: [111, 56]
Generated Node #3: [111, 5... | 4 |
[
61,
45,
73,
67
] | 22 | [
"61-45=16",
"73-67=6",
"16+6=22"
] | Current State: 22:[61, 45, 73, 67], Operations: []
Exploring Operation: 61-45=16, Resulting Numbers: [73, 67, 16]
Generated Node #2: [73, 67, 16] from Operation: 61-45=16
Current State: 22:[73, 67, 16], Operations: ['61-45=16']
Exploring Operation: 73-67=6, Resulting Numbers: [16, 6]
Generated Node #3: [16, 6] from Ope... | 4 |
[
53,
67,
7,
74
] | 54 | [
"67+7=74",
"74/74=1",
"53+1=54"
] | Current State: 54:[53, 67, 7, 74], Operations: []
Exploring Operation: 67+7=74, Resulting Numbers: [53, 74, 74]
Generated Node #2: [53, 74, 74] from Operation: 67+7=74
Current State: 54:[53, 74, 74], Operations: ['67+7=74']
Exploring Operation: 74/74=1, Resulting Numbers: [53, 1]
Generated Node #3: [53, 1] from Operati... | 4 |
[
4,
8,
16,
77
] | 85 | [
"8/4=2",
"16/2=8",
"77+8=85"
] | Current State: 85:[4, 8, 16, 77], Operations: []
Exploring Operation: 8/4=2, Resulting Numbers: [16, 77, 2]
Generated Node #2: [16, 77, 2] from Operation: 8/4=2
Current State: 85:[16, 77, 2], Operations: ['8/4=2']
Exploring Operation: 16/2=8, Resulting Numbers: [77, 8]
Generated Node #3: [77, 8] from Operation: 16/2=8
... | 4 |
[
79,
80,
17,
46
] | 28 | [
"80-79=1",
"46-17=29",
"29-1=28"
] | Current State: 28:[79, 80, 17, 46], Operations: []
Exploring Operation: 80-79=1, Resulting Numbers: [17, 46, 1]
Generated Node #2: [17, 46, 1] from Operation: 80-79=1
Current State: 28:[17, 46, 1], Operations: ['80-79=1']
Exploring Operation: 46-17=29, Resulting Numbers: [1, 29]
Generated Node #3: [1, 29] from Operatio... | 4 |
[
42,
29,
95,
15
] | 93 | [
"42-29=13",
"95-15=80",
"13+80=93"
] | Current State: 93:[42, 29, 95, 15], Operations: []
Exploring Operation: 42-29=13, Resulting Numbers: [95, 15, 13]
Generated Node #2: [95, 15, 13] from Operation: 42-29=13
Current State: 93:[95, 15, 13], Operations: ['42-29=13']
Exploring Operation: 95-15=80, Resulting Numbers: [13, 80]
Generated Node #3: [13, 80] from ... | 4 |
[
53,
18,
90,
17
] | 32 | [
"90/18=5",
"17*5=85",
"85-53=32"
] | Current State: 32:[53, 18, 90, 17], Operations: []
Exploring Operation: 90/18=5, Resulting Numbers: [53, 17, 5]
Generated Node #2: [53, 17, 5] from Operation: 90/18=5
Current State: 32:[53, 17, 5], Operations: ['90/18=5']
Exploring Operation: 17*5=85, Resulting Numbers: [53, 85]
Generated Node #3: [53, 85] from Operati... | 4 |
[
89,
41,
69,
71
] | 46 | [
"89-41=48",
"71-69=2",
"48-2=46"
] | Current State: 46:[89, 41, 69, 71], Operations: []
Exploring Operation: 89-41=48, Resulting Numbers: [69, 71, 48]
Generated Node #2: [69, 71, 48] from Operation: 89-41=48
Current State: 46:[69, 71, 48], Operations: ['89-41=48']
Exploring Operation: 71-69=2, Resulting Numbers: [48, 2]
Generated Node #3: [48, 2] from Ope... | 4 |
[
98,
61,
14,
8
] | 15 | [
"98-61=37",
"14+8=22",
"37-22=15"
] | Current State: 15:[98, 61, 14, 8], Operations: []
Exploring Operation: 98-61=37, Resulting Numbers: [14, 8, 37]
Generated Node #2: [14, 8, 37] from Operation: 98-61=37
Current State: 15:[14, 8, 37], Operations: ['98-61=37']
Exploring Operation: 14+8=22, Resulting Numbers: [37, 22]
Generated Node #3: [37, 22] from Opera... | 4 |
[
78,
67,
33,
93
] | 36 | [
"93-67=26",
"78/26=3",
"33+3=36"
] | Current State: 36:[78, 67, 33, 93], Operations: []
Exploring Operation: 93-67=26, Resulting Numbers: [78, 33, 26]
Generated Node #2: [78, 33, 26] from Operation: 93-67=26
Current State: 36:[78, 33, 26], Operations: ['93-67=26']
Exploring Operation: 78/26=3, Resulting Numbers: [33, 3]
Generated Node #3: [33, 3] from Ope... | 4 |
[
2,
35,
13,
80
] | 29 | [
"80-2=78",
"78/13=6",
"35-6=29"
] | Current State: 29:[2, 35, 13, 80], Operations: []
Exploring Operation: 80-2=78, Resulting Numbers: [35, 13, 78]
Generated Node #2: [35, 13, 78] from Operation: 80-2=78
Current State: 29:[35, 13, 78], Operations: ['80-2=78']
Exploring Operation: 78/13=6, Resulting Numbers: [35, 6]
Generated Node #3: [35, 6] from Operati... | 4 |
[
34,
83,
33,
69
] | 86 | [
"33+69=102",
"102/34=3",
"83+3=86"
] | Current State: 86:[34, 83, 33, 69], Operations: []
Exploring Operation: 33+69=102, Resulting Numbers: [34, 83, 102]
Generated Node #2: [34, 83, 102] from Operation: 33+69=102
Current State: 86:[34, 83, 102], Operations: ['33+69=102']
Exploring Operation: 102/34=3, Resulting Numbers: [83, 3]
Generated Node #3: [83, 3] f... | 4 |
[
73,
63,
6,
68
] | 73 | [
"63+6=69",
"69-68=1",
"73*1=73"
] | Current State: 73:[73, 63, 6, 68], Operations: []
Exploring Operation: 63+6=69, Resulting Numbers: [73, 68, 69]
Generated Node #2: [73, 68, 69] from Operation: 63+6=69
Current State: 73:[73, 68, 69], Operations: ['63+6=69']
Exploring Operation: 69-68=1, Resulting Numbers: [73, 1]
Generated Node #3: [73, 1] from Operati... | 4 |
[
60,
52,
7,
78
] | 78 | [
"60-52=8",
"8-7=1",
"78*1=78"
] | Current State: 78:[60, 52, 7, 78], Operations: []
Exploring Operation: 60-52=8, Resulting Numbers: [7, 78, 8]
Generated Node #2: [7, 78, 8] from Operation: 60-52=8
Current State: 78:[7, 78, 8], Operations: ['60-52=8']
Exploring Operation: 8-7=1, Resulting Numbers: [78, 1]
Generated Node #3: [78, 1] from Operation: 8-7=... | 4 |
[
66,
84,
28,
2
] | 32 | [
"84-66=18",
"28/2=14",
"18+14=32"
] | Current State: 32:[66, 84, 28, 2], Operations: []
Exploring Operation: 84-66=18, Resulting Numbers: [28, 2, 18]
Generated Node #2: [28, 2, 18] from Operation: 84-66=18
Current State: 32:[28, 2, 18], Operations: ['84-66=18']
Exploring Operation: 28/2=14, Resulting Numbers: [18, 14]
Generated Node #3: [18, 14] from Opera... | 4 |
[
69,
20,
39,
37
] | 98 | [
"69-20=49",
"39-37=2",
"49*2=98"
] | Current State: 98:[69, 20, 39, 37], Operations: []
Exploring Operation: 69-20=49, Resulting Numbers: [39, 37, 49]
Generated Node #2: [39, 37, 49] from Operation: 69-20=49
Current State: 98:[39, 37, 49], Operations: ['69-20=49']
Exploring Operation: 39-37=2, Resulting Numbers: [49, 2]
Generated Node #3: [49, 2] from Ope... | 4 |
[
8,
63,
62,
23
] | 57 | [
"63-23=40",
"40/8=5",
"62-5=57"
] | Current State: 57:[8, 63, 62, 23], Operations: []
Exploring Operation: 63-23=40, Resulting Numbers: [8, 62, 40]
Generated Node #2: [8, 62, 40] from Operation: 63-23=40
Current State: 57:[8, 62, 40], Operations: ['63-23=40']
Exploring Operation: 40/8=5, Resulting Numbers: [62, 5]
Generated Node #3: [62, 5] from Operatio... | 4 |
[
19,
31,
54,
83
] | 41 | [
"31-19=12",
"83-54=29",
"12+29=41"
] | Current State: 41:[19, 31, 54, 83], Operations: []
Exploring Operation: 31-19=12, Resulting Numbers: [54, 83, 12]
Generated Node #2: [54, 83, 12] from Operation: 31-19=12
Current State: 41:[54, 83, 12], Operations: ['31-19=12']
Exploring Operation: 83-54=29, Resulting Numbers: [12, 29]
Generated Node #3: [12, 29] from ... | 4 |
[
5,
96,
38,
10
] | 86 | [
"5*96=480",
"480/10=48",
"38+48=86"
] | Current State: 86:[5, 96, 38, 10], Operations: []
Exploring Operation: 5*96=480, Resulting Numbers: [38, 10, 480]
Generated Node #2: [38, 10, 480] from Operation: 5*96=480
Current State: 86:[38, 10, 480], Operations: ['5*96=480']
Exploring Operation: 480/10=48, Resulting Numbers: [38, 48]
Generated Node #3: [38, 48] fr... | 4 |
[
43,
4,
66,
11
] | 21 | [
"66-43=23",
"4*11=44",
"44-23=21"
] | Current State: 21:[43, 4, 66, 11], Operations: []
Exploring Operation: 66-43=23, Resulting Numbers: [4, 11, 23]
Generated Node #2: [4, 11, 23] from Operation: 66-43=23
Current State: 21:[4, 11, 23], Operations: ['66-43=23']
Exploring Operation: 4*11=44, Resulting Numbers: [23, 44]
Generated Node #3: [23, 44] from Opera... | 4 |
[
2,
38,
75,
46
] | 96 | [
"75-46=29",
"2*29=58",
"38+58=96"
] | Current State: 96:[2, 38, 75, 46], Operations: []
Exploring Operation: 75-46=29, Resulting Numbers: [2, 38, 29]
Generated Node #2: [2, 38, 29] from Operation: 75-46=29
Current State: 96:[2, 38, 29], Operations: ['75-46=29']
Exploring Operation: 2*29=58, Resulting Numbers: [38, 58]
Generated Node #3: [38, 58] from Opera... | 4 |
[
63,
64,
36,
66
] | 25 | [
"63+64=127",
"36+66=102",
"127-102=25"
] | Current State: 25:[63, 64, 36, 66], Operations: []
Exploring Operation: 63+64=127, Resulting Numbers: [36, 66, 127]
Generated Node #2: [36, 66, 127] from Operation: 63+64=127
Current State: 25:[36, 66, 127], Operations: ['63+64=127']
Exploring Operation: 36+66=102, Resulting Numbers: [127, 102]
Generated Node #3: [127,... | 4 |
[
46,
2,
51,
76
] | 66 | [
"51-46=5",
"2*5=10",
"76-10=66"
] | Current State: 66:[46, 2, 51, 76], Operations: []
Exploring Operation: 51-46=5, Resulting Numbers: [2, 76, 5]
Generated Node #2: [2, 76, 5] from Operation: 51-46=5
Current State: 66:[2, 76, 5], Operations: ['51-46=5']
Exploring Operation: 2*5=10, Resulting Numbers: [76, 10]
Generated Node #3: [76, 10] from Operation: 2... | 4 |
[
79,
58,
65,
95
] | 51 | [
"79-58=21",
"95-65=30",
"21+30=51"
] | Current State: 51:[79, 58, 65, 95], Operations: []
Exploring Operation: 79-58=21, Resulting Numbers: [65, 95, 21]
Generated Node #2: [65, 95, 21] from Operation: 79-58=21
Current State: 51:[65, 95, 21], Operations: ['79-58=21']
Exploring Operation: 95-65=30, Resulting Numbers: [21, 30]
Generated Node #3: [21, 30] from ... | 4 |
[
61,
1,
74,
66
] | 69 | [
"61*1=61",
"74-66=8",
"61+8=69"
] | Current State: 69:[61, 1, 74, 66], Operations: []
Exploring Operation: 61*1=61, Resulting Numbers: [74, 66, 61]
Generated Node #2: [74, 66, 61] from Operation: 61*1=61
Current State: 69:[74, 66, 61], Operations: ['61*1=61']
Exploring Operation: 74-66=8, Resulting Numbers: [61, 8]
Generated Node #3: [61, 8] from Operati... | 4 |
[
95,
73,
11,
49
] | 47 | [
"95-73=22",
"22/11=2",
"49-2=47"
] | Current State: 47:[95, 73, 11, 49], Operations: []
Exploring Operation: 95-73=22, Resulting Numbers: [11, 49, 22]
Generated Node #2: [11, 49, 22] from Operation: 95-73=22
Current State: 47:[11, 49, 22], Operations: ['95-73=22']
Exploring Operation: 22/11=2, Resulting Numbers: [49, 2]
Generated Node #3: [49, 2] from Ope... | 4 |
[
7,
83,
27,
2
] | 86 | [
"7+2=9",
"27/9=3",
"83+3=86"
] | Current State: 86:[7, 83, 27, 2], Operations: []
Exploring Operation: 7+2=9, Resulting Numbers: [83, 27, 9]
Generated Node #2: [83, 27, 9] from Operation: 7+2=9
Current State: 86:[83, 27, 9], Operations: ['7+2=9']
Exploring Operation: 27/9=3, Resulting Numbers: [83, 3]
Generated Node #3: [83, 3] from Operation: 27/9=3
... | 4 |
[
36,
45,
17,
31
] | 67 | [
"36+45=81",
"31-17=14",
"81-14=67"
] | Current State: 67:[36, 45, 17, 31], Operations: []
Exploring Operation: 36+45=81, Resulting Numbers: [17, 31, 81]
Generated Node #2: [17, 31, 81] from Operation: 36+45=81
Current State: 67:[17, 31, 81], Operations: ['36+45=81']
Exploring Operation: 31-17=14, Resulting Numbers: [81, 14]
Generated Node #3: [81, 14] from ... | 4 |
[
22,
65,
81,
58
] | 20 | [
"65-22=43",
"81-58=23",
"43-23=20"
] | Current State: 20:[22, 65, 81, 58], Operations: []
Exploring Operation: 65-22=43, Resulting Numbers: [81, 58, 43]
Generated Node #2: [81, 58, 43] from Operation: 65-22=43
Current State: 20:[81, 58, 43], Operations: ['65-22=43']
Exploring Operation: 81-58=23, Resulting Numbers: [43, 23]
Generated Node #3: [43, 23] from ... | 4 |
[
50,
90,
18,
99
] | 37 | [
"50*99=4950",
"4950/90=55",
"55-18=37"
] | Current State: 37:[50, 90, 18, 99], Operations: []
Exploring Operation: 50*99=4950, Resulting Numbers: [90, 18, 4950]
Generated Node #2: [90, 18, 4950] from Operation: 50*99=4950
Current State: 37:[90, 18, 4950], Operations: ['50*99=4950']
Exploring Operation: 4950/90=55, Resulting Numbers: [18, 55]
Generated Node #3: ... | 4 |
[
9,
94,
87,
89
] | 42 | [
"94-89=5",
"9*5=45",
"87-45=42"
] | Current State: 42:[9, 94, 87, 89], Operations: []
Exploring Operation: 94-89=5, Resulting Numbers: [9, 87, 5]
Generated Node #2: [9, 87, 5] from Operation: 94-89=5
Current State: 42:[9, 87, 5], Operations: ['94-89=5']
Exploring Operation: 9*5=45, Resulting Numbers: [87, 45]
Generated Node #3: [87, 45] from Operation: 9... | 4 |
[
9,
89,
33,
70
] | 43 | [
"89-9=80",
"70-33=37",
"80-37=43"
] | Current State: 43:[9, 89, 33, 70], Operations: []
Exploring Operation: 89-9=80, Resulting Numbers: [33, 70, 80]
Generated Node #2: [33, 70, 80] from Operation: 89-9=80
Current State: 43:[33, 70, 80], Operations: ['89-9=80']
Exploring Operation: 70-33=37, Resulting Numbers: [80, 37]
Generated Node #3: [80, 37] from Oper... | 4 |
[
61,
48,
63,
69
] | 57 | [
"69-61=8",
"48/8=6",
"63-6=57"
] | Current State: 57:[61, 48, 63, 69], Operations: []
Exploring Operation: 69-61=8, Resulting Numbers: [48, 63, 8]
Generated Node #2: [48, 63, 8] from Operation: 69-61=8
Current State: 57:[48, 63, 8], Operations: ['69-61=8']
Exploring Operation: 48/8=6, Resulting Numbers: [63, 6]
Generated Node #3: [63, 6] from Operation:... | 4 |
[
18,
25,
76,
28
] | 41 | [
"25-18=7",
"76-28=48",
"48-7=41"
] | Current State: 41:[18, 25, 76, 28], Operations: []
Exploring Operation: 25-18=7, Resulting Numbers: [76, 28, 7]
Generated Node #2: [76, 28, 7] from Operation: 25-18=7
Current State: 41:[76, 28, 7], Operations: ['25-18=7']
Exploring Operation: 76-28=48, Resulting Numbers: [7, 48]
Generated Node #3: [7, 48] from Operatio... | 4 |
[
75,
36,
81,
3
] | 20 | [
"75/3=25",
"81-36=45",
"45-25=20"
] | Current State: 20:[75, 36, 81, 3], Operations: []
Exploring Operation: 75/3=25, Resulting Numbers: [36, 81, 25]
Generated Node #2: [36, 81, 25] from Operation: 75/3=25
Current State: 20:[36, 81, 25], Operations: ['75/3=25']
Exploring Operation: 81-36=45, Resulting Numbers: [25, 45]
Generated Node #3: [25, 45] from Oper... | 4 |
[
59,
5,
80,
96
] | 65 | [
"80/5=16",
"96/16=6",
"59+6=65"
] | Current State: 65:[59, 5, 80, 96], Operations: []
Exploring Operation: 80/5=16, Resulting Numbers: [59, 96, 16]
Generated Node #2: [59, 96, 16] from Operation: 80/5=16
Current State: 65:[59, 96, 16], Operations: ['80/5=16']
Exploring Operation: 96/16=6, Resulting Numbers: [59, 6]
Generated Node #3: [59, 6] from Operati... | 4 |
[
52,
82,
10,
1
] | 40 | [
"82-52=30",
"10*1=10",
"30+10=40"
] | Current State: 40:[52, 82, 10, 1], Operations: []
Exploring Operation: 82-52=30, Resulting Numbers: [10, 1, 30]
Generated Node #2: [10, 1, 30] from Operation: 82-52=30
Current State: 40:[10, 1, 30], Operations: ['82-52=30']
Exploring Operation: 10*1=10, Resulting Numbers: [30, 10]
Generated Node #3: [30, 10] from Opera... | 4 |
[
62,
39,
17,
11
] | 51 | [
"62-39=23",
"17+11=28",
"23+28=51"
] | Current State: 51:[62, 39, 17, 11], Operations: []
Exploring Operation: 62-39=23, Resulting Numbers: [17, 11, 23]
Generated Node #2: [17, 11, 23] from Operation: 62-39=23
Current State: 51:[17, 11, 23], Operations: ['62-39=23']
Exploring Operation: 17+11=28, Resulting Numbers: [23, 28]
Generated Node #3: [23, 28] from ... | 4 |
[
24,
42,
49,
2
] | 16 | [
"24+42=66",
"66/2=33",
"49-33=16"
] | Current State: 16:[24, 42, 49, 2], Operations: []
Exploring Operation: 24+42=66, Resulting Numbers: [49, 2, 66]
Generated Node #2: [49, 2, 66] from Operation: 24+42=66
Current State: 16:[49, 2, 66], Operations: ['24+42=66']
Exploring Operation: 66/2=33, Resulting Numbers: [49, 33]
Generated Node #3: [49, 33] from Opera... | 4 |
[
10,
85,
7,
62
] | 31 | [
"85+62=147",
"147/7=21",
"10+21=31"
] | Current State: 31:[10, 85, 7, 62], Operations: []
Exploring Operation: 85+62=147, Resulting Numbers: [10, 7, 147]
Generated Node #2: [10, 7, 147] from Operation: 85+62=147
Current State: 31:[10, 7, 147], Operations: ['85+62=147']
Exploring Operation: 147/7=21, Resulting Numbers: [10, 21]
Generated Node #3: [10, 21] fro... | 4 |
[
70,
19,
50,
13
] | 88 | [
"70-19=51",
"50-13=37",
"51+37=88"
] | Current State: 88:[70, 19, 50, 13], Operations: []
Exploring Operation: 70-19=51, Resulting Numbers: [50, 13, 51]
Generated Node #2: [50, 13, 51] from Operation: 70-19=51
Current State: 88:[50, 13, 51], Operations: ['70-19=51']
Exploring Operation: 50-13=37, Resulting Numbers: [51, 37]
Generated Node #3: [51, 37] from ... | 4 |
[
33,
14,
60,
2
] | 98 | [
"33-14=19",
"2*19=38",
"60+38=98"
] | Current State: 98:[33, 14, 60, 2], Operations: []
Exploring Operation: 33-14=19, Resulting Numbers: [60, 2, 19]
Generated Node #2: [60, 2, 19] from Operation: 33-14=19
Current State: 98:[60, 2, 19], Operations: ['33-14=19']
Exploring Operation: 2*19=38, Resulting Numbers: [60, 38]
Generated Node #3: [60, 38] from Opera... | 4 |
[
42,
12,
62,
21
] | 76 | [
"42/21=2",
"12+62=74",
"2+74=76"
] | Current State: 76:[42, 12, 62, 21], Operations: []
Exploring Operation: 42/21=2, Resulting Numbers: [12, 62, 2]
Generated Node #2: [12, 62, 2] from Operation: 42/21=2
Current State: 76:[12, 62, 2], Operations: ['42/21=2']
Exploring Operation: 12+62=74, Resulting Numbers: [2, 74]
Generated Node #3: [2, 74] from Operatio... | 4 |
[
4,
40,
4,
1
] | 55 | [
"4*4=16",
"40-1=39",
"16+39=55"
] | Current State: 55:[4, 40, 4, 1], Operations: []
Exploring Operation: 4*4=16, Resulting Numbers: [40, 1, 16]
Generated Node #2: [40, 1, 16] from Operation: 4*4=16
Current State: 55:[40, 1, 16], Operations: ['4*4=16']
Exploring Operation: 40-1=39, Resulting Numbers: [16, 39]
Generated Node #3: [16, 39] from Operation: 40... | 4 |
[
34,
57,
62,
41
] | 44 | [
"57-34=23",
"62-41=21",
"23+21=44"
] | Current State: 44:[34, 57, 62, 41], Operations: []
Exploring Operation: 57-34=23, Resulting Numbers: [62, 41, 23]
Generated Node #2: [62, 41, 23] from Operation: 57-34=23
Current State: 44:[62, 41, 23], Operations: ['57-34=23']
Exploring Operation: 62-41=21, Resulting Numbers: [23, 21]
Generated Node #3: [23, 21] from ... | 4 |
[
83,
72,
79,
8
] | 36 | [
"83-79=4",
"72/8=9",
"4*9=36"
] | Current State: 36:[83, 72, 79, 8], Operations: []
Exploring Operation: 83-79=4, Resulting Numbers: [72, 8, 4]
Generated Node #2: [72, 8, 4] from Operation: 83-79=4
Current State: 36:[72, 8, 4], Operations: ['83-79=4']
Exploring Operation: 72/8=9, Resulting Numbers: [4, 9]
Generated Node #3: [4, 9] from Operation: 72/8=... | 4 |
[
62,
85,
17,
10
] | 60 | [
"85-62=23",
"23-17=6",
"10*6=60"
] | Current State: 60:[62, 85, 17, 10], Operations: []
Exploring Operation: 85-62=23, Resulting Numbers: [17, 10, 23]
Generated Node #2: [17, 10, 23] from Operation: 85-62=23
Current State: 60:[17, 10, 23], Operations: ['85-62=23']
Exploring Operation: 23-17=6, Resulting Numbers: [10, 6]
Generated Node #3: [10, 6] from Ope... | 4 |
[
20,
84,
14,
90
] | 12 | [
"84-20=64",
"90-14=76",
"76-64=12"
] | Current State: 12:[20, 84, 14, 90], Operations: []
Exploring Operation: 84-20=64, Resulting Numbers: [14, 90, 64]
Generated Node #2: [14, 90, 64] from Operation: 84-20=64
Current State: 12:[14, 90, 64], Operations: ['84-20=64']
Exploring Operation: 90-14=76, Resulting Numbers: [64, 76]
Generated Node #3: [64, 76] from ... | 4 |
[
62,
89,
31,
5
] | 47 | [
"62/31=2",
"89+5=94",
"94/2=47"
] | Current State: 47:[62, 89, 31, 5], Operations: []
Exploring Operation: 62/31=2, Resulting Numbers: [89, 5, 2]
Generated Node #2: [89, 5, 2] from Operation: 62/31=2
Current State: 47:[89, 5, 2], Operations: ['62/31=2']
Exploring Operation: 89+5=94, Resulting Numbers: [2, 94]
Generated Node #3: [2, 94] from Operation: 89... | 4 |
[
9,
9,
39,
4
] | 42 | [
"9/9=1",
"39+4=43",
"43-1=42"
] | Current State: 42:[9, 9, 39, 4], Operations: []
Exploring Operation: 9/9=1, Resulting Numbers: [39, 4, 1]
Generated Node #2: [39, 4, 1] from Operation: 9/9=1
Current State: 42:[39, 4, 1], Operations: ['9/9=1']
Exploring Operation: 39+4=43, Resulting Numbers: [1, 43]
Generated Node #3: [1, 43] from Operation: 39+4=43
Cu... | 4 |
[
77,
63,
13,
98
] | 97 | [
"77-63=14",
"13+98=111",
"111-14=97"
] | Current State: 97:[77, 63, 13, 98], Operations: []
Exploring Operation: 77-63=14, Resulting Numbers: [13, 98, 14]
Generated Node #2: [13, 98, 14] from Operation: 77-63=14
Current State: 97:[13, 98, 14], Operations: ['77-63=14']
Exploring Operation: 13+98=111, Resulting Numbers: [14, 111]
Generated Node #3: [14, 111] fr... | 4 |
[
35,
33,
9,
15
] | 56 | [
"33-9=24",
"35*24=840",
"840/15=56"
] | Current State: 56:[35, 33, 9, 15], Operations: []
Exploring Operation: 33-9=24, Resulting Numbers: [35, 15, 24]
Generated Node #2: [35, 15, 24] from Operation: 33-9=24
Current State: 56:[35, 15, 24], Operations: ['33-9=24']
Exploring Operation: 35*24=840, Resulting Numbers: [15, 840]
Generated Node #3: [15, 840] from O... | 4 |
[
85,
57,
3,
92
] | 51 | [
"85*57=4845",
"3+92=95",
"4845/95=51"
] | Current State: 51:[85, 57, 3, 92], Operations: []
Exploring Operation: 85*57=4845, Resulting Numbers: [3, 92, 4845]
Generated Node #2: [3, 92, 4845] from Operation: 85*57=4845
Current State: 51:[3, 92, 4845], Operations: ['85*57=4845']
Exploring Operation: 3+92=95, Resulting Numbers: [4845, 95]
Generated Node #3: [4845... | 4 |
[
62,
67,
30,
52
] | 98 | [
"67-62=5",
"30*5=150",
"150-52=98"
] | Current State: 98:[62, 67, 30, 52], Operations: []
Exploring Operation: 67-62=5, Resulting Numbers: [30, 52, 5]
Generated Node #2: [30, 52, 5] from Operation: 67-62=5
Current State: 98:[30, 52, 5], Operations: ['67-62=5']
Exploring Operation: 30*5=150, Resulting Numbers: [52, 150]
Generated Node #3: [52, 150] from Oper... | 4 |
[
78,
12,
85,
93
] | 18 | [
"93-85=8",
"12*8=96",
"96-78=18"
] | Current State: 18:[78, 12, 85, 93], Operations: []
Exploring Operation: 93-85=8, Resulting Numbers: [78, 12, 8]
Generated Node #2: [78, 12, 8] from Operation: 93-85=8
Current State: 18:[78, 12, 8], Operations: ['93-85=8']
Exploring Operation: 12*8=96, Resulting Numbers: [78, 96]
Generated Node #3: [78, 96] from Operati... | 4 |
[
36,
81,
77,
37
] | 90 | [
"77-37=40",
"81*40=3240",
"3240/36=90"
] | Current State: 90:[36, 81, 77, 37], Operations: []
Exploring Operation: 77-37=40, Resulting Numbers: [36, 81, 40]
Generated Node #2: [36, 81, 40] from Operation: 77-37=40
Current State: 90:[36, 81, 40], Operations: ['77-37=40']
Exploring Operation: 81*40=3240, Resulting Numbers: [36, 3240]
Generated Node #3: [36, 3240]... | 4 |
[
80,
50,
54,
74
] | 10 | [
"80-50=30",
"74-54=20",
"30-20=10"
] | Current State: 10:[80, 50, 54, 74], Operations: []
Exploring Operation: 80-50=30, Resulting Numbers: [54, 74, 30]
Generated Node #2: [54, 74, 30] from Operation: 80-50=30
Current State: 10:[54, 74, 30], Operations: ['80-50=30']
Exploring Operation: 74-54=20, Resulting Numbers: [30, 20]
Generated Node #3: [30, 20] from ... | 4 |
[
86,
66,
13,
66
] | 33 | [
"86-66=20",
"66-13=53",
"53-20=33"
] | Current State: 33:[86, 66, 13, 66], Operations: []
Exploring Operation: 86-66=20, Resulting Numbers: [13, 20]
Generated Node #2: [13, 20] from Operation: 86-66=20
Current State: 33:[13, 20], Operations: ['86-66=20']
Exploring Operation: 66-13=53, Resulting Numbers: [20, 53]
Generated Node #3: [20, 53] from Operation: 6... | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.