nums listlengths 4 4 | target int64 10 100 | solution listlengths 3 3 | optimal_path stringlengths 282 529 | start_size int64 4 4 |
|---|---|---|---|---|
[
72,
33,
74,
94
] | 63 | [
"72+33=105",
"74+94=168",
"168-105=63"
] | Current State: 63:[72, 33, 74, 94], Operations: []
Exploring Operation: 72+33=105, Resulting Numbers: [74, 94, 105]
Generated Node #2: [74, 94, 105] from Operation: 72+33=105
Current State: 63:[74, 94, 105], Operations: ['72+33=105']
Exploring Operation: 74+94=168, Resulting Numbers: [105, 168]
Generated Node #3: [105,... | 4 |
[
98,
7,
5,
66
] | 28 | [
"98*5=490",
"7*66=462",
"490-462=28"
] | Current State: 28:[98, 7, 5, 66], Operations: []
Exploring Operation: 98*5=490, Resulting Numbers: [7, 66, 490]
Generated Node #2: [7, 66, 490] from Operation: 98*5=490
Current State: 28:[7, 66, 490], Operations: ['98*5=490']
Exploring Operation: 7*66=462, Resulting Numbers: [490, 462]
Generated Node #3: [490, 462] fro... | 4 |
[
54,
72,
46,
16
] | 58 | [
"54*16=864",
"864/72=12",
"46+12=58"
] | Current State: 58:[54, 72, 46, 16], Operations: []
Exploring Operation: 54*16=864, Resulting Numbers: [72, 46, 864]
Generated Node #2: [72, 46, 864] from Operation: 54*16=864
Current State: 58:[72, 46, 864], Operations: ['54*16=864']
Exploring Operation: 864/72=12, Resulting Numbers: [46, 12]
Generated Node #3: [46, 12... | 4 |
[
94,
87,
26,
41
] | 22 | [
"94-87=7",
"41-26=15",
"7+15=22"
] | Current State: 22:[94, 87, 26, 41], Operations: []
Exploring Operation: 94-87=7, Resulting Numbers: [26, 41, 7]
Generated Node #2: [26, 41, 7] from Operation: 94-87=7
Current State: 22:[26, 41, 7], Operations: ['94-87=7']
Exploring Operation: 41-26=15, Resulting Numbers: [7, 15]
Generated Node #3: [7, 15] from Operatio... | 4 |
[
17,
21,
46,
22
] | 59 | [
"22-17=5",
"21*5=105",
"105-46=59"
] | Current State: 59:[17, 21, 46, 22], Operations: []
Exploring Operation: 22-17=5, Resulting Numbers: [21, 46, 5]
Generated Node #2: [21, 46, 5] from Operation: 22-17=5
Current State: 59:[21, 46, 5], Operations: ['22-17=5']
Exploring Operation: 21*5=105, Resulting Numbers: [46, 105]
Generated Node #3: [46, 105] from Oper... | 4 |
[
80,
8,
81,
16
] | 69 | [
"80+16=96",
"96/8=12",
"81-12=69"
] | Current State: 69:[80, 8, 81, 16], Operations: []
Exploring Operation: 80+16=96, Resulting Numbers: [8, 81, 96]
Generated Node #2: [8, 81, 96] from Operation: 80+16=96
Current State: 69:[8, 81, 96], Operations: ['80+16=96']
Exploring Operation: 96/8=12, Resulting Numbers: [81, 12]
Generated Node #3: [81, 12] from Opera... | 4 |
[
30,
3,
16,
51
] | 57 | [
"30/3=10",
"16+51=67",
"67-10=57"
] | Current State: 57:[30, 3, 16, 51], Operations: []
Exploring Operation: 30/3=10, Resulting Numbers: [16, 51, 10]
Generated Node #2: [16, 51, 10] from Operation: 30/3=10
Current State: 57:[16, 51, 10], Operations: ['30/3=10']
Exploring Operation: 16+51=67, Resulting Numbers: [10, 67]
Generated Node #3: [10, 67] from Oper... | 4 |
[
30,
3,
19,
8
] | 72 | [
"30/3=10",
"19-10=9",
"8*9=72"
] | Current State: 72:[30, 3, 19, 8], Operations: []
Exploring Operation: 30/3=10, Resulting Numbers: [19, 8, 10]
Generated Node #2: [19, 8, 10] from Operation: 30/3=10
Current State: 72:[19, 8, 10], Operations: ['30/3=10']
Exploring Operation: 19-10=9, Resulting Numbers: [8, 9]
Generated Node #3: [8, 9] from Operation: 19... | 4 |
[
13,
23,
33,
3
] | 35 | [
"23+3=26",
"26/13=2",
"33+2=35"
] | Current State: 35:[13, 23, 33, 3], Operations: []
Exploring Operation: 23+3=26, Resulting Numbers: [13, 33, 26]
Generated Node #2: [13, 33, 26] from Operation: 23+3=26
Current State: 35:[13, 33, 26], Operations: ['23+3=26']
Exploring Operation: 26/13=2, Resulting Numbers: [33, 2]
Generated Node #3: [33, 2] from Operati... | 4 |
[
28,
57,
19,
38
] | 30 | [
"38-28=10",
"57/19=3",
"10*3=30"
] | Current State: 30:[28, 57, 19, 38], Operations: []
Exploring Operation: 38-28=10, Resulting Numbers: [57, 19, 10]
Generated Node #2: [57, 19, 10] from Operation: 38-28=10
Current State: 30:[57, 19, 10], Operations: ['38-28=10']
Exploring Operation: 57/19=3, Resulting Numbers: [10, 3]
Generated Node #3: [10, 3] from Ope... | 4 |
[
12,
74,
67,
35
] | 17 | [
"74-67=7",
"35/7=5",
"12+5=17"
] | Current State: 17:[12, 74, 67, 35], Operations: []
Exploring Operation: 74-67=7, Resulting Numbers: [12, 35, 7]
Generated Node #2: [12, 35, 7] from Operation: 74-67=7
Current State: 17:[12, 35, 7], Operations: ['74-67=7']
Exploring Operation: 35/7=5, Resulting Numbers: [12, 5]
Generated Node #3: [12, 5] from Operation:... | 4 |
[
19,
3,
56,
58
] | 98 | [
"19-3=16",
"56+58=114",
"114-16=98"
] | Current State: 98:[19, 3, 56, 58], Operations: []
Exploring Operation: 19-3=16, Resulting Numbers: [56, 58, 16]
Generated Node #2: [56, 58, 16] from Operation: 19-3=16
Current State: 98:[56, 58, 16], Operations: ['19-3=16']
Exploring Operation: 56+58=114, Resulting Numbers: [16, 114]
Generated Node #3: [16, 114] from O... | 4 |
[
26,
40,
74,
47
] | 41 | [
"40-26=14",
"74-47=27",
"14+27=41"
] | Current State: 41:[26, 40, 74, 47], Operations: []
Exploring Operation: 40-26=14, Resulting Numbers: [74, 47, 14]
Generated Node #2: [74, 47, 14] from Operation: 40-26=14
Current State: 41:[74, 47, 14], Operations: ['40-26=14']
Exploring Operation: 74-47=27, Resulting Numbers: [14, 27]
Generated Node #3: [14, 27] from ... | 4 |
[
52,
55,
28,
84
] | 53 | [
"55-52=3",
"84-28=56",
"56-3=53"
] | Current State: 53:[52, 55, 28, 84], Operations: []
Exploring Operation: 55-52=3, Resulting Numbers: [28, 84, 3]
Generated Node #2: [28, 84, 3] from Operation: 55-52=3
Current State: 53:[28, 84, 3], Operations: ['55-52=3']
Exploring Operation: 84-28=56, Resulting Numbers: [3, 56]
Generated Node #3: [3, 56] from Operatio... | 4 |
[
28,
3,
96,
41
] | 86 | [
"28+3=31",
"96-41=55",
"31+55=86"
] | Current State: 86:[28, 3, 96, 41], Operations: []
Exploring Operation: 28+3=31, Resulting Numbers: [96, 41, 31]
Generated Node #2: [96, 41, 31] from Operation: 28+3=31
Current State: 86:[96, 41, 31], Operations: ['28+3=31']
Exploring Operation: 96-41=55, Resulting Numbers: [31, 55]
Generated Node #3: [31, 55] from Oper... | 4 |
[
33,
17,
10,
86
] | 81 | [
"33+17=50",
"50/10=5",
"86-5=81"
] | Current State: 81:[33, 17, 10, 86], Operations: []
Exploring Operation: 33+17=50, Resulting Numbers: [10, 86, 50]
Generated Node #2: [10, 86, 50] from Operation: 33+17=50
Current State: 81:[10, 86, 50], Operations: ['33+17=50']
Exploring Operation: 50/10=5, Resulting Numbers: [86, 5]
Generated Node #3: [86, 5] from Ope... | 4 |
[
59,
90,
46,
62
] | 16 | [
"62-59=3",
"90/3=30",
"46-30=16"
] | Current State: 16:[59, 90, 46, 62], Operations: []
Exploring Operation: 62-59=3, Resulting Numbers: [90, 46, 3]
Generated Node #2: [90, 46, 3] from Operation: 62-59=3
Current State: 16:[90, 46, 3], Operations: ['62-59=3']
Exploring Operation: 90/3=30, Resulting Numbers: [46, 30]
Generated Node #3: [46, 30] from Operati... | 4 |
[
55,
89,
76,
58
] | 61 | [
"89+76=165",
"165/55=3",
"58+3=61"
] | Current State: 61:[55, 89, 76, 58], Operations: []
Exploring Operation: 89+76=165, Resulting Numbers: [55, 58, 165]
Generated Node #2: [55, 58, 165] from Operation: 89+76=165
Current State: 61:[55, 58, 165], Operations: ['89+76=165']
Exploring Operation: 165/55=3, Resulting Numbers: [58, 3]
Generated Node #3: [58, 3] f... | 4 |
[
49,
27,
5,
18
] | 45 | [
"49-27=22",
"5+18=23",
"22+23=45"
] | Current State: 45:[49, 27, 5, 18], Operations: []
Exploring Operation: 49-27=22, Resulting Numbers: [5, 18, 22]
Generated Node #2: [5, 18, 22] from Operation: 49-27=22
Current State: 45:[5, 18, 22], Operations: ['49-27=22']
Exploring Operation: 5+18=23, Resulting Numbers: [22, 23]
Generated Node #3: [22, 23] from Opera... | 4 |
[
62,
73,
75,
67
] | 57 | [
"75-73=2",
"62*2=124",
"124-67=57"
] | Current State: 57:[62, 73, 75, 67], Operations: []
Exploring Operation: 75-73=2, Resulting Numbers: [62, 67, 2]
Generated Node #2: [62, 67, 2] from Operation: 75-73=2
Current State: 57:[62, 67, 2], Operations: ['75-73=2']
Exploring Operation: 62*2=124, Resulting Numbers: [67, 124]
Generated Node #3: [67, 124] from Oper... | 4 |
[
7,
4,
40,
35
] | 16 | [
"7+4=11",
"40-35=5",
"11+5=16"
] | Current State: 16:[7, 4, 40, 35], Operations: []
Exploring Operation: 7+4=11, Resulting Numbers: [40, 35, 11]
Generated Node #2: [40, 35, 11] from Operation: 7+4=11
Current State: 16:[40, 35, 11], Operations: ['7+4=11']
Exploring Operation: 40-35=5, Resulting Numbers: [11, 5]
Generated Node #3: [11, 5] from Operation: ... | 4 |
[
76,
10,
47,
86
] | 67 | [
"76-10=66",
"47+86=133",
"133-66=67"
] | Current State: 67:[76, 10, 47, 86], Operations: []
Exploring Operation: 76-10=66, Resulting Numbers: [47, 86, 66]
Generated Node #2: [47, 86, 66] from Operation: 76-10=66
Current State: 67:[47, 86, 66], Operations: ['76-10=66']
Exploring Operation: 47+86=133, Resulting Numbers: [66, 133]
Generated Node #3: [66, 133] fr... | 4 |
[
57,
14,
45,
43
] | 64 | [
"45-43=2",
"14/2=7",
"57+7=64"
] | Current State: 64:[57, 14, 45, 43], Operations: []
Exploring Operation: 45-43=2, Resulting Numbers: [57, 14, 2]
Generated Node #2: [57, 14, 2] from Operation: 45-43=2
Current State: 64:[57, 14, 2], Operations: ['45-43=2']
Exploring Operation: 14/2=7, Resulting Numbers: [57, 7]
Generated Node #3: [57, 7] from Operation:... | 4 |
[
23,
19,
38,
47
] | 43 | [
"23+19=42",
"38+47=85",
"85-42=43"
] | Current State: 43:[23, 19, 38, 47], Operations: []
Exploring Operation: 23+19=42, Resulting Numbers: [38, 47, 42]
Generated Node #2: [38, 47, 42] from Operation: 23+19=42
Current State: 43:[38, 47, 42], Operations: ['23+19=42']
Exploring Operation: 38+47=85, Resulting Numbers: [42, 85]
Generated Node #3: [42, 85] from ... | 4 |
[
86,
33,
55,
53
] | 55 | [
"86-33=53",
"55+53=108",
"108-53=55"
] | Current State: 55:[86, 33, 55, 53], Operations: []
Exploring Operation: 86-33=53, Resulting Numbers: [55, 53, 53]
Generated Node #2: [55, 53, 53] from Operation: 86-33=53
Current State: 55:[55, 53, 53], Operations: ['86-33=53']
Exploring Operation: 55+53=108, Resulting Numbers: [108]
108,55 equal: Goal Reached
Explorin... | 4 |
[
49,
98,
97,
91
] | 43 | [
"98-49=49",
"97-91=6",
"49-6=43"
] | Current State: 43:[49, 98, 97, 91], Operations: []
Exploring Operation: 98-49=49, Resulting Numbers: [97, 91, 49]
Generated Node #2: [97, 91, 49] from Operation: 98-49=49
Current State: 43:[97, 91, 49], Operations: ['98-49=49']
Exploring Operation: 97-91=6, Resulting Numbers: [49, 6]
Generated Node #3: [49, 6] from Ope... | 4 |
[
84,
74,
60,
23
] | 73 | [
"84-74=10",
"60+23=83",
"83-10=73"
] | Current State: 73:[84, 74, 60, 23], Operations: []
Exploring Operation: 84-74=10, Resulting Numbers: [60, 23, 10]
Generated Node #2: [60, 23, 10] from Operation: 84-74=10
Current State: 73:[60, 23, 10], Operations: ['84-74=10']
Exploring Operation: 60+23=83, Resulting Numbers: [10, 83]
Generated Node #3: [10, 83] from ... | 4 |
[
69,
62,
98,
39
] | 72 | [
"69+62=131",
"98-39=59",
"131-59=72"
] | Current State: 72:[69, 62, 98, 39], Operations: []
Exploring Operation: 69+62=131, Resulting Numbers: [98, 39, 131]
Generated Node #2: [98, 39, 131] from Operation: 69+62=131
Current State: 72:[98, 39, 131], Operations: ['69+62=131']
Exploring Operation: 98-39=59, Resulting Numbers: [131, 59]
Generated Node #3: [131, 5... | 4 |
[
57,
76,
33,
93
] | 73 | [
"57+76=133",
"93-33=60",
"133-60=73"
] | Current State: 73:[57, 76, 33, 93], Operations: []
Exploring Operation: 57+76=133, Resulting Numbers: [33, 93, 133]
Generated Node #2: [33, 93, 133] from Operation: 57+76=133
Current State: 73:[33, 93, 133], Operations: ['57+76=133']
Exploring Operation: 93-33=60, Resulting Numbers: [133, 60]
Generated Node #3: [133, 6... | 4 |
[
67,
76,
30,
20
] | 59 | [
"76-67=9",
"30+20=50",
"9+50=59"
] | Current State: 59:[67, 76, 30, 20], Operations: []
Exploring Operation: 76-67=9, Resulting Numbers: [30, 20, 9]
Generated Node #2: [30, 20, 9] from Operation: 76-67=9
Current State: 59:[30, 20, 9], Operations: ['76-67=9']
Exploring Operation: 30+20=50, Resulting Numbers: [9, 50]
Generated Node #3: [9, 50] from Operatio... | 4 |
[
39,
36,
55,
35
] | 89 | [
"39-35=4",
"36*4=144",
"144-55=89"
] | Current State: 89:[39, 36, 55, 35], Operations: []
Exploring Operation: 39-35=4, Resulting Numbers: [36, 55, 4]
Generated Node #2: [36, 55, 4] from Operation: 39-35=4
Current State: 89:[36, 55, 4], Operations: ['39-35=4']
Exploring Operation: 36*4=144, Resulting Numbers: [55, 144]
Generated Node #3: [55, 144] from Oper... | 4 |
[
14,
2,
1,
24
] | 75 | [
"14+24=38",
"2*38=76",
"76-1=75"
] | Current State: 75:[14, 2, 1, 24], Operations: []
Exploring Operation: 14+24=38, Resulting Numbers: [2, 1, 38]
Generated Node #2: [2, 1, 38] from Operation: 14+24=38
Current State: 75:[2, 1, 38], Operations: ['14+24=38']
Exploring Operation: 2*38=76, Resulting Numbers: [1, 76]
Generated Node #3: [1, 76] from Operation: ... | 4 |
[
19,
31,
22,
53
] | 40 | [
"22-19=3",
"31*3=93",
"93-53=40"
] | Current State: 40:[19, 31, 22, 53], Operations: []
Exploring Operation: 22-19=3, Resulting Numbers: [31, 53, 3]
Generated Node #2: [31, 53, 3] from Operation: 22-19=3
Current State: 40:[31, 53, 3], Operations: ['22-19=3']
Exploring Operation: 31*3=93, Resulting Numbers: [53, 93]
Generated Node #3: [53, 93] from Operati... | 4 |
[
38,
50,
93,
54
] | 50 | [
"93-38=55",
"55-54=1",
"50*1=50"
] | Current State: 50:[38, 50, 93, 54], Operations: []
Exploring Operation: 93-38=55, Resulting Numbers: [50, 54, 55]
Generated Node #2: [50, 54, 55] from Operation: 93-38=55
Current State: 50:[50, 54, 55], Operations: ['93-38=55']
Exploring Operation: 55-54=1, Resulting Numbers: [50, 1]
Generated Node #3: [50, 1] from Ope... | 4 |
[
28,
8,
85,
12
] | 27 | [
"12-8=4",
"28*4=112",
"112-85=27"
] | Current State: 27:[28, 8, 85, 12], Operations: []
Exploring Operation: 12-8=4, Resulting Numbers: [28, 85, 4]
Generated Node #2: [28, 85, 4] from Operation: 12-8=4
Current State: 27:[28, 85, 4], Operations: ['12-8=4']
Exploring Operation: 28*4=112, Resulting Numbers: [85, 112]
Generated Node #3: [85, 112] from Operatio... | 4 |
[
4,
20,
26,
15
] | 55 | [
"20/4=5",
"26-15=11",
"5*11=55"
] | Current State: 55:[4, 20, 26, 15], Operations: []
Exploring Operation: 20/4=5, Resulting Numbers: [26, 15, 5]
Generated Node #2: [26, 15, 5] from Operation: 20/4=5
Current State: 55:[26, 15, 5], Operations: ['20/4=5']
Exploring Operation: 26-15=11, Resulting Numbers: [5, 11]
Generated Node #3: [5, 11] from Operation: 2... | 4 |
[
90,
52,
83,
81
] | 54 | [
"90*81=7290",
"52+83=135",
"7290/135=54"
] | Current State: 54:[90, 52, 83, 81], Operations: []
Exploring Operation: 90*81=7290, Resulting Numbers: [52, 83, 7290]
Generated Node #2: [52, 83, 7290] from Operation: 90*81=7290
Current State: 54:[52, 83, 7290], Operations: ['90*81=7290']
Exploring Operation: 52+83=135, Resulting Numbers: [7290, 135]
Generated Node #3... | 4 |
[
50,
87,
42,
85
] | 58 | [
"87-85=2",
"50*2=100",
"100-42=58"
] | Current State: 58:[50, 87, 42, 85], Operations: []
Exploring Operation: 87-85=2, Resulting Numbers: [50, 42, 2]
Generated Node #2: [50, 42, 2] from Operation: 87-85=2
Current State: 58:[50, 42, 2], Operations: ['87-85=2']
Exploring Operation: 50*2=100, Resulting Numbers: [42, 100]
Generated Node #3: [42, 100] from Oper... | 4 |
[
76,
32,
71,
73
] | 60 | [
"73-71=2",
"32/2=16",
"76-16=60"
] | Current State: 60:[76, 32, 71, 73], Operations: []
Exploring Operation: 73-71=2, Resulting Numbers: [76, 32, 2]
Generated Node #2: [76, 32, 2] from Operation: 73-71=2
Current State: 60:[76, 32, 2], Operations: ['73-71=2']
Exploring Operation: 32/2=16, Resulting Numbers: [76, 16]
Generated Node #3: [76, 16] from Operati... | 4 |
[
97,
7,
11,
88
] | 36 | [
"97-88=9",
"11-7=4",
"9*4=36"
] | Current State: 36:[97, 7, 11, 88], Operations: []
Exploring Operation: 97-88=9, Resulting Numbers: [7, 11, 9]
Generated Node #2: [7, 11, 9] from Operation: 97-88=9
Current State: 36:[7, 11, 9], Operations: ['97-88=9']
Exploring Operation: 11-7=4, Resulting Numbers: [9, 4]
Generated Node #3: [9, 4] from Operation: 11-7=... | 4 |
[
74,
2,
7,
48
] | 45 | [
"74-48=26",
"2*26=52",
"52-7=45"
] | Current State: 45:[74, 2, 7, 48], Operations: []
Exploring Operation: 74-48=26, Resulting Numbers: [2, 7, 26]
Generated Node #2: [2, 7, 26] from Operation: 74-48=26
Current State: 45:[2, 7, 26], Operations: ['74-48=26']
Exploring Operation: 2*26=52, Resulting Numbers: [7, 52]
Generated Node #3: [7, 52] from Operation: ... | 4 |
[
19,
31,
63,
96
] | 16 | [
"63-31=32",
"96/32=3",
"19-3=16"
] | Current State: 16:[19, 31, 63, 96], Operations: []
Exploring Operation: 63-31=32, Resulting Numbers: [19, 96, 32]
Generated Node #2: [19, 96, 32] from Operation: 63-31=32
Current State: 16:[19, 96, 32], Operations: ['63-31=32']
Exploring Operation: 96/32=3, Resulting Numbers: [19, 3]
Generated Node #3: [19, 3] from Ope... | 4 |
[
27,
2,
60,
32
] | 53 | [
"27-2=25",
"60-32=28",
"25+28=53"
] | Current State: 53:[27, 2, 60, 32], Operations: []
Exploring Operation: 27-2=25, Resulting Numbers: [60, 32, 25]
Generated Node #2: [60, 32, 25] from Operation: 27-2=25
Current State: 53:[60, 32, 25], Operations: ['27-2=25']
Exploring Operation: 60-32=28, Resulting Numbers: [25, 28]
Generated Node #3: [25, 28] from Oper... | 4 |
[
25,
39,
91,
27
] | 50 | [
"39-25=14",
"91-27=64",
"64-14=50"
] | Current State: 50:[25, 39, 91, 27], Operations: []
Exploring Operation: 39-25=14, Resulting Numbers: [91, 27, 14]
Generated Node #2: [91, 27, 14] from Operation: 39-25=14
Current State: 50:[91, 27, 14], Operations: ['39-25=14']
Exploring Operation: 91-27=64, Resulting Numbers: [14, 64]
Generated Node #3: [14, 64] from ... | 4 |
[
96,
77,
40,
85
] | 26 | [
"96-77=19",
"85-40=45",
"45-19=26"
] | Current State: 26:[96, 77, 40, 85], Operations: []
Exploring Operation: 96-77=19, Resulting Numbers: [40, 85, 19]
Generated Node #2: [40, 85, 19] from Operation: 96-77=19
Current State: 26:[40, 85, 19], Operations: ['96-77=19']
Exploring Operation: 85-40=45, Resulting Numbers: [19, 45]
Generated Node #3: [19, 45] from ... | 4 |
[
2,
97,
1,
63
] | 31 | [
"97-2=95",
"1+63=64",
"95-64=31"
] | Current State: 31:[2, 97, 1, 63], Operations: []
Exploring Operation: 97-2=95, Resulting Numbers: [1, 63, 95]
Generated Node #2: [1, 63, 95] from Operation: 97-2=95
Current State: 31:[1, 63, 95], Operations: ['97-2=95']
Exploring Operation: 1+63=64, Resulting Numbers: [95, 64]
Generated Node #3: [95, 64] from Operation... | 4 |
[
16,
72,
41,
28
] | 26 | [
"16*41=656",
"72+656=728",
"728/28=26"
] | Current State: 26:[16, 72, 41, 28], Operations: []
Exploring Operation: 16*41=656, Resulting Numbers: [72, 28, 656]
Generated Node #2: [72, 28, 656] from Operation: 16*41=656
Current State: 26:[72, 28, 656], Operations: ['16*41=656']
Exploring Operation: 72+656=728, Resulting Numbers: [28, 728]
Generated Node #3: [28, ... | 4 |
[
30,
23,
1,
44
] | 38 | [
"30-23=7",
"1+44=45",
"45-7=38"
] | Current State: 38:[30, 23, 1, 44], Operations: []
Exploring Operation: 30-23=7, Resulting Numbers: [1, 44, 7]
Generated Node #2: [1, 44, 7] from Operation: 30-23=7
Current State: 38:[1, 44, 7], Operations: ['30-23=7']
Exploring Operation: 1+44=45, Resulting Numbers: [7, 45]
Generated Node #3: [7, 45] from Operation: 1+... | 4 |
[
84,
33,
43,
61
] | 40 | [
"61-33=28",
"84/28=3",
"43-3=40"
] | Current State: 40:[84, 33, 43, 61], Operations: []
Exploring Operation: 61-33=28, Resulting Numbers: [84, 43, 28]
Generated Node #2: [84, 43, 28] from Operation: 61-33=28
Current State: 40:[84, 43, 28], Operations: ['61-33=28']
Exploring Operation: 84/28=3, Resulting Numbers: [43, 3]
Generated Node #3: [43, 3] from Ope... | 4 |
[
54,
60,
82,
91
] | 15 | [
"60-54=6",
"91-82=9",
"6+9=15"
] | Current State: 15:[54, 60, 82, 91], Operations: []
Exploring Operation: 60-54=6, Resulting Numbers: [82, 91, 6]
Generated Node #2: [82, 91, 6] from Operation: 60-54=6
Current State: 15:[82, 91, 6], Operations: ['60-54=6']
Exploring Operation: 91-82=9, Resulting Numbers: [6, 9]
Generated Node #3: [6, 9] from Operation: ... | 4 |
[
46,
16,
8,
16
] | 42 | [
"16+16=32",
"32/8=4",
"46-4=42"
] | Current State: 42:[46, 16, 8, 16], Operations: []
Exploring Operation: 16+16=32, Resulting Numbers: [46, 8, 32]
Generated Node #2: [46, 8, 32] from Operation: 16+16=32
Current State: 42:[46, 8, 32], Operations: ['16+16=32']
Exploring Operation: 32/8=4, Resulting Numbers: [46, 4]
Generated Node #3: [46, 4] from Operatio... | 4 |
[
94,
91,
1,
76
] | 19 | [
"94-91=3",
"1+3=4",
"76/4=19"
] | Current State: 19:[94, 91, 1, 76], Operations: []
Exploring Operation: 94-91=3, Resulting Numbers: [1, 76, 3]
Generated Node #2: [1, 76, 3] from Operation: 94-91=3
Current State: 19:[1, 76, 3], Operations: ['94-91=3']
Exploring Operation: 1+3=4, Resulting Numbers: [76, 4]
Generated Node #3: [76, 4] from Operation: 1+3=... | 4 |
[
57,
15,
43,
12
] | 41 | [
"57+15=72",
"43-12=31",
"72-31=41"
] | Current State: 41:[57, 15, 43, 12], Operations: []
Exploring Operation: 57+15=72, Resulting Numbers: [43, 12, 72]
Generated Node #2: [43, 12, 72] from Operation: 57+15=72
Current State: 41:[43, 12, 72], Operations: ['57+15=72']
Exploring Operation: 43-12=31, Resulting Numbers: [72, 31]
Generated Node #3: [72, 31] from ... | 4 |
[
18,
54,
90,
2
] | 84 | [
"54/18=3",
"2*3=6",
"90-6=84"
] | Current State: 84:[18, 54, 90, 2], Operations: []
Exploring Operation: 54/18=3, Resulting Numbers: [90, 2, 3]
Generated Node #2: [90, 2, 3] from Operation: 54/18=3
Current State: 84:[90, 2, 3], Operations: ['54/18=3']
Exploring Operation: 2*3=6, Resulting Numbers: [90, 6]
Generated Node #3: [90, 6] from Operation: 2*3=... | 4 |
[
69,
55,
83,
31
] | 79 | [
"69+55=124",
"124/31=4",
"83-4=79"
] | Current State: 79:[69, 55, 83, 31], Operations: []
Exploring Operation: 69+55=124, Resulting Numbers: [83, 31, 124]
Generated Node #2: [83, 31, 124] from Operation: 69+55=124
Current State: 79:[83, 31, 124], Operations: ['69+55=124']
Exploring Operation: 124/31=4, Resulting Numbers: [83, 4]
Generated Node #3: [83, 4] f... | 4 |
[
99,
8,
77,
57
] | 35 | [
"99+77=176",
"176/8=22",
"57-22=35"
] | Current State: 35:[99, 8, 77, 57], Operations: []
Exploring Operation: 99+77=176, Resulting Numbers: [8, 57, 176]
Generated Node #2: [8, 57, 176] from Operation: 99+77=176
Current State: 35:[8, 57, 176], Operations: ['99+77=176']
Exploring Operation: 176/8=22, Resulting Numbers: [57, 22]
Generated Node #3: [57, 22] fro... | 4 |
[
34,
32,
33,
84
] | 86 | [
"34+32=66",
"66/33=2",
"84+2=86"
] | Current State: 86:[34, 32, 33, 84], Operations: []
Exploring Operation: 34+32=66, Resulting Numbers: [33, 84, 66]
Generated Node #2: [33, 84, 66] from Operation: 34+32=66
Current State: 86:[33, 84, 66], Operations: ['34+32=66']
Exploring Operation: 66/33=2, Resulting Numbers: [84, 2]
Generated Node #3: [84, 2] from Ope... | 4 |
[
29,
50,
50,
56
] | 85 | [
"29+50=79",
"56-50=6",
"79+6=85"
] | Current State: 85:[29, 50, 50, 56], Operations: []
Exploring Operation: 29+50=79, Resulting Numbers: [56, 79]
Generated Node #2: [56, 79] from Operation: 29+50=79
Current State: 85:[56, 79], Operations: ['29+50=79']
Exploring Operation: 56-50=6, Resulting Numbers: [79, 6]
Generated Node #3: [79, 6] from Operation: 56-5... | 4 |
[
36,
4,
92,
52
] | 39 | [
"52-36=16",
"92/4=23",
"16+23=39"
] | Current State: 39:[36, 4, 92, 52], Operations: []
Exploring Operation: 52-36=16, Resulting Numbers: [4, 92, 16]
Generated Node #2: [4, 92, 16] from Operation: 52-36=16
Current State: 39:[4, 92, 16], Operations: ['52-36=16']
Exploring Operation: 92/4=23, Resulting Numbers: [16, 23]
Generated Node #3: [16, 23] from Opera... | 4 |
[
93,
33,
46,
37
] | 51 | [
"93-33=60",
"46-37=9",
"60-9=51"
] | Current State: 51:[93, 33, 46, 37], Operations: []
Exploring Operation: 93-33=60, Resulting Numbers: [46, 37, 60]
Generated Node #2: [46, 37, 60] from Operation: 93-33=60
Current State: 51:[46, 37, 60], Operations: ['93-33=60']
Exploring Operation: 46-37=9, Resulting Numbers: [60, 9]
Generated Node #3: [60, 9] from Ope... | 4 |
[
15,
95,
43,
45
] | 78 | [
"95-15=80",
"45-43=2",
"80-2=78"
] | Current State: 78:[15, 95, 43, 45], Operations: []
Exploring Operation: 95-15=80, Resulting Numbers: [43, 45, 80]
Generated Node #2: [43, 45, 80] from Operation: 95-15=80
Current State: 78:[43, 45, 80], Operations: ['95-15=80']
Exploring Operation: 45-43=2, Resulting Numbers: [80, 2]
Generated Node #3: [80, 2] from Ope... | 4 |
[
70,
91,
7,
63
] | 21 | [
"91-70=21",
"7*63=441",
"441/21=21"
] | Current State: 21:[70, 91, 7, 63], Operations: []
Exploring Operation: 91-70=21, Resulting Numbers: [7, 63, 21]
Generated Node #2: [7, 63, 21] from Operation: 91-70=21
Current State: 21:[7, 63, 21], Operations: ['91-70=21']
Exploring Operation: 7*63=441, Resulting Numbers: [21, 441]
Generated Node #3: [21, 441] from Op... | 4 |
[
15,
9,
81,
78
] | 10 | [
"81-9=72",
"78+72=150",
"150/15=10"
] | Current State: 10:[15, 9, 81, 78], Operations: []
Exploring Operation: 81-9=72, Resulting Numbers: [15, 78, 72]
Generated Node #2: [15, 78, 72] from Operation: 81-9=72
Current State: 10:[15, 78, 72], Operations: ['81-9=72']
Exploring Operation: 78+72=150, Resulting Numbers: [15, 150]
Generated Node #3: [15, 150] from O... | 4 |
[
96,
45,
36,
38
] | 49 | [
"96-45=51",
"38-36=2",
"51-2=49"
] | Current State: 49:[96, 45, 36, 38], Operations: []
Exploring Operation: 96-45=51, Resulting Numbers: [36, 38, 51]
Generated Node #2: [36, 38, 51] from Operation: 96-45=51
Current State: 49:[36, 38, 51], Operations: ['96-45=51']
Exploring Operation: 38-36=2, Resulting Numbers: [51, 2]
Generated Node #3: [51, 2] from Ope... | 4 |
[
28,
35,
68,
1
] | 14 | [
"35-1=34",
"28*34=952",
"952/68=14"
] | Current State: 14:[28, 35, 68, 1], Operations: []
Exploring Operation: 35-1=34, Resulting Numbers: [28, 68, 34]
Generated Node #2: [28, 68, 34] from Operation: 35-1=34
Current State: 14:[28, 68, 34], Operations: ['35-1=34']
Exploring Operation: 28*34=952, Resulting Numbers: [68, 952]
Generated Node #3: [68, 952] from O... | 4 |
[
29,
53,
44,
3
] | 96 | [
"29*3=87",
"53-44=9",
"87+9=96"
] | Current State: 96:[29, 53, 44, 3], Operations: []
Exploring Operation: 29*3=87, Resulting Numbers: [53, 44, 87]
Generated Node #2: [53, 44, 87] from Operation: 29*3=87
Current State: 96:[53, 44, 87], Operations: ['29*3=87']
Exploring Operation: 53-44=9, Resulting Numbers: [87, 9]
Generated Node #3: [87, 9] from Operati... | 4 |
[
30,
14,
45,
62
] | 32 | [
"45-14=31",
"62/31=2",
"30+2=32"
] | Current State: 32:[30, 14, 45, 62], Operations: []
Exploring Operation: 45-14=31, Resulting Numbers: [30, 62, 31]
Generated Node #2: [30, 62, 31] from Operation: 45-14=31
Current State: 32:[30, 62, 31], Operations: ['45-14=31']
Exploring Operation: 62/31=2, Resulting Numbers: [30, 2]
Generated Node #3: [30, 2] from Ope... | 4 |
[
71,
90,
54,
9
] | 56 | [
"90*9=810",
"810/54=15",
"71-15=56"
] | Current State: 56:[71, 90, 54, 9], Operations: []
Exploring Operation: 90*9=810, Resulting Numbers: [71, 54, 810]
Generated Node #2: [71, 54, 810] from Operation: 90*9=810
Current State: 56:[71, 54, 810], Operations: ['90*9=810']
Exploring Operation: 810/54=15, Resulting Numbers: [71, 15]
Generated Node #3: [71, 15] fr... | 4 |
[
96,
51,
33,
46
] | 58 | [
"96-51=45",
"46-33=13",
"45+13=58"
] | Current State: 58:[96, 51, 33, 46], Operations: []
Exploring Operation: 96-51=45, Resulting Numbers: [33, 46, 45]
Generated Node #2: [33, 46, 45] from Operation: 96-51=45
Current State: 58:[33, 46, 45], Operations: ['96-51=45']
Exploring Operation: 46-33=13, Resulting Numbers: [45, 13]
Generated Node #3: [45, 13] from ... | 4 |
[
44,
4,
85,
7
] | 34 | [
"44+85=129",
"7+129=136",
"136/4=34"
] | Current State: 34:[44, 4, 85, 7], Operations: []
Exploring Operation: 44+85=129, Resulting Numbers: [4, 7, 129]
Generated Node #2: [4, 7, 129] from Operation: 44+85=129
Current State: 34:[4, 7, 129], Operations: ['44+85=129']
Exploring Operation: 7+129=136, Resulting Numbers: [4, 136]
Generated Node #3: [4, 136] from O... | 4 |
[
29,
60,
1,
30
] | 26 | [
"29-1=28",
"60/30=2",
"28-2=26"
] | Current State: 26:[29, 60, 1, 30], Operations: []
Exploring Operation: 29-1=28, Resulting Numbers: [60, 30, 28]
Generated Node #2: [60, 30, 28] from Operation: 29-1=28
Current State: 26:[60, 30, 28], Operations: ['29-1=28']
Exploring Operation: 60/30=2, Resulting Numbers: [28, 2]
Generated Node #3: [28, 2] from Operati... | 4 |
[
12,
66,
59,
3
] | 49 | [
"12+59=71",
"66/3=22",
"71-22=49"
] | Current State: 49:[12, 66, 59, 3], Operations: []
Exploring Operation: 12+59=71, Resulting Numbers: [66, 3, 71]
Generated Node #2: [66, 3, 71] from Operation: 12+59=71
Current State: 49:[66, 3, 71], Operations: ['12+59=71']
Exploring Operation: 66/3=22, Resulting Numbers: [71, 22]
Generated Node #3: [71, 22] from Opera... | 4 |
[
64,
18,
10,
18
] | 54 | [
"64+18=82",
"10+18=28",
"82-28=54"
] | Current State: 54:[64, 18, 10, 18], Operations: []
Exploring Operation: 64+18=82, Resulting Numbers: [10, 82]
Generated Node #2: [10, 82] from Operation: 64+18=82
Current State: 54:[10, 82], Operations: ['64+18=82']
Exploring Operation: 10+18=28, Resulting Numbers: [82, 28]
Generated Node #3: [82, 28] from Operation: 1... | 4 |
[
63,
52,
99,
18
] | 43 | [
"63+99=162",
"162/18=9",
"52-9=43"
] | Current State: 43:[63, 52, 99, 18], Operations: []
Exploring Operation: 63+99=162, Resulting Numbers: [52, 18, 162]
Generated Node #2: [52, 18, 162] from Operation: 63+99=162
Current State: 43:[52, 18, 162], Operations: ['63+99=162']
Exploring Operation: 162/18=9, Resulting Numbers: [52, 9]
Generated Node #3: [52, 9] f... | 4 |
[
68,
99,
42,
19
] | 71 | [
"99-42=57",
"57/19=3",
"68+3=71"
] | Current State: 71:[68, 99, 42, 19], Operations: []
Exploring Operation: 99-42=57, Resulting Numbers: [68, 19, 57]
Generated Node #2: [68, 19, 57] from Operation: 99-42=57
Current State: 71:[68, 19, 57], Operations: ['99-42=57']
Exploring Operation: 57/19=3, Resulting Numbers: [68, 3]
Generated Node #3: [68, 3] from Ope... | 4 |
[
28,
25,
45,
23
] | 40 | [
"28-23=5",
"25/5=5",
"45-5=40"
] | Current State: 40:[28, 25, 45, 23], Operations: []
Exploring Operation: 28-23=5, Resulting Numbers: [25, 45, 5]
Generated Node #2: [25, 45, 5] from Operation: 28-23=5
Current State: 40:[25, 45, 5], Operations: ['28-23=5']
Exploring Operation: 25/5=5, Resulting Numbers: [45, 5]
Generated Node #3: [45, 5] from Operation:... | 4 |
[
2,
61,
21,
19
] | 41 | [
"21+19=40",
"40/2=20",
"61-20=41"
] | Current State: 41:[2, 61, 21, 19], Operations: []
Exploring Operation: 21+19=40, Resulting Numbers: [2, 61, 40]
Generated Node #2: [2, 61, 40] from Operation: 21+19=40
Current State: 41:[2, 61, 40], Operations: ['21+19=40']
Exploring Operation: 40/2=20, Resulting Numbers: [61, 20]
Generated Node #3: [61, 20] from Opera... | 4 |
[
5,
22,
55,
44
] | 16 | [
"5+22=27",
"55-44=11",
"27-11=16"
] | Current State: 16:[5, 22, 55, 44], Operations: []
Exploring Operation: 5+22=27, Resulting Numbers: [55, 44, 27]
Generated Node #2: [55, 44, 27] from Operation: 5+22=27
Current State: 16:[55, 44, 27], Operations: ['5+22=27']
Exploring Operation: 55-44=11, Resulting Numbers: [27, 11]
Generated Node #3: [27, 11] from Oper... | 4 |
[
84,
44,
94,
1
] | 55 | [
"84-44=40",
"94+1=95",
"95-40=55"
] | Current State: 55:[84, 44, 94, 1], Operations: []
Exploring Operation: 84-44=40, Resulting Numbers: [94, 1, 40]
Generated Node #2: [94, 1, 40] from Operation: 84-44=40
Current State: 55:[94, 1, 40], Operations: ['84-44=40']
Exploring Operation: 94+1=95, Resulting Numbers: [40, 95]
Generated Node #3: [40, 95] from Opera... | 4 |
[
41,
2,
44,
23
] | 93 | [
"44+23=67",
"2*67=134",
"134-41=93"
] | Current State: 93:[41, 2, 44, 23], Operations: []
Exploring Operation: 44+23=67, Resulting Numbers: [41, 2, 67]
Generated Node #2: [41, 2, 67] from Operation: 44+23=67
Current State: 93:[41, 2, 67], Operations: ['44+23=67']
Exploring Operation: 2*67=134, Resulting Numbers: [41, 134]
Generated Node #3: [41, 134] from Op... | 4 |
[
63,
84,
80,
57
] | 56 | [
"63+57=120",
"84*80=6720",
"6720/120=56"
] | Current State: 56:[63, 84, 80, 57], Operations: []
Exploring Operation: 63+57=120, Resulting Numbers: [84, 80, 120]
Generated Node #2: [84, 80, 120] from Operation: 63+57=120
Current State: 56:[84, 80, 120], Operations: ['63+57=120']
Exploring Operation: 84*80=6720, Resulting Numbers: [120, 6720]
Generated Node #3: [12... | 4 |
[
13,
41,
82,
54
] | 65 | [
"13+54=67",
"82/41=2",
"67-2=65"
] | Current State: 65:[13, 41, 82, 54], Operations: []
Exploring Operation: 13+54=67, Resulting Numbers: [41, 82, 67]
Generated Node #2: [41, 82, 67] from Operation: 13+54=67
Current State: 65:[41, 82, 67], Operations: ['13+54=67']
Exploring Operation: 82/41=2, Resulting Numbers: [67, 2]
Generated Node #3: [67, 2] from Ope... | 4 |
[
26,
60,
77,
14
] | 29 | [
"60-26=34",
"77-14=63",
"63-34=29"
] | Current State: 29:[26, 60, 77, 14], Operations: []
Exploring Operation: 60-26=34, Resulting Numbers: [77, 14, 34]
Generated Node #2: [77, 14, 34] from Operation: 60-26=34
Current State: 29:[77, 14, 34], Operations: ['60-26=34']
Exploring Operation: 77-14=63, Resulting Numbers: [34, 63]
Generated Node #3: [34, 63] from ... | 4 |
[
97,
11,
73,
30
] | 65 | [
"97+11=108",
"73-30=43",
"108-43=65"
] | Current State: 65:[97, 11, 73, 30], Operations: []
Exploring Operation: 97+11=108, Resulting Numbers: [73, 30, 108]
Generated Node #2: [73, 30, 108] from Operation: 97+11=108
Current State: 65:[73, 30, 108], Operations: ['97+11=108']
Exploring Operation: 73-30=43, Resulting Numbers: [108, 43]
Generated Node #3: [108, 4... | 4 |
[
8,
22,
46,
94
] | 97 | [
"46-22=24",
"24/8=3",
"94+3=97"
] | Current State: 97:[8, 22, 46, 94], Operations: []
Exploring Operation: 46-22=24, Resulting Numbers: [8, 94, 24]
Generated Node #2: [8, 94, 24] from Operation: 46-22=24
Current State: 97:[8, 94, 24], Operations: ['46-22=24']
Exploring Operation: 24/8=3, Resulting Numbers: [94, 3]
Generated Node #3: [94, 3] from Operatio... | 4 |
[
74,
50,
39,
76
] | 61 | [
"74-50=24",
"76-39=37",
"24+37=61"
] | Current State: 61:[74, 50, 39, 76], Operations: []
Exploring Operation: 74-50=24, Resulting Numbers: [39, 76, 24]
Generated Node #2: [39, 76, 24] from Operation: 74-50=24
Current State: 61:[39, 76, 24], Operations: ['74-50=24']
Exploring Operation: 76-39=37, Resulting Numbers: [24, 37]
Generated Node #3: [24, 37] from ... | 4 |
[
13,
52,
45,
54
] | 77 | [
"54-52=2",
"45*2=90",
"90-13=77"
] | Current State: 77:[13, 52, 45, 54], Operations: []
Exploring Operation: 54-52=2, Resulting Numbers: [13, 45, 2]
Generated Node #2: [13, 45, 2] from Operation: 54-52=2
Current State: 77:[13, 45, 2], Operations: ['54-52=2']
Exploring Operation: 45*2=90, Resulting Numbers: [13, 90]
Generated Node #3: [13, 90] from Operati... | 4 |
[
92,
64,
43,
2
] | 30 | [
"92-64=28",
"43-28=15",
"2*15=30"
] | Current State: 30:[92, 64, 43, 2], Operations: []
Exploring Operation: 92-64=28, Resulting Numbers: [43, 2, 28]
Generated Node #2: [43, 2, 28] from Operation: 92-64=28
Current State: 30:[43, 2, 28], Operations: ['92-64=28']
Exploring Operation: 43-28=15, Resulting Numbers: [2, 15]
Generated Node #3: [2, 15] from Operat... | 4 |
[
84,
96,
28,
38
] | 54 | [
"96-84=12",
"28+38=66",
"66-12=54"
] | Current State: 54:[84, 96, 28, 38], Operations: []
Exploring Operation: 96-84=12, Resulting Numbers: [28, 38, 12]
Generated Node #2: [28, 38, 12] from Operation: 96-84=12
Current State: 54:[28, 38, 12], Operations: ['96-84=12']
Exploring Operation: 28+38=66, Resulting Numbers: [12, 66]
Generated Node #3: [12, 66] from ... | 4 |
[
61,
87,
2,
19
] | 32 | [
"87-61=26",
"26/2=13",
"19+13=32"
] | Current State: 32:[61, 87, 2, 19], Operations: []
Exploring Operation: 87-61=26, Resulting Numbers: [2, 19, 26]
Generated Node #2: [2, 19, 26] from Operation: 87-61=26
Current State: 32:[2, 19, 26], Operations: ['87-61=26']
Exploring Operation: 26/2=13, Resulting Numbers: [19, 13]
Generated Node #3: [19, 13] from Opera... | 4 |
[
3,
44,
91,
85
] | 22 | [
"3*44=132",
"91-85=6",
"132/6=22"
] | Current State: 22:[3, 44, 91, 85], Operations: []
Exploring Operation: 3*44=132, Resulting Numbers: [91, 85, 132]
Generated Node #2: [91, 85, 132] from Operation: 3*44=132
Current State: 22:[91, 85, 132], Operations: ['3*44=132']
Exploring Operation: 91-85=6, Resulting Numbers: [132, 6]
Generated Node #3: [132, 6] from... | 4 |
[
40,
4,
36,
52
] | 53 | [
"40-4=36",
"36/36=1",
"52+1=53"
] | Current State: 53:[40, 4, 36, 52], Operations: []
Exploring Operation: 40-4=36, Resulting Numbers: [36, 52, 36]
Generated Node #2: [36, 52, 36] from Operation: 40-4=36
Current State: 53:[36, 52, 36], Operations: ['40-4=36']
Exploring Operation: 36/36=1, Resulting Numbers: [52, 1]
Generated Node #3: [52, 1] from Operati... | 4 |
[
2,
82,
29,
30
] | 41 | [
"82/2=41",
"30-29=1",
"41*1=41"
] | Current State: 41:[2, 82, 29, 30], Operations: []
Exploring Operation: 82/2=41, Resulting Numbers: [29, 30, 41]
Generated Node #2: [29, 30, 41] from Operation: 82/2=41
Current State: 41:[29, 30, 41], Operations: ['82/2=41']
Exploring Operation: 30-29=1, Resulting Numbers: [41, 1]
Generated Node #3: [41, 1] from Operati... | 4 |
[
49,
35,
5,
95
] | 37 | [
"95-35=60",
"60/5=12",
"49-12=37"
] | Current State: 37:[49, 35, 5, 95], Operations: []
Exploring Operation: 95-35=60, Resulting Numbers: [49, 5, 60]
Generated Node #2: [49, 5, 60] from Operation: 95-35=60
Current State: 37:[49, 5, 60], Operations: ['95-35=60']
Exploring Operation: 60/5=12, Resulting Numbers: [49, 12]
Generated Node #3: [49, 12] from Opera... | 4 |
[
51,
95,
2,
5
] | 89 | [
"95*2=190",
"190/5=38",
"51+38=89"
] | Current State: 89:[51, 95, 2, 5], Operations: []
Exploring Operation: 95*2=190, Resulting Numbers: [51, 5, 190]
Generated Node #2: [51, 5, 190] from Operation: 95*2=190
Current State: 89:[51, 5, 190], Operations: ['95*2=190']
Exploring Operation: 190/5=38, Resulting Numbers: [51, 38]
Generated Node #3: [51, 38] from Op... | 4 |
[
15,
33,
34,
16
] | 11 | [
"34-15=19",
"19-16=3",
"33/3=11"
] | Current State: 11:[15, 33, 34, 16], Operations: []
Exploring Operation: 34-15=19, Resulting Numbers: [33, 16, 19]
Generated Node #2: [33, 16, 19] from Operation: 34-15=19
Current State: 11:[33, 16, 19], Operations: ['34-15=19']
Exploring Operation: 19-16=3, Resulting Numbers: [33, 3]
Generated Node #3: [33, 3] from Ope... | 4 |
[
4,
87,
30,
17
] | 78 | [
"4+87=91",
"30-17=13",
"91-13=78"
] | Current State: 78:[4, 87, 30, 17], Operations: []
Exploring Operation: 4+87=91, Resulting Numbers: [30, 17, 91]
Generated Node #2: [30, 17, 91] from Operation: 4+87=91
Current State: 78:[30, 17, 91], Operations: ['4+87=91']
Exploring Operation: 30-17=13, Resulting Numbers: [91, 13]
Generated Node #3: [91, 13] from Oper... | 4 |
[
75,
46,
22,
22
] | 73 | [
"75-46=29",
"22+22=44",
"29+44=73"
] | Current State: 73:[75, 46, 22, 22], Operations: []
Exploring Operation: 75-46=29, Resulting Numbers: [22, 22, 29]
Generated Node #2: [22, 22, 29] from Operation: 75-46=29
Current State: 73:[22, 22, 29], Operations: ['75-46=29']
Exploring Operation: 22+22=44, Resulting Numbers: [29, 44]
Generated Node #3: [29, 44] from ... | 4 |
[
26,
69,
41,
13
] | 41 | [
"26+69=95",
"41+13=54",
"95-54=41"
] | Current State: 41:[26, 69, 41, 13], Operations: []
Exploring Operation: 26+69=95, Resulting Numbers: [41, 13, 95]
Generated Node #2: [41, 13, 95] from Operation: 26+69=95
Current State: 41:[41, 13, 95], Operations: ['26+69=95']
Exploring Operation: 41+13=54, Resulting Numbers: [95, 54]
Generated Node #3: [95, 54] from ... | 4 |
[
2,
83,
14,
2
] | 70 | [
"2/2=1",
"83-14=69",
"1+69=70"
] | Current State: 70:[2, 83, 14, 2], Operations: []
Exploring Operation: 2/2=1, Resulting Numbers: [83, 14, 1]
Generated Node #2: [83, 14, 1] from Operation: 2/2=1
Current State: 70:[83, 14, 1], Operations: ['2/2=1']
Exploring Operation: 83-14=69, Resulting Numbers: [1, 69]
Generated Node #3: [1, 69] from Operation: 83-14... | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.