nums listlengths 4 4 | target int64 10 100 | solution listlengths 3 3 | optimal_path stringlengths 282 529 | start_size int64 4 4 |
|---|---|---|---|---|
[
61,
33,
72,
84
] | 69 | [
"61-33=28",
"84/28=3",
"72-3=69"
] | Current State: 69:[61, 33, 72, 84], Operations: []
Exploring Operation: 61-33=28, Resulting Numbers: [72, 84, 28]
Generated Node #2: [72, 84, 28] from Operation: 61-33=28
Current State: 69:[72, 84, 28], Operations: ['61-33=28']
Exploring Operation: 84/28=3, Resulting Numbers: [72, 3]
Generated Node #3: [72, 3] from Ope... | 4 |
[
61,
90,
37,
34
] | 87 | [
"90-61=29",
"37-34=3",
"29*3=87"
] | Current State: 87:[61, 90, 37, 34], Operations: []
Exploring Operation: 90-61=29, Resulting Numbers: [37, 34, 29]
Generated Node #2: [37, 34, 29] from Operation: 90-61=29
Current State: 87:[37, 34, 29], Operations: ['90-61=29']
Exploring Operation: 37-34=3, Resulting Numbers: [29, 3]
Generated Node #3: [29, 3] from Ope... | 4 |
[
91,
57,
39,
22
] | 15 | [
"57-22=35",
"39*35=1365",
"1365/91=15"
] | Current State: 15:[91, 57, 39, 22], Operations: []
Exploring Operation: 57-22=35, Resulting Numbers: [91, 39, 35]
Generated Node #2: [91, 39, 35] from Operation: 57-22=35
Current State: 15:[91, 39, 35], Operations: ['57-22=35']
Exploring Operation: 39*35=1365, Resulting Numbers: [91, 1365]
Generated Node #3: [91, 1365]... | 4 |
[
90,
15,
30,
61
] | 44 | [
"90-15=75",
"61-30=31",
"75-31=44"
] | Current State: 44:[90, 15, 30, 61], Operations: []
Exploring Operation: 90-15=75, Resulting Numbers: [30, 61, 75]
Generated Node #2: [30, 61, 75] from Operation: 90-15=75
Current State: 44:[30, 61, 75], Operations: ['90-15=75']
Exploring Operation: 61-30=31, Resulting Numbers: [75, 31]
Generated Node #3: [75, 31] from ... | 4 |
[
51,
54,
65,
63
] | 24 | [
"65-63=2",
"54/2=27",
"51-27=24"
] | Current State: 24:[51, 54, 65, 63], Operations: []
Exploring Operation: 65-63=2, Resulting Numbers: [51, 54, 2]
Generated Node #2: [51, 54, 2] from Operation: 65-63=2
Current State: 24:[51, 54, 2], Operations: ['65-63=2']
Exploring Operation: 54/2=27, Resulting Numbers: [51, 27]
Generated Node #3: [51, 27] from Operati... | 4 |
[
21,
24,
24,
7
] | 79 | [
"24-21=3",
"24*3=72",
"7+72=79"
] | Current State: 79:[21, 24, 24, 7], Operations: []
Exploring Operation: 24-21=3, Resulting Numbers: [7, 3]
Generated Node #2: [7, 3] from Operation: 24-21=3
Current State: 79:[7, 3], Operations: ['24-21=3']
Exploring Operation: 24*3=72, Resulting Numbers: [7, 72]
Generated Node #3: [7, 72] from Operation: 24*3=72
Curren... | 4 |
[
27,
24,
11,
25
] | 39 | [
"27-24=3",
"11+25=36",
"3+36=39"
] | Current State: 39:[27, 24, 11, 25], Operations: []
Exploring Operation: 27-24=3, Resulting Numbers: [11, 25, 3]
Generated Node #2: [11, 25, 3] from Operation: 27-24=3
Current State: 39:[11, 25, 3], Operations: ['27-24=3']
Exploring Operation: 11+25=36, Resulting Numbers: [3, 36]
Generated Node #3: [3, 36] from Operatio... | 4 |
[
25,
46,
40,
5
] | 66 | [
"46-25=21",
"40+5=45",
"21+45=66"
] | Current State: 66:[25, 46, 40, 5], Operations: []
Exploring Operation: 46-25=21, Resulting Numbers: [40, 5, 21]
Generated Node #2: [40, 5, 21] from Operation: 46-25=21
Current State: 66:[40, 5, 21], Operations: ['46-25=21']
Exploring Operation: 40+5=45, Resulting Numbers: [21, 45]
Generated Node #3: [21, 45] from Opera... | 4 |
[
30,
63,
7,
11
] | 37 | [
"63-30=33",
"11-7=4",
"33+4=37"
] | Current State: 37:[30, 63, 7, 11], Operations: []
Exploring Operation: 63-30=33, Resulting Numbers: [7, 11, 33]
Generated Node #2: [7, 11, 33] from Operation: 63-30=33
Current State: 37:[7, 11, 33], Operations: ['63-30=33']
Exploring Operation: 11-7=4, Resulting Numbers: [33, 4]
Generated Node #3: [33, 4] from Operatio... | 4 |
[
33,
83,
50,
30
] | 31 | [
"83-33=50",
"50/50=1",
"30+1=31"
] | Current State: 31:[33, 83, 50, 30], Operations: []
Exploring Operation: 83-33=50, Resulting Numbers: [50, 30, 50]
Generated Node #2: [50, 30, 50] from Operation: 83-33=50
Current State: 31:[50, 30, 50], Operations: ['83-33=50']
Exploring Operation: 50/50=1, Resulting Numbers: [30, 1]
Generated Node #3: [30, 1] from Ope... | 4 |
[
39,
84,
26,
8
] | 27 | [
"84-39=45",
"26-8=18",
"45-18=27"
] | Current State: 27:[39, 84, 26, 8], Operations: []
Exploring Operation: 84-39=45, Resulting Numbers: [26, 8, 45]
Generated Node #2: [26, 8, 45] from Operation: 84-39=45
Current State: 27:[26, 8, 45], Operations: ['84-39=45']
Exploring Operation: 26-8=18, Resulting Numbers: [45, 18]
Generated Node #3: [45, 18] from Opera... | 4 |
[
70,
87,
56,
3
] | 72 | [
"87+3=90",
"56*90=5040",
"5040/70=72"
] | Current State: 72:[70, 87, 56, 3], Operations: []
Exploring Operation: 87+3=90, Resulting Numbers: [70, 56, 90]
Generated Node #2: [70, 56, 90] from Operation: 87+3=90
Current State: 72:[70, 56, 90], Operations: ['87+3=90']
Exploring Operation: 56*90=5040, Resulting Numbers: [70, 5040]
Generated Node #3: [70, 5040] fro... | 4 |
[
82,
2,
80,
47
] | 75 | [
"82-47=35",
"80/2=40",
"35+40=75"
] | Current State: 75:[82, 2, 80, 47], Operations: []
Exploring Operation: 82-47=35, Resulting Numbers: [2, 80, 35]
Generated Node #2: [2, 80, 35] from Operation: 82-47=35
Current State: 75:[2, 80, 35], Operations: ['82-47=35']
Exploring Operation: 80/2=40, Resulting Numbers: [35, 40]
Generated Node #3: [35, 40] from Opera... | 4 |
[
18,
55,
19,
42
] | 84 | [
"55-19=36",
"36/18=2",
"42*2=84"
] | Current State: 84:[18, 55, 19, 42], Operations: []
Exploring Operation: 55-19=36, Resulting Numbers: [18, 42, 36]
Generated Node #2: [18, 42, 36] from Operation: 55-19=36
Current State: 84:[18, 42, 36], Operations: ['55-19=36']
Exploring Operation: 36/18=2, Resulting Numbers: [42, 2]
Generated Node #3: [42, 2] from Ope... | 4 |
[
9,
60,
20,
59
] | 62 | [
"9*20=180",
"180/60=3",
"59+3=62"
] | Current State: 62:[9, 60, 20, 59], Operations: []
Exploring Operation: 9*20=180, Resulting Numbers: [60, 59, 180]
Generated Node #2: [60, 59, 180] from Operation: 9*20=180
Current State: 62:[60, 59, 180], Operations: ['9*20=180']
Exploring Operation: 180/60=3, Resulting Numbers: [59, 3]
Generated Node #3: [59, 3] from ... | 4 |
[
90,
10,
72,
84
] | 22 | [
"90-84=6",
"72/6=12",
"10+12=22"
] | Current State: 22:[90, 10, 72, 84], Operations: []
Exploring Operation: 90-84=6, Resulting Numbers: [10, 72, 6]
Generated Node #2: [10, 72, 6] from Operation: 90-84=6
Current State: 22:[10, 72, 6], Operations: ['90-84=6']
Exploring Operation: 72/6=12, Resulting Numbers: [10, 12]
Generated Node #3: [10, 12] from Operati... | 4 |
[
30,
27,
21,
88
] | 64 | [
"30-27=3",
"88-21=67",
"67-3=64"
] | Current State: 64:[30, 27, 21, 88], Operations: []
Exploring Operation: 30-27=3, Resulting Numbers: [21, 88, 3]
Generated Node #2: [21, 88, 3] from Operation: 30-27=3
Current State: 64:[21, 88, 3], Operations: ['30-27=3']
Exploring Operation: 88-21=67, Resulting Numbers: [3, 67]
Generated Node #3: [3, 67] from Operatio... | 4 |
[
4,
44,
28,
31
] | 24 | [
"44-31=13",
"4*13=52",
"52-28=24"
] | Current State: 24:[4, 44, 28, 31], Operations: []
Exploring Operation: 44-31=13, Resulting Numbers: [4, 28, 13]
Generated Node #2: [4, 28, 13] from Operation: 44-31=13
Current State: 24:[4, 28, 13], Operations: ['44-31=13']
Exploring Operation: 4*13=52, Resulting Numbers: [28, 52]
Generated Node #3: [28, 52] from Opera... | 4 |
[
61,
11,
15,
4
] | 61 | [
"61+11=72",
"15-4=11",
"72-11=61"
] | Current State: 61:[61, 11, 15, 4], Operations: []
Exploring Operation: 61+11=72, Resulting Numbers: [15, 4, 72]
Generated Node #2: [15, 4, 72] from Operation: 61+11=72
Current State: 61:[15, 4, 72], Operations: ['61+11=72']
Exploring Operation: 15-4=11, Resulting Numbers: [72, 11]
Generated Node #3: [72, 11] from Opera... | 4 |
[
46,
94,
8,
33
] | 99 | [
"46+94=140",
"8+33=41",
"140-41=99"
] | Current State: 99:[46, 94, 8, 33], Operations: []
Exploring Operation: 46+94=140, Resulting Numbers: [8, 33, 140]
Generated Node #2: [8, 33, 140] from Operation: 46+94=140
Current State: 99:[8, 33, 140], Operations: ['46+94=140']
Exploring Operation: 8+33=41, Resulting Numbers: [140, 41]
Generated Node #3: [140, 41] fr... | 4 |
[
18,
93,
36,
8
] | 51 | [
"36-18=18",
"8*18=144",
"144-93=51"
] | Current State: 51:[18, 93, 36, 8], Operations: []
Exploring Operation: 36-18=18, Resulting Numbers: [93, 8, 18]
Generated Node #2: [93, 8, 18] from Operation: 36-18=18
Current State: 51:[93, 8, 18], Operations: ['36-18=18']
Exploring Operation: 8*18=144, Resulting Numbers: [93, 144]
Generated Node #3: [93, 144] from Op... | 4 |
[
12,
3,
65,
83
] | 33 | [
"12+3=15",
"83-65=18",
"15+18=33"
] | Current State: 33:[12, 3, 65, 83], Operations: []
Exploring Operation: 12+3=15, Resulting Numbers: [65, 83, 15]
Generated Node #2: [65, 83, 15] from Operation: 12+3=15
Current State: 33:[65, 83, 15], Operations: ['12+3=15']
Exploring Operation: 83-65=18, Resulting Numbers: [15, 18]
Generated Node #3: [15, 18] from Oper... | 4 |
[
60,
79,
78,
76
] | 46 | [
"60+78=138",
"79-76=3",
"138/3=46"
] | Current State: 46:[60, 79, 78, 76], Operations: []
Exploring Operation: 60+78=138, Resulting Numbers: [79, 76, 138]
Generated Node #2: [79, 76, 138] from Operation: 60+78=138
Current State: 46:[79, 76, 138], Operations: ['60+78=138']
Exploring Operation: 79-76=3, Resulting Numbers: [138, 3]
Generated Node #3: [138, 3] ... | 4 |
[
77,
2,
32,
9
] | 38 | [
"77+2=79",
"32+9=41",
"79-41=38"
] | Current State: 38:[77, 2, 32, 9], Operations: []
Exploring Operation: 77+2=79, Resulting Numbers: [32, 9, 79]
Generated Node #2: [32, 9, 79] from Operation: 77+2=79
Current State: 38:[32, 9, 79], Operations: ['77+2=79']
Exploring Operation: 32+9=41, Resulting Numbers: [79, 41]
Generated Node #3: [79, 41] from Operation... | 4 |
[
50,
9,
49,
52
] | 23 | [
"52-49=3",
"9*3=27",
"50-27=23"
] | Current State: 23:[50, 9, 49, 52], Operations: []
Exploring Operation: 52-49=3, Resulting Numbers: [50, 9, 3]
Generated Node #2: [50, 9, 3] from Operation: 52-49=3
Current State: 23:[50, 9, 3], Operations: ['52-49=3']
Exploring Operation: 9*3=27, Resulting Numbers: [50, 27]
Generated Node #3: [50, 27] from Operation: 9... | 4 |
[
30,
20,
60,
53
] | 13 | [
"60/30=2",
"20*2=40",
"53-40=13"
] | Current State: 13:[30, 20, 60, 53], Operations: []
Exploring Operation: 60/30=2, Resulting Numbers: [20, 53, 2]
Generated Node #2: [20, 53, 2] from Operation: 60/30=2
Current State: 13:[20, 53, 2], Operations: ['60/30=2']
Exploring Operation: 20*2=40, Resulting Numbers: [53, 40]
Generated Node #3: [53, 40] from Operati... | 4 |
[
58,
92,
38,
13
] | 52 | [
"92-58=34",
"38-34=4",
"13*4=52"
] | Current State: 52:[58, 92, 38, 13], Operations: []
Exploring Operation: 92-58=34, Resulting Numbers: [38, 13, 34]
Generated Node #2: [38, 13, 34] from Operation: 92-58=34
Current State: 52:[38, 13, 34], Operations: ['92-58=34']
Exploring Operation: 38-34=4, Resulting Numbers: [13, 4]
Generated Node #3: [13, 4] from Ope... | 4 |
[
4,
29,
26,
56
] | 63 | [
"4+29=33",
"56-26=30",
"33+30=63"
] | Current State: 63:[4, 29, 26, 56], Operations: []
Exploring Operation: 4+29=33, Resulting Numbers: [26, 56, 33]
Generated Node #2: [26, 56, 33] from Operation: 4+29=33
Current State: 63:[26, 56, 33], Operations: ['4+29=33']
Exploring Operation: 56-26=30, Resulting Numbers: [33, 30]
Generated Node #3: [33, 30] from Oper... | 4 |
[
89,
72,
9,
1
] | 82 | [
"89+1=90",
"72/9=8",
"90-8=82"
] | Current State: 82:[89, 72, 9, 1], Operations: []
Exploring Operation: 89+1=90, Resulting Numbers: [72, 9, 90]
Generated Node #2: [72, 9, 90] from Operation: 89+1=90
Current State: 82:[72, 9, 90], Operations: ['89+1=90']
Exploring Operation: 72/9=8, Resulting Numbers: [90, 8]
Generated Node #3: [90, 8] from Operation: 7... | 4 |
[
2,
67,
8,
14
] | 77 | [
"8/2=4",
"67+14=81",
"81-4=77"
] | Current State: 77:[2, 67, 8, 14], Operations: []
Exploring Operation: 8/2=4, Resulting Numbers: [67, 14, 4]
Generated Node #2: [67, 14, 4] from Operation: 8/2=4
Current State: 77:[67, 14, 4], Operations: ['8/2=4']
Exploring Operation: 67+14=81, Resulting Numbers: [4, 81]
Generated Node #3: [4, 81] from Operation: 67+14... | 4 |
[
44,
30,
91,
3
] | 80 | [
"44-30=14",
"91+3=94",
"94-14=80"
] | Current State: 80:[44, 30, 91, 3], Operations: []
Exploring Operation: 44-30=14, Resulting Numbers: [91, 3, 14]
Generated Node #2: [91, 3, 14] from Operation: 44-30=14
Current State: 80:[91, 3, 14], Operations: ['44-30=14']
Exploring Operation: 91+3=94, Resulting Numbers: [14, 94]
Generated Node #3: [14, 94] from Opera... | 4 |
[
56,
61,
10,
52
] | 34 | [
"61-52=9",
"10*9=90",
"90-56=34"
] | Current State: 34:[56, 61, 10, 52], Operations: []
Exploring Operation: 61-52=9, Resulting Numbers: [56, 10, 9]
Generated Node #2: [56, 10, 9] from Operation: 61-52=9
Current State: 34:[56, 10, 9], Operations: ['61-52=9']
Exploring Operation: 10*9=90, Resulting Numbers: [56, 90]
Generated Node #3: [56, 90] from Operati... | 4 |
[
7,
65,
78,
71
] | 91 | [
"65-7=58",
"78+71=149",
"149-58=91"
] | Current State: 91:[7, 65, 78, 71], Operations: []
Exploring Operation: 65-7=58, Resulting Numbers: [78, 71, 58]
Generated Node #2: [78, 71, 58] from Operation: 65-7=58
Current State: 91:[78, 71, 58], Operations: ['65-7=58']
Exploring Operation: 78+71=149, Resulting Numbers: [58, 149]
Generated Node #3: [58, 149] from O... | 4 |
[
51,
85,
60,
18
] | 87 | [
"60-51=9",
"18/9=2",
"85+2=87"
] | Current State: 87:[51, 85, 60, 18], Operations: []
Exploring Operation: 60-51=9, Resulting Numbers: [85, 18, 9]
Generated Node #2: [85, 18, 9] from Operation: 60-51=9
Current State: 87:[85, 18, 9], Operations: ['60-51=9']
Exploring Operation: 18/9=2, Resulting Numbers: [85, 2]
Generated Node #3: [85, 2] from Operation:... | 4 |
[
44,
44,
38,
61
] | 98 | [
"44/44=1",
"38+61=99",
"99-1=98"
] | Current State: 98:[44, 44, 38, 61], Operations: []
Exploring Operation: 44/44=1, Resulting Numbers: [38, 61, 1]
Generated Node #2: [38, 61, 1] from Operation: 44/44=1
Current State: 98:[38, 61, 1], Operations: ['44/44=1']
Exploring Operation: 38+61=99, Resulting Numbers: [1, 99]
Generated Node #3: [1, 99] from Operatio... | 4 |
[
6,
68,
60,
48
] | 70 | [
"60-48=12",
"12/6=2",
"68+2=70"
] | Current State: 70:[6, 68, 60, 48], Operations: []
Exploring Operation: 60-48=12, Resulting Numbers: [6, 68, 12]
Generated Node #2: [6, 68, 12] from Operation: 60-48=12
Current State: 70:[6, 68, 12], Operations: ['60-48=12']
Exploring Operation: 12/6=2, Resulting Numbers: [68, 2]
Generated Node #3: [68, 2] from Operatio... | 4 |
[
8,
32,
40,
43
] | 70 | [
"40/8=5",
"32+43=75",
"75-5=70"
] | Current State: 70:[8, 32, 40, 43], Operations: []
Exploring Operation: 40/8=5, Resulting Numbers: [32, 43, 5]
Generated Node #2: [32, 43, 5] from Operation: 40/8=5
Current State: 70:[32, 43, 5], Operations: ['40/8=5']
Exploring Operation: 32+43=75, Resulting Numbers: [5, 75]
Generated Node #3: [5, 75] from Operation: 3... | 4 |
[
8,
48,
17,
46
] | 50 | [
"8+17=25",
"48-46=2",
"25*2=50"
] | Current State: 50:[8, 48, 17, 46], Operations: []
Exploring Operation: 8+17=25, Resulting Numbers: [48, 46, 25]
Generated Node #2: [48, 46, 25] from Operation: 8+17=25
Current State: 50:[48, 46, 25], Operations: ['8+17=25']
Exploring Operation: 48-46=2, Resulting Numbers: [25, 2]
Generated Node #3: [25, 2] from Operati... | 4 |
[
47,
24,
49,
63
] | 37 | [
"47-24=23",
"63-49=14",
"23+14=37"
] | Current State: 37:[47, 24, 49, 63], Operations: []
Exploring Operation: 47-24=23, Resulting Numbers: [49, 63, 23]
Generated Node #2: [49, 63, 23] from Operation: 47-24=23
Current State: 37:[49, 63, 23], Operations: ['47-24=23']
Exploring Operation: 63-49=14, Resulting Numbers: [23, 14]
Generated Node #3: [23, 14] from ... | 4 |
[
87,
22,
11,
79
] | 95 | [
"87*22=1914",
"1914/11=174",
"174-79=95"
] | Current State: 95:[87, 22, 11, 79], Operations: []
Exploring Operation: 87*22=1914, Resulting Numbers: [11, 79, 1914]
Generated Node #2: [11, 79, 1914] from Operation: 87*22=1914
Current State: 95:[11, 79, 1914], Operations: ['87*22=1914']
Exploring Operation: 1914/11=174, Resulting Numbers: [79, 174]
Generated Node #3... | 4 |
[
64,
66,
51,
1
] | 100 | [
"66-64=2",
"51-1=50",
"2*50=100"
] | Current State: 100:[64, 66, 51, 1], Operations: []
Exploring Operation: 66-64=2, Resulting Numbers: [51, 1, 2]
Generated Node #2: [51, 1, 2] from Operation: 66-64=2
Current State: 100:[51, 1, 2], Operations: ['66-64=2']
Exploring Operation: 51-1=50, Resulting Numbers: [2, 50]
Generated Node #3: [2, 50] from Operation: ... | 4 |
[
74,
12,
71,
92
] | 96 | [
"74-71=3",
"12/3=4",
"92+4=96"
] | Current State: 96:[74, 12, 71, 92], Operations: []
Exploring Operation: 74-71=3, Resulting Numbers: [12, 92, 3]
Generated Node #2: [12, 92, 3] from Operation: 74-71=3
Current State: 96:[12, 92, 3], Operations: ['74-71=3']
Exploring Operation: 12/3=4, Resulting Numbers: [92, 4]
Generated Node #3: [92, 4] from Operation:... | 4 |
[
96,
63,
55,
86
] | 64 | [
"96-63=33",
"86-55=31",
"33+31=64"
] | Current State: 64:[96, 63, 55, 86], Operations: []
Exploring Operation: 96-63=33, Resulting Numbers: [55, 86, 33]
Generated Node #2: [55, 86, 33] from Operation: 96-63=33
Current State: 64:[55, 86, 33], Operations: ['96-63=33']
Exploring Operation: 86-55=31, Resulting Numbers: [33, 31]
Generated Node #3: [33, 31] from ... | 4 |
[
73,
25,
2,
9
] | 81 | [
"25-9=16",
"16/2=8",
"73+8=81"
] | Current State: 81:[73, 25, 2, 9], Operations: []
Exploring Operation: 25-9=16, Resulting Numbers: [73, 2, 16]
Generated Node #2: [73, 2, 16] from Operation: 25-9=16
Current State: 81:[73, 2, 16], Operations: ['25-9=16']
Exploring Operation: 16/2=8, Resulting Numbers: [73, 8]
Generated Node #3: [73, 8] from Operation: 1... | 4 |
[
65,
33,
4,
35
] | 55 | [
"65*33=2145",
"4+35=39",
"2145/39=55"
] | Current State: 55:[65, 33, 4, 35], Operations: []
Exploring Operation: 65*33=2145, Resulting Numbers: [4, 35, 2145]
Generated Node #2: [4, 35, 2145] from Operation: 65*33=2145
Current State: 55:[4, 35, 2145], Operations: ['65*33=2145']
Exploring Operation: 4+35=39, Resulting Numbers: [2145, 39]
Generated Node #3: [2145... | 4 |
[
2,
23,
10,
48
] | 66 | [
"10/2=5",
"23+48=71",
"71-5=66"
] | Current State: 66:[2, 23, 10, 48], Operations: []
Exploring Operation: 10/2=5, Resulting Numbers: [23, 48, 5]
Generated Node #2: [23, 48, 5] from Operation: 10/2=5
Current State: 66:[23, 48, 5], Operations: ['10/2=5']
Exploring Operation: 23+48=71, Resulting Numbers: [5, 71]
Generated Node #3: [5, 71] from Operation: 2... | 4 |
[
54,
20,
49,
41
] | 26 | [
"54-20=34",
"49-41=8",
"34-8=26"
] | Current State: 26:[54, 20, 49, 41], Operations: []
Exploring Operation: 54-20=34, Resulting Numbers: [49, 41, 34]
Generated Node #2: [49, 41, 34] from Operation: 54-20=34
Current State: 26:[49, 41, 34], Operations: ['54-20=34']
Exploring Operation: 49-41=8, Resulting Numbers: [34, 8]
Generated Node #3: [34, 8] from Ope... | 4 |
[
70,
62,
16,
74
] | 50 | [
"70-62=8",
"74-16=58",
"58-8=50"
] | Current State: 50:[70, 62, 16, 74], Operations: []
Exploring Operation: 70-62=8, Resulting Numbers: [16, 74, 8]
Generated Node #2: [16, 74, 8] from Operation: 70-62=8
Current State: 50:[16, 74, 8], Operations: ['70-62=8']
Exploring Operation: 74-16=58, Resulting Numbers: [8, 58]
Generated Node #3: [8, 58] from Operatio... | 4 |
[
49,
24,
55,
48
] | 12 | [
"55-49=6",
"24+48=72",
"72/6=12"
] | Current State: 12:[49, 24, 55, 48], Operations: []
Exploring Operation: 55-49=6, Resulting Numbers: [24, 48, 6]
Generated Node #2: [24, 48, 6] from Operation: 55-49=6
Current State: 12:[24, 48, 6], Operations: ['55-49=6']
Exploring Operation: 24+48=72, Resulting Numbers: [6, 72]
Generated Node #3: [6, 72] from Operatio... | 4 |
[
18,
52,
17,
46
] | 29 | [
"52-18=34",
"17+46=63",
"63-34=29"
] | Current State: 29:[18, 52, 17, 46], Operations: []
Exploring Operation: 52-18=34, Resulting Numbers: [17, 46, 34]
Generated Node #2: [17, 46, 34] from Operation: 52-18=34
Current State: 29:[17, 46, 34], Operations: ['52-18=34']
Exploring Operation: 17+46=63, Resulting Numbers: [34, 63]
Generated Node #3: [34, 63] from ... | 4 |
[
84,
71,
57,
7
] | 42 | [
"84*7=588",
"71-57=14",
"588/14=42"
] | Current State: 42:[84, 71, 57, 7], Operations: []
Exploring Operation: 84*7=588, Resulting Numbers: [71, 57, 588]
Generated Node #2: [71, 57, 588] from Operation: 84*7=588
Current State: 42:[71, 57, 588], Operations: ['84*7=588']
Exploring Operation: 71-57=14, Resulting Numbers: [588, 14]
Generated Node #3: [588, 14] f... | 4 |
[
23,
49,
81,
74
] | 16 | [
"81-74=7",
"49/7=7",
"23-7=16"
] | Current State: 16:[23, 49, 81, 74], Operations: []
Exploring Operation: 81-74=7, Resulting Numbers: [23, 49, 7]
Generated Node #2: [23, 49, 7] from Operation: 81-74=7
Current State: 16:[23, 49, 7], Operations: ['81-74=7']
Exploring Operation: 49/7=7, Resulting Numbers: [23, 7]
Generated Node #3: [23, 7] from Operation:... | 4 |
[
92,
87,
29,
12
] | 23 | [
"92*87=8004",
"29*12=348",
"8004/348=23"
] | Current State: 23:[92, 87, 29, 12], Operations: []
Exploring Operation: 92*87=8004, Resulting Numbers: [29, 12, 8004]
Generated Node #2: [29, 12, 8004] from Operation: 92*87=8004
Current State: 23:[29, 12, 8004], Operations: ['92*87=8004']
Exploring Operation: 29*12=348, Resulting Numbers: [8004, 348]
Generated Node #3... | 4 |
[
75,
37,
2,
30
] | 86 | [
"75+37=112",
"112/2=56",
"30+56=86"
] | Current State: 86:[75, 37, 2, 30], Operations: []
Exploring Operation: 75+37=112, Resulting Numbers: [2, 30, 112]
Generated Node #2: [2, 30, 112] from Operation: 75+37=112
Current State: 86:[2, 30, 112], Operations: ['75+37=112']
Exploring Operation: 112/2=56, Resulting Numbers: [30, 56]
Generated Node #3: [30, 56] fro... | 4 |
[
89,
55,
29,
51
] | 27 | [
"55-51=4",
"29*4=116",
"116-89=27"
] | Current State: 27:[89, 55, 29, 51], Operations: []
Exploring Operation: 55-51=4, Resulting Numbers: [89, 29, 4]
Generated Node #2: [89, 29, 4] from Operation: 55-51=4
Current State: 27:[89, 29, 4], Operations: ['55-51=4']
Exploring Operation: 29*4=116, Resulting Numbers: [89, 116]
Generated Node #3: [89, 116] from Oper... | 4 |
[
43,
10,
90,
36
] | 73 | [
"43+10=53",
"90+36=126",
"126-53=73"
] | Current State: 73:[43, 10, 90, 36], Operations: []
Exploring Operation: 43+10=53, Resulting Numbers: [90, 36, 53]
Generated Node #2: [90, 36, 53] from Operation: 43+10=53
Current State: 73:[90, 36, 53], Operations: ['43+10=53']
Exploring Operation: 90+36=126, Resulting Numbers: [53, 126]
Generated Node #3: [53, 126] fr... | 4 |
[
91,
25,
41,
61
] | 36 | [
"91-25=66",
"41+61=102",
"102-66=36"
] | Current State: 36:[91, 25, 41, 61], Operations: []
Exploring Operation: 91-25=66, Resulting Numbers: [41, 61, 66]
Generated Node #2: [41, 61, 66] from Operation: 91-25=66
Current State: 36:[41, 61, 66], Operations: ['91-25=66']
Exploring Operation: 41+61=102, Resulting Numbers: [66, 102]
Generated Node #3: [66, 102] fr... | 4 |
[
29,
43,
2,
44
] | 37 | [
"43-29=14",
"14/2=7",
"44-7=37"
] | Current State: 37:[29, 43, 2, 44], Operations: []
Exploring Operation: 43-29=14, Resulting Numbers: [2, 44, 14]
Generated Node #2: [2, 44, 14] from Operation: 43-29=14
Current State: 37:[2, 44, 14], Operations: ['43-29=14']
Exploring Operation: 14/2=7, Resulting Numbers: [44, 7]
Generated Node #3: [44, 7] from Operatio... | 4 |
[
2,
74,
97,
10
] | 18 | [
"10/2=5",
"97-74=23",
"23-5=18"
] | Current State: 18:[2, 74, 97, 10], Operations: []
Exploring Operation: 10/2=5, Resulting Numbers: [74, 97, 5]
Generated Node #2: [74, 97, 5] from Operation: 10/2=5
Current State: 18:[74, 97, 5], Operations: ['10/2=5']
Exploring Operation: 97-74=23, Resulting Numbers: [5, 23]
Generated Node #3: [5, 23] from Operation: 9... | 4 |
[
93,
51,
25,
87
] | 32 | [
"93+51=144",
"25+87=112",
"144-112=32"
] | Current State: 32:[93, 51, 25, 87], Operations: []
Exploring Operation: 93+51=144, Resulting Numbers: [25, 87, 144]
Generated Node #2: [25, 87, 144] from Operation: 93+51=144
Current State: 32:[25, 87, 144], Operations: ['93+51=144']
Exploring Operation: 25+87=112, Resulting Numbers: [144, 112]
Generated Node #3: [144,... | 4 |
[
50,
80,
32,
65
] | 63 | [
"80-50=30",
"65-32=33",
"30+33=63"
] | Current State: 63:[50, 80, 32, 65], Operations: []
Exploring Operation: 80-50=30, Resulting Numbers: [32, 65, 30]
Generated Node #2: [32, 65, 30] from Operation: 80-50=30
Current State: 63:[32, 65, 30], Operations: ['80-50=30']
Exploring Operation: 65-32=33, Resulting Numbers: [30, 33]
Generated Node #3: [30, 33] from ... | 4 |
[
86,
27,
66,
97
] | 82 | [
"86+27=113",
"97-66=31",
"113-31=82"
] | Current State: 82:[86, 27, 66, 97], Operations: []
Exploring Operation: 86+27=113, Resulting Numbers: [66, 97, 113]
Generated Node #2: [66, 97, 113] from Operation: 86+27=113
Current State: 82:[66, 97, 113], Operations: ['86+27=113']
Exploring Operation: 97-66=31, Resulting Numbers: [113, 31]
Generated Node #3: [113, 3... | 4 |
[
71,
3,
92,
48
] | 55 | [
"92-71=21",
"21/3=7",
"48+7=55"
] | Current State: 55:[71, 3, 92, 48], Operations: []
Exploring Operation: 92-71=21, Resulting Numbers: [3, 48, 21]
Generated Node #2: [3, 48, 21] from Operation: 92-71=21
Current State: 55:[3, 48, 21], Operations: ['92-71=21']
Exploring Operation: 21/3=7, Resulting Numbers: [48, 7]
Generated Node #3: [48, 7] from Operatio... | 4 |
[
10,
29,
39,
61
] | 48 | [
"29+61=90",
"90/10=9",
"39+9=48"
] | Current State: 48:[10, 29, 39, 61], Operations: []
Exploring Operation: 29+61=90, Resulting Numbers: [10, 39, 90]
Generated Node #2: [10, 39, 90] from Operation: 29+61=90
Current State: 48:[10, 39, 90], Operations: ['29+61=90']
Exploring Operation: 90/10=9, Resulting Numbers: [39, 9]
Generated Node #3: [39, 9] from Ope... | 4 |
[
5,
88,
92,
74
] | 73 | [
"5+88=93",
"92+74=166",
"166-93=73"
] | Current State: 73:[5, 88, 92, 74], Operations: []
Exploring Operation: 5+88=93, Resulting Numbers: [92, 74, 93]
Generated Node #2: [92, 74, 93] from Operation: 5+88=93
Current State: 73:[92, 74, 93], Operations: ['5+88=93']
Exploring Operation: 92+74=166, Resulting Numbers: [93, 166]
Generated Node #3: [93, 166] from O... | 4 |
[
19,
44,
46,
6
] | 26 | [
"19-6=13",
"46-44=2",
"13*2=26"
] | Current State: 26:[19, 44, 46, 6], Operations: []
Exploring Operation: 19-6=13, Resulting Numbers: [44, 46, 13]
Generated Node #2: [44, 46, 13] from Operation: 19-6=13
Current State: 26:[44, 46, 13], Operations: ['19-6=13']
Exploring Operation: 46-44=2, Resulting Numbers: [13, 2]
Generated Node #3: [13, 2] from Operati... | 4 |
[
56,
3,
33,
99
] | 73 | [
"56+3=59",
"33+99=132",
"132-59=73"
] | Current State: 73:[56, 3, 33, 99], Operations: []
Exploring Operation: 56+3=59, Resulting Numbers: [33, 99, 59]
Generated Node #2: [33, 99, 59] from Operation: 56+3=59
Current State: 73:[33, 99, 59], Operations: ['56+3=59']
Exploring Operation: 33+99=132, Resulting Numbers: [59, 132]
Generated Node #3: [59, 132] from O... | 4 |
[
5,
26,
94,
47
] | 36 | [
"5*94=470",
"470/47=10",
"26+10=36"
] | Current State: 36:[5, 26, 94, 47], Operations: []
Exploring Operation: 5*94=470, Resulting Numbers: [26, 47, 470]
Generated Node #2: [26, 47, 470] from Operation: 5*94=470
Current State: 36:[26, 47, 470], Operations: ['5*94=470']
Exploring Operation: 470/47=10, Resulting Numbers: [26, 10]
Generated Node #3: [26, 10] fr... | 4 |
[
41,
65,
38,
28
] | 42 | [
"65-41=24",
"38+28=66",
"66-24=42"
] | Current State: 42:[41, 65, 38, 28], Operations: []
Exploring Operation: 65-41=24, Resulting Numbers: [38, 28, 24]
Generated Node #2: [38, 28, 24] from Operation: 65-41=24
Current State: 42:[38, 28, 24], Operations: ['65-41=24']
Exploring Operation: 38+28=66, Resulting Numbers: [24, 66]
Generated Node #3: [24, 66] from ... | 4 |
[
4,
38,
78,
12
] | 22 | [
"78-38=40",
"40/4=10",
"12+10=22"
] | Current State: 22:[4, 38, 78, 12], Operations: []
Exploring Operation: 78-38=40, Resulting Numbers: [4, 12, 40]
Generated Node #2: [4, 12, 40] from Operation: 78-38=40
Current State: 22:[4, 12, 40], Operations: ['78-38=40']
Exploring Operation: 40/4=10, Resulting Numbers: [12, 10]
Generated Node #3: [12, 10] from Opera... | 4 |
[
63,
2,
21,
3
] | 26 | [
"63+21=84",
"84/3=28",
"28-2=26"
] | Current State: 26:[63, 2, 21, 3], Operations: []
Exploring Operation: 63+21=84, Resulting Numbers: [2, 3, 84]
Generated Node #2: [2, 3, 84] from Operation: 63+21=84
Current State: 26:[2, 3, 84], Operations: ['63+21=84']
Exploring Operation: 84/3=28, Resulting Numbers: [2, 28]
Generated Node #3: [2, 28] from Operation: ... | 4 |
[
75,
40,
96,
66
] | 44 | [
"75*40=3000",
"3000-96=2904",
"2904/66=44"
] | Current State: 44:[75, 40, 96, 66], Operations: []
Exploring Operation: 75*40=3000, Resulting Numbers: [96, 66, 3000]
Generated Node #2: [96, 66, 3000] from Operation: 75*40=3000
Current State: 44:[96, 66, 3000], Operations: ['75*40=3000']
Exploring Operation: 3000-96=2904, Resulting Numbers: [66, 2904]
Generated Node ... | 4 |
[
76,
29,
97,
18
] | 68 | [
"76-29=47",
"97+18=115",
"115-47=68"
] | Current State: 68:[76, 29, 97, 18], Operations: []
Exploring Operation: 76-29=47, Resulting Numbers: [97, 18, 47]
Generated Node #2: [97, 18, 47] from Operation: 76-29=47
Current State: 68:[97, 18, 47], Operations: ['76-29=47']
Exploring Operation: 97+18=115, Resulting Numbers: [47, 115]
Generated Node #3: [47, 115] fr... | 4 |
[
37,
41,
58,
60
] | 33 | [
"60-58=2",
"37*2=74",
"74-41=33"
] | Current State: 33:[37, 41, 58, 60], Operations: []
Exploring Operation: 60-58=2, Resulting Numbers: [37, 41, 2]
Generated Node #2: [37, 41, 2] from Operation: 60-58=2
Current State: 33:[37, 41, 2], Operations: ['60-58=2']
Exploring Operation: 37*2=74, Resulting Numbers: [41, 74]
Generated Node #3: [41, 74] from Operati... | 4 |
[
49,
28,
45,
41
] | 48 | [
"49-45=4",
"28/4=7",
"41+7=48"
] | Current State: 48:[49, 28, 45, 41], Operations: []
Exploring Operation: 49-45=4, Resulting Numbers: [28, 41, 4]
Generated Node #2: [28, 41, 4] from Operation: 49-45=4
Current State: 48:[28, 41, 4], Operations: ['49-45=4']
Exploring Operation: 28/4=7, Resulting Numbers: [41, 7]
Generated Node #3: [41, 7] from Operation:... | 4 |
[
89,
10,
70,
7
] | 90 | [
"70/10=7",
"7/7=1",
"89+1=90"
] | Current State: 90:[89, 10, 70, 7], Operations: []
Exploring Operation: 70/10=7, Resulting Numbers: [89, 7, 7]
Generated Node #2: [89, 7, 7] from Operation: 70/10=7
Current State: 90:[89, 7, 7], Operations: ['70/10=7']
Exploring Operation: 7/7=1, Resulting Numbers: [89, 1]
Generated Node #3: [89, 1] from Operation: 7/7=... | 4 |
[
11,
13,
40,
33
] | 47 | [
"13-11=2",
"40*2=80",
"80-33=47"
] | Current State: 47:[11, 13, 40, 33], Operations: []
Exploring Operation: 13-11=2, Resulting Numbers: [40, 33, 2]
Generated Node #2: [40, 33, 2] from Operation: 13-11=2
Current State: 47:[40, 33, 2], Operations: ['13-11=2']
Exploring Operation: 40*2=80, Resulting Numbers: [33, 80]
Generated Node #3: [33, 80] from Operati... | 4 |
[
80,
39,
92,
26
] | 25 | [
"80-39=41",
"92-26=66",
"66-41=25"
] | Current State: 25:[80, 39, 92, 26], Operations: []
Exploring Operation: 80-39=41, Resulting Numbers: [92, 26, 41]
Generated Node #2: [92, 26, 41] from Operation: 80-39=41
Current State: 25:[92, 26, 41], Operations: ['80-39=41']
Exploring Operation: 92-26=66, Resulting Numbers: [41, 66]
Generated Node #3: [41, 66] from ... | 4 |
[
9,
26,
77,
8
] | 86 | [
"26-9=17",
"77-8=69",
"17+69=86"
] | Current State: 86:[9, 26, 77, 8], Operations: []
Exploring Operation: 26-9=17, Resulting Numbers: [77, 8, 17]
Generated Node #2: [77, 8, 17] from Operation: 26-9=17
Current State: 86:[77, 8, 17], Operations: ['26-9=17']
Exploring Operation: 77-8=69, Resulting Numbers: [17, 69]
Generated Node #3: [17, 69] from Operation... | 4 |
[
56,
3,
63,
33
] | 28 | [
"56*33=1848",
"3+63=66",
"1848/66=28"
] | Current State: 28:[56, 3, 63, 33], Operations: []
Exploring Operation: 56*33=1848, Resulting Numbers: [3, 63, 1848]
Generated Node #2: [3, 63, 1848] from Operation: 56*33=1848
Current State: 28:[3, 63, 1848], Operations: ['56*33=1848']
Exploring Operation: 3+63=66, Resulting Numbers: [1848, 66]
Generated Node #3: [1848... | 4 |
[
72,
74,
8,
73
] | 67 | [
"74-72=2",
"73-8=65",
"2+65=67"
] | Current State: 67:[72, 74, 8, 73], Operations: []
Exploring Operation: 74-72=2, Resulting Numbers: [8, 73, 2]
Generated Node #2: [8, 73, 2] from Operation: 74-72=2
Current State: 67:[8, 73, 2], Operations: ['74-72=2']
Exploring Operation: 73-8=65, Resulting Numbers: [2, 65]
Generated Node #3: [2, 65] from Operation: 73... | 4 |
[
31,
21,
62,
4
] | 23 | [
"62/31=2",
"21+4=25",
"25-2=23"
] | Current State: 23:[31, 21, 62, 4], Operations: []
Exploring Operation: 62/31=2, Resulting Numbers: [21, 4, 2]
Generated Node #2: [21, 4, 2] from Operation: 62/31=2
Current State: 23:[21, 4, 2], Operations: ['62/31=2']
Exploring Operation: 21+4=25, Resulting Numbers: [2, 25]
Generated Node #3: [2, 25] from Operation: 21... | 4 |
[
33,
7,
10,
6
] | 24 | [
"33+7=40",
"10+6=16",
"40-16=24"
] | Current State: 24:[33, 7, 10, 6], Operations: []
Exploring Operation: 33+7=40, Resulting Numbers: [10, 6, 40]
Generated Node #2: [10, 6, 40] from Operation: 33+7=40
Current State: 24:[10, 6, 40], Operations: ['33+7=40']
Exploring Operation: 10+6=16, Resulting Numbers: [40, 16]
Generated Node #3: [40, 16] from Operation... | 4 |
[
2,
67,
70,
76
] | 81 | [
"67-2=65",
"70+76=146",
"146-65=81"
] | Current State: 81:[2, 67, 70, 76], Operations: []
Exploring Operation: 67-2=65, Resulting Numbers: [70, 76, 65]
Generated Node #2: [70, 76, 65] from Operation: 67-2=65
Current State: 81:[70, 76, 65], Operations: ['67-2=65']
Exploring Operation: 70+76=146, Resulting Numbers: [65, 146]
Generated Node #3: [65, 146] from O... | 4 |
[
6,
26,
43,
86
] | 58 | [
"26*86=2236",
"2236/43=52",
"6+52=58"
] | Current State: 58:[6, 26, 43, 86], Operations: []
Exploring Operation: 26*86=2236, Resulting Numbers: [6, 43, 2236]
Generated Node #2: [6, 43, 2236] from Operation: 26*86=2236
Current State: 58:[6, 43, 2236], Operations: ['26*86=2236']
Exploring Operation: 2236/43=52, Resulting Numbers: [6, 52]
Generated Node #3: [6, 5... | 4 |
[
32,
69,
2,
65
] | 35 | [
"69+65=134",
"134/2=67",
"67-32=35"
] | Current State: 35:[32, 69, 2, 65], Operations: []
Exploring Operation: 69+65=134, Resulting Numbers: [32, 2, 134]
Generated Node #2: [32, 2, 134] from Operation: 69+65=134
Current State: 35:[32, 2, 134], Operations: ['69+65=134']
Exploring Operation: 134/2=67, Resulting Numbers: [32, 67]
Generated Node #3: [32, 67] fro... | 4 |
[
1,
64,
34,
66
] | 70 | [
"1+34=35",
"66-64=2",
"35*2=70"
] | Current State: 70:[1, 64, 34, 66], Operations: []
Exploring Operation: 1+34=35, Resulting Numbers: [64, 66, 35]
Generated Node #2: [64, 66, 35] from Operation: 1+34=35
Current State: 70:[64, 66, 35], Operations: ['1+34=35']
Exploring Operation: 66-64=2, Resulting Numbers: [35, 2]
Generated Node #3: [35, 2] from Operati... | 4 |
[
64,
80,
27,
19
] | 48 | [
"64*19=1216",
"80+1216=1296",
"1296/27=48"
] | Current State: 48:[64, 80, 27, 19], Operations: []
Exploring Operation: 64*19=1216, Resulting Numbers: [80, 27, 1216]
Generated Node #2: [80, 27, 1216] from Operation: 64*19=1216
Current State: 48:[80, 27, 1216], Operations: ['64*19=1216']
Exploring Operation: 80+1216=1296, Resulting Numbers: [27, 1296]
Generated Node ... | 4 |
[
21,
31,
76,
79
] | 16 | [
"76+79=155",
"155/31=5",
"21-5=16"
] | Current State: 16:[21, 31, 76, 79], Operations: []
Exploring Operation: 76+79=155, Resulting Numbers: [21, 31, 155]
Generated Node #2: [21, 31, 155] from Operation: 76+79=155
Current State: 16:[21, 31, 155], Operations: ['76+79=155']
Exploring Operation: 155/31=5, Resulting Numbers: [21, 5]
Generated Node #3: [21, 5] f... | 4 |
[
29,
93,
6,
81
] | 11 | [
"93-29=64",
"81-6=75",
"75-64=11"
] | Current State: 11:[29, 93, 6, 81], Operations: []
Exploring Operation: 93-29=64, Resulting Numbers: [6, 81, 64]
Generated Node #2: [6, 81, 64] from Operation: 93-29=64
Current State: 11:[6, 81, 64], Operations: ['93-29=64']
Exploring Operation: 81-6=75, Resulting Numbers: [64, 75]
Generated Node #3: [64, 75] from Opera... | 4 |
[
1,
29,
12,
63
] | 46 | [
"1*29=29",
"12+63=75",
"75-29=46"
] | Current State: 46:[1, 29, 12, 63], Operations: []
Exploring Operation: 1*29=29, Resulting Numbers: [12, 63, 29]
Generated Node #2: [12, 63, 29] from Operation: 1*29=29
Current State: 46:[12, 63, 29], Operations: ['1*29=29']
Exploring Operation: 12+63=75, Resulting Numbers: [29, 75]
Generated Node #3: [29, 75] from Oper... | 4 |
[
38,
67,
67,
53
] | 90 | [
"38+53=91",
"67/67=1",
"91-1=90"
] | Current State: 90:[38, 67, 67, 53], Operations: []
Exploring Operation: 38+53=91, Resulting Numbers: [67, 67, 91]
Generated Node #2: [67, 67, 91] from Operation: 38+53=91
Current State: 90:[67, 67, 91], Operations: ['38+53=91']
Exploring Operation: 67/67=1, Resulting Numbers: [91, 1]
Generated Node #3: [91, 1] from Ope... | 4 |
[
61,
92,
58,
14
] | 50 | [
"61-58=3",
"14*3=42",
"92-42=50"
] | Current State: 50:[61, 92, 58, 14], Operations: []
Exploring Operation: 61-58=3, Resulting Numbers: [92, 14, 3]
Generated Node #2: [92, 14, 3] from Operation: 61-58=3
Current State: 50:[92, 14, 3], Operations: ['61-58=3']
Exploring Operation: 14*3=42, Resulting Numbers: [92, 42]
Generated Node #3: [92, 42] from Operati... | 4 |
[
16,
12,
3,
1
] | 52 | [
"16*1=16",
"12*3=36",
"16+36=52"
] | Current State: 52:[16, 12, 3, 1], Operations: []
Exploring Operation: 16*1=16, Resulting Numbers: [12, 3, 16]
Generated Node #2: [12, 3, 16] from Operation: 16*1=16
Current State: 52:[12, 3, 16], Operations: ['16*1=16']
Exploring Operation: 12*3=36, Resulting Numbers: [16, 36]
Generated Node #3: [16, 36] from Operation... | 4 |
[
40,
73,
6,
58
] | 19 | [
"73-40=33",
"58-6=52",
"52-33=19"
] | Current State: 19:[40, 73, 6, 58], Operations: []
Exploring Operation: 73-40=33, Resulting Numbers: [6, 58, 33]
Generated Node #2: [6, 58, 33] from Operation: 73-40=33
Current State: 19:[6, 58, 33], Operations: ['73-40=33']
Exploring Operation: 58-6=52, Resulting Numbers: [33, 52]
Generated Node #3: [33, 52] from Opera... | 4 |
[
20,
72,
9,
11
] | 49 | [
"20-9=11",
"11*11=121",
"121-72=49"
] | Current State: 49:[20, 72, 9, 11], Operations: []
Exploring Operation: 20-9=11, Resulting Numbers: [72, 11, 11]
Generated Node #2: [72, 11, 11] from Operation: 20-9=11
Current State: 49:[72, 11, 11], Operations: ['20-9=11']
Exploring Operation: 11*11=121, Resulting Numbers: [72, 121]
Generated Node #3: [72, 121] from O... | 4 |
[
27,
17,
18,
41
] | 68 | [
"27+18=45",
"45-41=4",
"17*4=68"
] | Current State: 68:[27, 17, 18, 41], Operations: []
Exploring Operation: 27+18=45, Resulting Numbers: [17, 41, 45]
Generated Node #2: [17, 41, 45] from Operation: 27+18=45
Current State: 68:[17, 41, 45], Operations: ['27+18=45']
Exploring Operation: 45-41=4, Resulting Numbers: [17, 4]
Generated Node #3: [17, 4] from Ope... | 4 |
[
49,
32,
58,
5
] | 80 | [
"49-32=17",
"58+5=63",
"17+63=80"
] | Current State: 80:[49, 32, 58, 5], Operations: []
Exploring Operation: 49-32=17, Resulting Numbers: [58, 5, 17]
Generated Node #2: [58, 5, 17] from Operation: 49-32=17
Current State: 80:[58, 5, 17], Operations: ['49-32=17']
Exploring Operation: 58+5=63, Resulting Numbers: [17, 63]
Generated Node #3: [17, 63] from Opera... | 4 |
[
7,
24,
73,
29
] | 61 | [
"24-7=17",
"73-29=44",
"17+44=61"
] | Current State: 61:[7, 24, 73, 29], Operations: []
Exploring Operation: 24-7=17, Resulting Numbers: [73, 29, 17]
Generated Node #2: [73, 29, 17] from Operation: 24-7=17
Current State: 61:[73, 29, 17], Operations: ['24-7=17']
Exploring Operation: 73-29=44, Resulting Numbers: [17, 44]
Generated Node #3: [17, 44] from Oper... | 4 |
[
51,
70,
12,
4
] | 87 | [
"51*4=204",
"204/12=17",
"70+17=87"
] | Current State: 87:[51, 70, 12, 4], Operations: []
Exploring Operation: 51*4=204, Resulting Numbers: [70, 12, 204]
Generated Node #2: [70, 12, 204] from Operation: 51*4=204
Current State: 87:[70, 12, 204], Operations: ['51*4=204']
Exploring Operation: 204/12=17, Resulting Numbers: [70, 17]
Generated Node #3: [70, 17] fr... | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.