nums listlengths 4 4 | target int64 10 100 | solution listlengths 3 3 | optimal_path stringlengths 282 529 | start_size int64 4 4 |
|---|---|---|---|---|
[
92,
90,
1,
50
] | 48 | [
"92-90=2",
"1*50=50",
"50-2=48"
] | Current State: 48:[92, 90, 1, 50], Operations: []
Exploring Operation: 92-90=2, Resulting Numbers: [1, 50, 2]
Generated Node #2: [1, 50, 2] from Operation: 92-90=2
Current State: 48:[1, 50, 2], Operations: ['92-90=2']
Exploring Operation: 1*50=50, Resulting Numbers: [2, 50]
Generated Node #3: [2, 50] from Operation: 1*... | 4 |
[
73,
17,
28,
94
] | 47 | [
"73-17=56",
"28*94=2632",
"2632/56=47"
] | Current State: 47:[73, 17, 28, 94], Operations: []
Exploring Operation: 73-17=56, Resulting Numbers: [28, 94, 56]
Generated Node #2: [28, 94, 56] from Operation: 73-17=56
Current State: 47:[28, 94, 56], Operations: ['73-17=56']
Exploring Operation: 28*94=2632, Resulting Numbers: [56, 2632]
Generated Node #3: [56, 2632]... | 4 |
[
87,
95,
11,
17
] | 48 | [
"95-87=8",
"17-11=6",
"8*6=48"
] | Current State: 48:[87, 95, 11, 17], Operations: []
Exploring Operation: 95-87=8, Resulting Numbers: [11, 17, 8]
Generated Node #2: [11, 17, 8] from Operation: 95-87=8
Current State: 48:[11, 17, 8], Operations: ['95-87=8']
Exploring Operation: 17-11=6, Resulting Numbers: [8, 6]
Generated Node #3: [8, 6] from Operation: ... | 4 |
[
20,
33,
90,
62
] | 15 | [
"33-20=13",
"90-62=28",
"28-13=15"
] | Current State: 15:[20, 33, 90, 62], Operations: []
Exploring Operation: 33-20=13, Resulting Numbers: [90, 62, 13]
Generated Node #2: [90, 62, 13] from Operation: 33-20=13
Current State: 15:[90, 62, 13], Operations: ['33-20=13']
Exploring Operation: 90-62=28, Resulting Numbers: [13, 28]
Generated Node #3: [13, 28] from ... | 4 |
[
6,
70,
4,
82
] | 96 | [
"70-4=66",
"82-66=16",
"6*16=96"
] | Current State: 96:[6, 70, 4, 82], Operations: []
Exploring Operation: 70-4=66, Resulting Numbers: [6, 82, 66]
Generated Node #2: [6, 82, 66] from Operation: 70-4=66
Current State: 96:[6, 82, 66], Operations: ['70-4=66']
Exploring Operation: 82-66=16, Resulting Numbers: [6, 16]
Generated Node #3: [6, 16] from Operation:... | 4 |
[
3,
35,
15,
15
] | 35 | [
"15-15=0",
"3*0=0",
"35+0=35"
] | Current State: 35:[3, 35, 15, 15], Operations: []
Exploring Operation: 15-15=0, Resulting Numbers: [3, 35, 0]
Generated Node #2: [3, 35, 0] from Operation: 15-15=0
Current State: 35:[3, 35, 0], Operations: ['15-15=0']
Exploring Operation: 3*0=0, Resulting Numbers: [35, 0]
Generated Node #3: [35, 0] from Operation: 3*0=... | 4 |
[
5,
41,
31,
31
] | 37 | [
"41-5=36",
"31/31=1",
"36+1=37"
] | Current State: 37:[5, 41, 31, 31], Operations: []
Exploring Operation: 41-5=36, Resulting Numbers: [31, 31, 36]
Generated Node #2: [31, 31, 36] from Operation: 41-5=36
Current State: 37:[31, 31, 36], Operations: ['41-5=36']
Exploring Operation: 31/31=1, Resulting Numbers: [36, 1]
Generated Node #3: [36, 1] from Operati... | 4 |
[
27,
77,
46,
54
] | 100 | [
"27*46=1242",
"1242/54=23",
"77+23=100"
] | Current State: 100:[27, 77, 46, 54], Operations: []
Exploring Operation: 27*46=1242, Resulting Numbers: [77, 54, 1242]
Generated Node #2: [77, 54, 1242] from Operation: 27*46=1242
Current State: 100:[77, 54, 1242], Operations: ['27*46=1242']
Exploring Operation: 1242/54=23, Resulting Numbers: [77, 23]
Generated Node #3... | 4 |
[
65,
81,
53,
10
] | 59 | [
"81-65=16",
"53-10=43",
"16+43=59"
] | Current State: 59:[65, 81, 53, 10], Operations: []
Exploring Operation: 81-65=16, Resulting Numbers: [53, 10, 16]
Generated Node #2: [53, 10, 16] from Operation: 81-65=16
Current State: 59:[53, 10, 16], Operations: ['81-65=16']
Exploring Operation: 53-10=43, Resulting Numbers: [16, 43]
Generated Node #3: [16, 43] from ... | 4 |
[
4,
24,
33,
51
] | 38 | [
"24-4=20",
"51-33=18",
"20+18=38"
] | Current State: 38:[4, 24, 33, 51], Operations: []
Exploring Operation: 24-4=20, Resulting Numbers: [33, 51, 20]
Generated Node #2: [33, 51, 20] from Operation: 24-4=20
Current State: 38:[33, 51, 20], Operations: ['24-4=20']
Exploring Operation: 51-33=18, Resulting Numbers: [20, 18]
Generated Node #3: [20, 18] from Oper... | 4 |
[
74,
80,
79,
36
] | 100 | [
"79-74=5",
"36*5=180",
"180-80=100"
] | Current State: 100:[74, 80, 79, 36], Operations: []
Exploring Operation: 79-74=5, Resulting Numbers: [80, 36, 5]
Generated Node #2: [80, 36, 5] from Operation: 79-74=5
Current State: 100:[80, 36, 5], Operations: ['79-74=5']
Exploring Operation: 36*5=180, Resulting Numbers: [80, 180]
Generated Node #3: [80, 180] from Op... | 4 |
[
2,
76,
12,
46
] | 98 | [
"2*12=24",
"76+46=122",
"122-24=98"
] | Current State: 98:[2, 76, 12, 46], Operations: []
Exploring Operation: 2*12=24, Resulting Numbers: [76, 46, 24]
Generated Node #2: [76, 46, 24] from Operation: 2*12=24
Current State: 98:[76, 46, 24], Operations: ['2*12=24']
Exploring Operation: 76+46=122, Resulting Numbers: [24, 122]
Generated Node #3: [24, 122] from O... | 4 |
[
1,
88,
65,
59
] | 81 | [
"88-1=87",
"65-59=6",
"87-6=81"
] | Current State: 81:[1, 88, 65, 59], Operations: []
Exploring Operation: 88-1=87, Resulting Numbers: [65, 59, 87]
Generated Node #2: [65, 59, 87] from Operation: 88-1=87
Current State: 81:[65, 59, 87], Operations: ['88-1=87']
Exploring Operation: 65-59=6, Resulting Numbers: [87, 6]
Generated Node #3: [87, 6] from Operati... | 4 |
[
36,
45,
47,
49
] | 44 | [
"47-36=11",
"49-45=4",
"11*4=44"
] | Current State: 44:[36, 45, 47, 49], Operations: []
Exploring Operation: 47-36=11, Resulting Numbers: [45, 49, 11]
Generated Node #2: [45, 49, 11] from Operation: 47-36=11
Current State: 44:[45, 49, 11], Operations: ['47-36=11']
Exploring Operation: 49-45=4, Resulting Numbers: [11, 4]
Generated Node #3: [11, 4] from Ope... | 4 |
[
91,
9,
77,
2
] | 24 | [
"91+77=168",
"9-2=7",
"168/7=24"
] | Current State: 24:[91, 9, 77, 2], Operations: []
Exploring Operation: 91+77=168, Resulting Numbers: [9, 2, 168]
Generated Node #2: [9, 2, 168] from Operation: 91+77=168
Current State: 24:[9, 2, 168], Operations: ['91+77=168']
Exploring Operation: 9-2=7, Resulting Numbers: [168, 7]
Generated Node #3: [168, 7] from Opera... | 4 |
[
72,
43,
75,
86
] | 40 | [
"72-43=29",
"86-75=11",
"29+11=40"
] | Current State: 40:[72, 43, 75, 86], Operations: []
Exploring Operation: 72-43=29, Resulting Numbers: [75, 86, 29]
Generated Node #2: [75, 86, 29] from Operation: 72-43=29
Current State: 40:[75, 86, 29], Operations: ['72-43=29']
Exploring Operation: 86-75=11, Resulting Numbers: [29, 11]
Generated Node #3: [29, 11] from ... | 4 |
[
63,
2,
36,
70
] | 92 | [
"63*2=126",
"70-36=34",
"126-34=92"
] | Current State: 92:[63, 2, 36, 70], Operations: []
Exploring Operation: 63*2=126, Resulting Numbers: [36, 70, 126]
Generated Node #2: [36, 70, 126] from Operation: 63*2=126
Current State: 92:[36, 70, 126], Operations: ['63*2=126']
Exploring Operation: 70-36=34, Resulting Numbers: [126, 34]
Generated Node #3: [126, 34] f... | 4 |
[
40,
93,
43,
12
] | 57 | [
"43-40=3",
"12*3=36",
"93-36=57"
] | Current State: 57:[40, 93, 43, 12], Operations: []
Exploring Operation: 43-40=3, Resulting Numbers: [93, 12, 3]
Generated Node #2: [93, 12, 3] from Operation: 43-40=3
Current State: 57:[93, 12, 3], Operations: ['43-40=3']
Exploring Operation: 12*3=36, Resulting Numbers: [93, 36]
Generated Node #3: [93, 36] from Operati... | 4 |
[
8,
67,
49,
34
] | 44 | [
"67-8=59",
"49-34=15",
"59-15=44"
] | Current State: 44:[8, 67, 49, 34], Operations: []
Exploring Operation: 67-8=59, Resulting Numbers: [49, 34, 59]
Generated Node #2: [49, 34, 59] from Operation: 67-8=59
Current State: 44:[49, 34, 59], Operations: ['67-8=59']
Exploring Operation: 49-34=15, Resulting Numbers: [59, 15]
Generated Node #3: [59, 15] from Oper... | 4 |
[
1,
4,
69,
87
] | 76 | [
"69-1=68",
"87-68=19",
"4*19=76"
] | Current State: 76:[1, 4, 69, 87], Operations: []
Exploring Operation: 69-1=68, Resulting Numbers: [4, 87, 68]
Generated Node #2: [4, 87, 68] from Operation: 69-1=68
Current State: 76:[4, 87, 68], Operations: ['69-1=68']
Exploring Operation: 87-68=19, Resulting Numbers: [4, 19]
Generated Node #3: [4, 19] from Operation:... | 4 |
[
12,
2,
6,
79
] | 70 | [
"12+6=18",
"18/2=9",
"79-9=70"
] | Current State: 70:[12, 2, 6, 79], Operations: []
Exploring Operation: 12+6=18, Resulting Numbers: [2, 79, 18]
Generated Node #2: [2, 79, 18] from Operation: 12+6=18
Current State: 70:[2, 79, 18], Operations: ['12+6=18']
Exploring Operation: 18/2=9, Resulting Numbers: [79, 9]
Generated Node #3: [79, 9] from Operation: 1... | 4 |
[
64,
68,
6,
80
] | 92 | [
"64+80=144",
"144/6=24",
"68+24=92"
] | Current State: 92:[64, 68, 6, 80], Operations: []
Exploring Operation: 64+80=144, Resulting Numbers: [68, 6, 144]
Generated Node #2: [68, 6, 144] from Operation: 64+80=144
Current State: 92:[68, 6, 144], Operations: ['64+80=144']
Exploring Operation: 144/6=24, Resulting Numbers: [68, 24]
Generated Node #3: [68, 24] fro... | 4 |
[
18,
48,
20,
3
] | 48 | [
"20-18=2",
"3-2=1",
"48*1=48"
] | Current State: 48:[18, 48, 20, 3], Operations: []
Exploring Operation: 20-18=2, Resulting Numbers: [48, 3, 2]
Generated Node #2: [48, 3, 2] from Operation: 20-18=2
Current State: 48:[48, 3, 2], Operations: ['20-18=2']
Exploring Operation: 3-2=1, Resulting Numbers: [48, 1]
Generated Node #3: [48, 1] from Operation: 3-2=... | 4 |
[
7,
4,
86,
22
] | 96 | [
"4+22=26",
"7*26=182",
"182-86=96"
] | Current State: 96:[7, 4, 86, 22], Operations: []
Exploring Operation: 4+22=26, Resulting Numbers: [7, 86, 26]
Generated Node #2: [7, 86, 26] from Operation: 4+22=26
Current State: 96:[7, 86, 26], Operations: ['4+22=26']
Exploring Operation: 7*26=182, Resulting Numbers: [86, 182]
Generated Node #3: [86, 182] from Operat... | 4 |
[
43,
20,
66,
98
] | 100 | [
"20+66=86",
"86/43=2",
"98+2=100"
] | Current State: 100:[43, 20, 66, 98], Operations: []
Exploring Operation: 20+66=86, Resulting Numbers: [43, 98, 86]
Generated Node #2: [43, 98, 86] from Operation: 20+66=86
Current State: 100:[43, 98, 86], Operations: ['20+66=86']
Exploring Operation: 86/43=2, Resulting Numbers: [98, 2]
Generated Node #3: [98, 2] from O... | 4 |
[
42,
34,
38,
68
] | 46 | [
"42+34=76",
"68-38=30",
"76-30=46"
] | Current State: 46:[42, 34, 38, 68], Operations: []
Exploring Operation: 42+34=76, Resulting Numbers: [38, 68, 76]
Generated Node #2: [38, 68, 76] from Operation: 42+34=76
Current State: 46:[38, 68, 76], Operations: ['42+34=76']
Exploring Operation: 68-38=30, Resulting Numbers: [76, 30]
Generated Node #3: [76, 30] from ... | 4 |
[
97,
27,
9,
18
] | 43 | [
"97-27=70",
"9+18=27",
"70-27=43"
] | Current State: 43:[97, 27, 9, 18], Operations: []
Exploring Operation: 97-27=70, Resulting Numbers: [9, 18, 70]
Generated Node #2: [9, 18, 70] from Operation: 97-27=70
Current State: 43:[9, 18, 70], Operations: ['97-27=70']
Exploring Operation: 9+18=27, Resulting Numbers: [70, 27]
Generated Node #3: [70, 27] from Opera... | 4 |
[
73,
8,
2,
34
] | 33 | [
"73-8=65",
"34-2=32",
"65-32=33"
] | Current State: 33:[73, 8, 2, 34], Operations: []
Exploring Operation: 73-8=65, Resulting Numbers: [2, 34, 65]
Generated Node #2: [2, 34, 65] from Operation: 73-8=65
Current State: 33:[2, 34, 65], Operations: ['73-8=65']
Exploring Operation: 34-2=32, Resulting Numbers: [65, 32]
Generated Node #3: [65, 32] from Operation... | 4 |
[
45,
59,
9,
49
] | 26 | [
"59-45=14",
"49-9=40",
"40-14=26"
] | Current State: 26:[45, 59, 9, 49], Operations: []
Exploring Operation: 59-45=14, Resulting Numbers: [9, 49, 14]
Generated Node #2: [9, 49, 14] from Operation: 59-45=14
Current State: 26:[9, 49, 14], Operations: ['59-45=14']
Exploring Operation: 49-9=40, Resulting Numbers: [14, 40]
Generated Node #3: [14, 40] from Opera... | 4 |
[
84,
89,
87,
27
] | 55 | [
"89-84=5",
"87-27=60",
"60-5=55"
] | Current State: 55:[84, 89, 87, 27], Operations: []
Exploring Operation: 89-84=5, Resulting Numbers: [87, 27, 5]
Generated Node #2: [87, 27, 5] from Operation: 89-84=5
Current State: 55:[87, 27, 5], Operations: ['89-84=5']
Exploring Operation: 87-27=60, Resulting Numbers: [5, 60]
Generated Node #3: [5, 60] from Operatio... | 4 |
[
17,
13,
60,
71
] | 78 | [
"17+60=77",
"77-71=6",
"13*6=78"
] | Current State: 78:[17, 13, 60, 71], Operations: []
Exploring Operation: 17+60=77, Resulting Numbers: [13, 71, 77]
Generated Node #2: [13, 71, 77] from Operation: 17+60=77
Current State: 78:[13, 71, 77], Operations: ['17+60=77']
Exploring Operation: 77-71=6, Resulting Numbers: [13, 6]
Generated Node #3: [13, 6] from Ope... | 4 |
[
49,
36,
20,
35
] | 69 | [
"49+20=69",
"36-35=1",
"69*1=69"
] | Current State: 69:[49, 36, 20, 35], Operations: []
Exploring Operation: 49+20=69, Resulting Numbers: [36, 35, 69]
Generated Node #2: [36, 35, 69] from Operation: 49+20=69
Current State: 69:[36, 35, 69], Operations: ['49+20=69']
Exploring Operation: 36-35=1, Resulting Numbers: [69, 1]
Generated Node #3: [69, 1] from Ope... | 4 |
[
44,
86,
35,
2
] | 72 | [
"44+35=79",
"2*79=158",
"158-86=72"
] | Current State: 72:[44, 86, 35, 2], Operations: []
Exploring Operation: 44+35=79, Resulting Numbers: [86, 2, 79]
Generated Node #2: [86, 2, 79] from Operation: 44+35=79
Current State: 72:[86, 2, 79], Operations: ['44+35=79']
Exploring Operation: 2*79=158, Resulting Numbers: [86, 158]
Generated Node #3: [86, 158] from Op... | 4 |
[
56,
1,
27,
26
] | 55 | [
"56*1=56",
"27-26=1",
"56-1=55"
] | Current State: 55:[56, 1, 27, 26], Operations: []
Exploring Operation: 56*1=56, Resulting Numbers: [27, 26, 56]
Generated Node #2: [27, 26, 56] from Operation: 56*1=56
Current State: 55:[27, 26, 56], Operations: ['56*1=56']
Exploring Operation: 27-26=1, Resulting Numbers: [56, 1]
Generated Node #3: [56, 1] from Operati... | 4 |
[
59,
91,
78,
89
] | 98 | [
"91-89=2",
"78/2=39",
"59+39=98"
] | Current State: 98:[59, 91, 78, 89], Operations: []
Exploring Operation: 91-89=2, Resulting Numbers: [59, 78, 2]
Generated Node #2: [59, 78, 2] from Operation: 91-89=2
Current State: 98:[59, 78, 2], Operations: ['91-89=2']
Exploring Operation: 78/2=39, Resulting Numbers: [59, 39]
Generated Node #3: [59, 39] from Operati... | 4 |
[
3,
5,
47,
77
] | 62 | [
"5-3=2",
"47+77=124",
"124/2=62"
] | Current State: 62:[3, 5, 47, 77], Operations: []
Exploring Operation: 5-3=2, Resulting Numbers: [47, 77, 2]
Generated Node #2: [47, 77, 2] from Operation: 5-3=2
Current State: 62:[47, 77, 2], Operations: ['5-3=2']
Exploring Operation: 47+77=124, Resulting Numbers: [2, 124]
Generated Node #3: [2, 124] from Operation: 47... | 4 |
[
25,
2,
35,
29
] | 33 | [
"25+2=27",
"35-29=6",
"27+6=33"
] | Current State: 33:[25, 2, 35, 29], Operations: []
Exploring Operation: 25+2=27, Resulting Numbers: [35, 29, 27]
Generated Node #2: [35, 29, 27] from Operation: 25+2=27
Current State: 33:[35, 29, 27], Operations: ['25+2=27']
Exploring Operation: 35-29=6, Resulting Numbers: [27, 6]
Generated Node #3: [27, 6] from Operati... | 4 |
[
5,
43,
67,
63
] | 33 | [
"63-43=20",
"5*20=100",
"100-67=33"
] | Current State: 33:[5, 43, 67, 63], Operations: []
Exploring Operation: 63-43=20, Resulting Numbers: [5, 67, 20]
Generated Node #2: [5, 67, 20] from Operation: 63-43=20
Current State: 33:[5, 67, 20], Operations: ['63-43=20']
Exploring Operation: 5*20=100, Resulting Numbers: [67, 100]
Generated Node #3: [67, 100] from Op... | 4 |
[
32,
2,
6,
10
] | 62 | [
"32-6=26",
"2*26=52",
"10+52=62"
] | Current State: 62:[32, 2, 6, 10], Operations: []
Exploring Operation: 32-6=26, Resulting Numbers: [2, 10, 26]
Generated Node #2: [2, 10, 26] from Operation: 32-6=26
Current State: 62:[2, 10, 26], Operations: ['32-6=26']
Exploring Operation: 2*26=52, Resulting Numbers: [10, 52]
Generated Node #3: [10, 52] from Operation... | 4 |
[
29,
74,
9,
15
] | 97 | [
"29+74=103",
"15-9=6",
"103-6=97"
] | Current State: 97:[29, 74, 9, 15], Operations: []
Exploring Operation: 29+74=103, Resulting Numbers: [9, 15, 103]
Generated Node #2: [9, 15, 103] from Operation: 29+74=103
Current State: 97:[9, 15, 103], Operations: ['29+74=103']
Exploring Operation: 15-9=6, Resulting Numbers: [103, 6]
Generated Node #3: [103, 6] from ... | 4 |
[
78,
44,
42,
74
] | 20 | [
"78*42=3276",
"44*74=3256",
"3276-3256=20"
] | Current State: 20:[78, 44, 42, 74], Operations: []
Exploring Operation: 78*42=3276, Resulting Numbers: [44, 74, 3276]
Generated Node #2: [44, 74, 3276] from Operation: 78*42=3276
Current State: 20:[44, 74, 3276], Operations: ['78*42=3276']
Exploring Operation: 44*74=3256, Resulting Numbers: [3276, 3256]
Generated Node ... | 4 |
[
3,
28,
92,
11
] | 72 | [
"3+28=31",
"92+11=103",
"103-31=72"
] | Current State: 72:[3, 28, 92, 11], Operations: []
Exploring Operation: 3+28=31, Resulting Numbers: [92, 11, 31]
Generated Node #2: [92, 11, 31] from Operation: 3+28=31
Current State: 72:[92, 11, 31], Operations: ['3+28=31']
Exploring Operation: 92+11=103, Resulting Numbers: [31, 103]
Generated Node #3: [31, 103] from O... | 4 |
[
79,
74,
74,
48
] | 32 | [
"79-48=31",
"74/74=1",
"31+1=32"
] | Current State: 32:[79, 74, 74, 48], Operations: []
Exploring Operation: 79-48=31, Resulting Numbers: [74, 74, 31]
Generated Node #2: [74, 74, 31] from Operation: 79-48=31
Current State: 32:[74, 74, 31], Operations: ['79-48=31']
Exploring Operation: 74/74=1, Resulting Numbers: [31, 1]
Generated Node #3: [31, 1] from Ope... | 4 |
[
80,
45,
91,
37
] | 89 | [
"80-45=35",
"91-37=54",
"35+54=89"
] | Current State: 89:[80, 45, 91, 37], Operations: []
Exploring Operation: 80-45=35, Resulting Numbers: [91, 37, 35]
Generated Node #2: [91, 37, 35] from Operation: 80-45=35
Current State: 89:[91, 37, 35], Operations: ['80-45=35']
Exploring Operation: 91-37=54, Resulting Numbers: [35, 54]
Generated Node #3: [35, 54] from ... | 4 |
[
11,
34,
85,
15
] | 82 | [
"11+34=45",
"45/15=3",
"85-3=82"
] | Current State: 82:[11, 34, 85, 15], Operations: []
Exploring Operation: 11+34=45, Resulting Numbers: [85, 15, 45]
Generated Node #2: [85, 15, 45] from Operation: 11+34=45
Current State: 82:[85, 15, 45], Operations: ['11+34=45']
Exploring Operation: 45/15=3, Resulting Numbers: [85, 3]
Generated Node #3: [85, 3] from Ope... | 4 |
[
6,
58,
78,
74
] | 60 | [
"6+58=64",
"78-74=4",
"64-4=60"
] | Current State: 60:[6, 58, 78, 74], Operations: []
Exploring Operation: 6+58=64, Resulting Numbers: [78, 74, 64]
Generated Node #2: [78, 74, 64] from Operation: 6+58=64
Current State: 60:[78, 74, 64], Operations: ['6+58=64']
Exploring Operation: 78-74=4, Resulting Numbers: [64, 4]
Generated Node #3: [64, 4] from Operati... | 4 |
[
7,
18,
53,
48
] | 53 | [
"53-18=35",
"35/7=5",
"48+5=53"
] | Current State: 53:[7, 18, 53, 48], Operations: []
Exploring Operation: 53-18=35, Resulting Numbers: [7, 48, 35]
Generated Node #2: [7, 48, 35] from Operation: 53-18=35
Current State: 53:[7, 48, 35], Operations: ['53-18=35']
Exploring Operation: 35/7=5, Resulting Numbers: [48, 5]
Generated Node #3: [48, 5] from Operatio... | 4 |
[
8,
89,
33,
93
] | 21 | [
"89-8=81",
"93-33=60",
"81-60=21"
] | Current State: 21:[8, 89, 33, 93], Operations: []
Exploring Operation: 89-8=81, Resulting Numbers: [33, 93, 81]
Generated Node #2: [33, 93, 81] from Operation: 89-8=81
Current State: 21:[33, 93, 81], Operations: ['89-8=81']
Exploring Operation: 93-33=60, Resulting Numbers: [81, 60]
Generated Node #3: [81, 60] from Oper... | 4 |
[
18,
56,
77,
44
] | 50 | [
"56*44=2464",
"2464/77=32",
"18+32=50"
] | Current State: 50:[18, 56, 77, 44], Operations: []
Exploring Operation: 56*44=2464, Resulting Numbers: [18, 77, 2464]
Generated Node #2: [18, 77, 2464] from Operation: 56*44=2464
Current State: 50:[18, 77, 2464], Operations: ['56*44=2464']
Exploring Operation: 2464/77=32, Resulting Numbers: [18, 32]
Generated Node #3: ... | 4 |
[
32,
75,
82,
58
] | 100 | [
"32*75=2400",
"82-58=24",
"2400/24=100"
] | Current State: 100:[32, 75, 82, 58], Operations: []
Exploring Operation: 32*75=2400, Resulting Numbers: [82, 58, 2400]
Generated Node #2: [82, 58, 2400] from Operation: 32*75=2400
Current State: 100:[82, 58, 2400], Operations: ['32*75=2400']
Exploring Operation: 82-58=24, Resulting Numbers: [2400, 24]
Generated Node #3... | 4 |
[
29,
4,
3,
56
] | 71 | [
"56/4=14",
"3*14=42",
"29+42=71"
] | Current State: 71:[29, 4, 3, 56], Operations: []
Exploring Operation: 56/4=14, Resulting Numbers: [29, 3, 14]
Generated Node #2: [29, 3, 14] from Operation: 56/4=14
Current State: 71:[29, 3, 14], Operations: ['56/4=14']
Exploring Operation: 3*14=42, Resulting Numbers: [29, 42]
Generated Node #3: [29, 42] from Operation... | 4 |
[
30,
57,
81,
7
] | 61 | [
"57-30=27",
"81+7=88",
"88-27=61"
] | Current State: 61:[30, 57, 81, 7], Operations: []
Exploring Operation: 57-30=27, Resulting Numbers: [81, 7, 27]
Generated Node #2: [81, 7, 27] from Operation: 57-30=27
Current State: 61:[81, 7, 27], Operations: ['57-30=27']
Exploring Operation: 81+7=88, Resulting Numbers: [27, 88]
Generated Node #3: [27, 88] from Opera... | 4 |
[
35,
29,
60,
15
] | 68 | [
"35+29=64",
"60/15=4",
"64+4=68"
] | Current State: 68:[35, 29, 60, 15], Operations: []
Exploring Operation: 35+29=64, Resulting Numbers: [60, 15, 64]
Generated Node #2: [60, 15, 64] from Operation: 35+29=64
Current State: 68:[60, 15, 64], Operations: ['35+29=64']
Exploring Operation: 60/15=4, Resulting Numbers: [64, 4]
Generated Node #3: [64, 4] from Ope... | 4 |
[
63,
36,
5,
82
] | 59 | [
"82-63=19",
"5*19=95",
"95-36=59"
] | Current State: 59:[63, 36, 5, 82], Operations: []
Exploring Operation: 82-63=19, Resulting Numbers: [36, 5, 19]
Generated Node #2: [36, 5, 19] from Operation: 82-63=19
Current State: 59:[36, 5, 19], Operations: ['82-63=19']
Exploring Operation: 5*19=95, Resulting Numbers: [36, 95]
Generated Node #3: [36, 95] from Opera... | 4 |
[
43,
31,
28,
30
] | 19 | [
"30-28=2",
"31*2=62",
"62-43=19"
] | Current State: 19:[43, 31, 28, 30], Operations: []
Exploring Operation: 30-28=2, Resulting Numbers: [43, 31, 2]
Generated Node #2: [43, 31, 2] from Operation: 30-28=2
Current State: 19:[43, 31, 2], Operations: ['30-28=2']
Exploring Operation: 31*2=62, Resulting Numbers: [43, 62]
Generated Node #3: [43, 62] from Operati... | 4 |
[
12,
35,
43,
19
] | 71 | [
"12+35=47",
"43-19=24",
"47+24=71"
] | Current State: 71:[12, 35, 43, 19], Operations: []
Exploring Operation: 12+35=47, Resulting Numbers: [43, 19, 47]
Generated Node #2: [43, 19, 47] from Operation: 12+35=47
Current State: 71:[43, 19, 47], Operations: ['12+35=47']
Exploring Operation: 43-19=24, Resulting Numbers: [47, 24]
Generated Node #3: [47, 24] from ... | 4 |
[
70,
49,
17,
10
] | 73 | [
"70/10=7",
"49+17=66",
"7+66=73"
] | Current State: 73:[70, 49, 17, 10], Operations: []
Exploring Operation: 70/10=7, Resulting Numbers: [49, 17, 7]
Generated Node #2: [49, 17, 7] from Operation: 70/10=7
Current State: 73:[49, 17, 7], Operations: ['70/10=7']
Exploring Operation: 49+17=66, Resulting Numbers: [7, 66]
Generated Node #3: [7, 66] from Operatio... | 4 |
[
20,
1,
52,
10
] | 22 | [
"20*1=20",
"52-10=42",
"42-20=22"
] | Current State: 22:[20, 1, 52, 10], Operations: []
Exploring Operation: 20*1=20, Resulting Numbers: [52, 10, 20]
Generated Node #2: [52, 10, 20] from Operation: 20*1=20
Current State: 22:[52, 10, 20], Operations: ['20*1=20']
Exploring Operation: 52-10=42, Resulting Numbers: [20, 42]
Generated Node #3: [20, 42] from Oper... | 4 |
[
15,
57,
13,
35
] | 13 | [
"15-13=2",
"35*2=70",
"70-57=13"
] | Current State: 13:[15, 57, 13, 35], Operations: []
Exploring Operation: 15-13=2, Resulting Numbers: [57, 35, 2]
Generated Node #2: [57, 35, 2] from Operation: 15-13=2
Current State: 13:[57, 35, 2], Operations: ['15-13=2']
Exploring Operation: 35*2=70, Resulting Numbers: [57, 70]
Generated Node #3: [57, 70] from Operati... | 4 |
[
42,
41,
97,
12
] | 16 | [
"97-41=56",
"12*56=672",
"672/42=16"
] | Current State: 16:[42, 41, 97, 12], Operations: []
Exploring Operation: 97-41=56, Resulting Numbers: [42, 12, 56]
Generated Node #2: [42, 12, 56] from Operation: 97-41=56
Current State: 16:[42, 12, 56], Operations: ['97-41=56']
Exploring Operation: 12*56=672, Resulting Numbers: [42, 672]
Generated Node #3: [42, 672] fr... | 4 |
[
5,
13,
26,
65
] | 78 | [
"5*26=130",
"65-13=52",
"130-52=78"
] | Current State: 78:[5, 13, 26, 65], Operations: []
Exploring Operation: 5*26=130, Resulting Numbers: [13, 65, 130]
Generated Node #2: [13, 65, 130] from Operation: 5*26=130
Current State: 78:[13, 65, 130], Operations: ['5*26=130']
Exploring Operation: 65-13=52, Resulting Numbers: [130, 52]
Generated Node #3: [130, 52] f... | 4 |
[
14,
18,
16,
35
] | 98 | [
"14+35=49",
"18-16=2",
"49*2=98"
] | Current State: 98:[14, 18, 16, 35], Operations: []
Exploring Operation: 14+35=49, Resulting Numbers: [18, 16, 49]
Generated Node #2: [18, 16, 49] from Operation: 14+35=49
Current State: 98:[18, 16, 49], Operations: ['14+35=49']
Exploring Operation: 18-16=2, Resulting Numbers: [49, 2]
Generated Node #3: [49, 2] from Ope... | 4 |
[
8,
75,
73,
73
] | 77 | [
"75-73=2",
"8/2=4",
"73+4=77"
] | Current State: 77:[8, 75, 73, 73], Operations: []
Exploring Operation: 75-73=2, Resulting Numbers: [8, 2]
Generated Node #2: [8, 2] from Operation: 75-73=2
Current State: 77:[8, 2], Operations: ['75-73=2']
Exploring Operation: 8/2=4, Resulting Numbers: [4]
4,77 equal: Goal Reached
Exploring Operation: 73+4=77, Resultin... | 4 |
[
35,
88,
91,
6
] | 53 | [
"91-88=3",
"6*3=18",
"35+18=53"
] | Current State: 53:[35, 88, 91, 6], Operations: []
Exploring Operation: 91-88=3, Resulting Numbers: [35, 6, 3]
Generated Node #2: [35, 6, 3] from Operation: 91-88=3
Current State: 53:[35, 6, 3], Operations: ['91-88=3']
Exploring Operation: 6*3=18, Resulting Numbers: [35, 18]
Generated Node #3: [35, 18] from Operation: 6... | 4 |
[
56,
74,
71,
74
] | 94 | [
"74-71=3",
"56*3=168",
"168-74=94"
] | Current State: 94:[56, 74, 71, 74], Operations: []
Exploring Operation: 74-71=3, Resulting Numbers: [56, 3]
Generated Node #2: [56, 3] from Operation: 74-71=3
Current State: 94:[56, 3], Operations: ['74-71=3']
Exploring Operation: 56*3=168, Resulting Numbers: [168]
168,94 equal: Goal Reached
Exploring Operation: 168-74... | 4 |
[
86,
98,
70,
25
] | 89 | [
"86+98=184",
"70+25=95",
"184-95=89"
] | Current State: 89:[86, 98, 70, 25], Operations: []
Exploring Operation: 86+98=184, Resulting Numbers: [70, 25, 184]
Generated Node #2: [70, 25, 184] from Operation: 86+98=184
Current State: 89:[70, 25, 184], Operations: ['86+98=184']
Exploring Operation: 70+25=95, Resulting Numbers: [184, 95]
Generated Node #3: [184, 9... | 4 |
[
43,
43,
2,
48
] | 16 | [
"43/43=1",
"2+1=3",
"48/3=16"
] | Current State: 16:[43, 43, 2, 48], Operations: []
Exploring Operation: 43/43=1, Resulting Numbers: [2, 48, 1]
Generated Node #2: [2, 48, 1] from Operation: 43/43=1
Current State: 16:[2, 48, 1], Operations: ['43/43=1']
Exploring Operation: 2+1=3, Resulting Numbers: [48, 3]
Generated Node #3: [48, 3] from Operation: 2+1=... | 4 |
[
53,
35,
31,
36
] | 90 | [
"53-35=18",
"36-31=5",
"18*5=90"
] | Current State: 90:[53, 35, 31, 36], Operations: []
Exploring Operation: 53-35=18, Resulting Numbers: [31, 36, 18]
Generated Node #2: [31, 36, 18] from Operation: 53-35=18
Current State: 90:[31, 36, 18], Operations: ['53-35=18']
Exploring Operation: 36-31=5, Resulting Numbers: [18, 5]
Generated Node #3: [18, 5] from Ope... | 4 |
[
82,
35,
29,
67
] | 49 | [
"82-35=47",
"29+67=96",
"96-47=49"
] | Current State: 49:[82, 35, 29, 67], Operations: []
Exploring Operation: 82-35=47, Resulting Numbers: [29, 67, 47]
Generated Node #2: [29, 67, 47] from Operation: 82-35=47
Current State: 49:[29, 67, 47], Operations: ['82-35=47']
Exploring Operation: 29+67=96, Resulting Numbers: [47, 96]
Generated Node #3: [47, 96] from ... | 4 |
[
71,
92,
69,
5
] | 51 | [
"71-69=2",
"92/2=46",
"5+46=51"
] | Current State: 51:[71, 92, 69, 5], Operations: []
Exploring Operation: 71-69=2, Resulting Numbers: [92, 5, 2]
Generated Node #2: [92, 5, 2] from Operation: 71-69=2
Current State: 51:[92, 5, 2], Operations: ['71-69=2']
Exploring Operation: 92/2=46, Resulting Numbers: [5, 46]
Generated Node #3: [5, 46] from Operation: 92... | 4 |
[
79,
75,
71,
5
] | 99 | [
"75-71=4",
"5*4=20",
"79+20=99"
] | Current State: 99:[79, 75, 71, 5], Operations: []
Exploring Operation: 75-71=4, Resulting Numbers: [79, 5, 4]
Generated Node #2: [79, 5, 4] from Operation: 75-71=4
Current State: 99:[79, 5, 4], Operations: ['75-71=4']
Exploring Operation: 5*4=20, Resulting Numbers: [79, 20]
Generated Node #3: [79, 20] from Operation: 5... | 4 |
[
47,
15,
94,
12
] | 44 | [
"47+15=62",
"94+12=106",
"106-62=44"
] | Current State: 44:[47, 15, 94, 12], Operations: []
Exploring Operation: 47+15=62, Resulting Numbers: [94, 12, 62]
Generated Node #2: [94, 12, 62] from Operation: 47+15=62
Current State: 44:[94, 12, 62], Operations: ['47+15=62']
Exploring Operation: 94+12=106, Resulting Numbers: [62, 106]
Generated Node #3: [62, 106] fr... | 4 |
[
54,
78,
4,
6
] | 49 | [
"54*4=216",
"78+216=294",
"294/6=49"
] | Current State: 49:[54, 78, 4, 6], Operations: []
Exploring Operation: 54*4=216, Resulting Numbers: [78, 6, 216]
Generated Node #2: [78, 6, 216] from Operation: 54*4=216
Current State: 49:[78, 6, 216], Operations: ['54*4=216']
Exploring Operation: 78+216=294, Resulting Numbers: [6, 294]
Generated Node #3: [6, 294] from ... | 4 |
[
13,
32,
76,
6
] | 89 | [
"32-13=19",
"76-6=70",
"19+70=89"
] | Current State: 89:[13, 32, 76, 6], Operations: []
Exploring Operation: 32-13=19, Resulting Numbers: [76, 6, 19]
Generated Node #2: [76, 6, 19] from Operation: 32-13=19
Current State: 89:[76, 6, 19], Operations: ['32-13=19']
Exploring Operation: 76-6=70, Resulting Numbers: [19, 70]
Generated Node #3: [19, 70] from Opera... | 4 |
[
32,
74,
74,
26
] | 32 | [
"74-74=0",
"26*0=0",
"32+0=32"
] | Current State: 32:[32, 74, 74, 26], Operations: []
Exploring Operation: 74-74=0, Resulting Numbers: [32, 26, 0]
Generated Node #2: [32, 26, 0] from Operation: 74-74=0
Current State: 32:[32, 26, 0], Operations: ['74-74=0']
Exploring Operation: 26*0=0, Resulting Numbers: [32, 0]
Generated Node #3: [32, 0] from Operation:... | 4 |
[
60,
66,
1,
89
] | 94 | [
"66-60=6",
"89-1=88",
"6+88=94"
] | Current State: 94:[60, 66, 1, 89], Operations: []
Exploring Operation: 66-60=6, Resulting Numbers: [1, 89, 6]
Generated Node #2: [1, 89, 6] from Operation: 66-60=6
Current State: 94:[1, 89, 6], Operations: ['66-60=6']
Exploring Operation: 89-1=88, Resulting Numbers: [6, 88]
Generated Node #3: [6, 88] from Operation: 89... | 4 |
[
80,
64,
57,
2
] | 82 | [
"80-64=16",
"57-16=41",
"2*41=82"
] | Current State: 82:[80, 64, 57, 2], Operations: []
Exploring Operation: 80-64=16, Resulting Numbers: [57, 2, 16]
Generated Node #2: [57, 2, 16] from Operation: 80-64=16
Current State: 82:[57, 2, 16], Operations: ['80-64=16']
Exploring Operation: 57-16=41, Resulting Numbers: [2, 41]
Generated Node #3: [2, 41] from Operat... | 4 |
[
60,
48,
63,
65
] | 69 | [
"63-48=15",
"60/15=4",
"65+4=69"
] | Current State: 69:[60, 48, 63, 65], Operations: []
Exploring Operation: 63-48=15, Resulting Numbers: [60, 65, 15]
Generated Node #2: [60, 65, 15] from Operation: 63-48=15
Current State: 69:[60, 65, 15], Operations: ['63-48=15']
Exploring Operation: 60/15=4, Resulting Numbers: [65, 4]
Generated Node #3: [65, 4] from Ope... | 4 |
[
57,
49,
1,
44
] | 62 | [
"57+49=106",
"1*44=44",
"106-44=62"
] | Current State: 62:[57, 49, 1, 44], Operations: []
Exploring Operation: 57+49=106, Resulting Numbers: [1, 44, 106]
Generated Node #2: [1, 44, 106] from Operation: 57+49=106
Current State: 62:[1, 44, 106], Operations: ['57+49=106']
Exploring Operation: 1*44=44, Resulting Numbers: [106, 44]
Generated Node #3: [106, 44] fr... | 4 |
[
25,
87,
12,
61
] | 11 | [
"87-25=62",
"12+61=73",
"73-62=11"
] | Current State: 11:[25, 87, 12, 61], Operations: []
Exploring Operation: 87-25=62, Resulting Numbers: [12, 61, 62]
Generated Node #2: [12, 61, 62] from Operation: 87-25=62
Current State: 11:[12, 61, 62], Operations: ['87-25=62']
Exploring Operation: 12+61=73, Resulting Numbers: [62, 73]
Generated Node #3: [62, 73] from ... | 4 |
[
4,
1,
59,
33
] | 74 | [
"4*33=132",
"59-1=58",
"132-58=74"
] | Current State: 74:[4, 1, 59, 33], Operations: []
Exploring Operation: 4*33=132, Resulting Numbers: [1, 59, 132]
Generated Node #2: [1, 59, 132] from Operation: 4*33=132
Current State: 74:[1, 59, 132], Operations: ['4*33=132']
Exploring Operation: 59-1=58, Resulting Numbers: [132, 58]
Generated Node #3: [132, 58] from O... | 4 |
[
34,
32,
30,
89
] | 39 | [
"34-30=4",
"32*4=128",
"128-89=39"
] | Current State: 39:[34, 32, 30, 89], Operations: []
Exploring Operation: 34-30=4, Resulting Numbers: [32, 89, 4]
Generated Node #2: [32, 89, 4] from Operation: 34-30=4
Current State: 39:[32, 89, 4], Operations: ['34-30=4']
Exploring Operation: 32*4=128, Resulting Numbers: [89, 128]
Generated Node #3: [89, 128] from Oper... | 4 |
[
15,
3,
94,
27
] | 17 | [
"3*94=282",
"282-27=255",
"255/15=17"
] | Current State: 17:[15, 3, 94, 27], Operations: []
Exploring Operation: 3*94=282, Resulting Numbers: [15, 27, 282]
Generated Node #2: [15, 27, 282] from Operation: 3*94=282
Current State: 17:[15, 27, 282], Operations: ['3*94=282']
Exploring Operation: 282-27=255, Resulting Numbers: [15, 255]
Generated Node #3: [15, 255]... | 4 |
[
24,
52,
74,
77
] | 25 | [
"52-24=28",
"77-74=3",
"28-3=25"
] | Current State: 25:[24, 52, 74, 77], Operations: []
Exploring Operation: 52-24=28, Resulting Numbers: [74, 77, 28]
Generated Node #2: [74, 77, 28] from Operation: 52-24=28
Current State: 25:[74, 77, 28], Operations: ['52-24=28']
Exploring Operation: 77-74=3, Resulting Numbers: [28, 3]
Generated Node #3: [28, 3] from Ope... | 4 |
[
80,
96,
79,
81
] | 98 | [
"79+81=160",
"160/80=2",
"96+2=98"
] | Current State: 98:[80, 96, 79, 81], Operations: []
Exploring Operation: 79+81=160, Resulting Numbers: [80, 96, 160]
Generated Node #2: [80, 96, 160] from Operation: 79+81=160
Current State: 98:[80, 96, 160], Operations: ['79+81=160']
Exploring Operation: 160/80=2, Resulting Numbers: [96, 2]
Generated Node #3: [96, 2] f... | 4 |
[
29,
19,
99,
97
] | 95 | [
"19+97=116",
"116/29=4",
"99-4=95"
] | Current State: 95:[29, 19, 99, 97], Operations: []
Exploring Operation: 19+97=116, Resulting Numbers: [29, 99, 116]
Generated Node #2: [29, 99, 116] from Operation: 19+97=116
Current State: 95:[29, 99, 116], Operations: ['19+97=116']
Exploring Operation: 116/29=4, Resulting Numbers: [99, 4]
Generated Node #3: [99, 4] f... | 4 |
[
5,
6,
60,
59
] | 10 | [
"5+6=11",
"60-59=1",
"11-1=10"
] | Current State: 10:[5, 6, 60, 59], Operations: []
Exploring Operation: 5+6=11, Resulting Numbers: [60, 59, 11]
Generated Node #2: [60, 59, 11] from Operation: 5+6=11
Current State: 10:[60, 59, 11], Operations: ['5+6=11']
Exploring Operation: 60-59=1, Resulting Numbers: [11, 1]
Generated Node #3: [11, 1] from Operation: ... | 4 |
[
85,
56,
16,
55
] | 68 | [
"85-56=29",
"55-16=39",
"29+39=68"
] | Current State: 68:[85, 56, 16, 55], Operations: []
Exploring Operation: 85-56=29, Resulting Numbers: [16, 55, 29]
Generated Node #2: [16, 55, 29] from Operation: 85-56=29
Current State: 68:[16, 55, 29], Operations: ['85-56=29']
Exploring Operation: 55-16=39, Resulting Numbers: [29, 39]
Generated Node #3: [29, 39] from ... | 4 |
[
45,
18,
38,
13
] | 47 | [
"18-13=5",
"45/5=9",
"38+9=47"
] | Current State: 47:[45, 18, 38, 13], Operations: []
Exploring Operation: 18-13=5, Resulting Numbers: [45, 38, 5]
Generated Node #2: [45, 38, 5] from Operation: 18-13=5
Current State: 47:[45, 38, 5], Operations: ['18-13=5']
Exploring Operation: 45/5=9, Resulting Numbers: [38, 9]
Generated Node #3: [38, 9] from Operation:... | 4 |
[
66,
82,
68,
74
] | 78 | [
"68-66=2",
"82+74=156",
"156/2=78"
] | Current State: 78:[66, 82, 68, 74], Operations: []
Exploring Operation: 68-66=2, Resulting Numbers: [82, 74, 2]
Generated Node #2: [82, 74, 2] from Operation: 68-66=2
Current State: 78:[82, 74, 2], Operations: ['68-66=2']
Exploring Operation: 82+74=156, Resulting Numbers: [2, 156]
Generated Node #3: [2, 156] from Opera... | 4 |
[
84,
16,
28,
97
] | 27 | [
"84/28=3",
"97-16=81",
"81/3=27"
] | Current State: 27:[84, 16, 28, 97], Operations: []
Exploring Operation: 84/28=3, Resulting Numbers: [16, 97, 3]
Generated Node #2: [16, 97, 3] from Operation: 84/28=3
Current State: 27:[16, 97, 3], Operations: ['84/28=3']
Exploring Operation: 97-16=81, Resulting Numbers: [3, 81]
Generated Node #3: [3, 81] from Operatio... | 4 |
[
4,
30,
4,
70
] | 84 | [
"4*4=16",
"30+70=100",
"100-16=84"
] | Current State: 84:[4, 30, 4, 70], Operations: []
Exploring Operation: 4*4=16, Resulting Numbers: [30, 70, 16]
Generated Node #2: [30, 70, 16] from Operation: 4*4=16
Current State: 84:[30, 70, 16], Operations: ['4*4=16']
Exploring Operation: 30+70=100, Resulting Numbers: [16, 100]
Generated Node #3: [16, 100] from Opera... | 4 |
[
22,
13,
26,
61
] | 29 | [
"61-22=39",
"39/13=3",
"26+3=29"
] | Current State: 29:[22, 13, 26, 61], Operations: []
Exploring Operation: 61-22=39, Resulting Numbers: [13, 26, 39]
Generated Node #2: [13, 26, 39] from Operation: 61-22=39
Current State: 29:[13, 26, 39], Operations: ['61-22=39']
Exploring Operation: 39/13=3, Resulting Numbers: [26, 3]
Generated Node #3: [26, 3] from Ope... | 4 |
[
34,
20,
91,
3
] | 89 | [
"20-3=17",
"34/17=2",
"91-2=89"
] | Current State: 89:[34, 20, 91, 3], Operations: []
Exploring Operation: 20-3=17, Resulting Numbers: [34, 91, 17]
Generated Node #2: [34, 91, 17] from Operation: 20-3=17
Current State: 89:[34, 91, 17], Operations: ['20-3=17']
Exploring Operation: 34/17=2, Resulting Numbers: [91, 2]
Generated Node #3: [91, 2] from Operati... | 4 |
[
85,
30,
42,
9
] | 50 | [
"85*30=2550",
"42+9=51",
"2550/51=50"
] | Current State: 50:[85, 30, 42, 9], Operations: []
Exploring Operation: 85*30=2550, Resulting Numbers: [42, 9, 2550]
Generated Node #2: [42, 9, 2550] from Operation: 85*30=2550
Current State: 50:[42, 9, 2550], Operations: ['85*30=2550']
Exploring Operation: 42+9=51, Resulting Numbers: [2550, 51]
Generated Node #3: [2550... | 4 |
[
85,
55,
89,
6
] | 94 | [
"85-55=30",
"30/6=5",
"89+5=94"
] | Current State: 94:[85, 55, 89, 6], Operations: []
Exploring Operation: 85-55=30, Resulting Numbers: [89, 6, 30]
Generated Node #2: [89, 6, 30] from Operation: 85-55=30
Current State: 94:[89, 6, 30], Operations: ['85-55=30']
Exploring Operation: 30/6=5, Resulting Numbers: [89, 5]
Generated Node #3: [89, 5] from Operatio... | 4 |
[
83,
23,
15,
22
] | 80 | [
"23+22=45",
"45/15=3",
"83-3=80"
] | Current State: 80:[83, 23, 15, 22], Operations: []
Exploring Operation: 23+22=45, Resulting Numbers: [83, 15, 45]
Generated Node #2: [83, 15, 45] from Operation: 23+22=45
Current State: 80:[83, 15, 45], Operations: ['23+22=45']
Exploring Operation: 45/15=3, Resulting Numbers: [83, 3]
Generated Node #3: [83, 3] from Ope... | 4 |
[
2,
26,
12,
50
] | 98 | [
"12+50=62",
"2*62=124",
"124-26=98"
] | Current State: 98:[2, 26, 12, 50], Operations: []
Exploring Operation: 12+50=62, Resulting Numbers: [2, 26, 62]
Generated Node #2: [2, 26, 62] from Operation: 12+50=62
Current State: 98:[2, 26, 62], Operations: ['12+50=62']
Exploring Operation: 2*62=124, Resulting Numbers: [26, 124]
Generated Node #3: [26, 124] from Op... | 4 |
[
26,
74,
82,
87
] | 84 | [
"87-74=13",
"26/13=2",
"82+2=84"
] | Current State: 84:[26, 74, 82, 87], Operations: []
Exploring Operation: 87-74=13, Resulting Numbers: [26, 82, 13]
Generated Node #2: [26, 82, 13] from Operation: 87-74=13
Current State: 84:[26, 82, 13], Operations: ['87-74=13']
Exploring Operation: 26/13=2, Resulting Numbers: [82, 2]
Generated Node #3: [82, 2] from Ope... | 4 |
[
51,
39,
5,
3
] | 75 | [
"51+39=90",
"5*3=15",
"90-15=75"
] | Current State: 75:[51, 39, 5, 3], Operations: []
Exploring Operation: 51+39=90, Resulting Numbers: [5, 3, 90]
Generated Node #2: [5, 3, 90] from Operation: 51+39=90
Current State: 75:[5, 3, 90], Operations: ['51+39=90']
Exploring Operation: 5*3=15, Resulting Numbers: [90, 15]
Generated Node #3: [90, 15] from Operation:... | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.