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