nums listlengths 4 4 | target int64 10 100 | solution listlengths 3 3 | optimal_path stringlengths 282 529 | start_size int64 4 4 |
|---|---|---|---|---|
[
57,
55,
1,
92
] | 19 | [
"57+55=112",
"1+92=93",
"112-93=19"
] | Current State: 19:[57, 55, 1, 92], Operations: []
Exploring Operation: 57+55=112, Resulting Numbers: [1, 92, 112]
Generated Node #2: [1, 92, 112] from Operation: 57+55=112
Current State: 19:[1, 92, 112], Operations: ['57+55=112']
Exploring Operation: 1+92=93, Resulting Numbers: [112, 93]
Generated Node #3: [112, 93] fr... | 4 |
[
99,
23,
57,
78
] | 25 | [
"99+57=156",
"156/78=2",
"23+2=25"
] | Current State: 25:[99, 23, 57, 78], Operations: []
Exploring Operation: 99+57=156, Resulting Numbers: [23, 78, 156]
Generated Node #2: [23, 78, 156] from Operation: 99+57=156
Current State: 25:[23, 78, 156], Operations: ['99+57=156']
Exploring Operation: 156/78=2, Resulting Numbers: [23, 2]
Generated Node #3: [23, 2] f... | 4 |
[
54,
46,
23,
59
] | 86 | [
"54*23=1242",
"1242/46=27",
"59+27=86"
] | Current State: 86:[54, 46, 23, 59], Operations: []
Exploring Operation: 54*23=1242, Resulting Numbers: [46, 59, 1242]
Generated Node #2: [46, 59, 1242] from Operation: 54*23=1242
Current State: 86:[46, 59, 1242], Operations: ['54*23=1242']
Exploring Operation: 1242/46=27, Resulting Numbers: [59, 27]
Generated Node #3: ... | 4 |
[
77,
94,
44,
29
] | 98 | [
"77+94=171",
"44+29=73",
"171-73=98"
] | Current State: 98:[77, 94, 44, 29], Operations: []
Exploring Operation: 77+94=171, Resulting Numbers: [44, 29, 171]
Generated Node #2: [44, 29, 171] from Operation: 77+94=171
Current State: 98:[44, 29, 171], Operations: ['77+94=171']
Exploring Operation: 44+29=73, Resulting Numbers: [171, 73]
Generated Node #3: [171, 7... | 4 |
[
95,
89,
85,
53
] | 37 | [
"95+53=148",
"89-85=4",
"148/4=37"
] | Current State: 37:[95, 89, 85, 53], Operations: []
Exploring Operation: 95+53=148, Resulting Numbers: [89, 85, 148]
Generated Node #2: [89, 85, 148] from Operation: 95+53=148
Current State: 37:[89, 85, 148], Operations: ['95+53=148']
Exploring Operation: 89-85=4, Resulting Numbers: [148, 4]
Generated Node #3: [148, 4] ... | 4 |
[
55,
31,
2,
31
] | 57 | [
"55+31=86",
"31-2=29",
"86-29=57"
] | Current State: 57:[55, 31, 2, 31], Operations: []
Exploring Operation: 55+31=86, Resulting Numbers: [2, 86]
Generated Node #2: [2, 86] from Operation: 55+31=86
Current State: 57:[2, 86], Operations: ['55+31=86']
Exploring Operation: 31-2=29, Resulting Numbers: [86, 29]
Generated Node #3: [86, 29] from Operation: 31-2=2... | 4 |
[
2,
89,
82,
52
] | 29 | [
"82-52=30",
"2*30=60",
"89-60=29"
] | Current State: 29:[2, 89, 82, 52], Operations: []
Exploring Operation: 82-52=30, Resulting Numbers: [2, 89, 30]
Generated Node #2: [2, 89, 30] from Operation: 82-52=30
Current State: 29:[2, 89, 30], Operations: ['82-52=30']
Exploring Operation: 2*30=60, Resulting Numbers: [89, 60]
Generated Node #3: [89, 60] from Opera... | 4 |
[
18,
31,
56,
57
] | 49 | [
"18+31=49",
"57-56=1",
"49*1=49"
] | Current State: 49:[18, 31, 56, 57], Operations: []
Exploring Operation: 18+31=49, Resulting Numbers: [56, 57, 49]
Generated Node #2: [56, 57, 49] from Operation: 18+31=49
Current State: 49:[56, 57, 49], Operations: ['18+31=49']
Exploring Operation: 57-56=1, Resulting Numbers: [49, 1]
Generated Node #3: [49, 1] from Ope... | 4 |
[
5,
86,
85,
65
] | 59 | [
"5+86=91",
"85+65=150",
"150-91=59"
] | Current State: 59:[5, 86, 85, 65], Operations: []
Exploring Operation: 5+86=91, Resulting Numbers: [85, 65, 91]
Generated Node #2: [85, 65, 91] from Operation: 5+86=91
Current State: 59:[85, 65, 91], Operations: ['5+86=91']
Exploring Operation: 85+65=150, Resulting Numbers: [91, 150]
Generated Node #3: [91, 150] from O... | 4 |
[
43,
84,
57,
39
] | 55 | [
"84-43=41",
"57+39=96",
"96-41=55"
] | Current State: 55:[43, 84, 57, 39], Operations: []
Exploring Operation: 84-43=41, Resulting Numbers: [57, 39, 41]
Generated Node #2: [57, 39, 41] from Operation: 84-43=41
Current State: 55:[57, 39, 41], Operations: ['84-43=41']
Exploring Operation: 57+39=96, Resulting Numbers: [41, 96]
Generated Node #3: [41, 96] from ... | 4 |
[
52,
55,
53,
27
] | 83 | [
"55-52=3",
"53+27=80",
"3+80=83"
] | Current State: 83:[52, 55, 53, 27], Operations: []
Exploring Operation: 55-52=3, Resulting Numbers: [53, 27, 3]
Generated Node #2: [53, 27, 3] from Operation: 55-52=3
Current State: 83:[53, 27, 3], Operations: ['55-52=3']
Exploring Operation: 53+27=80, Resulting Numbers: [3, 80]
Generated Node #3: [3, 80] from Operatio... | 4 |
[
58,
15,
55,
6
] | 13 | [
"58-55=3",
"6/3=2",
"15-2=13"
] | Current State: 13:[58, 15, 55, 6], Operations: []
Exploring Operation: 58-55=3, Resulting Numbers: [15, 6, 3]
Generated Node #2: [15, 6, 3] from Operation: 58-55=3
Current State: 13:[15, 6, 3], Operations: ['58-55=3']
Exploring Operation: 6/3=2, Resulting Numbers: [15, 2]
Generated Node #3: [15, 2] from Operation: 6/3=... | 4 |
[
94,
98,
18,
23
] | 45 | [
"98-94=4",
"18+23=41",
"4+41=45"
] | Current State: 45:[94, 98, 18, 23], Operations: []
Exploring Operation: 98-94=4, Resulting Numbers: [18, 23, 4]
Generated Node #2: [18, 23, 4] from Operation: 98-94=4
Current State: 45:[18, 23, 4], Operations: ['98-94=4']
Exploring Operation: 18+23=41, Resulting Numbers: [4, 41]
Generated Node #3: [4, 41] from Operatio... | 4 |
[
21,
5,
27,
95
] | 52 | [
"21-5=16",
"95-27=68",
"68-16=52"
] | Current State: 52:[21, 5, 27, 95], Operations: []
Exploring Operation: 21-5=16, Resulting Numbers: [27, 95, 16]
Generated Node #2: [27, 95, 16] from Operation: 21-5=16
Current State: 52:[27, 95, 16], Operations: ['21-5=16']
Exploring Operation: 95-27=68, Resulting Numbers: [16, 68]
Generated Node #3: [16, 68] from Oper... | 4 |
[
53,
4,
24,
88
] | 61 | [
"88-53=35",
"4*24=96",
"96-35=61"
] | Current State: 61:[53, 4, 24, 88], Operations: []
Exploring Operation: 88-53=35, Resulting Numbers: [4, 24, 35]
Generated Node #2: [4, 24, 35] from Operation: 88-53=35
Current State: 61:[4, 24, 35], Operations: ['88-53=35']
Exploring Operation: 4*24=96, Resulting Numbers: [35, 96]
Generated Node #3: [35, 96] from Opera... | 4 |
[
83,
73,
1,
2
] | 92 | [
"83*2=166",
"73+1=74",
"166-74=92"
] | Current State: 92:[83, 73, 1, 2], Operations: []
Exploring Operation: 83*2=166, Resulting Numbers: [73, 1, 166]
Generated Node #2: [73, 1, 166] from Operation: 83*2=166
Current State: 92:[73, 1, 166], Operations: ['83*2=166']
Exploring Operation: 73+1=74, Resulting Numbers: [166, 74]
Generated Node #3: [166, 74] from O... | 4 |
[
2,
55,
10,
33
] | 10 | [
"55-2=53",
"10+33=43",
"53-43=10"
] | Current State: 10:[2, 55, 10, 33], Operations: []
Exploring Operation: 55-2=53, Resulting Numbers: [10, 33, 53]
Generated Node #2: [10, 33, 53] from Operation: 55-2=53
Current State: 10:[10, 33, 53], Operations: ['55-2=53']
Exploring Operation: 10+33=43, Resulting Numbers: [53, 43]
Generated Node #3: [53, 43] from Oper... | 4 |
[
66,
69,
22,
25
] | 47 | [
"66/22=3",
"69-25=44",
"3+44=47"
] | Current State: 47:[66, 69, 22, 25], Operations: []
Exploring Operation: 66/22=3, Resulting Numbers: [69, 25, 3]
Generated Node #2: [69, 25, 3] from Operation: 66/22=3
Current State: 47:[69, 25, 3], Operations: ['66/22=3']
Exploring Operation: 69-25=44, Resulting Numbers: [3, 44]
Generated Node #3: [3, 44] from Operatio... | 4 |
[
56,
83,
28,
88
] | 35 | [
"83-28=55",
"56*55=3080",
"3080/88=35"
] | Current State: 35:[56, 83, 28, 88], Operations: []
Exploring Operation: 83-28=55, Resulting Numbers: [56, 88, 55]
Generated Node #2: [56, 88, 55] from Operation: 83-28=55
Current State: 35:[56, 88, 55], Operations: ['83-28=55']
Exploring Operation: 56*55=3080, Resulting Numbers: [88, 3080]
Generated Node #3: [88, 3080]... | 4 |
[
51,
33,
78,
2
] | 42 | [
"51-33=18",
"2*18=36",
"78-36=42"
] | Current State: 42:[51, 33, 78, 2], Operations: []
Exploring Operation: 51-33=18, Resulting Numbers: [78, 2, 18]
Generated Node #2: [78, 2, 18] from Operation: 51-33=18
Current State: 42:[78, 2, 18], Operations: ['51-33=18']
Exploring Operation: 2*18=36, Resulting Numbers: [78, 36]
Generated Node #3: [78, 36] from Opera... | 4 |
[
35,
13,
34,
89
] | 77 | [
"35-13=22",
"89-34=55",
"22+55=77"
] | Current State: 77:[35, 13, 34, 89], Operations: []
Exploring Operation: 35-13=22, Resulting Numbers: [34, 89, 22]
Generated Node #2: [34, 89, 22] from Operation: 35-13=22
Current State: 77:[34, 89, 22], Operations: ['35-13=22']
Exploring Operation: 89-34=55, Resulting Numbers: [22, 55]
Generated Node #3: [22, 55] from ... | 4 |
[
59,
91,
22,
68
] | 59 | [
"91-22=69",
"69-68=1",
"59*1=59"
] | Current State: 59:[59, 91, 22, 68], Operations: []
Exploring Operation: 91-22=69, Resulting Numbers: [59, 68, 69]
Generated Node #2: [59, 68, 69] from Operation: 91-22=69
Current State: 59:[59, 68, 69], Operations: ['91-22=69']
Exploring Operation: 69-68=1, Resulting Numbers: [59, 1]
Generated Node #3: [59, 1] from Ope... | 4 |
[
95,
10,
66,
23
] | 16 | [
"95+10=105",
"66+23=89",
"105-89=16"
] | Current State: 16:[95, 10, 66, 23], Operations: []
Exploring Operation: 95+10=105, Resulting Numbers: [66, 23, 105]
Generated Node #2: [66, 23, 105] from Operation: 95+10=105
Current State: 16:[66, 23, 105], Operations: ['95+10=105']
Exploring Operation: 66+23=89, Resulting Numbers: [105, 89]
Generated Node #3: [105, 8... | 4 |
[
22,
79,
89,
97
] | 85 | [
"22+79=101",
"89+97=186",
"186-101=85"
] | Current State: 85:[22, 79, 89, 97], Operations: []
Exploring Operation: 22+79=101, Resulting Numbers: [89, 97, 101]
Generated Node #2: [89, 97, 101] from Operation: 22+79=101
Current State: 85:[89, 97, 101], Operations: ['22+79=101']
Exploring Operation: 89+97=186, Resulting Numbers: [101, 186]
Generated Node #3: [101,... | 4 |
[
23,
74,
86,
50
] | 61 | [
"23+74=97",
"86-50=36",
"97-36=61"
] | Current State: 61:[23, 74, 86, 50], Operations: []
Exploring Operation: 23+74=97, Resulting Numbers: [86, 50, 97]
Generated Node #2: [86, 50, 97] from Operation: 23+74=97
Current State: 61:[86, 50, 97], Operations: ['23+74=97']
Exploring Operation: 86-50=36, Resulting Numbers: [97, 36]
Generated Node #3: [97, 36] from ... | 4 |
[
80,
30,
12,
42
] | 79 | [
"30+12=42",
"42/42=1",
"80-1=79"
] | Current State: 79:[80, 30, 12, 42], Operations: []
Exploring Operation: 30+12=42, Resulting Numbers: [80, 42, 42]
Generated Node #2: [80, 42, 42] from Operation: 30+12=42
Current State: 79:[80, 42, 42], Operations: ['30+12=42']
Exploring Operation: 42/42=1, Resulting Numbers: [80, 1]
Generated Node #3: [80, 1] from Ope... | 4 |
[
80,
50,
2,
52
] | 11 | [
"80-50=30",
"52-30=22",
"22/2=11"
] | Current State: 11:[80, 50, 2, 52], Operations: []
Exploring Operation: 80-50=30, Resulting Numbers: [2, 52, 30]
Generated Node #2: [2, 52, 30] from Operation: 80-50=30
Current State: 11:[2, 52, 30], Operations: ['80-50=30']
Exploring Operation: 52-30=22, Resulting Numbers: [2, 22]
Generated Node #3: [2, 22] from Operat... | 4 |
[
33,
38,
30,
82
] | 72 | [
"33*82=2706",
"30+2706=2736",
"2736/38=72"
] | Current State: 72:[33, 38, 30, 82], Operations: []
Exploring Operation: 33*82=2706, Resulting Numbers: [38, 30, 2706]
Generated Node #2: [38, 30, 2706] from Operation: 33*82=2706
Current State: 72:[38, 30, 2706], Operations: ['33*82=2706']
Exploring Operation: 30+2706=2736, Resulting Numbers: [38, 2736]
Generated Node ... | 4 |
[
70,
27,
62,
86
] | 51 | [
"70+27=97",
"62+86=148",
"148-97=51"
] | Current State: 51:[70, 27, 62, 86], Operations: []
Exploring Operation: 70+27=97, Resulting Numbers: [62, 86, 97]
Generated Node #2: [62, 86, 97] from Operation: 70+27=97
Current State: 51:[62, 86, 97], Operations: ['70+27=97']
Exploring Operation: 62+86=148, Resulting Numbers: [97, 148]
Generated Node #3: [97, 148] fr... | 4 |
[
10,
27,
40,
62
] | 93 | [
"40/10=4",
"27+62=89",
"4+89=93"
] | Current State: 93:[10, 27, 40, 62], Operations: []
Exploring Operation: 40/10=4, Resulting Numbers: [27, 62, 4]
Generated Node #2: [27, 62, 4] from Operation: 40/10=4
Current State: 93:[27, 62, 4], Operations: ['40/10=4']
Exploring Operation: 27+62=89, Resulting Numbers: [4, 89]
Generated Node #3: [4, 89] from Operatio... | 4 |
[
82,
32,
93,
3
] | 79 | [
"82+93=175",
"32*3=96",
"175-96=79"
] | Current State: 79:[82, 32, 93, 3], Operations: []
Exploring Operation: 82+93=175, Resulting Numbers: [32, 3, 175]
Generated Node #2: [32, 3, 175] from Operation: 82+93=175
Current State: 79:[32, 3, 175], Operations: ['82+93=175']
Exploring Operation: 32*3=96, Resulting Numbers: [175, 96]
Generated Node #3: [175, 96] fr... | 4 |
[
1,
95,
88,
97
] | 91 | [
"95-1=94",
"88+97=185",
"185-94=91"
] | Current State: 91:[1, 95, 88, 97], Operations: []
Exploring Operation: 95-1=94, Resulting Numbers: [88, 97, 94]
Generated Node #2: [88, 97, 94] from Operation: 95-1=94
Current State: 91:[88, 97, 94], Operations: ['95-1=94']
Exploring Operation: 88+97=185, Resulting Numbers: [94, 185]
Generated Node #3: [94, 185] from O... | 4 |
[
64,
28,
20,
47
] | 63 | [
"64-28=36",
"47-20=27",
"36+27=63"
] | Current State: 63:[64, 28, 20, 47], Operations: []
Exploring Operation: 64-28=36, Resulting Numbers: [20, 47, 36]
Generated Node #2: [20, 47, 36] from Operation: 64-28=36
Current State: 63:[20, 47, 36], Operations: ['64-28=36']
Exploring Operation: 47-20=27, Resulting Numbers: [36, 27]
Generated Node #3: [36, 27] from ... | 4 |
[
7,
84,
2,
40
] | 54 | [
"84/7=12",
"2+40=42",
"12+42=54"
] | Current State: 54:[7, 84, 2, 40], Operations: []
Exploring Operation: 84/7=12, Resulting Numbers: [2, 40, 12]
Generated Node #2: [2, 40, 12] from Operation: 84/7=12
Current State: 54:[2, 40, 12], Operations: ['84/7=12']
Exploring Operation: 2+40=42, Resulting Numbers: [12, 42]
Generated Node #3: [12, 42] from Operation... | 4 |
[
86,
90,
2,
81
] | 40 | [
"86-81=5",
"90/2=45",
"45-5=40"
] | Current State: 40:[86, 90, 2, 81], Operations: []
Exploring Operation: 86-81=5, Resulting Numbers: [90, 2, 5]
Generated Node #2: [90, 2, 5] from Operation: 86-81=5
Current State: 40:[90, 2, 5], Operations: ['86-81=5']
Exploring Operation: 90/2=45, Resulting Numbers: [5, 45]
Generated Node #3: [5, 45] from Operation: 90... | 4 |
[
3,
83,
4,
24
] | 26 | [
"83-3=80",
"24+80=104",
"104/4=26"
] | Current State: 26:[3, 83, 4, 24], Operations: []
Exploring Operation: 83-3=80, Resulting Numbers: [4, 24, 80]
Generated Node #2: [4, 24, 80] from Operation: 83-3=80
Current State: 26:[4, 24, 80], Operations: ['83-3=80']
Exploring Operation: 24+80=104, Resulting Numbers: [4, 104]
Generated Node #3: [4, 104] from Operati... | 4 |
[
19,
54,
90,
4
] | 17 | [
"54+90=144",
"144/4=36",
"36-19=17"
] | Current State: 17:[19, 54, 90, 4], Operations: []
Exploring Operation: 54+90=144, Resulting Numbers: [19, 4, 144]
Generated Node #2: [19, 4, 144] from Operation: 54+90=144
Current State: 17:[19, 4, 144], Operations: ['54+90=144']
Exploring Operation: 144/4=36, Resulting Numbers: [19, 36]
Generated Node #3: [19, 36] fro... | 4 |
[
22,
22,
56,
28
] | 28 | [
"22-22=0",
"56-28=28",
"0+28=28"
] | Current State: 28:[22, 22, 56, 28], Operations: []
Exploring Operation: 22-22=0, Resulting Numbers: [56, 28, 0]
Generated Node #2: [56, 28, 0] from Operation: 22-22=0
Current State: 28:[56, 28, 0], Operations: ['22-22=0']
Exploring Operation: 56-28=28, Resulting Numbers: [0, 28]
Generated Node #3: [0, 28] from Operatio... | 4 |
[
89,
90,
91,
82
] | 74 | [
"91-89=2",
"82*2=164",
"164-90=74"
] | Current State: 74:[89, 90, 91, 82], Operations: []
Exploring Operation: 91-89=2, Resulting Numbers: [90, 82, 2]
Generated Node #2: [90, 82, 2] from Operation: 91-89=2
Current State: 74:[90, 82, 2], Operations: ['91-89=2']
Exploring Operation: 82*2=164, Resulting Numbers: [90, 164]
Generated Node #3: [90, 164] from Oper... | 4 |
[
59,
2,
87,
24
] | 79 | [
"59+24=83",
"2*83=166",
"166-87=79"
] | Current State: 79:[59, 2, 87, 24], Operations: []
Exploring Operation: 59+24=83, Resulting Numbers: [2, 87, 83]
Generated Node #2: [2, 87, 83] from Operation: 59+24=83
Current State: 79:[2, 87, 83], Operations: ['59+24=83']
Exploring Operation: 2*83=166, Resulting Numbers: [87, 166]
Generated Node #3: [87, 166] from Op... | 4 |
[
7,
68,
96,
83
] | 23 | [
"96-83=13",
"7*13=91",
"91-68=23"
] | Current State: 23:[7, 68, 96, 83], Operations: []
Exploring Operation: 96-83=13, Resulting Numbers: [7, 68, 13]
Generated Node #2: [7, 68, 13] from Operation: 96-83=13
Current State: 23:[7, 68, 13], Operations: ['96-83=13']
Exploring Operation: 7*13=91, Resulting Numbers: [68, 91]
Generated Node #3: [68, 91] from Opera... | 4 |
[
57,
62,
10,
85
] | 80 | [
"62-57=5",
"85-10=75",
"5+75=80"
] | Current State: 80:[57, 62, 10, 85], Operations: []
Exploring Operation: 62-57=5, Resulting Numbers: [10, 85, 5]
Generated Node #2: [10, 85, 5] from Operation: 62-57=5
Current State: 80:[10, 85, 5], Operations: ['62-57=5']
Exploring Operation: 85-10=75, Resulting Numbers: [5, 75]
Generated Node #3: [5, 75] from Operatio... | 4 |
[
39,
51,
56,
30
] | 59 | [
"39+51=90",
"90/30=3",
"56+3=59"
] | Current State: 59:[39, 51, 56, 30], Operations: []
Exploring Operation: 39+51=90, Resulting Numbers: [56, 30, 90]
Generated Node #2: [56, 30, 90] from Operation: 39+51=90
Current State: 59:[56, 30, 90], Operations: ['39+51=90']
Exploring Operation: 90/30=3, Resulting Numbers: [56, 3]
Generated Node #3: [56, 3] from Ope... | 4 |
[
26,
59,
83,
25
] | 25 | [
"59-26=33",
"83-25=58",
"58-33=25"
] | Current State: 25:[26, 59, 83, 25], Operations: []
Exploring Operation: 59-26=33, Resulting Numbers: [83, 25, 33]
Generated Node #2: [83, 25, 33] from Operation: 59-26=33
Current State: 25:[83, 25, 33], Operations: ['59-26=33']
Exploring Operation: 83-25=58, Resulting Numbers: [33, 58]
Generated Node #3: [33, 58] from ... | 4 |
[
70,
36,
61,
14
] | 41 | [
"70-36=34",
"61+14=75",
"75-34=41"
] | Current State: 41:[70, 36, 61, 14], Operations: []
Exploring Operation: 70-36=34, Resulting Numbers: [61, 14, 34]
Generated Node #2: [61, 14, 34] from Operation: 70-36=34
Current State: 41:[61, 14, 34], Operations: ['70-36=34']
Exploring Operation: 61+14=75, Resulting Numbers: [34, 75]
Generated Node #3: [34, 75] from ... | 4 |
[
1,
87,
93,
78
] | 71 | [
"87-1=86",
"93-78=15",
"86-15=71"
] | Current State: 71:[1, 87, 93, 78], Operations: []
Exploring Operation: 87-1=86, Resulting Numbers: [93, 78, 86]
Generated Node #2: [93, 78, 86] from Operation: 87-1=86
Current State: 71:[93, 78, 86], Operations: ['87-1=86']
Exploring Operation: 93-78=15, Resulting Numbers: [86, 15]
Generated Node #3: [86, 15] from Oper... | 4 |
[
4,
62,
23,
14
] | 42 | [
"62+14=76",
"76/4=19",
"23+19=42"
] | Current State: 42:[4, 62, 23, 14], Operations: []
Exploring Operation: 62+14=76, Resulting Numbers: [4, 23, 76]
Generated Node #2: [4, 23, 76] from Operation: 62+14=76
Current State: 42:[4, 23, 76], Operations: ['62+14=76']
Exploring Operation: 76/4=19, Resulting Numbers: [23, 19]
Generated Node #3: [23, 19] from Opera... | 4 |
[
45,
16,
61,
81
] | 80 | [
"45+16=61",
"61/61=1",
"81-1=80"
] | Current State: 80:[45, 16, 61, 81], Operations: []
Exploring Operation: 45+16=61, Resulting Numbers: [61, 81, 61]
Generated Node #2: [61, 81, 61] from Operation: 45+16=61
Current State: 80:[61, 81, 61], Operations: ['45+16=61']
Exploring Operation: 61/61=1, Resulting Numbers: [81, 1]
Generated Node #3: [81, 1] from Ope... | 4 |
[
9,
79,
37,
44
] | 81 | [
"9+79=88",
"44-37=7",
"88-7=81"
] | Current State: 81:[9, 79, 37, 44], Operations: []
Exploring Operation: 9+79=88, Resulting Numbers: [37, 44, 88]
Generated Node #2: [37, 44, 88] from Operation: 9+79=88
Current State: 81:[37, 44, 88], Operations: ['9+79=88']
Exploring Operation: 44-37=7, Resulting Numbers: [88, 7]
Generated Node #3: [88, 7] from Operati... | 4 |
[
42,
90,
29,
3
] | 22 | [
"90-42=48",
"29-3=26",
"48-26=22"
] | Current State: 22:[42, 90, 29, 3], Operations: []
Exploring Operation: 90-42=48, Resulting Numbers: [29, 3, 48]
Generated Node #2: [29, 3, 48] from Operation: 90-42=48
Current State: 22:[29, 3, 48], Operations: ['90-42=48']
Exploring Operation: 29-3=26, Resulting Numbers: [48, 26]
Generated Node #3: [48, 26] from Opera... | 4 |
[
25,
67,
62,
76
] | 81 | [
"67-62=5",
"25/5=5",
"76+5=81"
] | Current State: 81:[25, 67, 62, 76], Operations: []
Exploring Operation: 67-62=5, Resulting Numbers: [25, 76, 5]
Generated Node #2: [25, 76, 5] from Operation: 67-62=5
Current State: 81:[25, 76, 5], Operations: ['67-62=5']
Exploring Operation: 25/5=5, Resulting Numbers: [76, 5]
Generated Node #3: [76, 5] from Operation:... | 4 |
[
81,
85,
20,
84
] | 35 | [
"84-81=3",
"85+20=105",
"105/3=35"
] | Current State: 35:[81, 85, 20, 84], Operations: []
Exploring Operation: 84-81=3, Resulting Numbers: [85, 20, 3]
Generated Node #2: [85, 20, 3] from Operation: 84-81=3
Current State: 35:[85, 20, 3], Operations: ['84-81=3']
Exploring Operation: 85+20=105, Resulting Numbers: [3, 105]
Generated Node #3: [3, 105] from Opera... | 4 |
[
28,
3,
8,
53
] | 92 | [
"28+3=31",
"8+53=61",
"31+61=92"
] | Current State: 92:[28, 3, 8, 53], Operations: []
Exploring Operation: 28+3=31, Resulting Numbers: [8, 53, 31]
Generated Node #2: [8, 53, 31] from Operation: 28+3=31
Current State: 92:[8, 53, 31], Operations: ['28+3=31']
Exploring Operation: 8+53=61, Resulting Numbers: [31, 61]
Generated Node #3: [31, 61] from Operation... | 4 |
[
19,
7,
70,
2
] | 58 | [
"70/7=10",
"19+10=29",
"2*29=58"
] | Current State: 58:[19, 7, 70, 2], Operations: []
Exploring Operation: 70/7=10, Resulting Numbers: [19, 2, 10]
Generated Node #2: [19, 2, 10] from Operation: 70/7=10
Current State: 58:[19, 2, 10], Operations: ['70/7=10']
Exploring Operation: 19+10=29, Resulting Numbers: [2, 29]
Generated Node #3: [2, 29] from Operation:... | 4 |
[
3,
3,
12,
2
] | 14 | [
"3-3=0",
"12+2=14",
"0+14=14"
] | Current State: 14:[3, 3, 12, 2], Operations: []
Exploring Operation: 3-3=0, Resulting Numbers: [12, 2, 0]
Generated Node #2: [12, 2, 0] from Operation: 3-3=0
Current State: 14:[12, 2, 0], Operations: ['3-3=0']
Exploring Operation: 12+2=14, Resulting Numbers: [0, 14]
Generated Node #3: [0, 14] from Operation: 12+2=14
Cu... | 4 |
[
7,
65,
14,
21
] | 48 | [
"7+65=72",
"14*72=1008",
"1008/21=48"
] | Current State: 48:[7, 65, 14, 21], Operations: []
Exploring Operation: 7+65=72, Resulting Numbers: [14, 21, 72]
Generated Node #2: [14, 21, 72] from Operation: 7+65=72
Current State: 48:[14, 21, 72], Operations: ['7+65=72']
Exploring Operation: 14*72=1008, Resulting Numbers: [21, 1008]
Generated Node #3: [21, 1008] fro... | 4 |
[
3,
62,
6,
81
] | 83 | [
"81/3=27",
"62-6=56",
"27+56=83"
] | Current State: 83:[3, 62, 6, 81], Operations: []
Exploring Operation: 81/3=27, Resulting Numbers: [62, 6, 27]
Generated Node #2: [62, 6, 27] from Operation: 81/3=27
Current State: 83:[62, 6, 27], Operations: ['81/3=27']
Exploring Operation: 62-6=56, Resulting Numbers: [27, 56]
Generated Node #3: [27, 56] from Operation... | 4 |
[
97,
76,
94,
90
] | 88 | [
"94*90=8460",
"76+8460=8536",
"8536/97=88"
] | Current State: 88:[97, 76, 94, 90], Operations: []
Exploring Operation: 94*90=8460, Resulting Numbers: [97, 76, 8460]
Generated Node #2: [97, 76, 8460] from Operation: 94*90=8460
Current State: 88:[97, 76, 8460], Operations: ['94*90=8460']
Exploring Operation: 76+8460=8536, Resulting Numbers: [97, 8536]
Generated Node ... | 4 |
[
49,
13,
98,
3
] | 19 | [
"98/49=2",
"3*2=6",
"13+6=19"
] | Current State: 19:[49, 13, 98, 3], Operations: []
Exploring Operation: 98/49=2, Resulting Numbers: [13, 3, 2]
Generated Node #2: [13, 3, 2] from Operation: 98/49=2
Current State: 19:[13, 3, 2], Operations: ['98/49=2']
Exploring Operation: 3*2=6, Resulting Numbers: [13, 6]
Generated Node #3: [13, 6] from Operation: 3*2=... | 4 |
[
80,
17,
39,
38
] | 62 | [
"80-17=63",
"39-38=1",
"63-1=62"
] | Current State: 62:[80, 17, 39, 38], Operations: []
Exploring Operation: 80-17=63, Resulting Numbers: [39, 38, 63]
Generated Node #2: [39, 38, 63] from Operation: 80-17=63
Current State: 62:[39, 38, 63], Operations: ['80-17=63']
Exploring Operation: 39-38=1, Resulting Numbers: [63, 1]
Generated Node #3: [63, 1] from Ope... | 4 |
[
94,
96,
32,
8
] | 90 | [
"32-8=24",
"96/24=4",
"94-4=90"
] | Current State: 90:[94, 96, 32, 8], Operations: []
Exploring Operation: 32-8=24, Resulting Numbers: [94, 96, 24]
Generated Node #2: [94, 96, 24] from Operation: 32-8=24
Current State: 90:[94, 96, 24], Operations: ['32-8=24']
Exploring Operation: 96/24=4, Resulting Numbers: [94, 4]
Generated Node #3: [94, 4] from Operati... | 4 |
[
61,
45,
74,
70
] | 67 | [
"61+74=135",
"135/45=3",
"70-3=67"
] | Current State: 67:[61, 45, 74, 70], Operations: []
Exploring Operation: 61+74=135, Resulting Numbers: [45, 70, 135]
Generated Node #2: [45, 70, 135] from Operation: 61+74=135
Current State: 67:[45, 70, 135], Operations: ['61+74=135']
Exploring Operation: 135/45=3, Resulting Numbers: [70, 3]
Generated Node #3: [70, 3] f... | 4 |
[
62,
52,
15,
49
] | 26 | [
"62-15=47",
"49-47=2",
"52/2=26"
] | Current State: 26:[62, 52, 15, 49], Operations: []
Exploring Operation: 62-15=47, Resulting Numbers: [52, 49, 47]
Generated Node #2: [52, 49, 47] from Operation: 62-15=47
Current State: 26:[52, 49, 47], Operations: ['62-15=47']
Exploring Operation: 49-47=2, Resulting Numbers: [52, 2]
Generated Node #3: [52, 2] from Ope... | 4 |
[
15,
10,
20,
48
] | 12 | [
"15-10=5",
"20/5=4",
"48/4=12"
] | Current State: 12:[15, 10, 20, 48], Operations: []
Exploring Operation: 15-10=5, Resulting Numbers: [20, 48, 5]
Generated Node #2: [20, 48, 5] from Operation: 15-10=5
Current State: 12:[20, 48, 5], Operations: ['15-10=5']
Exploring Operation: 20/5=4, Resulting Numbers: [48, 4]
Generated Node #3: [48, 4] from Operation:... | 4 |
[
45,
93,
10,
41
] | 99 | [
"93-45=48",
"10+41=51",
"48+51=99"
] | Current State: 99:[45, 93, 10, 41], Operations: []
Exploring Operation: 93-45=48, Resulting Numbers: [10, 41, 48]
Generated Node #2: [10, 41, 48] from Operation: 93-45=48
Current State: 99:[10, 41, 48], Operations: ['93-45=48']
Exploring Operation: 10+41=51, Resulting Numbers: [48, 51]
Generated Node #3: [48, 51] from ... | 4 |
[
46,
2,
39,
10
] | 33 | [
"46-10=36",
"2*36=72",
"72-39=33"
] | Current State: 33:[46, 2, 39, 10], Operations: []
Exploring Operation: 46-10=36, Resulting Numbers: [2, 39, 36]
Generated Node #2: [2, 39, 36] from Operation: 46-10=36
Current State: 33:[2, 39, 36], Operations: ['46-10=36']
Exploring Operation: 2*36=72, Resulting Numbers: [39, 72]
Generated Node #3: [39, 72] from Opera... | 4 |
[
6,
93,
9,
96
] | 61 | [
"9-6=3",
"96/3=32",
"93-32=61"
] | Current State: 61:[6, 93, 9, 96], Operations: []
Exploring Operation: 9-6=3, Resulting Numbers: [93, 96, 3]
Generated Node #2: [93, 96, 3] from Operation: 9-6=3
Current State: 61:[93, 96, 3], Operations: ['9-6=3']
Exploring Operation: 96/3=32, Resulting Numbers: [93, 32]
Generated Node #3: [93, 32] from Operation: 96/3... | 4 |
[
99,
52,
30,
5
] | 53 | [
"99-52=47",
"30/5=6",
"47+6=53"
] | Current State: 53:[99, 52, 30, 5], Operations: []
Exploring Operation: 99-52=47, Resulting Numbers: [30, 5, 47]
Generated Node #2: [30, 5, 47] from Operation: 99-52=47
Current State: 53:[30, 5, 47], Operations: ['99-52=47']
Exploring Operation: 30/5=6, Resulting Numbers: [47, 6]
Generated Node #3: [47, 6] from Operatio... | 4 |
[
2,
42,
58,
20
] | 51 | [
"58/2=29",
"42-20=22",
"29+22=51"
] | Current State: 51:[2, 42, 58, 20], Operations: []
Exploring Operation: 58/2=29, Resulting Numbers: [42, 20, 29]
Generated Node #2: [42, 20, 29] from Operation: 58/2=29
Current State: 51:[42, 20, 29], Operations: ['58/2=29']
Exploring Operation: 42-20=22, Resulting Numbers: [29, 22]
Generated Node #3: [29, 22] from Oper... | 4 |
[
73,
49,
29,
48
] | 58 | [
"73-49=24",
"29*48=1392",
"1392/24=58"
] | Current State: 58:[73, 49, 29, 48], Operations: []
Exploring Operation: 73-49=24, Resulting Numbers: [29, 48, 24]
Generated Node #2: [29, 48, 24] from Operation: 73-49=24
Current State: 58:[29, 48, 24], Operations: ['73-49=24']
Exploring Operation: 29*48=1392, Resulting Numbers: [24, 1392]
Generated Node #3: [24, 1392]... | 4 |
[
54,
16,
51,
22
] | 50 | [
"54-51=3",
"22*3=66",
"66-16=50"
] | Current State: 50:[54, 16, 51, 22], Operations: []
Exploring Operation: 54-51=3, Resulting Numbers: [16, 22, 3]
Generated Node #2: [16, 22, 3] from Operation: 54-51=3
Current State: 50:[16, 22, 3], Operations: ['54-51=3']
Exploring Operation: 22*3=66, Resulting Numbers: [16, 66]
Generated Node #3: [16, 66] from Operati... | 4 |
[
29,
61,
28,
26
] | 11 | [
"29-26=3",
"61-28=33",
"33/3=11"
] | Current State: 11:[29, 61, 28, 26], Operations: []
Exploring Operation: 29-26=3, Resulting Numbers: [61, 28, 3]
Generated Node #2: [61, 28, 3] from Operation: 29-26=3
Current State: 11:[61, 28, 3], Operations: ['29-26=3']
Exploring Operation: 61-28=33, Resulting Numbers: [3, 33]
Generated Node #3: [3, 33] from Operatio... | 4 |
[
57,
70,
60,
26
] | 52 | [
"70+60=130",
"130/26=5",
"57-5=52"
] | Current State: 52:[57, 70, 60, 26], Operations: []
Exploring Operation: 70+60=130, Resulting Numbers: [57, 26, 130]
Generated Node #2: [57, 26, 130] from Operation: 70+60=130
Current State: 52:[57, 26, 130], Operations: ['70+60=130']
Exploring Operation: 130/26=5, Resulting Numbers: [57, 5]
Generated Node #3: [57, 5] f... | 4 |
[
3,
33,
24,
11
] | 46 | [
"33/3=11",
"24+11=35",
"11+35=46"
] | Current State: 46:[3, 33, 24, 11], Operations: []
Exploring Operation: 33/3=11, Resulting Numbers: [24, 11, 11]
Generated Node #2: [24, 11, 11] from Operation: 33/3=11
Current State: 46:[24, 11, 11], Operations: ['33/3=11']
Exploring Operation: 24+11=35, Resulting Numbers: [35]
35,46 equal: Goal Reached
Exploring Opera... | 4 |
[
2,
54,
80,
47
] | 68 | [
"2*47=94",
"80-54=26",
"94-26=68"
] | Current State: 68:[2, 54, 80, 47], Operations: []
Exploring Operation: 2*47=94, Resulting Numbers: [54, 80, 94]
Generated Node #2: [54, 80, 94] from Operation: 2*47=94
Current State: 68:[54, 80, 94], Operations: ['2*47=94']
Exploring Operation: 80-54=26, Resulting Numbers: [94, 26]
Generated Node #3: [94, 26] from Oper... | 4 |
[
39,
17,
63,
72
] | 66 | [
"39+63=102",
"102/17=6",
"72-6=66"
] | Current State: 66:[39, 17, 63, 72], Operations: []
Exploring Operation: 39+63=102, Resulting Numbers: [17, 72, 102]
Generated Node #2: [17, 72, 102] from Operation: 39+63=102
Current State: 66:[17, 72, 102], Operations: ['39+63=102']
Exploring Operation: 102/17=6, Resulting Numbers: [72, 6]
Generated Node #3: [72, 6] f... | 4 |
[
33,
26,
29,
52
] | 64 | [
"33+29=62",
"52/26=2",
"62+2=64"
] | Current State: 64:[33, 26, 29, 52], Operations: []
Exploring Operation: 33+29=62, Resulting Numbers: [26, 52, 62]
Generated Node #2: [26, 52, 62] from Operation: 33+29=62
Current State: 64:[26, 52, 62], Operations: ['33+29=62']
Exploring Operation: 52/26=2, Resulting Numbers: [62, 2]
Generated Node #3: [62, 2] from Ope... | 4 |
[
22,
44,
77,
17
] | 38 | [
"44-22=22",
"77-17=60",
"60-22=38"
] | Current State: 38:[22, 44, 77, 17], Operations: []
Exploring Operation: 44-22=22, Resulting Numbers: [77, 17, 22]
Generated Node #2: [77, 17, 22] from Operation: 44-22=22
Current State: 38:[77, 17, 22], Operations: ['44-22=22']
Exploring Operation: 77-17=60, Resulting Numbers: [22, 60]
Generated Node #3: [22, 60] from ... | 4 |
[
9,
68,
35,
6
] | 67 | [
"9*68=612",
"612/6=102",
"102-35=67"
] | Current State: 67:[9, 68, 35, 6], Operations: []
Exploring Operation: 9*68=612, Resulting Numbers: [35, 6, 612]
Generated Node #2: [35, 6, 612] from Operation: 9*68=612
Current State: 67:[35, 6, 612], Operations: ['9*68=612']
Exploring Operation: 612/6=102, Resulting Numbers: [35, 102]
Generated Node #3: [35, 102] from... | 4 |
[
25,
31,
21,
55
] | 64 | [
"25*55=1375",
"1375-31=1344",
"1344/21=64"
] | Current State: 64:[25, 31, 21, 55], Operations: []
Exploring Operation: 25*55=1375, Resulting Numbers: [31, 21, 1375]
Generated Node #2: [31, 21, 1375] from Operation: 25*55=1375
Current State: 64:[31, 21, 1375], Operations: ['25*55=1375']
Exploring Operation: 1375-31=1344, Resulting Numbers: [21, 1344]
Generated Node ... | 4 |
[
4,
34,
14,
58
] | 53 | [
"34-14=20",
"20/4=5",
"58-5=53"
] | Current State: 53:[4, 34, 14, 58], Operations: []
Exploring Operation: 34-14=20, Resulting Numbers: [4, 58, 20]
Generated Node #2: [4, 58, 20] from Operation: 34-14=20
Current State: 53:[4, 58, 20], Operations: ['34-14=20']
Exploring Operation: 20/4=5, Resulting Numbers: [58, 5]
Generated Node #3: [58, 5] from Operatio... | 4 |
[
5,
59,
70,
51
] | 36 | [
"59+70=129",
"51+129=180",
"180/5=36"
] | Current State: 36:[5, 59, 70, 51], Operations: []
Exploring Operation: 59+70=129, Resulting Numbers: [5, 51, 129]
Generated Node #2: [5, 51, 129] from Operation: 59+70=129
Current State: 36:[5, 51, 129], Operations: ['59+70=129']
Exploring Operation: 51+129=180, Resulting Numbers: [5, 180]
Generated Node #3: [5, 180] f... | 4 |
[
48,
12,
34,
52
] | 42 | [
"48+12=60",
"52-34=18",
"60-18=42"
] | Current State: 42:[48, 12, 34, 52], Operations: []
Exploring Operation: 48+12=60, Resulting Numbers: [34, 52, 60]
Generated Node #2: [34, 52, 60] from Operation: 48+12=60
Current State: 42:[34, 52, 60], Operations: ['48+12=60']
Exploring Operation: 52-34=18, Resulting Numbers: [60, 18]
Generated Node #3: [60, 18] from ... | 4 |
[
44,
20,
22,
43
] | 33 | [
"44/22=2",
"20/2=10",
"43-10=33"
] | Current State: 33:[44, 20, 22, 43], Operations: []
Exploring Operation: 44/22=2, Resulting Numbers: [20, 43, 2]
Generated Node #2: [20, 43, 2] from Operation: 44/22=2
Current State: 33:[20, 43, 2], Operations: ['44/22=2']
Exploring Operation: 20/2=10, Resulting Numbers: [43, 10]
Generated Node #3: [43, 10] from Operati... | 4 |
[
89,
79,
46,
10
] | 47 | [
"89-79=10",
"10/10=1",
"46+1=47"
] | Current State: 47:[89, 79, 46, 10], Operations: []
Exploring Operation: 89-79=10, Resulting Numbers: [46, 10, 10]
Generated Node #2: [46, 10, 10] from Operation: 89-79=10
Current State: 47:[46, 10, 10], Operations: ['89-79=10']
Exploring Operation: 10/10=1, Resulting Numbers: [46, 1]
Generated Node #3: [46, 1] from Ope... | 4 |
[
50,
63,
15,
39
] | 89 | [
"50+63=113",
"39-15=24",
"113-24=89"
] | Current State: 89:[50, 63, 15, 39], Operations: []
Exploring Operation: 50+63=113, Resulting Numbers: [15, 39, 113]
Generated Node #2: [15, 39, 113] from Operation: 50+63=113
Current State: 89:[15, 39, 113], Operations: ['50+63=113']
Exploring Operation: 39-15=24, Resulting Numbers: [113, 24]
Generated Node #3: [113, 2... | 4 |
[
68,
7,
66,
50
] | 10 | [
"68-7=61",
"66-61=5",
"50/5=10"
] | Current State: 10:[68, 7, 66, 50], Operations: []
Exploring Operation: 68-7=61, Resulting Numbers: [66, 50, 61]
Generated Node #2: [66, 50, 61] from Operation: 68-7=61
Current State: 10:[66, 50, 61], Operations: ['68-7=61']
Exploring Operation: 66-61=5, Resulting Numbers: [50, 5]
Generated Node #3: [50, 5] from Operati... | 4 |
[
50,
4,
68,
40
] | 28 | [
"68-50=18",
"40/4=10",
"18+10=28"
] | Current State: 28:[50, 4, 68, 40], Operations: []
Exploring Operation: 68-50=18, Resulting Numbers: [4, 40, 18]
Generated Node #2: [4, 40, 18] from Operation: 68-50=18
Current State: 28:[4, 40, 18], Operations: ['68-50=18']
Exploring Operation: 40/4=10, Resulting Numbers: [18, 10]
Generated Node #3: [18, 10] from Opera... | 4 |
[
42,
21,
90,
65
] | 45 | [
"42+21=63",
"65-63=2",
"90/2=45"
] | Current State: 45:[42, 21, 90, 65], Operations: []
Exploring Operation: 42+21=63, Resulting Numbers: [90, 65, 63]
Generated Node #2: [90, 65, 63] from Operation: 42+21=63
Current State: 45:[90, 65, 63], Operations: ['42+21=63']
Exploring Operation: 65-63=2, Resulting Numbers: [90, 2]
Generated Node #3: [90, 2] from Ope... | 4 |
[
5,
62,
81,
14
] | 25 | [
"81-62=19",
"19-14=5",
"5*5=25"
] | Current State: 25:[5, 62, 81, 14], Operations: []
Exploring Operation: 81-62=19, Resulting Numbers: [5, 14, 19]
Generated Node #2: [5, 14, 19] from Operation: 81-62=19
Current State: 25:[5, 14, 19], Operations: ['81-62=19']
Exploring Operation: 19-14=5, Resulting Numbers: [5, 5]
Generated Node #3: [5, 5] from Operation... | 4 |
[
34,
68,
6,
6
] | 35 | [
"68-34=34",
"6/6=1",
"34+1=35"
] | Current State: 35:[34, 68, 6, 6], Operations: []
Exploring Operation: 68-34=34, Resulting Numbers: [6, 6, 34]
Generated Node #2: [6, 6, 34] from Operation: 68-34=34
Current State: 35:[6, 6, 34], Operations: ['68-34=34']
Exploring Operation: 6/6=1, Resulting Numbers: [34, 1]
Generated Node #3: [34, 1] from Operation: 6/... | 4 |
[
58,
93,
62,
30
] | 78 | [
"62*30=1860",
"1860/93=20",
"58+20=78"
] | Current State: 78:[58, 93, 62, 30], Operations: []
Exploring Operation: 62*30=1860, Resulting Numbers: [58, 93, 1860]
Generated Node #2: [58, 93, 1860] from Operation: 62*30=1860
Current State: 78:[58, 93, 1860], Operations: ['62*30=1860']
Exploring Operation: 1860/93=20, Resulting Numbers: [58, 20]
Generated Node #3: ... | 4 |
[
70,
33,
46,
29
] | 54 | [
"70-33=37",
"46-29=17",
"37+17=54"
] | Current State: 54:[70, 33, 46, 29], Operations: []
Exploring Operation: 70-33=37, Resulting Numbers: [46, 29, 37]
Generated Node #2: [46, 29, 37] from Operation: 70-33=37
Current State: 54:[46, 29, 37], Operations: ['70-33=37']
Exploring Operation: 46-29=17, Resulting Numbers: [37, 17]
Generated Node #3: [37, 17] from ... | 4 |
[
51,
65,
8,
40
] | 19 | [
"65-51=14",
"40/8=5",
"14+5=19"
] | Current State: 19:[51, 65, 8, 40], Operations: []
Exploring Operation: 65-51=14, Resulting Numbers: [8, 40, 14]
Generated Node #2: [8, 40, 14] from Operation: 65-51=14
Current State: 19:[8, 40, 14], Operations: ['65-51=14']
Exploring Operation: 40/8=5, Resulting Numbers: [14, 5]
Generated Node #3: [14, 5] from Operatio... | 4 |
[
7,
71,
2,
22
] | 89 | [
"7+71=78",
"22/2=11",
"78+11=89"
] | Current State: 89:[7, 71, 2, 22], Operations: []
Exploring Operation: 7+71=78, Resulting Numbers: [2, 22, 78]
Generated Node #2: [2, 22, 78] from Operation: 7+71=78
Current State: 89:[2, 22, 78], Operations: ['7+71=78']
Exploring Operation: 22/2=11, Resulting Numbers: [78, 11]
Generated Node #3: [78, 11] from Operation... | 4 |
[
8,
80,
82,
55
] | 59 | [
"82-80=2",
"8/2=4",
"55+4=59"
] | Current State: 59:[8, 80, 82, 55], Operations: []
Exploring Operation: 82-80=2, Resulting Numbers: [8, 55, 2]
Generated Node #2: [8, 55, 2] from Operation: 82-80=2
Current State: 59:[8, 55, 2], Operations: ['82-80=2']
Exploring Operation: 8/2=4, Resulting Numbers: [55, 4]
Generated Node #3: [55, 4] from Operation: 8/2=... | 4 |
[
39,
7,
95,
38
] | 89 | [
"39-7=32",
"95-38=57",
"32+57=89"
] | Current State: 89:[39, 7, 95, 38], Operations: []
Exploring Operation: 39-7=32, Resulting Numbers: [95, 38, 32]
Generated Node #2: [95, 38, 32] from Operation: 39-7=32
Current State: 89:[95, 38, 32], Operations: ['39-7=32']
Exploring Operation: 95-38=57, Resulting Numbers: [32, 57]
Generated Node #3: [32, 57] from Oper... | 4 |
[
21,
13,
59,
25
] | 26 | [
"21-13=8",
"59-25=34",
"34-8=26"
] | Current State: 26:[21, 13, 59, 25], Operations: []
Exploring Operation: 21-13=8, Resulting Numbers: [59, 25, 8]
Generated Node #2: [59, 25, 8] from Operation: 21-13=8
Current State: 26:[59, 25, 8], Operations: ['21-13=8']
Exploring Operation: 59-25=34, Resulting Numbers: [8, 34]
Generated Node #3: [8, 34] from Operatio... | 4 |
[
22,
20,
4,
56
] | 30 | [
"22-20=2",
"4+56=60",
"60/2=30"
] | Current State: 30:[22, 20, 4, 56], Operations: []
Exploring Operation: 22-20=2, Resulting Numbers: [4, 56, 2]
Generated Node #2: [4, 56, 2] from Operation: 22-20=2
Current State: 30:[4, 56, 2], Operations: ['22-20=2']
Exploring Operation: 4+56=60, Resulting Numbers: [2, 60]
Generated Node #3: [2, 60] from Operation: 4+... | 4 |
[
53,
22,
83,
44
] | 28 | [
"83-53=30",
"44/22=2",
"30-2=28"
] | Current State: 28:[53, 22, 83, 44], Operations: []
Exploring Operation: 83-53=30, Resulting Numbers: [22, 44, 30]
Generated Node #2: [22, 44, 30] from Operation: 83-53=30
Current State: 28:[22, 44, 30], Operations: ['83-53=30']
Exploring Operation: 44/22=2, Resulting Numbers: [30, 2]
Generated Node #3: [30, 2] from Ope... | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.