nums listlengths 4 4 | target int64 10 100 | solution listlengths 3 3 | optimal_path stringlengths 282 529 | start_size int64 4 4 |
|---|---|---|---|---|
[
20,
55,
26,
44
] | 10 | [
"20*44=880",
"880/55=16",
"26-16=10"
] | Current State: 10:[20, 55, 26, 44], Operations: []
Exploring Operation: 20*44=880, Resulting Numbers: [55, 26, 880]
Generated Node #2: [55, 26, 880] from Operation: 20*44=880
Current State: 10:[55, 26, 880], Operations: ['20*44=880']
Exploring Operation: 880/55=16, Resulting Numbers: [26, 16]
Generated Node #3: [26, 16... | 4 |
[
88,
74,
74,
77
] | 17 | [
"88-74=14",
"77-74=3",
"14+3=17"
] | Current State: 17:[88, 74, 74, 77], Operations: []
Exploring Operation: 88-74=14, Resulting Numbers: [77, 14]
Generated Node #2: [77, 14] from Operation: 88-74=14
Current State: 17:[77, 14], Operations: ['88-74=14']
Exploring Operation: 77-74=3, Resulting Numbers: [14, 3]
Generated Node #3: [14, 3] from Operation: 77-7... | 4 |
[
80,
86,
53,
27
] | 85 | [
"80-53=27",
"27/27=1",
"86-1=85"
] | Current State: 85:[80, 86, 53, 27], Operations: []
Exploring Operation: 80-53=27, Resulting Numbers: [86, 27, 27]
Generated Node #2: [86, 27, 27] from Operation: 80-53=27
Current State: 85:[86, 27, 27], Operations: ['80-53=27']
Exploring Operation: 27/27=1, Resulting Numbers: [86, 1]
Generated Node #3: [86, 1] from Ope... | 4 |
[
71,
60,
45,
90
] | 82 | [
"71*90=6390",
"6390/45=142",
"142-60=82"
] | Current State: 82:[71, 60, 45, 90], Operations: []
Exploring Operation: 71*90=6390, Resulting Numbers: [60, 45, 6390]
Generated Node #2: [60, 45, 6390] from Operation: 71*90=6390
Current State: 82:[60, 45, 6390], Operations: ['71*90=6390']
Exploring Operation: 6390/45=142, Resulting Numbers: [60, 142]
Generated Node #3... | 4 |
[
70,
30,
96,
2
] | 53 | [
"70+96=166",
"166/2=83",
"83-30=53"
] | Current State: 53:[70, 30, 96, 2], Operations: []
Exploring Operation: 70+96=166, Resulting Numbers: [30, 2, 166]
Generated Node #2: [30, 2, 166] from Operation: 70+96=166
Current State: 53:[30, 2, 166], Operations: ['70+96=166']
Exploring Operation: 166/2=83, Resulting Numbers: [30, 83]
Generated Node #3: [30, 83] fro... | 4 |
[
89,
48,
13,
24
] | 51 | [
"89+13=102",
"48/24=2",
"102/2=51"
] | Current State: 51:[89, 48, 13, 24], Operations: []
Exploring Operation: 89+13=102, Resulting Numbers: [48, 24, 102]
Generated Node #2: [48, 24, 102] from Operation: 89+13=102
Current State: 51:[48, 24, 102], Operations: ['89+13=102']
Exploring Operation: 48/24=2, Resulting Numbers: [102, 2]
Generated Node #3: [102, 2] ... | 4 |
[
90,
50,
15,
35
] | 24 | [
"50*15=750",
"90+750=840",
"840/35=24"
] | Current State: 24:[90, 50, 15, 35], Operations: []
Exploring Operation: 50*15=750, Resulting Numbers: [90, 35, 750]
Generated Node #2: [90, 35, 750] from Operation: 50*15=750
Current State: 24:[90, 35, 750], Operations: ['50*15=750']
Exploring Operation: 90+750=840, Resulting Numbers: [35, 840]
Generated Node #3: [35, ... | 4 |
[
38,
3,
71,
19
] | 24 | [
"38*3=114",
"71+19=90",
"114-90=24"
] | Current State: 24:[38, 3, 71, 19], Operations: []
Exploring Operation: 38*3=114, Resulting Numbers: [71, 19, 114]
Generated Node #2: [71, 19, 114] from Operation: 38*3=114
Current State: 24:[71, 19, 114], Operations: ['38*3=114']
Exploring Operation: 71+19=90, Resulting Numbers: [114, 90]
Generated Node #3: [114, 90] f... | 4 |
[
35,
43,
10,
39
] | 29 | [
"35+43=78",
"10+39=49",
"78-49=29"
] | Current State: 29:[35, 43, 10, 39], Operations: []
Exploring Operation: 35+43=78, Resulting Numbers: [10, 39, 78]
Generated Node #2: [10, 39, 78] from Operation: 35+43=78
Current State: 29:[10, 39, 78], Operations: ['35+43=78']
Exploring Operation: 10+39=49, Resulting Numbers: [78, 49]
Generated Node #3: [78, 49] from ... | 4 |
[
64,
57,
80,
19
] | 54 | [
"64-57=7",
"80-19=61",
"61-7=54"
] | Current State: 54:[64, 57, 80, 19], Operations: []
Exploring Operation: 64-57=7, Resulting Numbers: [80, 19, 7]
Generated Node #2: [80, 19, 7] from Operation: 64-57=7
Current State: 54:[80, 19, 7], Operations: ['64-57=7']
Exploring Operation: 80-19=61, Resulting Numbers: [7, 61]
Generated Node #3: [7, 61] from Operatio... | 4 |
[
89,
74,
17,
82
] | 47 | [
"82-74=8",
"17*8=136",
"136-89=47"
] | Current State: 47:[89, 74, 17, 82], Operations: []
Exploring Operation: 82-74=8, Resulting Numbers: [89, 17, 8]
Generated Node #2: [89, 17, 8] from Operation: 82-74=8
Current State: 47:[89, 17, 8], Operations: ['82-74=8']
Exploring Operation: 17*8=136, Resulting Numbers: [89, 136]
Generated Node #3: [89, 136] from Oper... | 4 |
[
21,
30,
50,
13
] | 22 | [
"21*50=1050",
"1050/30=35",
"35-13=22"
] | Current State: 22:[21, 30, 50, 13], Operations: []
Exploring Operation: 21*50=1050, Resulting Numbers: [30, 13, 1050]
Generated Node #2: [30, 13, 1050] from Operation: 21*50=1050
Current State: 22:[30, 13, 1050], Operations: ['21*50=1050']
Exploring Operation: 1050/30=35, Resulting Numbers: [13, 35]
Generated Node #3: ... | 4 |
[
2,
11,
24,
11
] | 35 | [
"2*11=22",
"24-11=13",
"22+13=35"
] | Current State: 35:[2, 11, 24, 11], Operations: []
Exploring Operation: 2*11=22, Resulting Numbers: [24, 22]
Generated Node #2: [24, 22] from Operation: 2*11=22
Current State: 35:[24, 22], Operations: ['2*11=22']
Exploring Operation: 24-11=13, Resulting Numbers: [22, 13]
Generated Node #3: [22, 13] from Operation: 24-11... | 4 |
[
99,
74,
8,
92
] | 74 | [
"99-8=91",
"92-91=1",
"74*1=74"
] | Current State: 74:[99, 74, 8, 92], Operations: []
Exploring Operation: 99-8=91, Resulting Numbers: [74, 92, 91]
Generated Node #2: [74, 92, 91] from Operation: 99-8=91
Current State: 74:[74, 92, 91], Operations: ['99-8=91']
Exploring Operation: 92-91=1, Resulting Numbers: [74, 1]
Generated Node #3: [74, 1] from Operati... | 4 |
[
10,
68,
31,
56
] | 33 | [
"68-10=58",
"56-31=25",
"58-25=33"
] | Current State: 33:[10, 68, 31, 56], Operations: []
Exploring Operation: 68-10=58, Resulting Numbers: [31, 56, 58]
Generated Node #2: [31, 56, 58] from Operation: 68-10=58
Current State: 33:[31, 56, 58], Operations: ['68-10=58']
Exploring Operation: 56-31=25, Resulting Numbers: [58, 25]
Generated Node #3: [58, 25] from ... | 4 |
[
32,
3,
32,
92
] | 52 | [
"32+32=64",
"92+64=156",
"156/3=52"
] | Current State: 52:[32, 3, 32, 92], Operations: []
Exploring Operation: 32+32=64, Resulting Numbers: [3, 92, 64]
Generated Node #2: [3, 92, 64] from Operation: 32+32=64
Current State: 52:[3, 92, 64], Operations: ['32+32=64']
Exploring Operation: 92+64=156, Resulting Numbers: [3, 156]
Generated Node #3: [3, 156] from Ope... | 4 |
[
77,
48,
4,
3
] | 55 | [
"48-4=44",
"3*44=132",
"132-77=55"
] | Current State: 55:[77, 48, 4, 3], Operations: []
Exploring Operation: 48-4=44, Resulting Numbers: [77, 3, 44]
Generated Node #2: [77, 3, 44] from Operation: 48-4=44
Current State: 55:[77, 3, 44], Operations: ['48-4=44']
Exploring Operation: 3*44=132, Resulting Numbers: [77, 132]
Generated Node #3: [77, 132] from Operat... | 4 |
[
67,
9,
9,
15
] | 52 | [
"67+9=76",
"9+15=24",
"76-24=52"
] | Current State: 52:[67, 9, 9, 15], Operations: []
Exploring Operation: 67+9=76, Resulting Numbers: [15, 76]
Generated Node #2: [15, 76] from Operation: 67+9=76
Current State: 52:[15, 76], Operations: ['67+9=76']
Exploring Operation: 9+15=24, Resulting Numbers: [76, 24]
Generated Node #3: [76, 24] from Operation: 9+15=24... | 4 |
[
37,
12,
5,
69
] | 92 | [
"69-37=32",
"12*5=60",
"32+60=92"
] | Current State: 92:[37, 12, 5, 69], Operations: []
Exploring Operation: 69-37=32, Resulting Numbers: [12, 5, 32]
Generated Node #2: [12, 5, 32] from Operation: 69-37=32
Current State: 92:[12, 5, 32], Operations: ['69-37=32']
Exploring Operation: 12*5=60, Resulting Numbers: [32, 60]
Generated Node #3: [32, 60] from Opera... | 4 |
[
86,
93,
59,
76
] | 10 | [
"93-86=7",
"76-59=17",
"17-7=10"
] | Current State: 10:[86, 93, 59, 76], Operations: []
Exploring Operation: 93-86=7, Resulting Numbers: [59, 76, 7]
Generated Node #2: [59, 76, 7] from Operation: 93-86=7
Current State: 10:[59, 76, 7], Operations: ['93-86=7']
Exploring Operation: 76-59=17, Resulting Numbers: [7, 17]
Generated Node #3: [7, 17] from Operatio... | 4 |
[
38,
35,
69,
63
] | 48 | [
"38-35=3",
"63/3=21",
"69-21=48"
] | Current State: 48:[38, 35, 69, 63], Operations: []
Exploring Operation: 38-35=3, Resulting Numbers: [69, 63, 3]
Generated Node #2: [69, 63, 3] from Operation: 38-35=3
Current State: 48:[69, 63, 3], Operations: ['38-35=3']
Exploring Operation: 63/3=21, Resulting Numbers: [69, 21]
Generated Node #3: [69, 21] from Operati... | 4 |
[
10,
46,
59,
78
] | 75 | [
"10+46=56",
"78-59=19",
"56+19=75"
] | Current State: 75:[10, 46, 59, 78], Operations: []
Exploring Operation: 10+46=56, Resulting Numbers: [59, 78, 56]
Generated Node #2: [59, 78, 56] from Operation: 10+46=56
Current State: 75:[59, 78, 56], Operations: ['10+46=56']
Exploring Operation: 78-59=19, Resulting Numbers: [56, 19]
Generated Node #3: [56, 19] from ... | 4 |
[
29,
28,
58,
68
] | 38 | [
"58/29=2",
"68-28=40",
"40-2=38"
] | Current State: 38:[29, 28, 58, 68], Operations: []
Exploring Operation: 58/29=2, Resulting Numbers: [28, 68, 2]
Generated Node #2: [28, 68, 2] from Operation: 58/29=2
Current State: 38:[28, 68, 2], Operations: ['58/29=2']
Exploring Operation: 68-28=40, Resulting Numbers: [2, 40]
Generated Node #3: [2, 40] from Operatio... | 4 |
[
22,
20,
16,
2
] | 86 | [
"20-16=4",
"22*4=88",
"88-2=86"
] | Current State: 86:[22, 20, 16, 2], Operations: []
Exploring Operation: 20-16=4, Resulting Numbers: [22, 2, 4]
Generated Node #2: [22, 2, 4] from Operation: 20-16=4
Current State: 86:[22, 2, 4], Operations: ['20-16=4']
Exploring Operation: 22*4=88, Resulting Numbers: [2, 88]
Generated Node #3: [2, 88] from Operation: 22... | 4 |
[
11,
50,
26,
98
] | 85 | [
"50-11=39",
"26+98=124",
"124-39=85"
] | Current State: 85:[11, 50, 26, 98], Operations: []
Exploring Operation: 50-11=39, Resulting Numbers: [26, 98, 39]
Generated Node #2: [26, 98, 39] from Operation: 50-11=39
Current State: 85:[26, 98, 39], Operations: ['50-11=39']
Exploring Operation: 26+98=124, Resulting Numbers: [39, 124]
Generated Node #3: [39, 124] fr... | 4 |
[
26,
51,
9,
36
] | 51 | [
"26+9=35",
"36-35=1",
"51*1=51"
] | Current State: 51:[26, 51, 9, 36], Operations: []
Exploring Operation: 26+9=35, Resulting Numbers: [51, 36, 35]
Generated Node #2: [51, 36, 35] from Operation: 26+9=35
Current State: 51:[51, 36, 35], Operations: ['26+9=35']
Exploring Operation: 36-35=1, Resulting Numbers: [51, 1]
Generated Node #3: [51, 1] from Operati... | 4 |
[
15,
20,
67,
53
] | 21 | [
"15+20=35",
"67-53=14",
"35-14=21"
] | Current State: 21:[15, 20, 67, 53], Operations: []
Exploring Operation: 15+20=35, Resulting Numbers: [67, 53, 35]
Generated Node #2: [67, 53, 35] from Operation: 15+20=35
Current State: 21:[67, 53, 35], Operations: ['15+20=35']
Exploring Operation: 67-53=14, Resulting Numbers: [35, 14]
Generated Node #3: [35, 14] from ... | 4 |
[
7,
98,
48,
96
] | 56 | [
"98*48=4704",
"4704/96=49",
"7+49=56"
] | Current State: 56:[7, 98, 48, 96], Operations: []
Exploring Operation: 98*48=4704, Resulting Numbers: [7, 96, 4704]
Generated Node #2: [7, 96, 4704] from Operation: 98*48=4704
Current State: 56:[7, 96, 4704], Operations: ['98*48=4704']
Exploring Operation: 4704/96=49, Resulting Numbers: [7, 49]
Generated Node #3: [7, 4... | 4 |
[
1,
26,
96,
96
] | 13 | [
"96/96=1",
"1+1=2",
"26/2=13"
] | Current State: 13:[1, 26, 96, 96], Operations: []
Exploring Operation: 96/96=1, Resulting Numbers: [1, 26, 1]
Generated Node #2: [1, 26, 1] from Operation: 96/96=1
Current State: 13:[1, 26, 1], Operations: ['96/96=1']
Exploring Operation: 1+1=2, Resulting Numbers: [26, 2]
Generated Node #3: [26, 2] from Operation: 1+1=... | 4 |
[
15,
80,
1,
41
] | 24 | [
"80-15=65",
"1*41=41",
"65-41=24"
] | Current State: 24:[15, 80, 1, 41], Operations: []
Exploring Operation: 80-15=65, Resulting Numbers: [1, 41, 65]
Generated Node #2: [1, 41, 65] from Operation: 80-15=65
Current State: 24:[1, 41, 65], Operations: ['80-15=65']
Exploring Operation: 1*41=41, Resulting Numbers: [65, 41]
Generated Node #3: [65, 41] from Opera... | 4 |
[
69,
62,
10,
76
] | 79 | [
"69-62=7",
"10+76=86",
"86-7=79"
] | Current State: 79:[69, 62, 10, 76], Operations: []
Exploring Operation: 69-62=7, Resulting Numbers: [10, 76, 7]
Generated Node #2: [10, 76, 7] from Operation: 69-62=7
Current State: 79:[10, 76, 7], Operations: ['69-62=7']
Exploring Operation: 10+76=86, Resulting Numbers: [7, 86]
Generated Node #3: [7, 86] from Operatio... | 4 |
[
50,
33,
25,
29
] | 31 | [
"50/25=2",
"33+29=62",
"62/2=31"
] | Current State: 31:[50, 33, 25, 29], Operations: []
Exploring Operation: 50/25=2, Resulting Numbers: [33, 29, 2]
Generated Node #2: [33, 29, 2] from Operation: 50/25=2
Current State: 31:[33, 29, 2], Operations: ['50/25=2']
Exploring Operation: 33+29=62, Resulting Numbers: [2, 62]
Generated Node #3: [2, 62] from Operatio... | 4 |
[
79,
31,
83,
84
] | 10 | [
"83-79=4",
"84/4=21",
"31-21=10"
] | Current State: 10:[79, 31, 83, 84], Operations: []
Exploring Operation: 83-79=4, Resulting Numbers: [31, 84, 4]
Generated Node #2: [31, 84, 4] from Operation: 83-79=4
Current State: 10:[31, 84, 4], Operations: ['83-79=4']
Exploring Operation: 84/4=21, Resulting Numbers: [31, 21]
Generated Node #3: [31, 21] from Operati... | 4 |
[
9,
52,
5,
46
] | 94 | [
"52-9=43",
"5+46=51",
"43+51=94"
] | Current State: 94:[9, 52, 5, 46], Operations: []
Exploring Operation: 52-9=43, Resulting Numbers: [5, 46, 43]
Generated Node #2: [5, 46, 43] from Operation: 52-9=43
Current State: 94:[5, 46, 43], Operations: ['52-9=43']
Exploring Operation: 5+46=51, Resulting Numbers: [43, 51]
Generated Node #3: [43, 51] from Operation... | 4 |
[
52,
32,
4,
49
] | 16 | [
"49-32=17",
"4*17=68",
"68-52=16"
] | Current State: 16:[52, 32, 4, 49], Operations: []
Exploring Operation: 49-32=17, Resulting Numbers: [52, 4, 17]
Generated Node #2: [52, 4, 17] from Operation: 49-32=17
Current State: 16:[52, 4, 17], Operations: ['49-32=17']
Exploring Operation: 4*17=68, Resulting Numbers: [52, 68]
Generated Node #3: [52, 68] from Opera... | 4 |
[
74,
31,
51,
83
] | 91 | [
"74-31=43",
"51+83=134",
"134-43=91"
] | Current State: 91:[74, 31, 51, 83], Operations: []
Exploring Operation: 74-31=43, Resulting Numbers: [51, 83, 43]
Generated Node #2: [51, 83, 43] from Operation: 74-31=43
Current State: 91:[51, 83, 43], Operations: ['74-31=43']
Exploring Operation: 51+83=134, Resulting Numbers: [43, 134]
Generated Node #3: [43, 134] fr... | 4 |
[
78,
36,
4,
5
] | 94 | [
"78+36=114",
"4*5=20",
"114-20=94"
] | Current State: 94:[78, 36, 4, 5], Operations: []
Exploring Operation: 78+36=114, Resulting Numbers: [4, 5, 114]
Generated Node #2: [4, 5, 114] from Operation: 78+36=114
Current State: 94:[4, 5, 114], Operations: ['78+36=114']
Exploring Operation: 4*5=20, Resulting Numbers: [114, 20]
Generated Node #3: [114, 20] from Op... | 4 |
[
26,
38,
21,
27
] | 55 | [
"26-21=5",
"38-27=11",
"5*11=55"
] | Current State: 55:[26, 38, 21, 27], Operations: []
Exploring Operation: 26-21=5, Resulting Numbers: [38, 27, 5]
Generated Node #2: [38, 27, 5] from Operation: 26-21=5
Current State: 55:[38, 27, 5], Operations: ['26-21=5']
Exploring Operation: 38-27=11, Resulting Numbers: [5, 11]
Generated Node #3: [5, 11] from Operatio... | 4 |
[
85,
4,
71,
81
] | 42 | [
"85+71=156",
"156/4=39",
"81-39=42"
] | Current State: 42:[85, 4, 71, 81], Operations: []
Exploring Operation: 85+71=156, Resulting Numbers: [4, 81, 156]
Generated Node #2: [4, 81, 156] from Operation: 85+71=156
Current State: 42:[4, 81, 156], Operations: ['85+71=156']
Exploring Operation: 156/4=39, Resulting Numbers: [81, 39]
Generated Node #3: [81, 39] fro... | 4 |
[
64,
39,
6,
76
] | 41 | [
"76-64=12",
"12/6=2",
"39+2=41"
] | Current State: 41:[64, 39, 6, 76], Operations: []
Exploring Operation: 76-64=12, Resulting Numbers: [39, 6, 12]
Generated Node #2: [39, 6, 12] from Operation: 76-64=12
Current State: 41:[39, 6, 12], Operations: ['76-64=12']
Exploring Operation: 12/6=2, Resulting Numbers: [39, 2]
Generated Node #3: [39, 2] from Operatio... | 4 |
[
2,
28,
50,
74
] | 54 | [
"2+28=30",
"74-50=24",
"30+24=54"
] | Current State: 54:[2, 28, 50, 74], Operations: []
Exploring Operation: 2+28=30, Resulting Numbers: [50, 74, 30]
Generated Node #2: [50, 74, 30] from Operation: 2+28=30
Current State: 54:[50, 74, 30], Operations: ['2+28=30']
Exploring Operation: 74-50=24, Resulting Numbers: [30, 24]
Generated Node #3: [30, 24] from Oper... | 4 |
[
89,
57,
5,
12
] | 50 | [
"89-5=84",
"84/12=7",
"57-7=50"
] | Current State: 50:[89, 57, 5, 12], Operations: []
Exploring Operation: 89-5=84, Resulting Numbers: [57, 12, 84]
Generated Node #2: [57, 12, 84] from Operation: 89-5=84
Current State: 50:[57, 12, 84], Operations: ['89-5=84']
Exploring Operation: 84/12=7, Resulting Numbers: [57, 7]
Generated Node #3: [57, 7] from Operati... | 4 |
[
65,
13,
4,
7
] | 31 | [
"65/13=5",
"7*5=35",
"35-4=31"
] | Current State: 31:[65, 13, 4, 7], Operations: []
Exploring Operation: 65/13=5, Resulting Numbers: [4, 7, 5]
Generated Node #2: [4, 7, 5] from Operation: 65/13=5
Current State: 31:[4, 7, 5], Operations: ['65/13=5']
Exploring Operation: 7*5=35, Resulting Numbers: [4, 35]
Generated Node #3: [4, 35] from Operation: 7*5=35
... | 4 |
[
32,
23,
29,
20
] | 64 | [
"32+23=55",
"29-20=9",
"55+9=64"
] | Current State: 64:[32, 23, 29, 20], Operations: []
Exploring Operation: 32+23=55, Resulting Numbers: [29, 20, 55]
Generated Node #2: [29, 20, 55] from Operation: 32+23=55
Current State: 64:[29, 20, 55], Operations: ['32+23=55']
Exploring Operation: 29-20=9, Resulting Numbers: [55, 9]
Generated Node #3: [55, 9] from Ope... | 4 |
[
61,
31,
96,
3
] | 12 | [
"61+31=92",
"96-92=4",
"3*4=12"
] | Current State: 12:[61, 31, 96, 3], Operations: []
Exploring Operation: 61+31=92, Resulting Numbers: [96, 3, 92]
Generated Node #2: [96, 3, 92] from Operation: 61+31=92
Current State: 12:[96, 3, 92], Operations: ['61+31=92']
Exploring Operation: 96-92=4, Resulting Numbers: [3, 4]
Generated Node #3: [3, 4] from Operation... | 4 |
[
18,
11,
42,
44
] | 99 | [
"18*11=198",
"44-42=2",
"198/2=99"
] | Current State: 99:[18, 11, 42, 44], Operations: []
Exploring Operation: 18*11=198, Resulting Numbers: [42, 44, 198]
Generated Node #2: [42, 44, 198] from Operation: 18*11=198
Current State: 99:[42, 44, 198], Operations: ['18*11=198']
Exploring Operation: 44-42=2, Resulting Numbers: [198, 2]
Generated Node #3: [198, 2] ... | 4 |
[
90,
91,
16,
99
] | 45 | [
"99-91=8",
"90*8=720",
"720/16=45"
] | Current State: 45:[90, 91, 16, 99], Operations: []
Exploring Operation: 99-91=8, Resulting Numbers: [90, 16, 8]
Generated Node #2: [90, 16, 8] from Operation: 99-91=8
Current State: 45:[90, 16, 8], Operations: ['99-91=8']
Exploring Operation: 90*8=720, Resulting Numbers: [16, 720]
Generated Node #3: [16, 720] from Oper... | 4 |
[
52,
15,
62,
13
] | 38 | [
"52-15=37",
"62+13=75",
"75-37=38"
] | Current State: 38:[52, 15, 62, 13], Operations: []
Exploring Operation: 52-15=37, Resulting Numbers: [62, 13, 37]
Generated Node #2: [62, 13, 37] from Operation: 52-15=37
Current State: 38:[62, 13, 37], Operations: ['52-15=37']
Exploring Operation: 62+13=75, Resulting Numbers: [37, 75]
Generated Node #3: [37, 75] from ... | 4 |
[
31,
49,
3,
39
] | 25 | [
"39-31=8",
"3*8=24",
"49-24=25"
] | Current State: 25:[31, 49, 3, 39], Operations: []
Exploring Operation: 39-31=8, Resulting Numbers: [49, 3, 8]
Generated Node #2: [49, 3, 8] from Operation: 39-31=8
Current State: 25:[49, 3, 8], Operations: ['39-31=8']
Exploring Operation: 3*8=24, Resulting Numbers: [49, 24]
Generated Node #3: [49, 24] from Operation: 3... | 4 |
[
12,
1,
80,
29
] | 97 | [
"12*1=12",
"80+29=109",
"109-12=97"
] | Current State: 97:[12, 1, 80, 29], Operations: []
Exploring Operation: 12*1=12, Resulting Numbers: [80, 29, 12]
Generated Node #2: [80, 29, 12] from Operation: 12*1=12
Current State: 97:[80, 29, 12], Operations: ['12*1=12']
Exploring Operation: 80+29=109, Resulting Numbers: [12, 109]
Generated Node #3: [12, 109] from O... | 4 |
[
80,
32,
34,
18
] | 44 | [
"34-32=2",
"18*2=36",
"80-36=44"
] | Current State: 44:[80, 32, 34, 18], Operations: []
Exploring Operation: 34-32=2, Resulting Numbers: [80, 18, 2]
Generated Node #2: [80, 18, 2] from Operation: 34-32=2
Current State: 44:[80, 18, 2], Operations: ['34-32=2']
Exploring Operation: 18*2=36, Resulting Numbers: [80, 36]
Generated Node #3: [80, 36] from Operati... | 4 |
[
35,
54,
29,
92
] | 83 | [
"35-29=6",
"54/6=9",
"92-9=83"
] | Current State: 83:[35, 54, 29, 92], Operations: []
Exploring Operation: 35-29=6, Resulting Numbers: [54, 92, 6]
Generated Node #2: [54, 92, 6] from Operation: 35-29=6
Current State: 83:[54, 92, 6], Operations: ['35-29=6']
Exploring Operation: 54/6=9, Resulting Numbers: [92, 9]
Generated Node #3: [92, 9] from Operation:... | 4 |
[
9,
13,
43,
47
] | 86 | [
"13-9=4",
"43+47=90",
"90-4=86"
] | Current State: 86:[9, 13, 43, 47], Operations: []
Exploring Operation: 13-9=4, Resulting Numbers: [43, 47, 4]
Generated Node #2: [43, 47, 4] from Operation: 13-9=4
Current State: 86:[43, 47, 4], Operations: ['13-9=4']
Exploring Operation: 43+47=90, Resulting Numbers: [4, 90]
Generated Node #3: [4, 90] from Operation: 4... | 4 |
[
64,
89,
72,
72
] | 99 | [
"89*72=6408",
"6408-72=6336",
"6336/64=99"
] | Current State: 99:[64, 89, 72, 72], Operations: []
Exploring Operation: 89*72=6408, Resulting Numbers: [64, 6408]
Generated Node #2: [64, 6408] from Operation: 89*72=6408
Current State: 99:[64, 6408], Operations: ['89*72=6408']
Exploring Operation: 6408-72=6336, Resulting Numbers: [64, 6336]
Generated Node #3: [64, 633... | 4 |
[
84,
2,
80,
6
] | 82 | [
"84*2=168",
"80+6=86",
"168-86=82"
] | Current State: 82:[84, 2, 80, 6], Operations: []
Exploring Operation: 84*2=168, Resulting Numbers: [80, 6, 168]
Generated Node #2: [80, 6, 168] from Operation: 84*2=168
Current State: 82:[80, 6, 168], Operations: ['84*2=168']
Exploring Operation: 80+6=86, Resulting Numbers: [168, 86]
Generated Node #3: [168, 86] from O... | 4 |
[
67,
3,
31,
3
] | 36 | [
"67+3=70",
"31+3=34",
"70-34=36"
] | Current State: 36:[67, 3, 31, 3], Operations: []
Exploring Operation: 67+3=70, Resulting Numbers: [31, 70]
Generated Node #2: [31, 70] from Operation: 67+3=70
Current State: 36:[31, 70], Operations: ['67+3=70']
Exploring Operation: 31+3=34, Resulting Numbers: [70, 34]
Generated Node #3: [70, 34] from Operation: 31+3=34... | 4 |
[
92,
20,
10,
5
] | 97 | [
"92+20=112",
"10+5=15",
"112-15=97"
] | Current State: 97:[92, 20, 10, 5], Operations: []
Exploring Operation: 92+20=112, Resulting Numbers: [10, 5, 112]
Generated Node #2: [10, 5, 112] from Operation: 92+20=112
Current State: 97:[10, 5, 112], Operations: ['92+20=112']
Exploring Operation: 10+5=15, Resulting Numbers: [112, 15]
Generated Node #3: [112, 15] fr... | 4 |
[
51,
38,
2,
34
] | 98 | [
"51*2=102",
"38-34=4",
"102-4=98"
] | Current State: 98:[51, 38, 2, 34], Operations: []
Exploring Operation: 51*2=102, Resulting Numbers: [38, 34, 102]
Generated Node #2: [38, 34, 102] from Operation: 51*2=102
Current State: 98:[38, 34, 102], Operations: ['51*2=102']
Exploring Operation: 38-34=4, Resulting Numbers: [102, 4]
Generated Node #3: [102, 4] from... | 4 |
[
5,
20,
43,
19
] | 49 | [
"5+20=25",
"43-19=24",
"25+24=49"
] | Current State: 49:[5, 20, 43, 19], Operations: []
Exploring Operation: 5+20=25, Resulting Numbers: [43, 19, 25]
Generated Node #2: [43, 19, 25] from Operation: 5+20=25
Current State: 49:[43, 19, 25], Operations: ['5+20=25']
Exploring Operation: 43-19=24, Resulting Numbers: [25, 24]
Generated Node #3: [25, 24] from Oper... | 4 |
[
4,
38,
52,
2
] | 96 | [
"4+38=42",
"52+2=54",
"42+54=96"
] | Current State: 96:[4, 38, 52, 2], Operations: []
Exploring Operation: 4+38=42, Resulting Numbers: [52, 2, 42]
Generated Node #2: [52, 2, 42] from Operation: 4+38=42
Current State: 96:[52, 2, 42], Operations: ['4+38=42']
Exploring Operation: 52+2=54, Resulting Numbers: [42, 54]
Generated Node #3: [42, 54] from Operation... | 4 |
[
23,
76,
21,
61
] | 91 | [
"23-21=2",
"76*2=152",
"152-61=91"
] | Current State: 91:[23, 76, 21, 61], Operations: []
Exploring Operation: 23-21=2, Resulting Numbers: [76, 61, 2]
Generated Node #2: [76, 61, 2] from Operation: 23-21=2
Current State: 91:[76, 61, 2], Operations: ['23-21=2']
Exploring Operation: 76*2=152, Resulting Numbers: [61, 152]
Generated Node #3: [61, 152] from Oper... | 4 |
[
90,
80,
44,
36
] | 90 | [
"90+80=170",
"44+36=80",
"170-80=90"
] | Current State: 90:[90, 80, 44, 36], Operations: []
Exploring Operation: 90+80=170, Resulting Numbers: [44, 36, 170]
Generated Node #2: [44, 36, 170] from Operation: 90+80=170
Current State: 90:[44, 36, 170], Operations: ['90+80=170']
Exploring Operation: 44+36=80, Resulting Numbers: [170, 80]
Generated Node #3: [170, 8... | 4 |
[
63,
86,
45,
82
] | 22 | [
"63+86=149",
"45+82=127",
"149-127=22"
] | Current State: 22:[63, 86, 45, 82], Operations: []
Exploring Operation: 63+86=149, Resulting Numbers: [45, 82, 149]
Generated Node #2: [45, 82, 149] from Operation: 63+86=149
Current State: 22:[45, 82, 149], Operations: ['63+86=149']
Exploring Operation: 45+82=127, Resulting Numbers: [149, 127]
Generated Node #3: [149,... | 4 |
[
81,
85,
64,
59
] | 75 | [
"85-81=4",
"64/4=16",
"59+16=75"
] | Current State: 75:[81, 85, 64, 59], Operations: []
Exploring Operation: 85-81=4, Resulting Numbers: [64, 59, 4]
Generated Node #2: [64, 59, 4] from Operation: 85-81=4
Current State: 75:[64, 59, 4], Operations: ['85-81=4']
Exploring Operation: 64/4=16, Resulting Numbers: [59, 16]
Generated Node #3: [59, 16] from Operati... | 4 |
[
45,
3,
88,
5
] | 100 | [
"45/5=9",
"3+88=91",
"9+91=100"
] | Current State: 100:[45, 3, 88, 5], Operations: []
Exploring Operation: 45/5=9, Resulting Numbers: [3, 88, 9]
Generated Node #2: [3, 88, 9] from Operation: 45/5=9
Current State: 100:[3, 88, 9], Operations: ['45/5=9']
Exploring Operation: 3+88=91, Resulting Numbers: [9, 91]
Generated Node #3: [9, 91] from Operation: 3+88... | 4 |
[
2,
77,
18,
10
] | 90 | [
"10/2=5",
"77+18=95",
"95-5=90"
] | Current State: 90:[2, 77, 18, 10], Operations: []
Exploring Operation: 10/2=5, Resulting Numbers: [77, 18, 5]
Generated Node #2: [77, 18, 5] from Operation: 10/2=5
Current State: 90:[77, 18, 5], Operations: ['10/2=5']
Exploring Operation: 77+18=95, Resulting Numbers: [5, 95]
Generated Node #3: [5, 95] from Operation: 7... | 4 |
[
77,
5,
23,
35
] | 27 | [
"77+23=100",
"35+100=135",
"135/5=27"
] | Current State: 27:[77, 5, 23, 35], Operations: []
Exploring Operation: 77+23=100, Resulting Numbers: [5, 35, 100]
Generated Node #2: [5, 35, 100] from Operation: 77+23=100
Current State: 27:[5, 35, 100], Operations: ['77+23=100']
Exploring Operation: 35+100=135, Resulting Numbers: [5, 135]
Generated Node #3: [5, 135] f... | 4 |
[
48,
80,
69,
9
] | 93 | [
"48+69=117",
"117/9=13",
"80+13=93"
] | Current State: 93:[48, 80, 69, 9], Operations: []
Exploring Operation: 48+69=117, Resulting Numbers: [80, 9, 117]
Generated Node #2: [80, 9, 117] from Operation: 48+69=117
Current State: 93:[80, 9, 117], Operations: ['48+69=117']
Exploring Operation: 117/9=13, Resulting Numbers: [80, 13]
Generated Node #3: [80, 13] fro... | 4 |
[
47,
42,
17,
12
] | 24 | [
"47-42=5",
"17+12=29",
"29-5=24"
] | Current State: 24:[47, 42, 17, 12], Operations: []
Exploring Operation: 47-42=5, Resulting Numbers: [17, 12, 5]
Generated Node #2: [17, 12, 5] from Operation: 47-42=5
Current State: 24:[17, 12, 5], Operations: ['47-42=5']
Exploring Operation: 17+12=29, Resulting Numbers: [5, 29]
Generated Node #3: [5, 29] from Operatio... | 4 |
[
64,
22,
6,
87
] | 94 | [
"64-22=42",
"42/6=7",
"87+7=94"
] | Current State: 94:[64, 22, 6, 87], Operations: []
Exploring Operation: 64-22=42, Resulting Numbers: [6, 87, 42]
Generated Node #2: [6, 87, 42] from Operation: 64-22=42
Current State: 94:[6, 87, 42], Operations: ['64-22=42']
Exploring Operation: 42/6=7, Resulting Numbers: [87, 7]
Generated Node #3: [87, 7] from Operatio... | 4 |
[
49,
13,
94,
2
] | 17 | [
"49*2=98",
"94-13=81",
"98-81=17"
] | Current State: 17:[49, 13, 94, 2], Operations: []
Exploring Operation: 49*2=98, Resulting Numbers: [13, 94, 98]
Generated Node #2: [13, 94, 98] from Operation: 49*2=98
Current State: 17:[13, 94, 98], Operations: ['49*2=98']
Exploring Operation: 94-13=81, Resulting Numbers: [98, 81]
Generated Node #3: [98, 81] from Oper... | 4 |
[
21,
88,
8,
20
] | 97 | [
"21+88=109",
"20-8=12",
"109-12=97"
] | Current State: 97:[21, 88, 8, 20], Operations: []
Exploring Operation: 21+88=109, Resulting Numbers: [8, 20, 109]
Generated Node #2: [8, 20, 109] from Operation: 21+88=109
Current State: 97:[8, 20, 109], Operations: ['21+88=109']
Exploring Operation: 20-8=12, Resulting Numbers: [109, 12]
Generated Node #3: [109, 12] fr... | 4 |
[
18,
7,
59,
33
] | 37 | [
"18-7=11",
"59-33=26",
"11+26=37"
] | Current State: 37:[18, 7, 59, 33], Operations: []
Exploring Operation: 18-7=11, Resulting Numbers: [59, 33, 11]
Generated Node #2: [59, 33, 11] from Operation: 18-7=11
Current State: 37:[59, 33, 11], Operations: ['18-7=11']
Exploring Operation: 59-33=26, Resulting Numbers: [11, 26]
Generated Node #3: [11, 26] from Oper... | 4 |
[
24,
77,
67,
36
] | 11 | [
"67-24=43",
"43-36=7",
"77/7=11"
] | Current State: 11:[24, 77, 67, 36], Operations: []
Exploring Operation: 67-24=43, Resulting Numbers: [77, 36, 43]
Generated Node #2: [77, 36, 43] from Operation: 67-24=43
Current State: 11:[77, 36, 43], Operations: ['67-24=43']
Exploring Operation: 43-36=7, Resulting Numbers: [77, 7]
Generated Node #3: [77, 7] from Ope... | 4 |
[
7,
90,
56,
9
] | 32 | [
"7+90=97",
"56+9=65",
"97-65=32"
] | Current State: 32:[7, 90, 56, 9], Operations: []
Exploring Operation: 7+90=97, Resulting Numbers: [56, 9, 97]
Generated Node #2: [56, 9, 97] from Operation: 7+90=97
Current State: 32:[56, 9, 97], Operations: ['7+90=97']
Exploring Operation: 56+9=65, Resulting Numbers: [97, 65]
Generated Node #3: [97, 65] from Operation... | 4 |
[
31,
90,
52,
24
] | 87 | [
"90-31=59",
"52-24=28",
"59+28=87"
] | Current State: 87:[31, 90, 52, 24], Operations: []
Exploring Operation: 90-31=59, Resulting Numbers: [52, 24, 59]
Generated Node #2: [52, 24, 59] from Operation: 90-31=59
Current State: 87:[52, 24, 59], Operations: ['90-31=59']
Exploring Operation: 52-24=28, Resulting Numbers: [59, 28]
Generated Node #3: [59, 28] from ... | 4 |
[
45,
15,
51,
21
] | 47 | [
"51-21=30",
"30/15=2",
"45+2=47"
] | Current State: 47:[45, 15, 51, 21], Operations: []
Exploring Operation: 51-21=30, Resulting Numbers: [45, 15, 30]
Generated Node #2: [45, 15, 30] from Operation: 51-21=30
Current State: 47:[45, 15, 30], Operations: ['51-21=30']
Exploring Operation: 30/15=2, Resulting Numbers: [45, 2]
Generated Node #3: [45, 2] from Ope... | 4 |
[
26,
23,
49,
44
] | 43 | [
"26+23=49",
"49/49=1",
"44-1=43"
] | Current State: 43:[26, 23, 49, 44], Operations: []
Exploring Operation: 26+23=49, Resulting Numbers: [49, 44, 49]
Generated Node #2: [49, 44, 49] from Operation: 26+23=49
Current State: 43:[49, 44, 49], Operations: ['26+23=49']
Exploring Operation: 49/49=1, Resulting Numbers: [44, 1]
Generated Node #3: [44, 1] from Ope... | 4 |
[
31,
77,
63,
16
] | 21 | [
"31*63=1953",
"77+16=93",
"1953/93=21"
] | Current State: 21:[31, 77, 63, 16], Operations: []
Exploring Operation: 31*63=1953, Resulting Numbers: [77, 16, 1953]
Generated Node #2: [77, 16, 1953] from Operation: 31*63=1953
Current State: 21:[77, 16, 1953], Operations: ['31*63=1953']
Exploring Operation: 77+16=93, Resulting Numbers: [1953, 93]
Generated Node #3: ... | 4 |
[
69,
43,
63,
25
] | 64 | [
"69-43=26",
"63-25=38",
"26+38=64"
] | Current State: 64:[69, 43, 63, 25], Operations: []
Exploring Operation: 69-43=26, Resulting Numbers: [63, 25, 26]
Generated Node #2: [63, 25, 26] from Operation: 69-43=26
Current State: 64:[63, 25, 26], Operations: ['69-43=26']
Exploring Operation: 63-25=38, Resulting Numbers: [26, 38]
Generated Node #3: [26, 38] from ... | 4 |
[
91,
15,
81,
81
] | 77 | [
"91-15=76",
"81/81=1",
"76+1=77"
] | Current State: 77:[91, 15, 81, 81], Operations: []
Exploring Operation: 91-15=76, Resulting Numbers: [81, 81, 76]
Generated Node #2: [81, 81, 76] from Operation: 91-15=76
Current State: 77:[81, 81, 76], Operations: ['91-15=76']
Exploring Operation: 81/81=1, Resulting Numbers: [76, 1]
Generated Node #3: [76, 1] from Ope... | 4 |
[
16,
67,
40,
4
] | 69 | [
"16+4=20",
"40/20=2",
"67+2=69"
] | Current State: 69:[16, 67, 40, 4], Operations: []
Exploring Operation: 16+4=20, Resulting Numbers: [67, 40, 20]
Generated Node #2: [67, 40, 20] from Operation: 16+4=20
Current State: 69:[67, 40, 20], Operations: ['16+4=20']
Exploring Operation: 40/20=2, Resulting Numbers: [67, 2]
Generated Node #3: [67, 2] from Operati... | 4 |
[
62,
60,
66,
60
] | 66 | [
"60-60=0",
"62*0=0",
"66+0=66"
] | Current State: 66:[62, 60, 66, 60], Operations: []
Exploring Operation: 60-60=0, Resulting Numbers: [62, 66, 0]
Generated Node #2: [62, 66, 0] from Operation: 60-60=0
Current State: 66:[62, 66, 0], Operations: ['60-60=0']
Exploring Operation: 62*0=0, Resulting Numbers: [66, 0]
Generated Node #3: [66, 0] from Operation:... | 4 |
[
31,
11,
53,
30
] | 32 | [
"53-31=22",
"22/11=2",
"30+2=32"
] | Current State: 32:[31, 11, 53, 30], Operations: []
Exploring Operation: 53-31=22, Resulting Numbers: [11, 30, 22]
Generated Node #2: [11, 30, 22] from Operation: 53-31=22
Current State: 32:[11, 30, 22], Operations: ['53-31=22']
Exploring Operation: 22/11=2, Resulting Numbers: [30, 2]
Generated Node #3: [30, 2] from Ope... | 4 |
[
32,
78,
72,
98
] | 45 | [
"98-78=20",
"72*20=1440",
"1440/32=45"
] | Current State: 45:[32, 78, 72, 98], Operations: []
Exploring Operation: 98-78=20, Resulting Numbers: [32, 72, 20]
Generated Node #2: [32, 72, 20] from Operation: 98-78=20
Current State: 45:[32, 72, 20], Operations: ['98-78=20']
Exploring Operation: 72*20=1440, Resulting Numbers: [32, 1440]
Generated Node #3: [32, 1440]... | 4 |
[
28,
80,
58,
12
] | 63 | [
"28-12=16",
"80/16=5",
"58+5=63"
] | Current State: 63:[28, 80, 58, 12], Operations: []
Exploring Operation: 28-12=16, Resulting Numbers: [80, 58, 16]
Generated Node #2: [80, 58, 16] from Operation: 28-12=16
Current State: 63:[80, 58, 16], Operations: ['28-12=16']
Exploring Operation: 80/16=5, Resulting Numbers: [58, 5]
Generated Node #3: [58, 5] from Ope... | 4 |
[
29,
20,
58,
66
] | 75 | [
"29+20=49",
"58+66=124",
"124-49=75"
] | Current State: 75:[29, 20, 58, 66], Operations: []
Exploring Operation: 29+20=49, Resulting Numbers: [58, 66, 49]
Generated Node #2: [58, 66, 49] from Operation: 29+20=49
Current State: 75:[58, 66, 49], Operations: ['29+20=49']
Exploring Operation: 58+66=124, Resulting Numbers: [49, 124]
Generated Node #3: [49, 124] fr... | 4 |
[
75,
61,
18,
43
] | 75 | [
"75+61=136",
"18+43=61",
"136-61=75"
] | Current State: 75:[75, 61, 18, 43], Operations: []
Exploring Operation: 75+61=136, Resulting Numbers: [18, 43, 136]
Generated Node #2: [18, 43, 136] from Operation: 75+61=136
Current State: 75:[18, 43, 136], Operations: ['75+61=136']
Exploring Operation: 18+43=61, Resulting Numbers: [136, 61]
Generated Node #3: [136, 6... | 4 |
[
18,
19,
62,
23
] | 85 | [
"19-18=1",
"62+23=85",
"1*85=85"
] | Current State: 85:[18, 19, 62, 23], Operations: []
Exploring Operation: 19-18=1, Resulting Numbers: [62, 23, 1]
Generated Node #2: [62, 23, 1] from Operation: 19-18=1
Current State: 85:[62, 23, 1], Operations: ['19-18=1']
Exploring Operation: 62+23=85, Resulting Numbers: [1, 85]
Generated Node #3: [1, 85] from Operatio... | 4 |
[
63,
10,
98,
2
] | 90 | [
"63-10=53",
"98-53=45",
"2*45=90"
] | Current State: 90:[63, 10, 98, 2], Operations: []
Exploring Operation: 63-10=53, Resulting Numbers: [98, 2, 53]
Generated Node #2: [98, 2, 53] from Operation: 63-10=53
Current State: 90:[98, 2, 53], Operations: ['63-10=53']
Exploring Operation: 98-53=45, Resulting Numbers: [2, 45]
Generated Node #3: [2, 45] from Operat... | 4 |
[
30,
32,
31,
8
] | 94 | [
"32*31=992",
"992/8=124",
"124-30=94"
] | Current State: 94:[30, 32, 31, 8], Operations: []
Exploring Operation: 32*31=992, Resulting Numbers: [30, 8, 992]
Generated Node #2: [30, 8, 992] from Operation: 32*31=992
Current State: 94:[30, 8, 992], Operations: ['32*31=992']
Exploring Operation: 992/8=124, Resulting Numbers: [30, 124]
Generated Node #3: [30, 124] ... | 4 |
[
27,
2,
1,
38
] | 15 | [
"27*2=54",
"1+38=39",
"54-39=15"
] | Current State: 15:[27, 2, 1, 38], Operations: []
Exploring Operation: 27*2=54, Resulting Numbers: [1, 38, 54]
Generated Node #2: [1, 38, 54] from Operation: 27*2=54
Current State: 15:[1, 38, 54], Operations: ['27*2=54']
Exploring Operation: 1+38=39, Resulting Numbers: [54, 39]
Generated Node #3: [54, 39] from Operation... | 4 |
[
13,
36,
62,
30
] | 81 | [
"13+36=49",
"62-30=32",
"49+32=81"
] | Current State: 81:[13, 36, 62, 30], Operations: []
Exploring Operation: 13+36=49, Resulting Numbers: [62, 30, 49]
Generated Node #2: [62, 30, 49] from Operation: 13+36=49
Current State: 81:[62, 30, 49], Operations: ['13+36=49']
Exploring Operation: 62-30=32, Resulting Numbers: [49, 32]
Generated Node #3: [49, 32] from ... | 4 |
[
18,
72,
9,
65
] | 79 | [
"18*72=1296",
"1296/9=144",
"144-65=79"
] | Current State: 79:[18, 72, 9, 65], Operations: []
Exploring Operation: 18*72=1296, Resulting Numbers: [9, 65, 1296]
Generated Node #2: [9, 65, 1296] from Operation: 18*72=1296
Current State: 79:[9, 65, 1296], Operations: ['18*72=1296']
Exploring Operation: 1296/9=144, Resulting Numbers: [65, 144]
Generated Node #3: [65... | 4 |
[
74,
17,
44,
2
] | 94 | [
"74+17=91",
"91-44=47",
"2*47=94"
] | Current State: 94:[74, 17, 44, 2], Operations: []
Exploring Operation: 74+17=91, Resulting Numbers: [44, 2, 91]
Generated Node #2: [44, 2, 91] from Operation: 74+17=91
Current State: 94:[44, 2, 91], Operations: ['74+17=91']
Exploring Operation: 91-44=47, Resulting Numbers: [2, 47]
Generated Node #3: [2, 47] from Operat... | 4 |
[
81,
27,
84,
20
] | 87 | [
"84-81=3",
"20*3=60",
"27+60=87"
] | Current State: 87:[81, 27, 84, 20], Operations: []
Exploring Operation: 84-81=3, Resulting Numbers: [27, 20, 3]
Generated Node #2: [27, 20, 3] from Operation: 84-81=3
Current State: 87:[27, 20, 3], Operations: ['84-81=3']
Exploring Operation: 20*3=60, Resulting Numbers: [27, 60]
Generated Node #3: [27, 60] from Operati... | 4 |
[
8,
3,
19,
74
] | 79 | [
"8*3=24",
"74-19=55",
"24+55=79"
] | Current State: 79:[8, 3, 19, 74], Operations: []
Exploring Operation: 8*3=24, Resulting Numbers: [19, 74, 24]
Generated Node #2: [19, 74, 24] from Operation: 8*3=24
Current State: 79:[19, 74, 24], Operations: ['8*3=24']
Exploring Operation: 74-19=55, Resulting Numbers: [24, 55]
Generated Node #3: [24, 55] from Operatio... | 4 |
[
35,
69,
60,
21
] | 23 | [
"35+69=104",
"60+21=81",
"104-81=23"
] | Current State: 23:[35, 69, 60, 21], Operations: []
Exploring Operation: 35+69=104, Resulting Numbers: [60, 21, 104]
Generated Node #2: [60, 21, 104] from Operation: 35+69=104
Current State: 23:[60, 21, 104], Operations: ['35+69=104']
Exploring Operation: 60+21=81, Resulting Numbers: [104, 81]
Generated Node #3: [104, 8... | 4 |
[
53,
2,
42,
91
] | 46 | [
"91-53=38",
"2*42=84",
"84-38=46"
] | Current State: 46:[53, 2, 42, 91], Operations: []
Exploring Operation: 91-53=38, Resulting Numbers: [2, 42, 38]
Generated Node #2: [2, 42, 38] from Operation: 91-53=38
Current State: 46:[2, 42, 38], Operations: ['91-53=38']
Exploring Operation: 2*42=84, Resulting Numbers: [38, 84]
Generated Node #3: [38, 84] from Opera... | 4 |
[
12,
43,
34,
14
] | 17 | [
"43-12=31",
"34+14=48",
"48-31=17"
] | Current State: 17:[12, 43, 34, 14], Operations: []
Exploring Operation: 43-12=31, Resulting Numbers: [34, 14, 31]
Generated Node #2: [34, 14, 31] from Operation: 43-12=31
Current State: 17:[34, 14, 31], Operations: ['43-12=31']
Exploring Operation: 34+14=48, Resulting Numbers: [31, 48]
Generated Node #3: [31, 48] from ... | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.