nums listlengths 4 4 | target int64 10 100 | solution listlengths 3 3 | optimal_path stringlengths 282 529 | start_size int64 4 4 |
|---|---|---|---|---|
[
10,
14,
24,
44
] | 44 | [
"10+14=24",
"24+44=68",
"68-24=44"
] | Current State: 44:[10, 14, 24, 44], Operations: []
Exploring Operation: 10+14=24, Resulting Numbers: [24, 44, 24]
Generated Node #2: [24, 44, 24] from Operation: 10+14=24
Current State: 44:[24, 44, 24], Operations: ['10+14=24']
Exploring Operation: 24+44=68, Resulting Numbers: [68]
68,44 equal: Goal Reached
Exploring O... | 4 |
[
7,
3,
58,
20
] | 19 | [
"20-7=13",
"3*13=39",
"58-39=19"
] | Current State: 19:[7, 3, 58, 20], Operations: []
Exploring Operation: 20-7=13, Resulting Numbers: [3, 58, 13]
Generated Node #2: [3, 58, 13] from Operation: 20-7=13
Current State: 19:[3, 58, 13], Operations: ['20-7=13']
Exploring Operation: 3*13=39, Resulting Numbers: [58, 39]
Generated Node #3: [58, 39] from Operation... | 4 |
[
88,
55,
23,
33
] | 22 | [
"88-55=33",
"33/33=1",
"23-1=22"
] | Current State: 22:[88, 55, 23, 33], Operations: []
Exploring Operation: 88-55=33, Resulting Numbers: [23, 33, 33]
Generated Node #2: [23, 33, 33] from Operation: 88-55=33
Current State: 22:[23, 33, 33], Operations: ['88-55=33']
Exploring Operation: 33/33=1, Resulting Numbers: [23, 1]
Generated Node #3: [23, 1] from Ope... | 4 |
[
43,
10,
46,
64
] | 57 | [
"43+10=53",
"46+64=110",
"110-53=57"
] | Current State: 57:[43, 10, 46, 64], Operations: []
Exploring Operation: 43+10=53, Resulting Numbers: [46, 64, 53]
Generated Node #2: [46, 64, 53] from Operation: 43+10=53
Current State: 57:[46, 64, 53], Operations: ['43+10=53']
Exploring Operation: 46+64=110, Resulting Numbers: [53, 110]
Generated Node #3: [53, 110] fr... | 4 |
[
33,
1,
24,
14
] | 22 | [
"33-1=32",
"24-14=10",
"32-10=22"
] | Current State: 22:[33, 1, 24, 14], Operations: []
Exploring Operation: 33-1=32, Resulting Numbers: [24, 14, 32]
Generated Node #2: [24, 14, 32] from Operation: 33-1=32
Current State: 22:[24, 14, 32], Operations: ['33-1=32']
Exploring Operation: 24-14=10, Resulting Numbers: [32, 10]
Generated Node #3: [32, 10] from Oper... | 4 |
[
85,
32,
28,
4
] | 84 | [
"32-28=4",
"4/4=1",
"85-1=84"
] | Current State: 84:[85, 32, 28, 4], Operations: []
Exploring Operation: 32-28=4, Resulting Numbers: [85, 4, 4]
Generated Node #2: [85, 4, 4] from Operation: 32-28=4
Current State: 84:[85, 4, 4], Operations: ['32-28=4']
Exploring Operation: 4/4=1, Resulting Numbers: [85, 1]
Generated Node #3: [85, 1] from Operation: 4/4=... | 4 |
[
24,
53,
72,
7
] | 36 | [
"53-24=29",
"72-7=65",
"65-29=36"
] | Current State: 36:[24, 53, 72, 7], Operations: []
Exploring Operation: 53-24=29, Resulting Numbers: [72, 7, 29]
Generated Node #2: [72, 7, 29] from Operation: 53-24=29
Current State: 36:[72, 7, 29], Operations: ['53-24=29']
Exploring Operation: 72-7=65, Resulting Numbers: [29, 65]
Generated Node #3: [29, 65] from Opera... | 4 |
[
52,
17,
98,
52
] | 23 | [
"52+17=69",
"98-52=46",
"69-46=23"
] | Current State: 23:[52, 17, 98, 52], Operations: []
Exploring Operation: 52+17=69, Resulting Numbers: [98, 69]
Generated Node #2: [98, 69] from Operation: 52+17=69
Current State: 23:[98, 69], Operations: ['52+17=69']
Exploring Operation: 98-52=46, Resulting Numbers: [69, 46]
Generated Node #3: [69, 46] from Operation: 9... | 4 |
[
65,
38,
38,
73
] | 62 | [
"65-38=27",
"73-38=35",
"27+35=62"
] | Current State: 62:[65, 38, 38, 73], Operations: []
Exploring Operation: 65-38=27, Resulting Numbers: [73, 27]
Generated Node #2: [73, 27] from Operation: 65-38=27
Current State: 62:[73, 27], Operations: ['65-38=27']
Exploring Operation: 73-38=35, Resulting Numbers: [27, 35]
Generated Node #3: [27, 35] from Operation: 7... | 4 |
[
94,
87,
96,
37
] | 62 | [
"96-94=2",
"87+37=124",
"124/2=62"
] | Current State: 62:[94, 87, 96, 37], Operations: []
Exploring Operation: 96-94=2, Resulting Numbers: [87, 37, 2]
Generated Node #2: [87, 37, 2] from Operation: 96-94=2
Current State: 62:[87, 37, 2], Operations: ['96-94=2']
Exploring Operation: 87+37=124, Resulting Numbers: [2, 124]
Generated Node #3: [2, 124] from Opera... | 4 |
[
61,
13,
20,
37
] | 21 | [
"13*37=481",
"481-61=420",
"420/20=21"
] | Current State: 21:[61, 13, 20, 37], Operations: []
Exploring Operation: 13*37=481, Resulting Numbers: [61, 20, 481]
Generated Node #2: [61, 20, 481] from Operation: 13*37=481
Current State: 21:[61, 20, 481], Operations: ['13*37=481']
Exploring Operation: 481-61=420, Resulting Numbers: [20, 420]
Generated Node #3: [20, ... | 4 |
[
7,
68,
4,
77
] | 38 | [
"7+68=75",
"77+75=152",
"152/4=38"
] | Current State: 38:[7, 68, 4, 77], Operations: []
Exploring Operation: 7+68=75, Resulting Numbers: [4, 77, 75]
Generated Node #2: [4, 77, 75] from Operation: 7+68=75
Current State: 38:[4, 77, 75], Operations: ['7+68=75']
Exploring Operation: 77+75=152, Resulting Numbers: [4, 152]
Generated Node #3: [4, 152] from Operati... | 4 |
[
33,
15,
35,
29
] | 57 | [
"35-29=6",
"15*6=90",
"90-33=57"
] | Current State: 57:[33, 15, 35, 29], Operations: []
Exploring Operation: 35-29=6, Resulting Numbers: [33, 15, 6]
Generated Node #2: [33, 15, 6] from Operation: 35-29=6
Current State: 57:[33, 15, 6], Operations: ['35-29=6']
Exploring Operation: 15*6=90, Resulting Numbers: [33, 90]
Generated Node #3: [33, 90] from Operati... | 4 |
[
94,
3,
29,
14
] | 21 | [
"94+14=108",
"3*29=87",
"108-87=21"
] | Current State: 21:[94, 3, 29, 14], Operations: []
Exploring Operation: 94+14=108, Resulting Numbers: [3, 29, 108]
Generated Node #2: [3, 29, 108] from Operation: 94+14=108
Current State: 21:[3, 29, 108], Operations: ['94+14=108']
Exploring Operation: 3*29=87, Resulting Numbers: [108, 87]
Generated Node #3: [108, 87] fr... | 4 |
[
6,
27,
92,
90
] | 39 | [
"92-90=2",
"6*2=12",
"27+12=39"
] | Current State: 39:[6, 27, 92, 90], Operations: []
Exploring Operation: 92-90=2, Resulting Numbers: [6, 27, 2]
Generated Node #2: [6, 27, 2] from Operation: 92-90=2
Current State: 39:[6, 27, 2], Operations: ['92-90=2']
Exploring Operation: 6*2=12, Resulting Numbers: [27, 12]
Generated Node #3: [27, 12] from Operation: 6... | 4 |
[
80,
61,
32,
34
] | 85 | [
"80-61=19",
"32+34=66",
"19+66=85"
] | Current State: 85:[80, 61, 32, 34], Operations: []
Exploring Operation: 80-61=19, Resulting Numbers: [32, 34, 19]
Generated Node #2: [32, 34, 19] from Operation: 80-61=19
Current State: 85:[32, 34, 19], Operations: ['80-61=19']
Exploring Operation: 32+34=66, Resulting Numbers: [19, 66]
Generated Node #3: [19, 66] from ... | 4 |
[
33,
52,
45,
39
] | 27 | [
"52*45=2340",
"2340/39=60",
"60-33=27"
] | Current State: 27:[33, 52, 45, 39], Operations: []
Exploring Operation: 52*45=2340, Resulting Numbers: [33, 39, 2340]
Generated Node #2: [33, 39, 2340] from Operation: 52*45=2340
Current State: 27:[33, 39, 2340], Operations: ['52*45=2340']
Exploring Operation: 2340/39=60, Resulting Numbers: [33, 60]
Generated Node #3: ... | 4 |
[
49,
84,
76,
1
] | 56 | [
"49+84=133",
"76+1=77",
"133-77=56"
] | Current State: 56:[49, 84, 76, 1], Operations: []
Exploring Operation: 49+84=133, Resulting Numbers: [76, 1, 133]
Generated Node #2: [76, 1, 133] from Operation: 49+84=133
Current State: 56:[76, 1, 133], Operations: ['49+84=133']
Exploring Operation: 76+1=77, Resulting Numbers: [133, 77]
Generated Node #3: [133, 77] fr... | 4 |
[
25,
49,
10,
28
] | 19 | [
"28-25=3",
"10*3=30",
"49-30=19"
] | Current State: 19:[25, 49, 10, 28], Operations: []
Exploring Operation: 28-25=3, Resulting Numbers: [49, 10, 3]
Generated Node #2: [49, 10, 3] from Operation: 28-25=3
Current State: 19:[49, 10, 3], Operations: ['28-25=3']
Exploring Operation: 10*3=30, Resulting Numbers: [49, 30]
Generated Node #3: [49, 30] from Operati... | 4 |
[
5,
44,
29,
41
] | 31 | [
"44-5=39",
"29+41=70",
"70-39=31"
] | Current State: 31:[5, 44, 29, 41], Operations: []
Exploring Operation: 44-5=39, Resulting Numbers: [29, 41, 39]
Generated Node #2: [29, 41, 39] from Operation: 44-5=39
Current State: 31:[29, 41, 39], Operations: ['44-5=39']
Exploring Operation: 29+41=70, Resulting Numbers: [39, 70]
Generated Node #3: [39, 70] from Oper... | 4 |
[
51,
8,
25,
6
] | 93 | [
"51*8=408",
"408/6=68",
"25+68=93"
] | Current State: 93:[51, 8, 25, 6], Operations: []
Exploring Operation: 51*8=408, Resulting Numbers: [25, 6, 408]
Generated Node #2: [25, 6, 408] from Operation: 51*8=408
Current State: 93:[25, 6, 408], Operations: ['51*8=408']
Exploring Operation: 408/6=68, Resulting Numbers: [25, 68]
Generated Node #3: [25, 68] from Op... | 4 |
[
83,
80,
43,
60
] | 23 | [
"83-80=3",
"60/3=20",
"43-20=23"
] | Current State: 23:[83, 80, 43, 60], Operations: []
Exploring Operation: 83-80=3, Resulting Numbers: [43, 60, 3]
Generated Node #2: [43, 60, 3] from Operation: 83-80=3
Current State: 23:[43, 60, 3], Operations: ['83-80=3']
Exploring Operation: 60/3=20, Resulting Numbers: [43, 20]
Generated Node #3: [43, 20] from Operati... | 4 |
[
52,
18,
31,
14
] | 51 | [
"52-18=34",
"31-14=17",
"34+17=51"
] | Current State: 51:[52, 18, 31, 14], Operations: []
Exploring Operation: 52-18=34, Resulting Numbers: [31, 14, 34]
Generated Node #2: [31, 14, 34] from Operation: 52-18=34
Current State: 51:[31, 14, 34], Operations: ['52-18=34']
Exploring Operation: 31-14=17, Resulting Numbers: [34, 17]
Generated Node #3: [34, 17] from ... | 4 |
[
39,
47,
30,
57
] | 88 | [
"47*57=2679",
"2679-39=2640",
"2640/30=88"
] | Current State: 88:[39, 47, 30, 57], Operations: []
Exploring Operation: 47*57=2679, Resulting Numbers: [39, 30, 2679]
Generated Node #2: [39, 30, 2679] from Operation: 47*57=2679
Current State: 88:[39, 30, 2679], Operations: ['47*57=2679']
Exploring Operation: 2679-39=2640, Resulting Numbers: [30, 2640]
Generated Node ... | 4 |
[
34,
50,
23,
47
] | 79 | [
"50-47=3",
"34*3=102",
"102-23=79"
] | Current State: 79:[34, 50, 23, 47], Operations: []
Exploring Operation: 50-47=3, Resulting Numbers: [34, 23, 3]
Generated Node #2: [34, 23, 3] from Operation: 50-47=3
Current State: 79:[34, 23, 3], Operations: ['50-47=3']
Exploring Operation: 34*3=102, Resulting Numbers: [23, 102]
Generated Node #3: [23, 102] from Oper... | 4 |
[
47,
4,
53,
8
] | 25 | [
"47+53=100",
"8-4=4",
"100/4=25"
] | Current State: 25:[47, 4, 53, 8], Operations: []
Exploring Operation: 47+53=100, Resulting Numbers: [4, 8, 100]
Generated Node #2: [4, 8, 100] from Operation: 47+53=100
Current State: 25:[4, 8, 100], Operations: ['47+53=100']
Exploring Operation: 8-4=4, Resulting Numbers: [100, 4]
Generated Node #3: [100, 4] from Opera... | 4 |
[
42,
23,
74,
60
] | 79 | [
"42+23=65",
"74-60=14",
"65+14=79"
] | Current State: 79:[42, 23, 74, 60], Operations: []
Exploring Operation: 42+23=65, Resulting Numbers: [74, 60, 65]
Generated Node #2: [74, 60, 65] from Operation: 42+23=65
Current State: 79:[74, 60, 65], Operations: ['42+23=65']
Exploring Operation: 74-60=14, Resulting Numbers: [65, 14]
Generated Node #3: [65, 14] from ... | 4 |
[
44,
51,
13,
30
] | 10 | [
"51-44=7",
"30-13=17",
"17-7=10"
] | Current State: 10:[44, 51, 13, 30], Operations: []
Exploring Operation: 51-44=7, Resulting Numbers: [13, 30, 7]
Generated Node #2: [13, 30, 7] from Operation: 51-44=7
Current State: 10:[13, 30, 7], Operations: ['51-44=7']
Exploring Operation: 30-13=17, Resulting Numbers: [7, 17]
Generated Node #3: [7, 17] from Operatio... | 4 |
[
62,
94,
8,
93
] | 53 | [
"94-62=32",
"93-8=85",
"85-32=53"
] | Current State: 53:[62, 94, 8, 93], Operations: []
Exploring Operation: 94-62=32, Resulting Numbers: [8, 93, 32]
Generated Node #2: [8, 93, 32] from Operation: 94-62=32
Current State: 53:[8, 93, 32], Operations: ['94-62=32']
Exploring Operation: 93-8=85, Resulting Numbers: [32, 85]
Generated Node #3: [32, 85] from Opera... | 4 |
[
3,
96,
25,
67
] | 57 | [
"3+96=99",
"67-25=42",
"99-42=57"
] | Current State: 57:[3, 96, 25, 67], Operations: []
Exploring Operation: 3+96=99, Resulting Numbers: [25, 67, 99]
Generated Node #2: [25, 67, 99] from Operation: 3+96=99
Current State: 57:[25, 67, 99], Operations: ['3+96=99']
Exploring Operation: 67-25=42, Resulting Numbers: [99, 42]
Generated Node #3: [99, 42] from Oper... | 4 |
[
7,
18,
44,
30
] | 20 | [
"44-30=14",
"14/7=2",
"18+2=20"
] | Current State: 20:[7, 18, 44, 30], Operations: []
Exploring Operation: 44-30=14, Resulting Numbers: [7, 18, 14]
Generated Node #2: [7, 18, 14] from Operation: 44-30=14
Current State: 20:[7, 18, 14], Operations: ['44-30=14']
Exploring Operation: 14/7=2, Resulting Numbers: [18, 2]
Generated Node #3: [18, 2] from Operatio... | 4 |
[
71,
46,
3,
15
] | 71 | [
"3*15=45",
"46-45=1",
"71*1=71"
] | Current State: 71:[71, 46, 3, 15], Operations: []
Exploring Operation: 3*15=45, Resulting Numbers: [71, 46, 45]
Generated Node #2: [71, 46, 45] from Operation: 3*15=45
Current State: 71:[71, 46, 45], Operations: ['3*15=45']
Exploring Operation: 46-45=1, Resulting Numbers: [71, 1]
Generated Node #3: [71, 1] from Operati... | 4 |
[
22,
75,
65,
55
] | 56 | [
"75+65=140",
"22*140=3080",
"3080/55=56"
] | Current State: 56:[22, 75, 65, 55], Operations: []
Exploring Operation: 75+65=140, Resulting Numbers: [22, 55, 140]
Generated Node #2: [22, 55, 140] from Operation: 75+65=140
Current State: 56:[22, 55, 140], Operations: ['75+65=140']
Exploring Operation: 22*140=3080, Resulting Numbers: [55, 3080]
Generated Node #3: [55... | 4 |
[
99,
64,
13,
46
] | 24 | [
"99-64=35",
"13+46=59",
"59-35=24"
] | Current State: 24:[99, 64, 13, 46], Operations: []
Exploring Operation: 99-64=35, Resulting Numbers: [13, 46, 35]
Generated Node #2: [13, 46, 35] from Operation: 99-64=35
Current State: 24:[13, 46, 35], Operations: ['99-64=35']
Exploring Operation: 13+46=59, Resulting Numbers: [35, 59]
Generated Node #3: [35, 59] from ... | 4 |
[
70,
2,
9,
69
] | 79 | [
"9-2=7",
"70/7=10",
"69+10=79"
] | Current State: 79:[70, 2, 9, 69], Operations: []
Exploring Operation: 9-2=7, Resulting Numbers: [70, 69, 7]
Generated Node #2: [70, 69, 7] from Operation: 9-2=7
Current State: 79:[70, 69, 7], Operations: ['9-2=7']
Exploring Operation: 70/7=10, Resulting Numbers: [69, 10]
Generated Node #3: [69, 10] from Operation: 70/7... | 4 |
[
11,
79,
2,
70
] | 22 | [
"11+79=90",
"70-2=68",
"90-68=22"
] | Current State: 22:[11, 79, 2, 70], Operations: []
Exploring Operation: 11+79=90, Resulting Numbers: [2, 70, 90]
Generated Node #2: [2, 70, 90] from Operation: 11+79=90
Current State: 22:[2, 70, 90], Operations: ['11+79=90']
Exploring Operation: 70-2=68, Resulting Numbers: [90, 68]
Generated Node #3: [90, 68] from Opera... | 4 |
[
9,
60,
18,
18
] | 48 | [
"9*60=540",
"540/18=30",
"18+30=48"
] | Current State: 48:[9, 60, 18, 18], Operations: []
Exploring Operation: 9*60=540, Resulting Numbers: [18, 18, 540]
Generated Node #2: [18, 18, 540] from Operation: 9*60=540
Current State: 48:[18, 18, 540], Operations: ['9*60=540']
Exploring Operation: 540/18=30, Resulting Numbers: [30]
30,48 equal: Goal Reached
Explorin... | 4 |
[
91,
24,
63,
2
] | 89 | [
"91+24=115",
"63+115=178",
"178/2=89"
] | Current State: 89:[91, 24, 63, 2], Operations: []
Exploring Operation: 91+24=115, Resulting Numbers: [63, 2, 115]
Generated Node #2: [63, 2, 115] from Operation: 91+24=115
Current State: 89:[63, 2, 115], Operations: ['91+24=115']
Exploring Operation: 63+115=178, Resulting Numbers: [2, 178]
Generated Node #3: [2, 178] f... | 4 |
[
2,
6,
52,
72
] | 23 | [
"6/2=3",
"72-52=20",
"3+20=23"
] | Current State: 23:[2, 6, 52, 72], Operations: []
Exploring Operation: 6/2=3, Resulting Numbers: [52, 72, 3]
Generated Node #2: [52, 72, 3] from Operation: 6/2=3
Current State: 23:[52, 72, 3], Operations: ['6/2=3']
Exploring Operation: 72-52=20, Resulting Numbers: [3, 20]
Generated Node #3: [3, 20] from Operation: 72-52... | 4 |
[
3,
50,
67,
37
] | 77 | [
"50-3=47",
"67-37=30",
"47+30=77"
] | Current State: 77:[3, 50, 67, 37], Operations: []
Exploring Operation: 50-3=47, Resulting Numbers: [67, 37, 47]
Generated Node #2: [67, 37, 47] from Operation: 50-3=47
Current State: 77:[67, 37, 47], Operations: ['50-3=47']
Exploring Operation: 67-37=30, Resulting Numbers: [47, 30]
Generated Node #3: [47, 30] from Oper... | 4 |
[
37,
87,
37,
3
] | 83 | [
"37/37=1",
"87-3=84",
"84-1=83"
] | Current State: 83:[37, 87, 37, 3], Operations: []
Exploring Operation: 37/37=1, Resulting Numbers: [87, 3, 1]
Generated Node #2: [87, 3, 1] from Operation: 37/37=1
Current State: 83:[87, 3, 1], Operations: ['37/37=1']
Exploring Operation: 87-3=84, Resulting Numbers: [1, 84]
Generated Node #3: [1, 84] from Operation: 87... | 4 |
[
84,
91,
54,
36
] | 11 | [
"91-84=7",
"54-36=18",
"18-7=11"
] | Current State: 11:[84, 91, 54, 36], Operations: []
Exploring Operation: 91-84=7, Resulting Numbers: [54, 36, 7]
Generated Node #2: [54, 36, 7] from Operation: 91-84=7
Current State: 11:[54, 36, 7], Operations: ['91-84=7']
Exploring Operation: 54-36=18, Resulting Numbers: [7, 18]
Generated Node #3: [7, 18] from Operatio... | 4 |
[
84,
66,
8,
62
] | 68 | [
"66+62=128",
"128/8=16",
"84-16=68"
] | Current State: 68:[84, 66, 8, 62], Operations: []
Exploring Operation: 66+62=128, Resulting Numbers: [84, 8, 128]
Generated Node #2: [84, 8, 128] from Operation: 66+62=128
Current State: 68:[84, 8, 128], Operations: ['66+62=128']
Exploring Operation: 128/8=16, Resulting Numbers: [84, 16]
Generated Node #3: [84, 16] fro... | 4 |
[
55,
13,
28,
43
] | 53 | [
"55+13=68",
"43-28=15",
"68-15=53"
] | Current State: 53:[55, 13, 28, 43], Operations: []
Exploring Operation: 55+13=68, Resulting Numbers: [28, 43, 68]
Generated Node #2: [28, 43, 68] from Operation: 55+13=68
Current State: 53:[28, 43, 68], Operations: ['55+13=68']
Exploring Operation: 43-28=15, Resulting Numbers: [68, 15]
Generated Node #3: [68, 15] from ... | 4 |
[
4,
6,
83,
43
] | 20 | [
"6-4=2",
"83-43=40",
"40/2=20"
] | Current State: 20:[4, 6, 83, 43], Operations: []
Exploring Operation: 6-4=2, Resulting Numbers: [83, 43, 2]
Generated Node #2: [83, 43, 2] from Operation: 6-4=2
Current State: 20:[83, 43, 2], Operations: ['6-4=2']
Exploring Operation: 83-43=40, Resulting Numbers: [2, 40]
Generated Node #3: [2, 40] from Operation: 83-43... | 4 |
[
1,
21,
48,
20
] | 50 | [
"1+21=22",
"48-20=28",
"22+28=50"
] | Current State: 50:[1, 21, 48, 20], Operations: []
Exploring Operation: 1+21=22, Resulting Numbers: [48, 20, 22]
Generated Node #2: [48, 20, 22] from Operation: 1+21=22
Current State: 50:[48, 20, 22], Operations: ['1+21=22']
Exploring Operation: 48-20=28, Resulting Numbers: [22, 28]
Generated Node #3: [22, 28] from Oper... | 4 |
[
6,
27,
83,
45
] | 71 | [
"6+27=33",
"83-45=38",
"33+38=71"
] | Current State: 71:[6, 27, 83, 45], Operations: []
Exploring Operation: 6+27=33, Resulting Numbers: [83, 45, 33]
Generated Node #2: [83, 45, 33] from Operation: 6+27=33
Current State: 71:[83, 45, 33], Operations: ['6+27=33']
Exploring Operation: 83-45=38, Resulting Numbers: [33, 38]
Generated Node #3: [33, 38] from Oper... | 4 |
[
80,
2,
77,
97
] | 20 | [
"80/2=40",
"97-77=20",
"40-20=20"
] | Current State: 20:[80, 2, 77, 97], Operations: []
Exploring Operation: 80/2=40, Resulting Numbers: [77, 97, 40]
Generated Node #2: [77, 97, 40] from Operation: 80/2=40
Current State: 20:[77, 97, 40], Operations: ['80/2=40']
Exploring Operation: 97-77=20, Resulting Numbers: [40, 20]
Generated Node #3: [40, 20] from Oper... | 4 |
[
90,
44,
10,
20
] | 49 | [
"90+10=100",
"100/20=5",
"44+5=49"
] | Current State: 49:[90, 44, 10, 20], Operations: []
Exploring Operation: 90+10=100, Resulting Numbers: [44, 20, 100]
Generated Node #2: [44, 20, 100] from Operation: 90+10=100
Current State: 49:[44, 20, 100], Operations: ['90+10=100']
Exploring Operation: 100/20=5, Resulting Numbers: [44, 5]
Generated Node #3: [44, 5] f... | 4 |
[
51,
79,
90,
59
] | 99 | [
"51+79=130",
"90-59=31",
"130-31=99"
] | Current State: 99:[51, 79, 90, 59], Operations: []
Exploring Operation: 51+79=130, Resulting Numbers: [90, 59, 130]
Generated Node #2: [90, 59, 130] from Operation: 51+79=130
Current State: 99:[90, 59, 130], Operations: ['51+79=130']
Exploring Operation: 90-59=31, Resulting Numbers: [130, 31]
Generated Node #3: [130, 3... | 4 |
[
93,
59,
66,
8
] | 85 | [
"93+59=152",
"152/8=19",
"66+19=85"
] | Current State: 85:[93, 59, 66, 8], Operations: []
Exploring Operation: 93+59=152, Resulting Numbers: [66, 8, 152]
Generated Node #2: [66, 8, 152] from Operation: 93+59=152
Current State: 85:[66, 8, 152], Operations: ['93+59=152']
Exploring Operation: 152/8=19, Resulting Numbers: [66, 19]
Generated Node #3: [66, 19] fro... | 4 |
[
36,
84,
38,
67
] | 77 | [
"84-36=48",
"67-38=29",
"48+29=77"
] | Current State: 77:[36, 84, 38, 67], Operations: []
Exploring Operation: 84-36=48, Resulting Numbers: [38, 67, 48]
Generated Node #2: [38, 67, 48] from Operation: 84-36=48
Current State: 77:[38, 67, 48], Operations: ['84-36=48']
Exploring Operation: 67-38=29, Resulting Numbers: [48, 29]
Generated Node #3: [48, 29] from ... | 4 |
[
53,
10,
48,
66
] | 68 | [
"53-48=5",
"10/5=2",
"66+2=68"
] | Current State: 68:[53, 10, 48, 66], Operations: []
Exploring Operation: 53-48=5, Resulting Numbers: [10, 66, 5]
Generated Node #2: [10, 66, 5] from Operation: 53-48=5
Current State: 68:[10, 66, 5], Operations: ['53-48=5']
Exploring Operation: 10/5=2, Resulting Numbers: [66, 2]
Generated Node #3: [66, 2] from Operation:... | 4 |
[
71,
40,
72,
73
] | 52 | [
"73-71=2",
"40/2=20",
"72-20=52"
] | Current State: 52:[71, 40, 72, 73], Operations: []
Exploring Operation: 73-71=2, Resulting Numbers: [40, 72, 2]
Generated Node #2: [40, 72, 2] from Operation: 73-71=2
Current State: 52:[40, 72, 2], Operations: ['73-71=2']
Exploring Operation: 40/2=20, Resulting Numbers: [72, 20]
Generated Node #3: [72, 20] from Operati... | 4 |
[
95,
39,
39,
67
] | 37 | [
"95+39=134",
"134/67=2",
"39-2=37"
] | Current State: 37:[95, 39, 39, 67], Operations: []
Exploring Operation: 95+39=134, Resulting Numbers: [67, 134]
Generated Node #2: [67, 134] from Operation: 95+39=134
Current State: 37:[67, 134], Operations: ['95+39=134']
Exploring Operation: 134/67=2, Resulting Numbers: [2]
2,37 equal: Goal Reached
Exploring Operation... | 4 |
[
28,
26,
40,
24
] | 54 | [
"26-24=2",
"28/2=14",
"40+14=54"
] | Current State: 54:[28, 26, 40, 24], Operations: []
Exploring Operation: 26-24=2, Resulting Numbers: [28, 40, 2]
Generated Node #2: [28, 40, 2] from Operation: 26-24=2
Current State: 54:[28, 40, 2], Operations: ['26-24=2']
Exploring Operation: 28/2=14, Resulting Numbers: [40, 14]
Generated Node #3: [40, 14] from Operati... | 4 |
[
92,
16,
8,
18
] | 48 | [
"92+16=108",
"8*108=864",
"864/18=48"
] | Current State: 48:[92, 16, 8, 18], Operations: []
Exploring Operation: 92+16=108, Resulting Numbers: [8, 18, 108]
Generated Node #2: [8, 18, 108] from Operation: 92+16=108
Current State: 48:[8, 18, 108], Operations: ['92+16=108']
Exploring Operation: 8*108=864, Resulting Numbers: [18, 864]
Generated Node #3: [18, 864] ... | 4 |
[
31,
18,
57,
78
] | 54 | [
"57-31=26",
"18*78=1404",
"1404/26=54"
] | Current State: 54:[31, 18, 57, 78], Operations: []
Exploring Operation: 57-31=26, Resulting Numbers: [18, 78, 26]
Generated Node #2: [18, 78, 26] from Operation: 57-31=26
Current State: 54:[18, 78, 26], Operations: ['57-31=26']
Exploring Operation: 18*78=1404, Resulting Numbers: [26, 1404]
Generated Node #3: [26, 1404]... | 4 |
[
84,
45,
3,
76
] | 69 | [
"84-76=8",
"3*8=24",
"45+24=69"
] | Current State: 69:[84, 45, 3, 76], Operations: []
Exploring Operation: 84-76=8, Resulting Numbers: [45, 3, 8]
Generated Node #2: [45, 3, 8] from Operation: 84-76=8
Current State: 69:[45, 3, 8], Operations: ['84-76=8']
Exploring Operation: 3*8=24, Resulting Numbers: [45, 24]
Generated Node #3: [45, 24] from Operation: 3... | 4 |
[
16,
13,
13,
48
] | 33 | [
"48-16=32",
"13/13=1",
"32+1=33"
] | Current State: 33:[16, 13, 13, 48], Operations: []
Exploring Operation: 48-16=32, Resulting Numbers: [13, 13, 32]
Generated Node #2: [13, 13, 32] from Operation: 48-16=32
Current State: 33:[13, 13, 32], Operations: ['48-16=32']
Exploring Operation: 13/13=1, Resulting Numbers: [32, 1]
Generated Node #3: [32, 1] from Ope... | 4 |
[
28,
95,
34,
19
] | 30 | [
"34-28=6",
"95/19=5",
"6*5=30"
] | Current State: 30:[28, 95, 34, 19], Operations: []
Exploring Operation: 34-28=6, Resulting Numbers: [95, 19, 6]
Generated Node #2: [95, 19, 6] from Operation: 34-28=6
Current State: 30:[95, 19, 6], Operations: ['34-28=6']
Exploring Operation: 95/19=5, Resulting Numbers: [6, 5]
Generated Node #3: [6, 5] from Operation: ... | 4 |
[
48,
30,
74,
46
] | 52 | [
"48-46=2",
"30+74=104",
"104/2=52"
] | Current State: 52:[48, 30, 74, 46], Operations: []
Exploring Operation: 48-46=2, Resulting Numbers: [30, 74, 2]
Generated Node #2: [30, 74, 2] from Operation: 48-46=2
Current State: 52:[30, 74, 2], Operations: ['48-46=2']
Exploring Operation: 30+74=104, Resulting Numbers: [2, 104]
Generated Node #3: [2, 104] from Opera... | 4 |
[
15,
8,
90,
46
] | 60 | [
"90/15=6",
"8+46=54",
"6+54=60"
] | Current State: 60:[15, 8, 90, 46], Operations: []
Exploring Operation: 90/15=6, Resulting Numbers: [8, 46, 6]
Generated Node #2: [8, 46, 6] from Operation: 90/15=6
Current State: 60:[8, 46, 6], Operations: ['90/15=6']
Exploring Operation: 8+46=54, Resulting Numbers: [6, 54]
Generated Node #3: [6, 54] from Operation: 8+... | 4 |
[
13,
51,
79,
23
] | 18 | [
"51-13=38",
"79-23=56",
"56-38=18"
] | Current State: 18:[13, 51, 79, 23], Operations: []
Exploring Operation: 51-13=38, Resulting Numbers: [79, 23, 38]
Generated Node #2: [79, 23, 38] from Operation: 51-13=38
Current State: 18:[79, 23, 38], Operations: ['51-13=38']
Exploring Operation: 79-23=56, Resulting Numbers: [38, 56]
Generated Node #3: [38, 56] from ... | 4 |
[
85,
66,
6,
48
] | 27 | [
"85-66=19",
"48/6=8",
"19+8=27"
] | Current State: 27:[85, 66, 6, 48], Operations: []
Exploring Operation: 85-66=19, Resulting Numbers: [6, 48, 19]
Generated Node #2: [6, 48, 19] from Operation: 85-66=19
Current State: 27:[6, 48, 19], Operations: ['85-66=19']
Exploring Operation: 48/6=8, Resulting Numbers: [19, 8]
Generated Node #3: [19, 8] from Operatio... | 4 |
[
79,
85,
5,
53
] | 23 | [
"85-79=6",
"5*6=30",
"53-30=23"
] | Current State: 23:[79, 85, 5, 53], Operations: []
Exploring Operation: 85-79=6, Resulting Numbers: [5, 53, 6]
Generated Node #2: [5, 53, 6] from Operation: 85-79=6
Current State: 23:[5, 53, 6], Operations: ['85-79=6']
Exploring Operation: 5*6=30, Resulting Numbers: [53, 30]
Generated Node #3: [53, 30] from Operation: 5... | 4 |
[
86,
16,
16,
32
] | 83 | [
"16+32=48",
"48/16=3",
"86-3=83"
] | Current State: 83:[86, 16, 16, 32], Operations: []
Exploring Operation: 16+32=48, Resulting Numbers: [86, 48]
Generated Node #2: [86, 48] from Operation: 16+32=48
Current State: 83:[86, 48], Operations: ['16+32=48']
Exploring Operation: 48/16=3, Resulting Numbers: [86, 3]
Generated Node #3: [86, 3] from Operation: 48/1... | 4 |
[
74,
94,
8,
34
] | 13 | [
"74+94=168",
"168/8=21",
"34-21=13"
] | Current State: 13:[74, 94, 8, 34], Operations: []
Exploring Operation: 74+94=168, Resulting Numbers: [8, 34, 168]
Generated Node #2: [8, 34, 168] from Operation: 74+94=168
Current State: 13:[8, 34, 168], Operations: ['74+94=168']
Exploring Operation: 168/8=21, Resulting Numbers: [34, 21]
Generated Node #3: [34, 21] fro... | 4 |
[
34,
37,
5,
15
] | 58 | [
"34-15=19",
"5*19=95",
"95-37=58"
] | Current State: 58:[34, 37, 5, 15], Operations: []
Exploring Operation: 34-15=19, Resulting Numbers: [37, 5, 19]
Generated Node #2: [37, 5, 19] from Operation: 34-15=19
Current State: 58:[37, 5, 19], Operations: ['34-15=19']
Exploring Operation: 5*19=95, Resulting Numbers: [37, 95]
Generated Node #3: [37, 95] from Opera... | 4 |
[
41,
11,
11,
41
] | 83 | [
"41+41=82",
"11/11=1",
"82+1=83"
] | Current State: 83:[41, 11, 11, 41], Operations: []
Exploring Operation: 41+41=82, Resulting Numbers: [11, 11, 82]
Generated Node #2: [11, 11, 82] from Operation: 41+41=82
Current State: 83:[11, 11, 82], Operations: ['41+41=82']
Exploring Operation: 11/11=1, Resulting Numbers: [82, 1]
Generated Node #3: [82, 1] from Ope... | 4 |
[
77,
31,
53,
3
] | 96 | [
"77-31=46",
"53-3=50",
"46+50=96"
] | Current State: 96:[77, 31, 53, 3], Operations: []
Exploring Operation: 77-31=46, Resulting Numbers: [53, 3, 46]
Generated Node #2: [53, 3, 46] from Operation: 77-31=46
Current State: 96:[53, 3, 46], Operations: ['77-31=46']
Exploring Operation: 53-3=50, Resulting Numbers: [46, 50]
Generated Node #3: [46, 50] from Opera... | 4 |
[
95,
38,
8,
6
] | 91 | [
"38-6=32",
"32/8=4",
"95-4=91"
] | Current State: 91:[95, 38, 8, 6], Operations: []
Exploring Operation: 38-6=32, Resulting Numbers: [95, 8, 32]
Generated Node #2: [95, 8, 32] from Operation: 38-6=32
Current State: 91:[95, 8, 32], Operations: ['38-6=32']
Exploring Operation: 32/8=4, Resulting Numbers: [95, 4]
Generated Node #3: [95, 4] from Operation: 3... | 4 |
[
85,
58,
2,
23
] | 79 | [
"85+23=108",
"58/2=29",
"108-29=79"
] | Current State: 79:[85, 58, 2, 23], Operations: []
Exploring Operation: 85+23=108, Resulting Numbers: [58, 2, 108]
Generated Node #2: [58, 2, 108] from Operation: 85+23=108
Current State: 79:[58, 2, 108], Operations: ['85+23=108']
Exploring Operation: 58/2=29, Resulting Numbers: [108, 29]
Generated Node #3: [108, 29] fr... | 4 |
[
19,
62,
30,
62
] | 48 | [
"19+30=49",
"62/62=1",
"49-1=48"
] | Current State: 48:[19, 62, 30, 62], Operations: []
Exploring Operation: 19+30=49, Resulting Numbers: [62, 62, 49]
Generated Node #2: [62, 62, 49] from Operation: 19+30=49
Current State: 48:[62, 62, 49], Operations: ['19+30=49']
Exploring Operation: 62/62=1, Resulting Numbers: [49, 1]
Generated Node #3: [49, 1] from Ope... | 4 |
[
29,
32,
11,
41
] | 55 | [
"32-29=3",
"11+41=52",
"3+52=55"
] | Current State: 55:[29, 32, 11, 41], Operations: []
Exploring Operation: 32-29=3, Resulting Numbers: [11, 41, 3]
Generated Node #2: [11, 41, 3] from Operation: 32-29=3
Current State: 55:[11, 41, 3], Operations: ['32-29=3']
Exploring Operation: 11+41=52, Resulting Numbers: [3, 52]
Generated Node #3: [3, 52] from Operatio... | 4 |
[
53,
60,
71,
24
] | 97 | [
"60-53=7",
"24*7=168",
"168-71=97"
] | Current State: 97:[53, 60, 71, 24], Operations: []
Exploring Operation: 60-53=7, Resulting Numbers: [71, 24, 7]
Generated Node #2: [71, 24, 7] from Operation: 60-53=7
Current State: 97:[71, 24, 7], Operations: ['60-53=7']
Exploring Operation: 24*7=168, Resulting Numbers: [71, 168]
Generated Node #3: [71, 168] from Oper... | 4 |
[
33,
62,
4,
88
] | 18 | [
"33*4=132",
"62+88=150",
"150-132=18"
] | Current State: 18:[33, 62, 4, 88], Operations: []
Exploring Operation: 33*4=132, Resulting Numbers: [62, 88, 132]
Generated Node #2: [62, 88, 132] from Operation: 33*4=132
Current State: 18:[62, 88, 132], Operations: ['33*4=132']
Exploring Operation: 62+88=150, Resulting Numbers: [132, 150]
Generated Node #3: [132, 150... | 4 |
[
97,
98,
50,
69
] | 76 | [
"97+98=195",
"50+69=119",
"195-119=76"
] | Current State: 76:[97, 98, 50, 69], Operations: []
Exploring Operation: 97+98=195, Resulting Numbers: [50, 69, 195]
Generated Node #2: [50, 69, 195] from Operation: 97+98=195
Current State: 76:[50, 69, 195], Operations: ['97+98=195']
Exploring Operation: 50+69=119, Resulting Numbers: [195, 119]
Generated Node #3: [195,... | 4 |
[
20,
16,
21,
3
] | 54 | [
"20+16=36",
"21-3=18",
"36+18=54"
] | Current State: 54:[20, 16, 21, 3], Operations: []
Exploring Operation: 20+16=36, Resulting Numbers: [21, 3, 36]
Generated Node #2: [21, 3, 36] from Operation: 20+16=36
Current State: 54:[21, 3, 36], Operations: ['20+16=36']
Exploring Operation: 21-3=18, Resulting Numbers: [36, 18]
Generated Node #3: [36, 18] from Opera... | 4 |
[
72,
67,
26,
50
] | 70 | [
"50-26=24",
"72/24=3",
"67+3=70"
] | Current State: 70:[72, 67, 26, 50], Operations: []
Exploring Operation: 50-26=24, Resulting Numbers: [72, 67, 24]
Generated Node #2: [72, 67, 24] from Operation: 50-26=24
Current State: 70:[72, 67, 24], Operations: ['50-26=24']
Exploring Operation: 72/24=3, Resulting Numbers: [67, 3]
Generated Node #3: [67, 3] from Ope... | 4 |
[
86,
57,
82,
74
] | 62 | [
"57*82=4674",
"4674-86=4588",
"4588/74=62"
] | Current State: 62:[86, 57, 82, 74], Operations: []
Exploring Operation: 57*82=4674, Resulting Numbers: [86, 74, 4674]
Generated Node #2: [86, 74, 4674] from Operation: 57*82=4674
Current State: 62:[86, 74, 4674], Operations: ['57*82=4674']
Exploring Operation: 4674-86=4588, Resulting Numbers: [74, 4588]
Generated Node ... | 4 |
[
66,
34,
67,
23
] | 46 | [
"66*23=1518",
"67-34=33",
"1518/33=46"
] | Current State: 46:[66, 34, 67, 23], Operations: []
Exploring Operation: 66*23=1518, Resulting Numbers: [34, 67, 1518]
Generated Node #2: [34, 67, 1518] from Operation: 66*23=1518
Current State: 46:[34, 67, 1518], Operations: ['66*23=1518']
Exploring Operation: 67-34=33, Resulting Numbers: [1518, 33]
Generated Node #3: ... | 4 |
[
58,
21,
23,
7
] | 22 | [
"23-21=2",
"58/2=29",
"29-7=22"
] | Current State: 22:[58, 21, 23, 7], Operations: []
Exploring Operation: 23-21=2, Resulting Numbers: [58, 7, 2]
Generated Node #2: [58, 7, 2] from Operation: 23-21=2
Current State: 22:[58, 7, 2], Operations: ['23-21=2']
Exploring Operation: 58/2=29, Resulting Numbers: [7, 29]
Generated Node #3: [7, 29] from Operation: 58... | 4 |
[
17,
60,
86,
94
] | 69 | [
"17+60=77",
"94-86=8",
"77-8=69"
] | Current State: 69:[17, 60, 86, 94], Operations: []
Exploring Operation: 17+60=77, Resulting Numbers: [86, 94, 77]
Generated Node #2: [86, 94, 77] from Operation: 17+60=77
Current State: 69:[86, 94, 77], Operations: ['17+60=77']
Exploring Operation: 94-86=8, Resulting Numbers: [77, 8]
Generated Node #3: [77, 8] from Ope... | 4 |
[
10,
63,
18,
50
] | 21 | [
"63-10=53",
"50-18=32",
"53-32=21"
] | Current State: 21:[10, 63, 18, 50], Operations: []
Exploring Operation: 63-10=53, Resulting Numbers: [18, 50, 53]
Generated Node #2: [18, 50, 53] from Operation: 63-10=53
Current State: 21:[18, 50, 53], Operations: ['63-10=53']
Exploring Operation: 50-18=32, Resulting Numbers: [53, 32]
Generated Node #3: [53, 32] from ... | 4 |
[
27,
31,
62,
64
] | 35 | [
"64-27=37",
"62/31=2",
"37-2=35"
] | Current State: 35:[27, 31, 62, 64], Operations: []
Exploring Operation: 64-27=37, Resulting Numbers: [31, 62, 37]
Generated Node #2: [31, 62, 37] from Operation: 64-27=37
Current State: 35:[31, 62, 37], Operations: ['64-27=37']
Exploring Operation: 62/31=2, Resulting Numbers: [37, 2]
Generated Node #3: [37, 2] from Ope... | 4 |
[
6,
11,
45,
88
] | 23 | [
"6*11=66",
"88-45=43",
"66-43=23"
] | Current State: 23:[6, 11, 45, 88], Operations: []
Exploring Operation: 6*11=66, Resulting Numbers: [45, 88, 66]
Generated Node #2: [45, 88, 66] from Operation: 6*11=66
Current State: 23:[45, 88, 66], Operations: ['6*11=66']
Exploring Operation: 88-45=43, Resulting Numbers: [66, 43]
Generated Node #3: [66, 43] from Oper... | 4 |
[
33,
2,
37,
73
] | 90 | [
"33+73=106",
"106/2=53",
"37+53=90"
] | Current State: 90:[33, 2, 37, 73], Operations: []
Exploring Operation: 33+73=106, Resulting Numbers: [2, 37, 106]
Generated Node #2: [2, 37, 106] from Operation: 33+73=106
Current State: 90:[2, 37, 106], Operations: ['33+73=106']
Exploring Operation: 106/2=53, Resulting Numbers: [37, 53]
Generated Node #3: [37, 53] fro... | 4 |
[
55,
67,
96,
91
] | 56 | [
"96-91=5",
"55/5=11",
"67-11=56"
] | Current State: 56:[55, 67, 96, 91], Operations: []
Exploring Operation: 96-91=5, Resulting Numbers: [55, 67, 5]
Generated Node #2: [55, 67, 5] from Operation: 96-91=5
Current State: 56:[55, 67, 5], Operations: ['96-91=5']
Exploring Operation: 55/5=11, Resulting Numbers: [67, 11]
Generated Node #3: [67, 11] from Operati... | 4 |
[
21,
43,
43,
24
] | 83 | [
"21+43=64",
"43-24=19",
"64+19=83"
] | Current State: 83:[21, 43, 43, 24], Operations: []
Exploring Operation: 21+43=64, Resulting Numbers: [24, 64]
Generated Node #2: [24, 64] from Operation: 21+43=64
Current State: 83:[24, 64], Operations: ['21+43=64']
Exploring Operation: 43-24=19, Resulting Numbers: [64, 19]
Generated Node #3: [64, 19] from Operation: 4... | 4 |
[
50,
40,
99,
81
] | 28 | [
"50-40=10",
"99-81=18",
"10+18=28"
] | Current State: 28:[50, 40, 99, 81], Operations: []
Exploring Operation: 50-40=10, Resulting Numbers: [99, 81, 10]
Generated Node #2: [99, 81, 10] from Operation: 50-40=10
Current State: 28:[99, 81, 10], Operations: ['50-40=10']
Exploring Operation: 99-81=18, Resulting Numbers: [10, 18]
Generated Node #3: [10, 18] from ... | 4 |
[
78,
10,
59,
60
] | 88 | [
"78+10=88",
"60-59=1",
"88*1=88"
] | Current State: 88:[78, 10, 59, 60], Operations: []
Exploring Operation: 78+10=88, Resulting Numbers: [59, 60, 88]
Generated Node #2: [59, 60, 88] from Operation: 78+10=88
Current State: 88:[59, 60, 88], Operations: ['78+10=88']
Exploring Operation: 60-59=1, Resulting Numbers: [88, 1]
Generated Node #3: [88, 1] from Ope... | 4 |
[
56,
34,
19,
24
] | 47 | [
"56+34=90",
"19+24=43",
"90-43=47"
] | Current State: 47:[56, 34, 19, 24], Operations: []
Exploring Operation: 56+34=90, Resulting Numbers: [19, 24, 90]
Generated Node #2: [19, 24, 90] from Operation: 56+34=90
Current State: 47:[19, 24, 90], Operations: ['56+34=90']
Exploring Operation: 19+24=43, Resulting Numbers: [90, 43]
Generated Node #3: [90, 43] from ... | 4 |
[
5,
5,
90,
15
] | 34 | [
"5+90=95",
"95/5=19",
"15+19=34"
] | Current State: 34:[5, 5, 90, 15], Operations: []
Exploring Operation: 5+90=95, Resulting Numbers: [15, 95]
Generated Node #2: [15, 95] from Operation: 5+90=95
Current State: 34:[15, 95], Operations: ['5+90=95']
Exploring Operation: 95/5=19, Resulting Numbers: [15, 19]
Generated Node #3: [15, 19] from Operation: 95/5=19... | 4 |
[
66,
27,
51,
61
] | 83 | [
"66+27=93",
"61-51=10",
"93-10=83"
] | Current State: 83:[66, 27, 51, 61], Operations: []
Exploring Operation: 66+27=93, Resulting Numbers: [51, 61, 93]
Generated Node #2: [51, 61, 93] from Operation: 66+27=93
Current State: 83:[51, 61, 93], Operations: ['66+27=93']
Exploring Operation: 61-51=10, Resulting Numbers: [93, 10]
Generated Node #3: [93, 10] from ... | 4 |
[
34,
2,
2,
3
] | 54 | [
"34+2=36",
"36/2=18",
"3*18=54"
] | Current State: 54:[34, 2, 2, 3], Operations: []
Exploring Operation: 34+2=36, Resulting Numbers: [3, 36]
Generated Node #2: [3, 36] from Operation: 34+2=36
Current State: 54:[3, 36], Operations: ['34+2=36']
Exploring Operation: 36/2=18, Resulting Numbers: [3, 18]
Generated Node #3: [3, 18] from Operation: 36/2=18
Curre... | 4 |
[
31,
78,
33,
71
] | 71 | [
"31+78=109",
"71-33=38",
"109-38=71"
] | Current State: 71:[31, 78, 33, 71], Operations: []
Exploring Operation: 31+78=109, Resulting Numbers: [33, 71, 109]
Generated Node #2: [33, 71, 109] from Operation: 31+78=109
Current State: 71:[33, 71, 109], Operations: ['31+78=109']
Exploring Operation: 71-33=38, Resulting Numbers: [109, 38]
Generated Node #3: [109, 3... | 4 |
[
91,
6,
76,
3
] | 87 | [
"91-76=15",
"6*15=90",
"90-3=87"
] | Current State: 87:[91, 6, 76, 3], Operations: []
Exploring Operation: 91-76=15, Resulting Numbers: [6, 3, 15]
Generated Node #2: [6, 3, 15] from Operation: 91-76=15
Current State: 87:[6, 3, 15], Operations: ['91-76=15']
Exploring Operation: 6*15=90, Resulting Numbers: [3, 90]
Generated Node #3: [3, 90] from Operation: ... | 4 |
[
82,
71,
12,
14
] | 76 | [
"82-12=70",
"70/14=5",
"71+5=76"
] | Current State: 76:[82, 71, 12, 14], Operations: []
Exploring Operation: 82-12=70, Resulting Numbers: [71, 14, 70]
Generated Node #2: [71, 14, 70] from Operation: 82-12=70
Current State: 76:[71, 14, 70], Operations: ['82-12=70']
Exploring Operation: 70/14=5, Resulting Numbers: [71, 5]
Generated Node #3: [71, 5] from Ope... | 4 |
[
31,
15,
91,
36
] | 81 | [
"31+15=46",
"91+36=127",
"127-46=81"
] | Current State: 81:[31, 15, 91, 36], Operations: []
Exploring Operation: 31+15=46, Resulting Numbers: [91, 36, 46]
Generated Node #2: [91, 36, 46] from Operation: 31+15=46
Current State: 81:[91, 36, 46], Operations: ['31+15=46']
Exploring Operation: 91+36=127, Resulting Numbers: [46, 127]
Generated Node #3: [46, 127] fr... | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.