nums listlengths 4 4 | target int64 10 100 | solution listlengths 3 3 | optimal_path stringlengths 282 529 | start_size int64 4 4 |
|---|---|---|---|---|
[
63,
31,
30,
31
] | 34 | [
"63+30=93",
"93/31=3",
"31+3=34"
] | Current State: 34:[63, 31, 30, 31], Operations: []
Exploring Operation: 63+30=93, Resulting Numbers: [31, 31, 93]
Generated Node #2: [31, 31, 93] from Operation: 63+30=93
Current State: 34:[31, 31, 93], Operations: ['63+30=93']
Exploring Operation: 93/31=3, Resulting Numbers: [3]
3,34 equal: Goal Reached
Exploring Oper... | 4 |
[
66,
2,
85,
1
] | 53 | [
"66/2=33",
"85+1=86",
"86-33=53"
] | Current State: 53:[66, 2, 85, 1], Operations: []
Exploring Operation: 66/2=33, Resulting Numbers: [85, 1, 33]
Generated Node #2: [85, 1, 33] from Operation: 66/2=33
Current State: 53:[85, 1, 33], Operations: ['66/2=33']
Exploring Operation: 85+1=86, Resulting Numbers: [33, 86]
Generated Node #3: [33, 86] from Operation... | 4 |
[
74,
67,
44,
77
] | 55 | [
"74-67=7",
"77/7=11",
"44+11=55"
] | Current State: 55:[74, 67, 44, 77], Operations: []
Exploring Operation: 74-67=7, Resulting Numbers: [44, 77, 7]
Generated Node #2: [44, 77, 7] from Operation: 74-67=7
Current State: 55:[44, 77, 7], Operations: ['74-67=7']
Exploring Operation: 77/7=11, Resulting Numbers: [44, 11]
Generated Node #3: [44, 11] from Operati... | 4 |
[
45,
28,
42,
33
] | 64 | [
"45+28=73",
"42-33=9",
"73-9=64"
] | Current State: 64:[45, 28, 42, 33], Operations: []
Exploring Operation: 45+28=73, Resulting Numbers: [42, 33, 73]
Generated Node #2: [42, 33, 73] from Operation: 45+28=73
Current State: 64:[42, 33, 73], Operations: ['45+28=73']
Exploring Operation: 42-33=9, Resulting Numbers: [73, 9]
Generated Node #3: [73, 9] from Ope... | 4 |
[
92,
94,
23,
3
] | 18 | [
"94-92=2",
"23-3=20",
"20-2=18"
] | Current State: 18:[92, 94, 23, 3], Operations: []
Exploring Operation: 94-92=2, Resulting Numbers: [23, 3, 2]
Generated Node #2: [23, 3, 2] from Operation: 94-92=2
Current State: 18:[23, 3, 2], Operations: ['94-92=2']
Exploring Operation: 23-3=20, Resulting Numbers: [2, 20]
Generated Node #3: [2, 20] from Operation: 23... | 4 |
[
90,
78,
69,
74
] | 84 | [
"90-69=21",
"78-74=4",
"21*4=84"
] | Current State: 84:[90, 78, 69, 74], Operations: []
Exploring Operation: 90-69=21, Resulting Numbers: [78, 74, 21]
Generated Node #2: [78, 74, 21] from Operation: 90-69=21
Current State: 84:[78, 74, 21], Operations: ['90-69=21']
Exploring Operation: 78-74=4, Resulting Numbers: [21, 4]
Generated Node #3: [21, 4] from Ope... | 4 |
[
43,
33,
38,
71
] | 43 | [
"43+33=76",
"71-38=33",
"76-33=43"
] | Current State: 43:[43, 33, 38, 71], Operations: []
Exploring Operation: 43+33=76, Resulting Numbers: [38, 71, 76]
Generated Node #2: [38, 71, 76] from Operation: 43+33=76
Current State: 43:[38, 71, 76], Operations: ['43+33=76']
Exploring Operation: 71-38=33, Resulting Numbers: [76, 33]
Generated Node #3: [76, 33] from ... | 4 |
[
19,
97,
95,
68
] | 85 | [
"97-19=78",
"95+68=163",
"163-78=85"
] | Current State: 85:[19, 97, 95, 68], Operations: []
Exploring Operation: 97-19=78, Resulting Numbers: [95, 68, 78]
Generated Node #2: [95, 68, 78] from Operation: 97-19=78
Current State: 85:[95, 68, 78], Operations: ['97-19=78']
Exploring Operation: 95+68=163, Resulting Numbers: [78, 163]
Generated Node #3: [78, 163] fr... | 4 |
[
9,
73,
51,
48
] | 84 | [
"51+48=99",
"99/9=11",
"73+11=84"
] | Current State: 84:[9, 73, 51, 48], Operations: []
Exploring Operation: 51+48=99, Resulting Numbers: [9, 73, 99]
Generated Node #2: [9, 73, 99] from Operation: 51+48=99
Current State: 84:[9, 73, 99], Operations: ['51+48=99']
Exploring Operation: 99/9=11, Resulting Numbers: [73, 11]
Generated Node #3: [73, 11] from Opera... | 4 |
[
65,
11,
83,
70
] | 41 | [
"65-11=54",
"83-70=13",
"54-13=41"
] | Current State: 41:[65, 11, 83, 70], Operations: []
Exploring Operation: 65-11=54, Resulting Numbers: [83, 70, 54]
Generated Node #2: [83, 70, 54] from Operation: 65-11=54
Current State: 41:[83, 70, 54], Operations: ['65-11=54']
Exploring Operation: 83-70=13, Resulting Numbers: [54, 13]
Generated Node #3: [54, 13] from ... | 4 |
[
43,
55,
99,
33
] | 24 | [
"43*33=1419",
"1419-99=1320",
"1320/55=24"
] | Current State: 24:[43, 55, 99, 33], Operations: []
Exploring Operation: 43*33=1419, Resulting Numbers: [55, 99, 1419]
Generated Node #2: [55, 99, 1419] from Operation: 43*33=1419
Current State: 24:[55, 99, 1419], Operations: ['43*33=1419']
Exploring Operation: 1419-99=1320, Resulting Numbers: [55, 1320]
Generated Node ... | 4 |
[
22,
10,
77,
38
] | 83 | [
"22+10=32",
"77+38=115",
"115-32=83"
] | Current State: 83:[22, 10, 77, 38], Operations: []
Exploring Operation: 22+10=32, Resulting Numbers: [77, 38, 32]
Generated Node #2: [77, 38, 32] from Operation: 22+10=32
Current State: 83:[77, 38, 32], Operations: ['22+10=32']
Exploring Operation: 77+38=115, Resulting Numbers: [32, 115]
Generated Node #3: [32, 115] fr... | 4 |
[
87,
7,
91,
97
] | 74 | [
"87-7=80",
"97-91=6",
"80-6=74"
] | Current State: 74:[87, 7, 91, 97], Operations: []
Exploring Operation: 87-7=80, Resulting Numbers: [91, 97, 80]
Generated Node #2: [91, 97, 80] from Operation: 87-7=80
Current State: 74:[91, 97, 80], Operations: ['87-7=80']
Exploring Operation: 97-91=6, Resulting Numbers: [80, 6]
Generated Node #3: [80, 6] from Operati... | 4 |
[
45,
4,
5,
7
] | 61 | [
"45+4=49",
"5+7=12",
"49+12=61"
] | Current State: 61:[45, 4, 5, 7], Operations: []
Exploring Operation: 45+4=49, Resulting Numbers: [5, 7, 49]
Generated Node #2: [5, 7, 49] from Operation: 45+4=49
Current State: 61:[5, 7, 49], Operations: ['45+4=49']
Exploring Operation: 5+7=12, Resulting Numbers: [49, 12]
Generated Node #3: [49, 12] from Operation: 5+7... | 4 |
[
75,
4,
89,
47
] | 37 | [
"75+4=79",
"89-47=42",
"79-42=37"
] | Current State: 37:[75, 4, 89, 47], Operations: []
Exploring Operation: 75+4=79, Resulting Numbers: [89, 47, 79]
Generated Node #2: [89, 47, 79] from Operation: 75+4=79
Current State: 37:[89, 47, 79], Operations: ['75+4=79']
Exploring Operation: 89-47=42, Resulting Numbers: [79, 42]
Generated Node #3: [79, 42] from Oper... | 4 |
[
49,
16,
68,
7
] | 61 | [
"16+68=84",
"84/7=12",
"49+12=61"
] | Current State: 61:[49, 16, 68, 7], Operations: []
Exploring Operation: 16+68=84, Resulting Numbers: [49, 7, 84]
Generated Node #2: [49, 7, 84] from Operation: 16+68=84
Current State: 61:[49, 7, 84], Operations: ['16+68=84']
Exploring Operation: 84/7=12, Resulting Numbers: [49, 12]
Generated Node #3: [49, 12] from Opera... | 4 |
[
50,
16,
91,
71
] | 46 | [
"50+16=66",
"91-71=20",
"66-20=46"
] | Current State: 46:[50, 16, 91, 71], Operations: []
Exploring Operation: 50+16=66, Resulting Numbers: [91, 71, 66]
Generated Node #2: [91, 71, 66] from Operation: 50+16=66
Current State: 46:[91, 71, 66], Operations: ['50+16=66']
Exploring Operation: 91-71=20, Resulting Numbers: [66, 20]
Generated Node #3: [66, 20] from ... | 4 |
[
4,
20,
52,
64
] | 68 | [
"4*20=80",
"64-52=12",
"80-12=68"
] | Current State: 68:[4, 20, 52, 64], Operations: []
Exploring Operation: 4*20=80, Resulting Numbers: [52, 64, 80]
Generated Node #2: [52, 64, 80] from Operation: 4*20=80
Current State: 68:[52, 64, 80], Operations: ['4*20=80']
Exploring Operation: 64-52=12, Resulting Numbers: [80, 12]
Generated Node #3: [80, 12] from Oper... | 4 |
[
85,
83,
25,
94
] | 99 | [
"85+83=168",
"94-25=69",
"168-69=99"
] | Current State: 99:[85, 83, 25, 94], Operations: []
Exploring Operation: 85+83=168, Resulting Numbers: [25, 94, 168]
Generated Node #2: [25, 94, 168] from Operation: 85+83=168
Current State: 99:[25, 94, 168], Operations: ['85+83=168']
Exploring Operation: 94-25=69, Resulting Numbers: [168, 69]
Generated Node #3: [168, 6... | 4 |
[
65,
73,
14,
81
] | 47 | [
"81-73=8",
"14*8=112",
"112-65=47"
] | Current State: 47:[65, 73, 14, 81], Operations: []
Exploring Operation: 81-73=8, Resulting Numbers: [65, 14, 8]
Generated Node #2: [65, 14, 8] from Operation: 81-73=8
Current State: 47:[65, 14, 8], Operations: ['81-73=8']
Exploring Operation: 14*8=112, Resulting Numbers: [65, 112]
Generated Node #3: [65, 112] from Oper... | 4 |
[
67,
69,
5,
46
] | 43 | [
"69-67=2",
"46-5=41",
"2+41=43"
] | Current State: 43:[67, 69, 5, 46], Operations: []
Exploring Operation: 69-67=2, Resulting Numbers: [5, 46, 2]
Generated Node #2: [5, 46, 2] from Operation: 69-67=2
Current State: 43:[5, 46, 2], Operations: ['69-67=2']
Exploring Operation: 46-5=41, Resulting Numbers: [2, 41]
Generated Node #3: [2, 41] from Operation: 46... | 4 |
[
23,
48,
94,
66
] | 99 | [
"23+48=71",
"94-66=28",
"71+28=99"
] | Current State: 99:[23, 48, 94, 66], Operations: []
Exploring Operation: 23+48=71, Resulting Numbers: [94, 66, 71]
Generated Node #2: [94, 66, 71] from Operation: 23+48=71
Current State: 99:[94, 66, 71], Operations: ['23+48=71']
Exploring Operation: 94-66=28, Resulting Numbers: [71, 28]
Generated Node #3: [71, 28] from ... | 4 |
[
29,
79,
81,
8
] | 84 | [
"79+8=87",
"87/29=3",
"81+3=84"
] | Current State: 84:[29, 79, 81, 8], Operations: []
Exploring Operation: 79+8=87, Resulting Numbers: [29, 81, 87]
Generated Node #2: [29, 81, 87] from Operation: 79+8=87
Current State: 84:[29, 81, 87], Operations: ['79+8=87']
Exploring Operation: 87/29=3, Resulting Numbers: [81, 3]
Generated Node #3: [81, 3] from Operati... | 4 |
[
34,
90,
41,
30
] | 15 | [
"90-34=56",
"41+30=71",
"71-56=15"
] | Current State: 15:[34, 90, 41, 30], Operations: []
Exploring Operation: 90-34=56, Resulting Numbers: [41, 30, 56]
Generated Node #2: [41, 30, 56] from Operation: 90-34=56
Current State: 15:[41, 30, 56], Operations: ['90-34=56']
Exploring Operation: 41+30=71, Resulting Numbers: [56, 71]
Generated Node #3: [56, 71] from ... | 4 |
[
39,
15,
44,
2
] | 76 | [
"39+15=54",
"44/2=22",
"54+22=76"
] | Current State: 76:[39, 15, 44, 2], Operations: []
Exploring Operation: 39+15=54, Resulting Numbers: [44, 2, 54]
Generated Node #2: [44, 2, 54] from Operation: 39+15=54
Current State: 76:[44, 2, 54], Operations: ['39+15=54']
Exploring Operation: 44/2=22, Resulting Numbers: [54, 22]
Generated Node #3: [54, 22] from Opera... | 4 |
[
40,
6,
65,
37
] | 72 | [
"65-40=25",
"37-25=12",
"6*12=72"
] | Current State: 72:[40, 6, 65, 37], Operations: []
Exploring Operation: 65-40=25, Resulting Numbers: [6, 37, 25]
Generated Node #2: [6, 37, 25] from Operation: 65-40=25
Current State: 72:[6, 37, 25], Operations: ['65-40=25']
Exploring Operation: 37-25=12, Resulting Numbers: [6, 12]
Generated Node #3: [6, 12] from Operat... | 4 |
[
21,
45,
71,
17
] | 12 | [
"21+45=66",
"71-17=54",
"66-54=12"
] | Current State: 12:[21, 45, 71, 17], Operations: []
Exploring Operation: 21+45=66, Resulting Numbers: [71, 17, 66]
Generated Node #2: [71, 17, 66] from Operation: 21+45=66
Current State: 12:[71, 17, 66], Operations: ['21+45=66']
Exploring Operation: 71-17=54, Resulting Numbers: [66, 54]
Generated Node #3: [66, 54] from ... | 4 |
[
2,
47,
1,
12
] | 72 | [
"2*12=24",
"47+1=48",
"24+48=72"
] | Current State: 72:[2, 47, 1, 12], Operations: []
Exploring Operation: 2*12=24, Resulting Numbers: [47, 1, 24]
Generated Node #2: [47, 1, 24] from Operation: 2*12=24
Current State: 72:[47, 1, 24], Operations: ['2*12=24']
Exploring Operation: 47+1=48, Resulting Numbers: [24, 48]
Generated Node #3: [24, 48] from Operation... | 4 |
[
40,
17,
18,
91
] | 50 | [
"40-17=23",
"91-18=73",
"73-23=50"
] | Current State: 50:[40, 17, 18, 91], Operations: []
Exploring Operation: 40-17=23, Resulting Numbers: [18, 91, 23]
Generated Node #2: [18, 91, 23] from Operation: 40-17=23
Current State: 50:[18, 91, 23], Operations: ['40-17=23']
Exploring Operation: 91-18=73, Resulting Numbers: [23, 73]
Generated Node #3: [23, 73] from ... | 4 |
[
72,
12,
54,
54
] | 84 | [
"72+12=84",
"54-54=0",
"84+0=84"
] | Current State: 84:[72, 12, 54, 54], Operations: []
Exploring Operation: 72+12=84, Resulting Numbers: [54, 54, 84]
Generated Node #2: [54, 54, 84] from Operation: 72+12=84
Current State: 84:[54, 54, 84], Operations: ['72+12=84']
Exploring Operation: 54-54=0, Resulting Numbers: [84, 0]
Generated Node #3: [84, 0] from Ope... | 4 |
[
20,
29,
69,
48
] | 30 | [
"29-20=9",
"69-48=21",
"9+21=30"
] | Current State: 30:[20, 29, 69, 48], Operations: []
Exploring Operation: 29-20=9, Resulting Numbers: [69, 48, 9]
Generated Node #2: [69, 48, 9] from Operation: 29-20=9
Current State: 30:[69, 48, 9], Operations: ['29-20=9']
Exploring Operation: 69-48=21, Resulting Numbers: [9, 21]
Generated Node #3: [9, 21] from Operatio... | 4 |
[
3,
71,
71,
85
] | 28 | [
"71/71=1",
"85-1=84",
"84/3=28"
] | Current State: 28:[3, 71, 71, 85], Operations: []
Exploring Operation: 71/71=1, Resulting Numbers: [3, 85, 1]
Generated Node #2: [3, 85, 1] from Operation: 71/71=1
Current State: 28:[3, 85, 1], Operations: ['71/71=1']
Exploring Operation: 85-1=84, Resulting Numbers: [3, 84]
Generated Node #3: [3, 84] from Operation: 85... | 4 |
[
3,
5,
65,
30
] | 31 | [
"3*30=90",
"65+90=155",
"155/5=31"
] | Current State: 31:[3, 5, 65, 30], Operations: []
Exploring Operation: 3*30=90, Resulting Numbers: [5, 65, 90]
Generated Node #2: [5, 65, 90] from Operation: 3*30=90
Current State: 31:[5, 65, 90], Operations: ['3*30=90']
Exploring Operation: 65+90=155, Resulting Numbers: [5, 155]
Generated Node #3: [5, 155] from Operati... | 4 |
[
89,
41,
1,
11
] | 59 | [
"89-41=48",
"1*11=11",
"48+11=59"
] | Current State: 59:[89, 41, 1, 11], Operations: []
Exploring Operation: 89-41=48, Resulting Numbers: [1, 11, 48]
Generated Node #2: [1, 11, 48] from Operation: 89-41=48
Current State: 59:[1, 11, 48], Operations: ['89-41=48']
Exploring Operation: 1*11=11, Resulting Numbers: [48, 11]
Generated Node #3: [48, 11] from Opera... | 4 |
[
52,
98,
28,
10
] | 84 | [
"98-52=46",
"28+10=38",
"46+38=84"
] | Current State: 84:[52, 98, 28, 10], Operations: []
Exploring Operation: 98-52=46, Resulting Numbers: [28, 10, 46]
Generated Node #2: [28, 10, 46] from Operation: 98-52=46
Current State: 84:[28, 10, 46], Operations: ['98-52=46']
Exploring Operation: 28+10=38, Resulting Numbers: [46, 38]
Generated Node #3: [46, 38] from ... | 4 |
[
80,
26,
6,
56
] | 16 | [
"80*6=480",
"56-26=30",
"480/30=16"
] | Current State: 16:[80, 26, 6, 56], Operations: []
Exploring Operation: 80*6=480, Resulting Numbers: [26, 56, 480]
Generated Node #2: [26, 56, 480] from Operation: 80*6=480
Current State: 16:[26, 56, 480], Operations: ['80*6=480']
Exploring Operation: 56-26=30, Resulting Numbers: [480, 30]
Generated Node #3: [480, 30] f... | 4 |
[
87,
4,
58,
37
] | 70 | [
"87+4=91",
"58-37=21",
"91-21=70"
] | Current State: 70:[87, 4, 58, 37], Operations: []
Exploring Operation: 87+4=91, Resulting Numbers: [58, 37, 91]
Generated Node #2: [58, 37, 91] from Operation: 87+4=91
Current State: 70:[58, 37, 91], Operations: ['87+4=91']
Exploring Operation: 58-37=21, Resulting Numbers: [91, 21]
Generated Node #3: [91, 21] from Oper... | 4 |
[
87,
76,
76,
21
] | 67 | [
"87-21=66",
"76/76=1",
"66+1=67"
] | Current State: 67:[87, 76, 76, 21], Operations: []
Exploring Operation: 87-21=66, Resulting Numbers: [76, 76, 66]
Generated Node #2: [76, 76, 66] from Operation: 87-21=66
Current State: 67:[76, 76, 66], Operations: ['87-21=66']
Exploring Operation: 76/76=1, Resulting Numbers: [66, 1]
Generated Node #3: [66, 1] from Ope... | 4 |
[
64,
18,
42,
63
] | 61 | [
"64+18=82",
"63-42=21",
"82-21=61"
] | Current State: 61:[64, 18, 42, 63], Operations: []
Exploring Operation: 64+18=82, Resulting Numbers: [42, 63, 82]
Generated Node #2: [42, 63, 82] from Operation: 64+18=82
Current State: 61:[42, 63, 82], Operations: ['64+18=82']
Exploring Operation: 63-42=21, Resulting Numbers: [82, 21]
Generated Node #3: [82, 21] from ... | 4 |
[
34,
6,
24,
51
] | 67 | [
"34+6=40",
"51-24=27",
"40+27=67"
] | Current State: 67:[34, 6, 24, 51], Operations: []
Exploring Operation: 34+6=40, Resulting Numbers: [24, 51, 40]
Generated Node #2: [24, 51, 40] from Operation: 34+6=40
Current State: 67:[24, 51, 40], Operations: ['34+6=40']
Exploring Operation: 51-24=27, Resulting Numbers: [40, 27]
Generated Node #3: [40, 27] from Oper... | 4 |
[
74,
70,
46,
6
] | 70 | [
"74+70=144",
"144/6=24",
"46+24=70"
] | Current State: 70:[74, 70, 46, 6], Operations: []
Exploring Operation: 74+70=144, Resulting Numbers: [46, 6, 144]
Generated Node #2: [46, 6, 144] from Operation: 74+70=144
Current State: 70:[46, 6, 144], Operations: ['74+70=144']
Exploring Operation: 144/6=24, Resulting Numbers: [46, 24]
Generated Node #3: [46, 24] fro... | 4 |
[
16,
22,
64,
70
] | 48 | [
"16*70=1120",
"1120-64=1056",
"1056/22=48"
] | Current State: 48:[16, 22, 64, 70], Operations: []
Exploring Operation: 16*70=1120, Resulting Numbers: [22, 64, 1120]
Generated Node #2: [22, 64, 1120] from Operation: 16*70=1120
Current State: 48:[22, 64, 1120], Operations: ['16*70=1120']
Exploring Operation: 1120-64=1056, Resulting Numbers: [22, 1056]
Generated Node ... | 4 |
[
63,
93,
89,
42
] | 17 | [
"93-63=30",
"89-42=47",
"47-30=17"
] | Current State: 17:[63, 93, 89, 42], Operations: []
Exploring Operation: 93-63=30, Resulting Numbers: [89, 42, 30]
Generated Node #2: [89, 42, 30] from Operation: 93-63=30
Current State: 17:[89, 42, 30], Operations: ['93-63=30']
Exploring Operation: 89-42=47, Resulting Numbers: [30, 47]
Generated Node #3: [30, 47] from ... | 4 |
[
99,
93,
73,
6
] | 74 | [
"99-93=6",
"6/6=1",
"73+1=74"
] | Current State: 74:[99, 93, 73, 6], Operations: []
Exploring Operation: 99-93=6, Resulting Numbers: [73, 6, 6]
Generated Node #2: [73, 6, 6] from Operation: 99-93=6
Current State: 74:[73, 6, 6], Operations: ['99-93=6']
Exploring Operation: 6/6=1, Resulting Numbers: [73, 1]
Generated Node #3: [73, 1] from Operation: 6/6=... | 4 |
[
16,
85,
52,
76
] | 92 | [
"85-76=9",
"16*9=144",
"144-52=92"
] | Current State: 92:[16, 85, 52, 76], Operations: []
Exploring Operation: 85-76=9, Resulting Numbers: [16, 52, 9]
Generated Node #2: [16, 52, 9] from Operation: 85-76=9
Current State: 92:[16, 52, 9], Operations: ['85-76=9']
Exploring Operation: 16*9=144, Resulting Numbers: [52, 144]
Generated Node #3: [52, 144] from Oper... | 4 |
[
68,
37,
25,
76
] | 48 | [
"68*25=1700",
"76+1700=1776",
"1776/37=48"
] | Current State: 48:[68, 37, 25, 76], Operations: []
Exploring Operation: 68*25=1700, Resulting Numbers: [37, 76, 1700]
Generated Node #2: [37, 76, 1700] from Operation: 68*25=1700
Current State: 48:[37, 76, 1700], Operations: ['68*25=1700']
Exploring Operation: 76+1700=1776, Resulting Numbers: [37, 1776]
Generated Node ... | 4 |
[
32,
51,
22,
81
] | 20 | [
"32+51=83",
"22+81=103",
"103-83=20"
] | Current State: 20:[32, 51, 22, 81], Operations: []
Exploring Operation: 32+51=83, Resulting Numbers: [22, 81, 83]
Generated Node #2: [22, 81, 83] from Operation: 32+51=83
Current State: 20:[22, 81, 83], Operations: ['32+51=83']
Exploring Operation: 22+81=103, Resulting Numbers: [83, 103]
Generated Node #3: [83, 103] fr... | 4 |
[
69,
6,
12,
68
] | 35 | [
"12/6=2",
"68/2=34",
"69-34=35"
] | Current State: 35:[69, 6, 12, 68], Operations: []
Exploring Operation: 12/6=2, Resulting Numbers: [69, 68, 2]
Generated Node #2: [69, 68, 2] from Operation: 12/6=2
Current State: 35:[69, 68, 2], Operations: ['12/6=2']
Exploring Operation: 68/2=34, Resulting Numbers: [69, 34]
Generated Node #3: [69, 34] from Operation: ... | 4 |
[
45,
5,
39,
43
] | 25 | [
"43-39=4",
"5*4=20",
"45-20=25"
] | Current State: 25:[45, 5, 39, 43], Operations: []
Exploring Operation: 43-39=4, Resulting Numbers: [45, 5, 4]
Generated Node #2: [45, 5, 4] from Operation: 43-39=4
Current State: 25:[45, 5, 4], Operations: ['43-39=4']
Exploring Operation: 5*4=20, Resulting Numbers: [45, 20]
Generated Node #3: [45, 20] from Operation: 5... | 4 |
[
1,
18,
95,
50
] | 55 | [
"1+18=19",
"95/19=5",
"50+5=55"
] | Current State: 55:[1, 18, 95, 50], Operations: []
Exploring Operation: 1+18=19, Resulting Numbers: [95, 50, 19]
Generated Node #2: [95, 50, 19] from Operation: 1+18=19
Current State: 55:[95, 50, 19], Operations: ['1+18=19']
Exploring Operation: 95/19=5, Resulting Numbers: [50, 5]
Generated Node #3: [50, 5] from Operati... | 4 |
[
39,
4,
71,
42
] | 17 | [
"39+71=110",
"110-42=68",
"68/4=17"
] | Current State: 17:[39, 4, 71, 42], Operations: []
Exploring Operation: 39+71=110, Resulting Numbers: [4, 42, 110]
Generated Node #2: [4, 42, 110] from Operation: 39+71=110
Current State: 17:[4, 42, 110], Operations: ['39+71=110']
Exploring Operation: 110-42=68, Resulting Numbers: [4, 68]
Generated Node #3: [4, 68] from... | 4 |
[
42,
36,
87,
49
] | 40 | [
"42+36=78",
"87-49=38",
"78-38=40"
] | Current State: 40:[42, 36, 87, 49], Operations: []
Exploring Operation: 42+36=78, Resulting Numbers: [87, 49, 78]
Generated Node #2: [87, 49, 78] from Operation: 42+36=78
Current State: 40:[87, 49, 78], Operations: ['42+36=78']
Exploring Operation: 87-49=38, Resulting Numbers: [78, 38]
Generated Node #3: [78, 38] from ... | 4 |
[
10,
69,
57,
23
] | 93 | [
"69-10=59",
"57-23=34",
"59+34=93"
] | Current State: 93:[10, 69, 57, 23], Operations: []
Exploring Operation: 69-10=59, Resulting Numbers: [57, 23, 59]
Generated Node #2: [57, 23, 59] from Operation: 69-10=59
Current State: 93:[57, 23, 59], Operations: ['69-10=59']
Exploring Operation: 57-23=34, Resulting Numbers: [59, 34]
Generated Node #3: [59, 34] from ... | 4 |
[
45,
13,
81,
6
] | 27 | [
"45*6=270",
"81+270=351",
"351/13=27"
] | Current State: 27:[45, 13, 81, 6], Operations: []
Exploring Operation: 45*6=270, Resulting Numbers: [13, 81, 270]
Generated Node #2: [13, 81, 270] from Operation: 45*6=270
Current State: 27:[13, 81, 270], Operations: ['45*6=270']
Exploring Operation: 81+270=351, Resulting Numbers: [13, 351]
Generated Node #3: [13, 351]... | 4 |
[
56,
96,
66,
32
] | 58 | [
"96-56=40",
"66+32=98",
"98-40=58"
] | Current State: 58:[56, 96, 66, 32], Operations: []
Exploring Operation: 96-56=40, Resulting Numbers: [66, 32, 40]
Generated Node #2: [66, 32, 40] from Operation: 96-56=40
Current State: 58:[66, 32, 40], Operations: ['96-56=40']
Exploring Operation: 66+32=98, Resulting Numbers: [40, 98]
Generated Node #3: [40, 98] from ... | 4 |
[
98,
38,
43,
51
] | 52 | [
"98-38=60",
"51-43=8",
"60-8=52"
] | Current State: 52:[98, 38, 43, 51], Operations: []
Exploring Operation: 98-38=60, Resulting Numbers: [43, 51, 60]
Generated Node #2: [43, 51, 60] from Operation: 98-38=60
Current State: 52:[43, 51, 60], Operations: ['98-38=60']
Exploring Operation: 51-43=8, Resulting Numbers: [60, 8]
Generated Node #3: [60, 8] from Ope... | 4 |
[
9,
67,
3,
89
] | 43 | [
"67+89=156",
"156/3=52",
"52-9=43"
] | Current State: 43:[9, 67, 3, 89], Operations: []
Exploring Operation: 67+89=156, Resulting Numbers: [9, 3, 156]
Generated Node #2: [9, 3, 156] from Operation: 67+89=156
Current State: 43:[9, 3, 156], Operations: ['67+89=156']
Exploring Operation: 156/3=52, Resulting Numbers: [9, 52]
Generated Node #3: [9, 52] from Oper... | 4 |
[
9,
30,
90,
69
] | 92 | [
"69-9=60",
"60/30=2",
"90+2=92"
] | Current State: 92:[9, 30, 90, 69], Operations: []
Exploring Operation: 69-9=60, Resulting Numbers: [30, 90, 60]
Generated Node #2: [30, 90, 60] from Operation: 69-9=60
Current State: 92:[30, 90, 60], Operations: ['69-9=60']
Exploring Operation: 60/30=2, Resulting Numbers: [90, 2]
Generated Node #3: [90, 2] from Operati... | 4 |
[
46,
63,
38,
18
] | 24 | [
"46+38=84",
"18*84=1512",
"1512/63=24"
] | Current State: 24:[46, 63, 38, 18], Operations: []
Exploring Operation: 46+38=84, Resulting Numbers: [63, 18, 84]
Generated Node #2: [63, 18, 84] from Operation: 46+38=84
Current State: 24:[63, 18, 84], Operations: ['46+38=84']
Exploring Operation: 18*84=1512, Resulting Numbers: [63, 1512]
Generated Node #3: [63, 1512]... | 4 |
[
9,
37,
57,
96
] | 39 | [
"57-9=48",
"96/48=2",
"37+2=39"
] | Current State: 39:[9, 37, 57, 96], Operations: []
Exploring Operation: 57-9=48, Resulting Numbers: [37, 96, 48]
Generated Node #2: [37, 96, 48] from Operation: 57-9=48
Current State: 39:[37, 96, 48], Operations: ['57-9=48']
Exploring Operation: 96/48=2, Resulting Numbers: [37, 2]
Generated Node #3: [37, 2] from Operati... | 4 |
[
9,
90,
61,
72
] | 63 | [
"90-72=18",
"18/9=2",
"61+2=63"
] | Current State: 63:[9, 90, 61, 72], Operations: []
Exploring Operation: 90-72=18, Resulting Numbers: [9, 61, 18]
Generated Node #2: [9, 61, 18] from Operation: 90-72=18
Current State: 63:[9, 61, 18], Operations: ['90-72=18']
Exploring Operation: 18/9=2, Resulting Numbers: [61, 2]
Generated Node #3: [61, 2] from Operatio... | 4 |
[
16,
59,
38,
47
] | 42 | [
"59-16=43",
"38+47=85",
"85-43=42"
] | Current State: 42:[16, 59, 38, 47], Operations: []
Exploring Operation: 59-16=43, Resulting Numbers: [38, 47, 43]
Generated Node #2: [38, 47, 43] from Operation: 59-16=43
Current State: 42:[38, 47, 43], Operations: ['59-16=43']
Exploring Operation: 38+47=85, Resulting Numbers: [43, 85]
Generated Node #3: [43, 85] from ... | 4 |
[
62,
84,
35,
12
] | 57 | [
"84/12=7",
"35/7=5",
"62-5=57"
] | Current State: 57:[62, 84, 35, 12], Operations: []
Exploring Operation: 84/12=7, Resulting Numbers: [62, 35, 7]
Generated Node #2: [62, 35, 7] from Operation: 84/12=7
Current State: 57:[62, 35, 7], Operations: ['84/12=7']
Exploring Operation: 35/7=5, Resulting Numbers: [62, 5]
Generated Node #3: [62, 5] from Operation:... | 4 |
[
8,
27,
79,
26
] | 87 | [
"8+79=87",
"27-26=1",
"87*1=87"
] | Current State: 87:[8, 27, 79, 26], Operations: []
Exploring Operation: 8+79=87, Resulting Numbers: [27, 26, 87]
Generated Node #2: [27, 26, 87] from Operation: 8+79=87
Current State: 87:[27, 26, 87], Operations: ['8+79=87']
Exploring Operation: 27-26=1, Resulting Numbers: [87, 1]
Generated Node #3: [87, 1] from Operati... | 4 |
[
98,
93,
43,
37
] | 85 | [
"98-93=5",
"43+37=80",
"5+80=85"
] | Current State: 85:[98, 93, 43, 37], Operations: []
Exploring Operation: 98-93=5, Resulting Numbers: [43, 37, 5]
Generated Node #2: [43, 37, 5] from Operation: 98-93=5
Current State: 85:[43, 37, 5], Operations: ['98-93=5']
Exploring Operation: 43+37=80, Resulting Numbers: [5, 80]
Generated Node #3: [5, 80] from Operatio... | 4 |
[
27,
36,
52,
5
] | 47 | [
"27*5=135",
"36+52=88",
"135-88=47"
] | Current State: 47:[27, 36, 52, 5], Operations: []
Exploring Operation: 27*5=135, Resulting Numbers: [36, 52, 135]
Generated Node #2: [36, 52, 135] from Operation: 27*5=135
Current State: 47:[36, 52, 135], Operations: ['27*5=135']
Exploring Operation: 36+52=88, Resulting Numbers: [135, 88]
Generated Node #3: [135, 88] f... | 4 |
[
48,
2,
51,
58
] | 26 | [
"51-48=3",
"58/2=29",
"29-3=26"
] | Current State: 26:[48, 2, 51, 58], Operations: []
Exploring Operation: 51-48=3, Resulting Numbers: [2, 58, 3]
Generated Node #2: [2, 58, 3] from Operation: 51-48=3
Current State: 26:[2, 58, 3], Operations: ['51-48=3']
Exploring Operation: 58/2=29, Resulting Numbers: [3, 29]
Generated Node #3: [3, 29] from Operation: 58... | 4 |
[
13,
99,
28,
11
] | 96 | [
"28+11=39",
"39/13=3",
"99-3=96"
] | Current State: 96:[13, 99, 28, 11], Operations: []
Exploring Operation: 28+11=39, Resulting Numbers: [13, 99, 39]
Generated Node #2: [13, 99, 39] from Operation: 28+11=39
Current State: 96:[13, 99, 39], Operations: ['28+11=39']
Exploring Operation: 39/13=3, Resulting Numbers: [99, 3]
Generated Node #3: [99, 3] from Ope... | 4 |
[
14,
68,
7,
54
] | 41 | [
"14/7=2",
"54/2=27",
"68-27=41"
] | Current State: 41:[14, 68, 7, 54], Operations: []
Exploring Operation: 14/7=2, Resulting Numbers: [68, 54, 2]
Generated Node #2: [68, 54, 2] from Operation: 14/7=2
Current State: 41:[68, 54, 2], Operations: ['14/7=2']
Exploring Operation: 54/2=27, Resulting Numbers: [68, 27]
Generated Node #3: [68, 27] from Operation: ... | 4 |
[
4,
48,
8,
65
] | 15 | [
"4*8=32",
"65-48=17",
"32-17=15"
] | Current State: 15:[4, 48, 8, 65], Operations: []
Exploring Operation: 4*8=32, Resulting Numbers: [48, 65, 32]
Generated Node #2: [48, 65, 32] from Operation: 4*8=32
Current State: 15:[48, 65, 32], Operations: ['4*8=32']
Exploring Operation: 65-48=17, Resulting Numbers: [32, 17]
Generated Node #3: [32, 17] from Operatio... | 4 |
[
5,
75,
1,
18
] | 52 | [
"75-5=70",
"1*18=18",
"70-18=52"
] | Current State: 52:[5, 75, 1, 18], Operations: []
Exploring Operation: 75-5=70, Resulting Numbers: [1, 18, 70]
Generated Node #2: [1, 18, 70] from Operation: 75-5=70
Current State: 52:[1, 18, 70], Operations: ['75-5=70']
Exploring Operation: 1*18=18, Resulting Numbers: [70, 18]
Generated Node #3: [70, 18] from Operation... | 4 |
[
61,
19,
11,
54
] | 96 | [
"61-54=7",
"11*7=77",
"19+77=96"
] | Current State: 96:[61, 19, 11, 54], Operations: []
Exploring Operation: 61-54=7, Resulting Numbers: [19, 11, 7]
Generated Node #2: [19, 11, 7] from Operation: 61-54=7
Current State: 96:[19, 11, 7], Operations: ['61-54=7']
Exploring Operation: 11*7=77, Resulting Numbers: [19, 77]
Generated Node #3: [19, 77] from Operati... | 4 |
[
12,
10,
81,
47
] | 32 | [
"12-10=2",
"81-47=34",
"34-2=32"
] | Current State: 32:[12, 10, 81, 47], Operations: []
Exploring Operation: 12-10=2, Resulting Numbers: [81, 47, 2]
Generated Node #2: [81, 47, 2] from Operation: 12-10=2
Current State: 32:[81, 47, 2], Operations: ['12-10=2']
Exploring Operation: 81-47=34, Resulting Numbers: [2, 34]
Generated Node #3: [2, 34] from Operatio... | 4 |
[
91,
9,
21,
98
] | 42 | [
"91+9=100",
"100-98=2",
"21*2=42"
] | Current State: 42:[91, 9, 21, 98], Operations: []
Exploring Operation: 91+9=100, Resulting Numbers: [21, 98, 100]
Generated Node #2: [21, 98, 100] from Operation: 91+9=100
Current State: 42:[21, 98, 100], Operations: ['91+9=100']
Exploring Operation: 100-98=2, Resulting Numbers: [21, 2]
Generated Node #3: [21, 2] from ... | 4 |
[
22,
3,
14,
69
] | 31 | [
"22-14=8",
"69/3=23",
"8+23=31"
] | Current State: 31:[22, 3, 14, 69], Operations: []
Exploring Operation: 22-14=8, Resulting Numbers: [3, 69, 8]
Generated Node #2: [3, 69, 8] from Operation: 22-14=8
Current State: 31:[3, 69, 8], Operations: ['22-14=8']
Exploring Operation: 69/3=23, Resulting Numbers: [8, 23]
Generated Node #3: [8, 23] from Operation: 69... | 4 |
[
4,
58,
55,
41
] | 34 | [
"4+58=62",
"55+41=96",
"96-62=34"
] | Current State: 34:[4, 58, 55, 41], Operations: []
Exploring Operation: 4+58=62, Resulting Numbers: [55, 41, 62]
Generated Node #2: [55, 41, 62] from Operation: 4+58=62
Current State: 34:[55, 41, 62], Operations: ['4+58=62']
Exploring Operation: 55+41=96, Resulting Numbers: [62, 96]
Generated Node #3: [62, 96] from Oper... | 4 |
[
85,
61,
31,
2
] | 42 | [
"85+61=146",
"146/2=73",
"73-31=42"
] | Current State: 42:[85, 61, 31, 2], Operations: []
Exploring Operation: 85+61=146, Resulting Numbers: [31, 2, 146]
Generated Node #2: [31, 2, 146] from Operation: 85+61=146
Current State: 42:[31, 2, 146], Operations: ['85+61=146']
Exploring Operation: 146/2=73, Resulting Numbers: [31, 73]
Generated Node #3: [31, 73] fro... | 4 |
[
33,
2,
44,
55
] | 70 | [
"44-2=42",
"55*42=2310",
"2310/33=70"
] | Current State: 70:[33, 2, 44, 55], Operations: []
Exploring Operation: 44-2=42, Resulting Numbers: [33, 55, 42]
Generated Node #2: [33, 55, 42] from Operation: 44-2=42
Current State: 70:[33, 55, 42], Operations: ['44-2=42']
Exploring Operation: 55*42=2310, Resulting Numbers: [33, 2310]
Generated Node #3: [33, 2310] fro... | 4 |
[
89,
51,
85,
41
] | 96 | [
"89+51=140",
"85-41=44",
"140-44=96"
] | Current State: 96:[89, 51, 85, 41], Operations: []
Exploring Operation: 89+51=140, Resulting Numbers: [85, 41, 140]
Generated Node #2: [85, 41, 140] from Operation: 89+51=140
Current State: 96:[85, 41, 140], Operations: ['89+51=140']
Exploring Operation: 85-41=44, Resulting Numbers: [140, 44]
Generated Node #3: [140, 4... | 4 |
[
58,
16,
79,
84
] | 79 | [
"58+16=74",
"84-79=5",
"74+5=79"
] | Current State: 79:[58, 16, 79, 84], Operations: []
Exploring Operation: 58+16=74, Resulting Numbers: [79, 84, 74]
Generated Node #2: [79, 84, 74] from Operation: 58+16=74
Current State: 79:[79, 84, 74], Operations: ['58+16=74']
Exploring Operation: 84-79=5, Resulting Numbers: [74, 5]
Generated Node #3: [74, 5] from Ope... | 4 |
[
73,
69,
87,
3
] | 58 | [
"73+69=142",
"87-3=84",
"142-84=58"
] | Current State: 58:[73, 69, 87, 3], Operations: []
Exploring Operation: 73+69=142, Resulting Numbers: [87, 3, 142]
Generated Node #2: [87, 3, 142] from Operation: 73+69=142
Current State: 58:[87, 3, 142], Operations: ['73+69=142']
Exploring Operation: 87-3=84, Resulting Numbers: [142, 84]
Generated Node #3: [142, 84] fr... | 4 |
[
72,
14,
7,
42
] | 68 | [
"72-7=65",
"42/14=3",
"65+3=68"
] | Current State: 68:[72, 14, 7, 42], Operations: []
Exploring Operation: 72-7=65, Resulting Numbers: [14, 42, 65]
Generated Node #2: [14, 42, 65] from Operation: 72-7=65
Current State: 68:[14, 42, 65], Operations: ['72-7=65']
Exploring Operation: 42/14=3, Resulting Numbers: [65, 3]
Generated Node #3: [65, 3] from Operati... | 4 |
[
79,
30,
2,
57
] | 41 | [
"79-30=49",
"2*49=98",
"98-57=41"
] | Current State: 41:[79, 30, 2, 57], Operations: []
Exploring Operation: 79-30=49, Resulting Numbers: [2, 57, 49]
Generated Node #2: [2, 57, 49] from Operation: 79-30=49
Current State: 41:[2, 57, 49], Operations: ['79-30=49']
Exploring Operation: 2*49=98, Resulting Numbers: [57, 98]
Generated Node #3: [57, 98] from Opera... | 4 |
[
71,
36,
62,
66
] | 93 | [
"71-36=35",
"62+66=128",
"128-35=93"
] | Current State: 93:[71, 36, 62, 66], Operations: []
Exploring Operation: 71-36=35, Resulting Numbers: [62, 66, 35]
Generated Node #2: [62, 66, 35] from Operation: 71-36=35
Current State: 93:[62, 66, 35], Operations: ['71-36=35']
Exploring Operation: 62+66=128, Resulting Numbers: [35, 128]
Generated Node #3: [35, 128] fr... | 4 |
[
18,
13,
83,
1
] | 52 | [
"18+13=31",
"83*1=83",
"83-31=52"
] | Current State: 52:[18, 13, 83, 1], Operations: []
Exploring Operation: 18+13=31, Resulting Numbers: [83, 1, 31]
Generated Node #2: [83, 1, 31] from Operation: 18+13=31
Current State: 52:[83, 1, 31], Operations: ['18+13=31']
Exploring Operation: 83*1=83, Resulting Numbers: [31, 83]
Generated Node #3: [31, 83] from Opera... | 4 |
[
10,
24,
20,
32
] | 88 | [
"20/10=2",
"32*2=64",
"24+64=88"
] | Current State: 88:[10, 24, 20, 32], Operations: []
Exploring Operation: 20/10=2, Resulting Numbers: [24, 32, 2]
Generated Node #2: [24, 32, 2] from Operation: 20/10=2
Current State: 88:[24, 32, 2], Operations: ['20/10=2']
Exploring Operation: 32*2=64, Resulting Numbers: [24, 64]
Generated Node #3: [24, 64] from Operati... | 4 |
[
3,
30,
92,
29
] | 27 | [
"3*30=90",
"92-29=63",
"90-63=27"
] | Current State: 27:[3, 30, 92, 29], Operations: []
Exploring Operation: 3*30=90, Resulting Numbers: [92, 29, 90]
Generated Node #2: [92, 29, 90] from Operation: 3*30=90
Current State: 27:[92, 29, 90], Operations: ['3*30=90']
Exploring Operation: 92-29=63, Resulting Numbers: [90, 63]
Generated Node #3: [90, 63] from Oper... | 4 |
[
62,
54,
44,
64
] | 20 | [
"64-62=2",
"54-44=10",
"2*10=20"
] | Current State: 20:[62, 54, 44, 64], Operations: []
Exploring Operation: 64-62=2, Resulting Numbers: [54, 44, 2]
Generated Node #2: [54, 44, 2] from Operation: 64-62=2
Current State: 20:[54, 44, 2], Operations: ['64-62=2']
Exploring Operation: 54-44=10, Resulting Numbers: [2, 10]
Generated Node #3: [2, 10] from Operatio... | 4 |
[
57,
59,
77,
41
] | 38 | [
"59-57=2",
"77-41=36",
"2+36=38"
] | Current State: 38:[57, 59, 77, 41], Operations: []
Exploring Operation: 59-57=2, Resulting Numbers: [77, 41, 2]
Generated Node #2: [77, 41, 2] from Operation: 59-57=2
Current State: 38:[77, 41, 2], Operations: ['59-57=2']
Exploring Operation: 77-41=36, Resulting Numbers: [2, 36]
Generated Node #3: [2, 36] from Operatio... | 4 |
[
51,
4,
98,
2
] | 86 | [
"51+4=55",
"98-55=43",
"2*43=86"
] | Current State: 86:[51, 4, 98, 2], Operations: []
Exploring Operation: 51+4=55, Resulting Numbers: [98, 2, 55]
Generated Node #2: [98, 2, 55] from Operation: 51+4=55
Current State: 86:[98, 2, 55], Operations: ['51+4=55']
Exploring Operation: 98-55=43, Resulting Numbers: [2, 43]
Generated Node #3: [2, 43] from Operation:... | 4 |
[
4,
97,
17,
82
] | 62 | [
"97-17=80",
"80/4=20",
"82-20=62"
] | Current State: 62:[4, 97, 17, 82], Operations: []
Exploring Operation: 97-17=80, Resulting Numbers: [4, 82, 80]
Generated Node #2: [4, 82, 80] from Operation: 97-17=80
Current State: 62:[4, 82, 80], Operations: ['97-17=80']
Exploring Operation: 80/4=20, Resulting Numbers: [82, 20]
Generated Node #3: [82, 20] from Opera... | 4 |
[
3,
26,
23,
80
] | 46 | [
"3*26=78",
"80-78=2",
"23*2=46"
] | Current State: 46:[3, 26, 23, 80], Operations: []
Exploring Operation: 3*26=78, Resulting Numbers: [23, 80, 78]
Generated Node #2: [23, 80, 78] from Operation: 3*26=78
Current State: 46:[23, 80, 78], Operations: ['3*26=78']
Exploring Operation: 80-78=2, Resulting Numbers: [23, 2]
Generated Node #3: [23, 2] from Operati... | 4 |
[
37,
84,
81,
74
] | 34 | [
"37+84=121",
"81+74=155",
"155-121=34"
] | Current State: 34:[37, 84, 81, 74], Operations: []
Exploring Operation: 37+84=121, Resulting Numbers: [81, 74, 121]
Generated Node #2: [81, 74, 121] from Operation: 37+84=121
Current State: 34:[81, 74, 121], Operations: ['37+84=121']
Exploring Operation: 81+74=155, Resulting Numbers: [121, 155]
Generated Node #3: [121,... | 4 |
[
81,
1,
56,
79
] | 56 | [
"81-1=80",
"80-79=1",
"56*1=56"
] | Current State: 56:[81, 1, 56, 79], Operations: []
Exploring Operation: 81-1=80, Resulting Numbers: [56, 79, 80]
Generated Node #2: [56, 79, 80] from Operation: 81-1=80
Current State: 56:[56, 79, 80], Operations: ['81-1=80']
Exploring Operation: 80-79=1, Resulting Numbers: [56, 1]
Generated Node #3: [56, 1] from Operati... | 4 |
[
76,
12,
58,
55
] | 91 | [
"76+12=88",
"58-55=3",
"88+3=91"
] | Current State: 91:[76, 12, 58, 55], Operations: []
Exploring Operation: 76+12=88, Resulting Numbers: [58, 55, 88]
Generated Node #2: [58, 55, 88] from Operation: 76+12=88
Current State: 91:[58, 55, 88], Operations: ['76+12=88']
Exploring Operation: 58-55=3, Resulting Numbers: [88, 3]
Generated Node #3: [88, 3] from Ope... | 4 |
[
42,
49,
74,
28
] | 56 | [
"74-42=32",
"49*32=1568",
"1568/28=56"
] | Current State: 56:[42, 49, 74, 28], Operations: []
Exploring Operation: 74-42=32, Resulting Numbers: [49, 28, 32]
Generated Node #2: [49, 28, 32] from Operation: 74-42=32
Current State: 56:[49, 28, 32], Operations: ['74-42=32']
Exploring Operation: 49*32=1568, Resulting Numbers: [28, 1568]
Generated Node #3: [28, 1568]... | 4 |
[
1,
14,
28,
36
] | 70 | [
"36-1=35",
"28/14=2",
"35*2=70"
] | Current State: 70:[1, 14, 28, 36], Operations: []
Exploring Operation: 36-1=35, Resulting Numbers: [14, 28, 35]
Generated Node #2: [14, 28, 35] from Operation: 36-1=35
Current State: 70:[14, 28, 35], Operations: ['36-1=35']
Exploring Operation: 28/14=2, Resulting Numbers: [35, 2]
Generated Node #3: [35, 2] from Operati... | 4 |
[
47,
45,
22,
49
] | 65 | [
"47+45=92",
"49-22=27",
"92-27=65"
] | Current State: 65:[47, 45, 22, 49], Operations: []
Exploring Operation: 47+45=92, Resulting Numbers: [22, 49, 92]
Generated Node #2: [22, 49, 92] from Operation: 47+45=92
Current State: 65:[22, 49, 92], Operations: ['47+45=92']
Exploring Operation: 49-22=27, Resulting Numbers: [92, 27]
Generated Node #3: [92, 27] from ... | 4 |
[
8,
21,
44,
53
] | 21 | [
"8+44=52",
"53-52=1",
"21*1=21"
] | Current State: 21:[8, 21, 44, 53], Operations: []
Exploring Operation: 8+44=52, Resulting Numbers: [21, 53, 52]
Generated Node #2: [21, 53, 52] from Operation: 8+44=52
Current State: 21:[21, 53, 52], Operations: ['8+44=52']
Exploring Operation: 53-52=1, Resulting Numbers: [21, 1]
Generated Node #3: [21, 1] from Operati... | 4 |
[
4,
73,
9,
3
] | 76 | [
"4*3=12",
"73-9=64",
"12+64=76"
] | Current State: 76:[4, 73, 9, 3], Operations: []
Exploring Operation: 4*3=12, Resulting Numbers: [73, 9, 12]
Generated Node #2: [73, 9, 12] from Operation: 4*3=12
Current State: 76:[73, 9, 12], Operations: ['4*3=12']
Exploring Operation: 73-9=64, Resulting Numbers: [12, 64]
Generated Node #3: [12, 64] from Operation: 73... | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.