nums listlengths 4 4 | target int64 10 100 | solution listlengths 3 3 | optimal_path stringlengths 282 529 | start_size int64 4 4 |
|---|---|---|---|---|
[
34,
26,
55,
24
] | 79 | [
"34*55=1870",
"26+1870=1896",
"1896/24=79"
] | Current State: 79:[34, 26, 55, 24], Operations: []
Exploring Operation: 34*55=1870, Resulting Numbers: [26, 24, 1870]
Generated Node #2: [26, 24, 1870] from Operation: 34*55=1870
Current State: 79:[26, 24, 1870], Operations: ['34*55=1870']
Exploring Operation: 26+1870=1896, Resulting Numbers: [24, 1896]
Generated Node ... | 4 |
[
92,
82,
90,
21
] | 59 | [
"92-82=10",
"90-21=69",
"69-10=59"
] | Current State: 59:[92, 82, 90, 21], Operations: []
Exploring Operation: 92-82=10, Resulting Numbers: [90, 21, 10]
Generated Node #2: [90, 21, 10] from Operation: 92-82=10
Current State: 59:[90, 21, 10], Operations: ['92-82=10']
Exploring Operation: 90-21=69, Resulting Numbers: [10, 69]
Generated Node #3: [10, 69] from ... | 4 |
[
74,
2,
38,
25
] | 43 | [
"74-38=36",
"36/2=18",
"25+18=43"
] | Current State: 43:[74, 2, 38, 25], Operations: []
Exploring Operation: 74-38=36, Resulting Numbers: [2, 25, 36]
Generated Node #2: [2, 25, 36] from Operation: 74-38=36
Current State: 43:[2, 25, 36], Operations: ['74-38=36']
Exploring Operation: 36/2=18, Resulting Numbers: [25, 18]
Generated Node #3: [25, 18] from Opera... | 4 |
[
56,
45,
25,
48
] | 19 | [
"48-45=3",
"25*3=75",
"75-56=19"
] | Current State: 19:[56, 45, 25, 48], Operations: []
Exploring Operation: 48-45=3, Resulting Numbers: [56, 25, 3]
Generated Node #2: [56, 25, 3] from Operation: 48-45=3
Current State: 19:[56, 25, 3], Operations: ['48-45=3']
Exploring Operation: 25*3=75, Resulting Numbers: [56, 75]
Generated Node #3: [56, 75] from Operati... | 4 |
[
24,
36,
77,
60
] | 29 | [
"36-24=12",
"77-60=17",
"12+17=29"
] | Current State: 29:[24, 36, 77, 60], Operations: []
Exploring Operation: 36-24=12, Resulting Numbers: [77, 60, 12]
Generated Node #2: [77, 60, 12] from Operation: 36-24=12
Current State: 29:[77, 60, 12], Operations: ['36-24=12']
Exploring Operation: 77-60=17, Resulting Numbers: [12, 17]
Generated Node #3: [12, 17] from ... | 4 |
[
70,
13,
56,
64
] | 91 | [
"70+13=83",
"64-56=8",
"83+8=91"
] | Current State: 91:[70, 13, 56, 64], Operations: []
Exploring Operation: 70+13=83, Resulting Numbers: [56, 64, 83]
Generated Node #2: [56, 64, 83] from Operation: 70+13=83
Current State: 91:[56, 64, 83], Operations: ['70+13=83']
Exploring Operation: 64-56=8, Resulting Numbers: [83, 8]
Generated Node #3: [83, 8] from Ope... | 4 |
[
51,
7,
22,
57
] | 22 | [
"51+7=58",
"58-57=1",
"22*1=22"
] | Current State: 22:[51, 7, 22, 57], Operations: []
Exploring Operation: 51+7=58, Resulting Numbers: [22, 57, 58]
Generated Node #2: [22, 57, 58] from Operation: 51+7=58
Current State: 22:[22, 57, 58], Operations: ['51+7=58']
Exploring Operation: 58-57=1, Resulting Numbers: [22, 1]
Generated Node #3: [22, 1] from Operati... | 4 |
[
30,
77,
30,
67
] | 70 | [
"30+77=107",
"67-30=37",
"107-37=70"
] | Current State: 70:[30, 77, 30, 67], Operations: []
Exploring Operation: 30+77=107, Resulting Numbers: [67, 107]
Generated Node #2: [67, 107] from Operation: 30+77=107
Current State: 70:[67, 107], Operations: ['30+77=107']
Exploring Operation: 67-30=37, Resulting Numbers: [107, 37]
Generated Node #3: [107, 37] from Oper... | 4 |
[
70,
38,
4,
7
] | 60 | [
"70-38=32",
"4*7=28",
"32+28=60"
] | Current State: 60:[70, 38, 4, 7], Operations: []
Exploring Operation: 70-38=32, Resulting Numbers: [4, 7, 32]
Generated Node #2: [4, 7, 32] from Operation: 70-38=32
Current State: 60:[4, 7, 32], Operations: ['70-38=32']
Exploring Operation: 4*7=28, Resulting Numbers: [32, 28]
Generated Node #3: [32, 28] from Operation:... | 4 |
[
12,
26,
44,
54
] | 13 | [
"12+44=56",
"56-54=2",
"26/2=13"
] | Current State: 13:[12, 26, 44, 54], Operations: []
Exploring Operation: 12+44=56, Resulting Numbers: [26, 54, 56]
Generated Node #2: [26, 54, 56] from Operation: 12+44=56
Current State: 13:[26, 54, 56], Operations: ['12+44=56']
Exploring Operation: 56-54=2, Resulting Numbers: [26, 2]
Generated Node #3: [26, 2] from Ope... | 4 |
[
3,
30,
83,
89
] | 33 | [
"30-3=27",
"89-83=6",
"27+6=33"
] | Current State: 33:[3, 30, 83, 89], Operations: []
Exploring Operation: 30-3=27, Resulting Numbers: [83, 89, 27]
Generated Node #2: [83, 89, 27] from Operation: 30-3=27
Current State: 33:[83, 89, 27], Operations: ['30-3=27']
Exploring Operation: 89-83=6, Resulting Numbers: [27, 6]
Generated Node #3: [27, 6] from Operati... | 4 |
[
3,
5,
69,
12
] | 83 | [
"5-3=2",
"69+12=81",
"2+81=83"
] | Current State: 83:[3, 5, 69, 12], Operations: []
Exploring Operation: 5-3=2, Resulting Numbers: [69, 12, 2]
Generated Node #2: [69, 12, 2] from Operation: 5-3=2
Current State: 83:[69, 12, 2], Operations: ['5-3=2']
Exploring Operation: 69+12=81, Resulting Numbers: [2, 81]
Generated Node #3: [2, 81] from Operation: 69+12... | 4 |
[
28,
64,
77,
31
] | 72 | [
"64-28=36",
"77+31=108",
"108-36=72"
] | Current State: 72:[28, 64, 77, 31], Operations: []
Exploring Operation: 64-28=36, Resulting Numbers: [77, 31, 36]
Generated Node #2: [77, 31, 36] from Operation: 64-28=36
Current State: 72:[77, 31, 36], Operations: ['64-28=36']
Exploring Operation: 77+31=108, Resulting Numbers: [36, 108]
Generated Node #3: [36, 108] fr... | 4 |
[
28,
30,
54,
17
] | 73 | [
"30-28=2",
"54+17=71",
"2+71=73"
] | Current State: 73:[28, 30, 54, 17], Operations: []
Exploring Operation: 30-28=2, Resulting Numbers: [54, 17, 2]
Generated Node #2: [54, 17, 2] from Operation: 30-28=2
Current State: 73:[54, 17, 2], Operations: ['30-28=2']
Exploring Operation: 54+17=71, Resulting Numbers: [2, 71]
Generated Node #3: [2, 71] from Operatio... | 4 |
[
77,
29,
28,
19
] | 80 | [
"29+28=57",
"57/19=3",
"77+3=80"
] | Current State: 80:[77, 29, 28, 19], Operations: []
Exploring Operation: 29+28=57, Resulting Numbers: [77, 19, 57]
Generated Node #2: [77, 19, 57] from Operation: 29+28=57
Current State: 80:[77, 19, 57], Operations: ['29+28=57']
Exploring Operation: 57/19=3, Resulting Numbers: [77, 3]
Generated Node #3: [77, 3] from Ope... | 4 |
[
15,
24,
48,
29
] | 59 | [
"15*48=720",
"720/24=30",
"29+30=59"
] | Current State: 59:[15, 24, 48, 29], Operations: []
Exploring Operation: 15*48=720, Resulting Numbers: [24, 29, 720]
Generated Node #2: [24, 29, 720] from Operation: 15*48=720
Current State: 59:[24, 29, 720], Operations: ['15*48=720']
Exploring Operation: 720/24=30, Resulting Numbers: [29, 30]
Generated Node #3: [29, 30... | 4 |
[
92,
58,
91,
87
] | 30 | [
"92-58=34",
"91-87=4",
"34-4=30"
] | Current State: 30:[92, 58, 91, 87], Operations: []
Exploring Operation: 92-58=34, Resulting Numbers: [91, 87, 34]
Generated Node #2: [91, 87, 34] from Operation: 92-58=34
Current State: 30:[91, 87, 34], Operations: ['92-58=34']
Exploring Operation: 91-87=4, Resulting Numbers: [34, 4]
Generated Node #3: [34, 4] from Ope... | 4 |
[
44,
11,
83,
4
] | 82 | [
"44/11=4",
"4/4=1",
"83-1=82"
] | Current State: 82:[44, 11, 83, 4], Operations: []
Exploring Operation: 44/11=4, Resulting Numbers: [83, 4, 4]
Generated Node #2: [83, 4, 4] from Operation: 44/11=4
Current State: 82:[83, 4, 4], Operations: ['44/11=4']
Exploring Operation: 4/4=1, Resulting Numbers: [83, 1]
Generated Node #3: [83, 1] from Operation: 4/4=... | 4 |
[
23,
34,
11,
97
] | 96 | [
"34-23=11",
"11/11=1",
"97-1=96"
] | Current State: 96:[23, 34, 11, 97], Operations: []
Exploring Operation: 34-23=11, Resulting Numbers: [11, 97, 11]
Generated Node #2: [11, 97, 11] from Operation: 34-23=11
Current State: 96:[11, 97, 11], Operations: ['34-23=11']
Exploring Operation: 11/11=1, Resulting Numbers: [97, 1]
Generated Node #3: [97, 1] from Ope... | 4 |
[
51,
1,
37,
58
] | 30 | [
"51*1=51",
"58-37=21",
"51-21=30"
] | Current State: 30:[51, 1, 37, 58], Operations: []
Exploring Operation: 51*1=51, Resulting Numbers: [37, 58, 51]
Generated Node #2: [37, 58, 51] from Operation: 51*1=51
Current State: 30:[37, 58, 51], Operations: ['51*1=51']
Exploring Operation: 58-37=21, Resulting Numbers: [51, 21]
Generated Node #3: [51, 21] from Oper... | 4 |
[
70,
90,
12,
51
] | 68 | [
"90+12=102",
"102/51=2",
"70-2=68"
] | Current State: 68:[70, 90, 12, 51], Operations: []
Exploring Operation: 90+12=102, Resulting Numbers: [70, 51, 102]
Generated Node #2: [70, 51, 102] from Operation: 90+12=102
Current State: 68:[70, 51, 102], Operations: ['90+12=102']
Exploring Operation: 102/51=2, Resulting Numbers: [70, 2]
Generated Node #3: [70, 2] f... | 4 |
[
8,
41,
45,
70
] | 82 | [
"41-8=33",
"45+70=115",
"115-33=82"
] | Current State: 82:[8, 41, 45, 70], Operations: []
Exploring Operation: 41-8=33, Resulting Numbers: [45, 70, 33]
Generated Node #2: [45, 70, 33] from Operation: 41-8=33
Current State: 82:[45, 70, 33], Operations: ['41-8=33']
Exploring Operation: 45+70=115, Resulting Numbers: [33, 115]
Generated Node #3: [33, 115] from O... | 4 |
[
97,
91,
90,
29
] | 84 | [
"97-91=6",
"29*6=174",
"174-90=84"
] | Current State: 84:[97, 91, 90, 29], Operations: []
Exploring Operation: 97-91=6, Resulting Numbers: [90, 29, 6]
Generated Node #2: [90, 29, 6] from Operation: 97-91=6
Current State: 84:[90, 29, 6], Operations: ['97-91=6']
Exploring Operation: 29*6=174, Resulting Numbers: [90, 174]
Generated Node #3: [90, 174] from Oper... | 4 |
[
3,
32,
20,
30
] | 46 | [
"3*32=96",
"20+30=50",
"96-50=46"
] | Current State: 46:[3, 32, 20, 30], Operations: []
Exploring Operation: 3*32=96, Resulting Numbers: [20, 30, 96]
Generated Node #2: [20, 30, 96] from Operation: 3*32=96
Current State: 46:[20, 30, 96], Operations: ['3*32=96']
Exploring Operation: 20+30=50, Resulting Numbers: [96, 50]
Generated Node #3: [96, 50] from Oper... | 4 |
[
13,
29,
80,
76
] | 81 | [
"29-13=16",
"80/16=5",
"76+5=81"
] | Current State: 81:[13, 29, 80, 76], Operations: []
Exploring Operation: 29-13=16, Resulting Numbers: [80, 76, 16]
Generated Node #2: [80, 76, 16] from Operation: 29-13=16
Current State: 81:[80, 76, 16], Operations: ['29-13=16']
Exploring Operation: 80/16=5, Resulting Numbers: [76, 5]
Generated Node #3: [76, 5] from Ope... | 4 |
[
62,
17,
66,
6
] | 62 | [
"66-62=4",
"17*4=68",
"68-6=62"
] | Current State: 62:[62, 17, 66, 6], Operations: []
Exploring Operation: 66-62=4, Resulting Numbers: [17, 6, 4]
Generated Node #2: [17, 6, 4] from Operation: 66-62=4
Current State: 62:[17, 6, 4], Operations: ['66-62=4']
Exploring Operation: 17*4=68, Resulting Numbers: [6, 68]
Generated Node #3: [6, 68] from Operation: 17... | 4 |
[
1,
37,
8,
60
] | 16 | [
"37-1=36",
"60-8=52",
"52-36=16"
] | Current State: 16:[1, 37, 8, 60], Operations: []
Exploring Operation: 37-1=36, Resulting Numbers: [8, 60, 36]
Generated Node #2: [8, 60, 36] from Operation: 37-1=36
Current State: 16:[8, 60, 36], Operations: ['37-1=36']
Exploring Operation: 60-8=52, Resulting Numbers: [36, 52]
Generated Node #3: [36, 52] from Operation... | 4 |
[
28,
93,
96,
5
] | 83 | [
"93-28=65",
"65/5=13",
"96-13=83"
] | Current State: 83:[28, 93, 96, 5], Operations: []
Exploring Operation: 93-28=65, Resulting Numbers: [96, 5, 65]
Generated Node #2: [96, 5, 65] from Operation: 93-28=65
Current State: 83:[96, 5, 65], Operations: ['93-28=65']
Exploring Operation: 65/5=13, Resulting Numbers: [96, 13]
Generated Node #3: [96, 13] from Opera... | 4 |
[
80,
4,
83,
9
] | 31 | [
"83-80=3",
"9*3=27",
"4+27=31"
] | Current State: 31:[80, 4, 83, 9], Operations: []
Exploring Operation: 83-80=3, Resulting Numbers: [4, 9, 3]
Generated Node #2: [4, 9, 3] from Operation: 83-80=3
Current State: 31:[4, 9, 3], Operations: ['83-80=3']
Exploring Operation: 9*3=27, Resulting Numbers: [4, 27]
Generated Node #3: [4, 27] from Operation: 9*3=27
... | 4 |
[
6,
32,
37,
35
] | 13 | [
"32-6=26",
"37-35=2",
"26/2=13"
] | Current State: 13:[6, 32, 37, 35], Operations: []
Exploring Operation: 32-6=26, Resulting Numbers: [37, 35, 26]
Generated Node #2: [37, 35, 26] from Operation: 32-6=26
Current State: 13:[37, 35, 26], Operations: ['32-6=26']
Exploring Operation: 37-35=2, Resulting Numbers: [26, 2]
Generated Node #3: [26, 2] from Operati... | 4 |
[
22,
17,
3,
37
] | 12 | [
"22*3=66",
"17+37=54",
"66-54=12"
] | Current State: 12:[22, 17, 3, 37], Operations: []
Exploring Operation: 22*3=66, Resulting Numbers: [17, 37, 66]
Generated Node #2: [17, 37, 66] from Operation: 22*3=66
Current State: 12:[17, 37, 66], Operations: ['22*3=66']
Exploring Operation: 17+37=54, Resulting Numbers: [66, 54]
Generated Node #3: [66, 54] from Oper... | 4 |
[
43,
14,
94,
42
] | 23 | [
"43-14=29",
"94-42=52",
"52-29=23"
] | Current State: 23:[43, 14, 94, 42], Operations: []
Exploring Operation: 43-14=29, Resulting Numbers: [94, 42, 29]
Generated Node #2: [94, 42, 29] from Operation: 43-14=29
Current State: 23:[94, 42, 29], Operations: ['43-14=29']
Exploring Operation: 94-42=52, Resulting Numbers: [29, 52]
Generated Node #3: [29, 52] from ... | 4 |
[
11,
63,
70,
82
] | 64 | [
"63-11=52",
"82-70=12",
"52+12=64"
] | Current State: 64:[11, 63, 70, 82], Operations: []
Exploring Operation: 63-11=52, Resulting Numbers: [70, 82, 52]
Generated Node #2: [70, 82, 52] from Operation: 63-11=52
Current State: 64:[70, 82, 52], Operations: ['63-11=52']
Exploring Operation: 82-70=12, Resulting Numbers: [52, 12]
Generated Node #3: [52, 12] from ... | 4 |
[
36,
19,
4,
61
] | 12 | [
"36*19=684",
"61-4=57",
"684/57=12"
] | Current State: 12:[36, 19, 4, 61], Operations: []
Exploring Operation: 36*19=684, Resulting Numbers: [4, 61, 684]
Generated Node #2: [4, 61, 684] from Operation: 36*19=684
Current State: 12:[4, 61, 684], Operations: ['36*19=684']
Exploring Operation: 61-4=57, Resulting Numbers: [684, 57]
Generated Node #3: [684, 57] fr... | 4 |
[
78,
69,
23,
99
] | 45 | [
"69/23=3",
"99/3=33",
"78-33=45"
] | Current State: 45:[78, 69, 23, 99], Operations: []
Exploring Operation: 69/23=3, Resulting Numbers: [78, 99, 3]
Generated Node #2: [78, 99, 3] from Operation: 69/23=3
Current State: 45:[78, 99, 3], Operations: ['69/23=3']
Exploring Operation: 99/3=33, Resulting Numbers: [78, 33]
Generated Node #3: [78, 33] from Operati... | 4 |
[
59,
96,
33,
68
] | 54 | [
"59+96=155",
"33+68=101",
"155-101=54"
] | Current State: 54:[59, 96, 33, 68], Operations: []
Exploring Operation: 59+96=155, Resulting Numbers: [33, 68, 155]
Generated Node #2: [33, 68, 155] from Operation: 59+96=155
Current State: 54:[33, 68, 155], Operations: ['59+96=155']
Exploring Operation: 33+68=101, Resulting Numbers: [155, 101]
Generated Node #3: [155,... | 4 |
[
66,
6,
53,
33
] | 92 | [
"66+6=72",
"53-33=20",
"72+20=92"
] | Current State: 92:[66, 6, 53, 33], Operations: []
Exploring Operation: 66+6=72, Resulting Numbers: [53, 33, 72]
Generated Node #2: [53, 33, 72] from Operation: 66+6=72
Current State: 92:[53, 33, 72], Operations: ['66+6=72']
Exploring Operation: 53-33=20, Resulting Numbers: [72, 20]
Generated Node #3: [72, 20] from Oper... | 4 |
[
89,
92,
63,
17
] | 49 | [
"92-89=3",
"63-17=46",
"3+46=49"
] | Current State: 49:[89, 92, 63, 17], Operations: []
Exploring Operation: 92-89=3, Resulting Numbers: [63, 17, 3]
Generated Node #2: [63, 17, 3] from Operation: 92-89=3
Current State: 49:[63, 17, 3], Operations: ['92-89=3']
Exploring Operation: 63-17=46, Resulting Numbers: [3, 46]
Generated Node #3: [3, 46] from Operatio... | 4 |
[
86,
82,
10,
60
] | 98 | [
"86+82=168",
"10+60=70",
"168-70=98"
] | Current State: 98:[86, 82, 10, 60], Operations: []
Exploring Operation: 86+82=168, Resulting Numbers: [10, 60, 168]
Generated Node #2: [10, 60, 168] from Operation: 86+82=168
Current State: 98:[10, 60, 168], Operations: ['86+82=168']
Exploring Operation: 10+60=70, Resulting Numbers: [168, 70]
Generated Node #3: [168, 7... | 4 |
[
8,
99,
37,
75
] | 69 | [
"8+99=107",
"75-37=38",
"107-38=69"
] | Current State: 69:[8, 99, 37, 75], Operations: []
Exploring Operation: 8+99=107, Resulting Numbers: [37, 75, 107]
Generated Node #2: [37, 75, 107] from Operation: 8+99=107
Current State: 69:[37, 75, 107], Operations: ['8+99=107']
Exploring Operation: 75-37=38, Resulting Numbers: [107, 38]
Generated Node #3: [107, 38] f... | 4 |
[
79,
29,
39,
80
] | 69 | [
"79-29=50",
"39+80=119",
"119-50=69"
] | Current State: 69:[79, 29, 39, 80], Operations: []
Exploring Operation: 79-29=50, Resulting Numbers: [39, 80, 50]
Generated Node #2: [39, 80, 50] from Operation: 79-29=50
Current State: 69:[39, 80, 50], Operations: ['79-29=50']
Exploring Operation: 39+80=119, Resulting Numbers: [50, 119]
Generated Node #3: [50, 119] fr... | 4 |
[
48,
5,
61,
21
] | 93 | [
"48+5=53",
"61-21=40",
"53+40=93"
] | Current State: 93:[48, 5, 61, 21], Operations: []
Exploring Operation: 48+5=53, Resulting Numbers: [61, 21, 53]
Generated Node #2: [61, 21, 53] from Operation: 48+5=53
Current State: 93:[61, 21, 53], Operations: ['48+5=53']
Exploring Operation: 61-21=40, Resulting Numbers: [53, 40]
Generated Node #3: [53, 40] from Oper... | 4 |
[
50,
17,
40,
7
] | 29 | [
"50+40=90",
"17*7=119",
"119-90=29"
] | Current State: 29:[50, 17, 40, 7], Operations: []
Exploring Operation: 50+40=90, Resulting Numbers: [17, 7, 90]
Generated Node #2: [17, 7, 90] from Operation: 50+40=90
Current State: 29:[17, 7, 90], Operations: ['50+40=90']
Exploring Operation: 17*7=119, Resulting Numbers: [90, 119]
Generated Node #3: [90, 119] from Op... | 4 |
[
81,
20,
20,
90
] | 10 | [
"90-81=9",
"20/20=1",
"9+1=10"
] | Current State: 10:[81, 20, 20, 90], Operations: []
Exploring Operation: 90-81=9, Resulting Numbers: [20, 20, 9]
Generated Node #2: [20, 20, 9] from Operation: 90-81=9
Current State: 10:[20, 20, 9], Operations: ['90-81=9']
Exploring Operation: 20/20=1, Resulting Numbers: [9, 1]
Generated Node #3: [9, 1] from Operation: ... | 4 |
[
33,
77,
69,
13
] | 100 | [
"77-33=44",
"69-13=56",
"44+56=100"
] | Current State: 100:[33, 77, 69, 13], Operations: []
Exploring Operation: 77-33=44, Resulting Numbers: [69, 13, 44]
Generated Node #2: [69, 13, 44] from Operation: 77-33=44
Current State: 100:[69, 13, 44], Operations: ['77-33=44']
Exploring Operation: 69-13=56, Resulting Numbers: [44, 56]
Generated Node #3: [44, 56] fro... | 4 |
[
96,
27,
23,
79
] | 33 | [
"96-27=69",
"23+79=102",
"102-69=33"
] | Current State: 33:[96, 27, 23, 79], Operations: []
Exploring Operation: 96-27=69, Resulting Numbers: [23, 79, 69]
Generated Node #2: [23, 79, 69] from Operation: 96-27=69
Current State: 33:[23, 79, 69], Operations: ['96-27=69']
Exploring Operation: 23+79=102, Resulting Numbers: [69, 102]
Generated Node #3: [69, 102] fr... | 4 |
[
11,
49,
3,
24
] | 84 | [
"11+3=14",
"49*24=1176",
"1176/14=84"
] | Current State: 84:[11, 49, 3, 24], Operations: []
Exploring Operation: 11+3=14, Resulting Numbers: [49, 24, 14]
Generated Node #2: [49, 24, 14] from Operation: 11+3=14
Current State: 84:[49, 24, 14], Operations: ['11+3=14']
Exploring Operation: 49*24=1176, Resulting Numbers: [14, 1176]
Generated Node #3: [14, 1176] fro... | 4 |
[
86,
98,
98,
9
] | 95 | [
"86+98=184",
"98-9=89",
"184-89=95"
] | Current State: 95:[86, 98, 98, 9], Operations: []
Exploring Operation: 86+98=184, Resulting Numbers: [9, 184]
Generated Node #2: [9, 184] from Operation: 86+98=184
Current State: 95:[9, 184], Operations: ['86+98=184']
Exploring Operation: 98-9=89, Resulting Numbers: [184, 89]
Generated Node #3: [184, 89] from Operation... | 4 |
[
11,
31,
44,
60
] | 46 | [
"44/11=4",
"60/4=15",
"31+15=46"
] | Current State: 46:[11, 31, 44, 60], Operations: []
Exploring Operation: 44/11=4, Resulting Numbers: [31, 60, 4]
Generated Node #2: [31, 60, 4] from Operation: 44/11=4
Current State: 46:[31, 60, 4], Operations: ['44/11=4']
Exploring Operation: 60/4=15, Resulting Numbers: [31, 15]
Generated Node #3: [31, 15] from Operati... | 4 |
[
23,
19,
93,
7
] | 44 | [
"23+19=42",
"93-7=86",
"86-42=44"
] | Current State: 44:[23, 19, 93, 7], Operations: []
Exploring Operation: 23+19=42, Resulting Numbers: [93, 7, 42]
Generated Node #2: [93, 7, 42] from Operation: 23+19=42
Current State: 44:[93, 7, 42], Operations: ['23+19=42']
Exploring Operation: 93-7=86, Resulting Numbers: [42, 86]
Generated Node #3: [42, 86] from Opera... | 4 |
[
38,
47,
90,
87
] | 67 | [
"90-87=3",
"38*3=114",
"114-47=67"
] | Current State: 67:[38, 47, 90, 87], Operations: []
Exploring Operation: 90-87=3, Resulting Numbers: [38, 47, 3]
Generated Node #2: [38, 47, 3] from Operation: 90-87=3
Current State: 67:[38, 47, 3], Operations: ['90-87=3']
Exploring Operation: 38*3=114, Resulting Numbers: [47, 114]
Generated Node #3: [47, 114] from Oper... | 4 |
[
36,
43,
23,
60
] | 76 | [
"43-36=7",
"23+60=83",
"83-7=76"
] | Current State: 76:[36, 43, 23, 60], Operations: []
Exploring Operation: 43-36=7, Resulting Numbers: [23, 60, 7]
Generated Node #2: [23, 60, 7] from Operation: 43-36=7
Current State: 76:[23, 60, 7], Operations: ['43-36=7']
Exploring Operation: 23+60=83, Resulting Numbers: [7, 83]
Generated Node #3: [7, 83] from Operatio... | 4 |
[
54,
48,
7,
34
] | 44 | [
"48-34=14",
"7*14=98",
"98-54=44"
] | Current State: 44:[54, 48, 7, 34], Operations: []
Exploring Operation: 48-34=14, Resulting Numbers: [54, 7, 14]
Generated Node #2: [54, 7, 14] from Operation: 48-34=14
Current State: 44:[54, 7, 14], Operations: ['48-34=14']
Exploring Operation: 7*14=98, Resulting Numbers: [54, 98]
Generated Node #3: [54, 98] from Opera... | 4 |
[
15,
51,
19,
56
] | 84 | [
"15+19=34",
"51*56=2856",
"2856/34=84"
] | Current State: 84:[15, 51, 19, 56], Operations: []
Exploring Operation: 15+19=34, Resulting Numbers: [51, 56, 34]
Generated Node #2: [51, 56, 34] from Operation: 15+19=34
Current State: 84:[51, 56, 34], Operations: ['15+19=34']
Exploring Operation: 51*56=2856, Resulting Numbers: [34, 2856]
Generated Node #3: [34, 2856]... | 4 |
[
6,
76,
13,
75
] | 73 | [
"6*13=78",
"76+75=151",
"151-78=73"
] | Current State: 73:[6, 76, 13, 75], Operations: []
Exploring Operation: 6*13=78, Resulting Numbers: [76, 75, 78]
Generated Node #2: [76, 75, 78] from Operation: 6*13=78
Current State: 73:[76, 75, 78], Operations: ['6*13=78']
Exploring Operation: 76+75=151, Resulting Numbers: [78, 151]
Generated Node #3: [78, 151] from O... | 4 |
[
58,
41,
69,
4
] | 56 | [
"58-41=17",
"69+4=73",
"73-17=56"
] | Current State: 56:[58, 41, 69, 4], Operations: []
Exploring Operation: 58-41=17, Resulting Numbers: [69, 4, 17]
Generated Node #2: [69, 4, 17] from Operation: 58-41=17
Current State: 56:[69, 4, 17], Operations: ['58-41=17']
Exploring Operation: 69+4=73, Resulting Numbers: [17, 73]
Generated Node #3: [17, 73] from Opera... | 4 |
[
83,
85,
19,
80
] | 42 | [
"85-83=2",
"19*2=38",
"80-38=42"
] | Current State: 42:[83, 85, 19, 80], Operations: []
Exploring Operation: 85-83=2, Resulting Numbers: [19, 80, 2]
Generated Node #2: [19, 80, 2] from Operation: 85-83=2
Current State: 42:[19, 80, 2], Operations: ['85-83=2']
Exploring Operation: 19*2=38, Resulting Numbers: [80, 38]
Generated Node #3: [80, 38] from Operati... | 4 |
[
73,
26,
13,
52
] | 69 | [
"26-13=13",
"52/13=4",
"73-4=69"
] | Current State: 69:[73, 26, 13, 52], Operations: []
Exploring Operation: 26-13=13, Resulting Numbers: [73, 52, 13]
Generated Node #2: [73, 52, 13] from Operation: 26-13=13
Current State: 69:[73, 52, 13], Operations: ['26-13=13']
Exploring Operation: 52/13=4, Resulting Numbers: [73, 4]
Generated Node #3: [73, 4] from Ope... | 4 |
[
28,
50,
9,
53
] | 40 | [
"50-28=22",
"9+53=62",
"62-22=40"
] | Current State: 40:[28, 50, 9, 53], Operations: []
Exploring Operation: 50-28=22, Resulting Numbers: [9, 53, 22]
Generated Node #2: [9, 53, 22] from Operation: 50-28=22
Current State: 40:[9, 53, 22], Operations: ['50-28=22']
Exploring Operation: 9+53=62, Resulting Numbers: [22, 62]
Generated Node #3: [22, 62] from Opera... | 4 |
[
62,
3,
2,
90
] | 34 | [
"62+2=64",
"90/3=30",
"64-30=34"
] | Current State: 34:[62, 3, 2, 90], Operations: []
Exploring Operation: 62+2=64, Resulting Numbers: [3, 90, 64]
Generated Node #2: [3, 90, 64] from Operation: 62+2=64
Current State: 34:[3, 90, 64], Operations: ['62+2=64']
Exploring Operation: 90/3=30, Resulting Numbers: [64, 30]
Generated Node #3: [64, 30] from Operation... | 4 |
[
63,
4,
30,
3
] | 19 | [
"4*30=120",
"120-63=57",
"57/3=19"
] | Current State: 19:[63, 4, 30, 3], Operations: []
Exploring Operation: 4*30=120, Resulting Numbers: [63, 3, 120]
Generated Node #2: [63, 3, 120] from Operation: 4*30=120
Current State: 19:[63, 3, 120], Operations: ['4*30=120']
Exploring Operation: 120-63=57, Resulting Numbers: [3, 57]
Generated Node #3: [3, 57] from Ope... | 4 |
[
13,
20,
88,
17
] | 83 | [
"17-13=4",
"20/4=5",
"88-5=83"
] | Current State: 83:[13, 20, 88, 17], Operations: []
Exploring Operation: 17-13=4, Resulting Numbers: [20, 88, 4]
Generated Node #2: [20, 88, 4] from Operation: 17-13=4
Current State: 83:[20, 88, 4], Operations: ['17-13=4']
Exploring Operation: 20/4=5, Resulting Numbers: [88, 5]
Generated Node #3: [88, 5] from Operation:... | 4 |
[
39,
58,
22,
91
] | 84 | [
"58-22=36",
"91*36=3276",
"3276/39=84"
] | Current State: 84:[39, 58, 22, 91], Operations: []
Exploring Operation: 58-22=36, Resulting Numbers: [39, 91, 36]
Generated Node #2: [39, 91, 36] from Operation: 58-22=36
Current State: 84:[39, 91, 36], Operations: ['58-22=36']
Exploring Operation: 91*36=3276, Resulting Numbers: [39, 3276]
Generated Node #3: [39, 3276]... | 4 |
[
48,
52,
64,
91
] | 64 | [
"48+64=112",
"52*112=5824",
"5824/91=64"
] | Current State: 64:[48, 52, 64, 91], Operations: []
Exploring Operation: 48+64=112, Resulting Numbers: [52, 91, 112]
Generated Node #2: [52, 91, 112] from Operation: 48+64=112
Current State: 64:[52, 91, 112], Operations: ['48+64=112']
Exploring Operation: 52*112=5824, Resulting Numbers: [91, 5824]
Generated Node #3: [91... | 4 |
[
2,
47,
50,
6
] | 30 | [
"47-2=45",
"50-45=5",
"6*5=30"
] | Current State: 30:[2, 47, 50, 6], Operations: []
Exploring Operation: 47-2=45, Resulting Numbers: [50, 6, 45]
Generated Node #2: [50, 6, 45] from Operation: 47-2=45
Current State: 30:[50, 6, 45], Operations: ['47-2=45']
Exploring Operation: 50-45=5, Resulting Numbers: [6, 5]
Generated Node #3: [6, 5] from Operation: 50... | 4 |
[
93,
22,
6,
98
] | 23 | [
"93+22=115",
"98-6=92",
"115-92=23"
] | Current State: 23:[93, 22, 6, 98], Operations: []
Exploring Operation: 93+22=115, Resulting Numbers: [6, 98, 115]
Generated Node #2: [6, 98, 115] from Operation: 93+22=115
Current State: 23:[6, 98, 115], Operations: ['93+22=115']
Exploring Operation: 98-6=92, Resulting Numbers: [115, 92]
Generated Node #3: [115, 92] fr... | 4 |
[
59,
80,
20,
70
] | 89 | [
"59+80=139",
"70-20=50",
"139-50=89"
] | Current State: 89:[59, 80, 20, 70], Operations: []
Exploring Operation: 59+80=139, Resulting Numbers: [20, 70, 139]
Generated Node #2: [20, 70, 139] from Operation: 59+80=139
Current State: 89:[20, 70, 139], Operations: ['59+80=139']
Exploring Operation: 70-20=50, Resulting Numbers: [139, 50]
Generated Node #3: [139, 5... | 4 |
[
29,
54,
67,
5
] | 21 | [
"29+54=83",
"67-5=62",
"83-62=21"
] | Current State: 21:[29, 54, 67, 5], Operations: []
Exploring Operation: 29+54=83, Resulting Numbers: [67, 5, 83]
Generated Node #2: [67, 5, 83] from Operation: 29+54=83
Current State: 21:[67, 5, 83], Operations: ['29+54=83']
Exploring Operation: 67-5=62, Resulting Numbers: [83, 62]
Generated Node #3: [83, 62] from Opera... | 4 |
[
94,
56,
56,
46
] | 48 | [
"94+56=150",
"56+46=102",
"150-102=48"
] | Current State: 48:[94, 56, 56, 46], Operations: []
Exploring Operation: 94+56=150, Resulting Numbers: [46, 150]
Generated Node #2: [46, 150] from Operation: 94+56=150
Current State: 48:[46, 150], Operations: ['94+56=150']
Exploring Operation: 56+46=102, Resulting Numbers: [150, 102]
Generated Node #3: [150, 102] from O... | 4 |
[
55,
92,
73,
10
] | 100 | [
"92-55=37",
"73-10=63",
"37+63=100"
] | Current State: 100:[55, 92, 73, 10], Operations: []
Exploring Operation: 92-55=37, Resulting Numbers: [73, 10, 37]
Generated Node #2: [73, 10, 37] from Operation: 92-55=37
Current State: 100:[73, 10, 37], Operations: ['92-55=37']
Exploring Operation: 73-10=63, Resulting Numbers: [37, 63]
Generated Node #3: [37, 63] fro... | 4 |
[
22,
31,
25,
69
] | 97 | [
"22+31=53",
"69-25=44",
"53+44=97"
] | Current State: 97:[22, 31, 25, 69], Operations: []
Exploring Operation: 22+31=53, Resulting Numbers: [25, 69, 53]
Generated Node #2: [25, 69, 53] from Operation: 22+31=53
Current State: 97:[25, 69, 53], Operations: ['22+31=53']
Exploring Operation: 69-25=44, Resulting Numbers: [53, 44]
Generated Node #3: [53, 44] from ... | 4 |
[
50,
19,
34,
38
] | 41 | [
"50-19=31",
"34+38=72",
"72-31=41"
] | Current State: 41:[50, 19, 34, 38], Operations: []
Exploring Operation: 50-19=31, Resulting Numbers: [34, 38, 31]
Generated Node #2: [34, 38, 31] from Operation: 50-19=31
Current State: 41:[34, 38, 31], Operations: ['50-19=31']
Exploring Operation: 34+38=72, Resulting Numbers: [31, 72]
Generated Node #3: [31, 72] from ... | 4 |
[
16,
21,
8,
53
] | 12 | [
"53-21=32",
"32/8=4",
"16-4=12"
] | Current State: 12:[16, 21, 8, 53], Operations: []
Exploring Operation: 53-21=32, Resulting Numbers: [16, 8, 32]
Generated Node #2: [16, 8, 32] from Operation: 53-21=32
Current State: 12:[16, 8, 32], Operations: ['53-21=32']
Exploring Operation: 32/8=4, Resulting Numbers: [16, 4]
Generated Node #3: [16, 4] from Operatio... | 4 |
[
18,
30,
61,
3
] | 47 | [
"61-18=43",
"30*3=90",
"90-43=47"
] | Current State: 47:[18, 30, 61, 3], Operations: []
Exploring Operation: 61-18=43, Resulting Numbers: [30, 3, 43]
Generated Node #2: [30, 3, 43] from Operation: 61-18=43
Current State: 47:[30, 3, 43], Operations: ['61-18=43']
Exploring Operation: 30*3=90, Resulting Numbers: [43, 90]
Generated Node #3: [43, 90] from Opera... | 4 |
[
51,
87,
33,
15
] | 35 | [
"87+15=102",
"102/51=2",
"33+2=35"
] | Current State: 35:[51, 87, 33, 15], Operations: []
Exploring Operation: 87+15=102, Resulting Numbers: [51, 33, 102]
Generated Node #2: [51, 33, 102] from Operation: 87+15=102
Current State: 35:[51, 33, 102], Operations: ['87+15=102']
Exploring Operation: 102/51=2, Resulting Numbers: [33, 2]
Generated Node #3: [33, 2] f... | 4 |
[
15,
68,
95,
54
] | 13 | [
"95-68=27",
"54/27=2",
"15-2=13"
] | Current State: 13:[15, 68, 95, 54], Operations: []
Exploring Operation: 95-68=27, Resulting Numbers: [15, 54, 27]
Generated Node #2: [15, 54, 27] from Operation: 95-68=27
Current State: 13:[15, 54, 27], Operations: ['95-68=27']
Exploring Operation: 54/27=2, Resulting Numbers: [15, 2]
Generated Node #3: [15, 2] from Ope... | 4 |
[
32,
12,
7,
2
] | 53 | [
"32+12=44",
"7+2=9",
"44+9=53"
] | Current State: 53:[32, 12, 7, 2], Operations: []
Exploring Operation: 32+12=44, Resulting Numbers: [7, 2, 44]
Generated Node #2: [7, 2, 44] from Operation: 32+12=44
Current State: 53:[7, 2, 44], Operations: ['32+12=44']
Exploring Operation: 7+2=9, Resulting Numbers: [44, 9]
Generated Node #3: [44, 9] from Operation: 7+... | 4 |
[
85,
42,
23,
25
] | 18 | [
"42-25=17",
"85/17=5",
"23-5=18"
] | Current State: 18:[85, 42, 23, 25], Operations: []
Exploring Operation: 42-25=17, Resulting Numbers: [85, 23, 17]
Generated Node #2: [85, 23, 17] from Operation: 42-25=17
Current State: 18:[85, 23, 17], Operations: ['42-25=17']
Exploring Operation: 85/17=5, Resulting Numbers: [23, 5]
Generated Node #3: [23, 5] from Ope... | 4 |
[
68,
58,
55,
6
] | 33 | [
"68-58=10",
"55*6=330",
"330/10=33"
] | Current State: 33:[68, 58, 55, 6], Operations: []
Exploring Operation: 68-58=10, Resulting Numbers: [55, 6, 10]
Generated Node #2: [55, 6, 10] from Operation: 68-58=10
Current State: 33:[55, 6, 10], Operations: ['68-58=10']
Exploring Operation: 55*6=330, Resulting Numbers: [10, 330]
Generated Node #3: [10, 330] from Op... | 4 |
[
32,
6,
50,
62
] | 38 | [
"32-6=26",
"62-50=12",
"26+12=38"
] | Current State: 38:[32, 6, 50, 62], Operations: []
Exploring Operation: 32-6=26, Resulting Numbers: [50, 62, 26]
Generated Node #2: [50, 62, 26] from Operation: 32-6=26
Current State: 38:[50, 62, 26], Operations: ['32-6=26']
Exploring Operation: 62-50=12, Resulting Numbers: [26, 12]
Generated Node #3: [26, 12] from Oper... | 4 |
[
18,
51,
24,
65
] | 74 | [
"51-18=33",
"65-24=41",
"33+41=74"
] | Current State: 74:[18, 51, 24, 65], Operations: []
Exploring Operation: 51-18=33, Resulting Numbers: [24, 65, 33]
Generated Node #2: [24, 65, 33] from Operation: 51-18=33
Current State: 74:[24, 65, 33], Operations: ['51-18=33']
Exploring Operation: 65-24=41, Resulting Numbers: [33, 41]
Generated Node #3: [33, 41] from ... | 4 |
[
60,
17,
79,
54
] | 90 | [
"60-17=43",
"79+54=133",
"133-43=90"
] | Current State: 90:[60, 17, 79, 54], Operations: []
Exploring Operation: 60-17=43, Resulting Numbers: [79, 54, 43]
Generated Node #2: [79, 54, 43] from Operation: 60-17=43
Current State: 90:[79, 54, 43], Operations: ['60-17=43']
Exploring Operation: 79+54=133, Resulting Numbers: [43, 133]
Generated Node #3: [43, 133] fr... | 4 |
[
82,
39,
67,
31
] | 55 | [
"82-39=43",
"67+31=98",
"98-43=55"
] | Current State: 55:[82, 39, 67, 31], Operations: []
Exploring Operation: 82-39=43, Resulting Numbers: [67, 31, 43]
Generated Node #2: [67, 31, 43] from Operation: 82-39=43
Current State: 55:[67, 31, 43], Operations: ['82-39=43']
Exploring Operation: 67+31=98, Resulting Numbers: [43, 98]
Generated Node #3: [43, 98] from ... | 4 |
[
54,
67,
2,
53
] | 64 | [
"67-54=13",
"53-2=51",
"13+51=64"
] | Current State: 64:[54, 67, 2, 53], Operations: []
Exploring Operation: 67-54=13, Resulting Numbers: [2, 53, 13]
Generated Node #2: [2, 53, 13] from Operation: 67-54=13
Current State: 64:[2, 53, 13], Operations: ['67-54=13']
Exploring Operation: 53-2=51, Resulting Numbers: [13, 51]
Generated Node #3: [13, 51] from Opera... | 4 |
[
6,
94,
39,
39
] | 88 | [
"94-6=88",
"39-39=0",
"88+0=88"
] | Current State: 88:[6, 94, 39, 39], Operations: []
Exploring Operation: 94-6=88, Resulting Numbers: [39, 39, 88]
Generated Node #2: [39, 39, 88] from Operation: 94-6=88
Current State: 88:[39, 39, 88], Operations: ['94-6=88']
Exploring Operation: 39-39=0, Resulting Numbers: [88, 0]
Generated Node #3: [88, 0] from Operati... | 4 |
[
77,
67,
16,
33
] | 95 | [
"77+67=144",
"16+33=49",
"144-49=95"
] | Current State: 95:[77, 67, 16, 33], Operations: []
Exploring Operation: 77+67=144, Resulting Numbers: [16, 33, 144]
Generated Node #2: [16, 33, 144] from Operation: 77+67=144
Current State: 95:[16, 33, 144], Operations: ['77+67=144']
Exploring Operation: 16+33=49, Resulting Numbers: [144, 49]
Generated Node #3: [144, 4... | 4 |
[
19,
28,
30,
54
] | 24 | [
"28-19=9",
"54/9=6",
"30-6=24"
] | Current State: 24:[19, 28, 30, 54], Operations: []
Exploring Operation: 28-19=9, Resulting Numbers: [30, 54, 9]
Generated Node #2: [30, 54, 9] from Operation: 28-19=9
Current State: 24:[30, 54, 9], Operations: ['28-19=9']
Exploring Operation: 54/9=6, Resulting Numbers: [30, 6]
Generated Node #3: [30, 6] from Operation:... | 4 |
[
13,
10,
89,
43
] | 86 | [
"43-13=30",
"30/10=3",
"89-3=86"
] | Current State: 86:[13, 10, 89, 43], Operations: []
Exploring Operation: 43-13=30, Resulting Numbers: [10, 89, 30]
Generated Node #2: [10, 89, 30] from Operation: 43-13=30
Current State: 86:[10, 89, 30], Operations: ['43-13=30']
Exploring Operation: 30/10=3, Resulting Numbers: [89, 3]
Generated Node #3: [89, 3] from Ope... | 4 |
[
62,
31,
25,
58
] | 52 | [
"62-31=31",
"25+58=83",
"83-31=52"
] | Current State: 52:[62, 31, 25, 58], Operations: []
Exploring Operation: 62-31=31, Resulting Numbers: [25, 58, 31]
Generated Node #2: [25, 58, 31] from Operation: 62-31=31
Current State: 52:[25, 58, 31], Operations: ['62-31=31']
Exploring Operation: 25+58=83, Resulting Numbers: [31, 83]
Generated Node #3: [31, 83] from ... | 4 |
[
5,
31,
67,
22
] | 63 | [
"31-5=26",
"67+22=89",
"89-26=63"
] | Current State: 63:[5, 31, 67, 22], Operations: []
Exploring Operation: 31-5=26, Resulting Numbers: [67, 22, 26]
Generated Node #2: [67, 22, 26] from Operation: 31-5=26
Current State: 63:[67, 22, 26], Operations: ['31-5=26']
Exploring Operation: 67+22=89, Resulting Numbers: [26, 89]
Generated Node #3: [26, 89] from Oper... | 4 |
[
45,
30,
39,
38
] | 76 | [
"45+30=75",
"39-38=1",
"75+1=76"
] | Current State: 76:[45, 30, 39, 38], Operations: []
Exploring Operation: 45+30=75, Resulting Numbers: [39, 38, 75]
Generated Node #2: [39, 38, 75] from Operation: 45+30=75
Current State: 76:[39, 38, 75], Operations: ['45+30=75']
Exploring Operation: 39-38=1, Resulting Numbers: [75, 1]
Generated Node #3: [75, 1] from Ope... | 4 |
[
73,
85,
41,
2
] | 55 | [
"85-73=12",
"41+2=43",
"12+43=55"
] | Current State: 55:[73, 85, 41, 2], Operations: []
Exploring Operation: 85-73=12, Resulting Numbers: [41, 2, 12]
Generated Node #2: [41, 2, 12] from Operation: 85-73=12
Current State: 55:[41, 2, 12], Operations: ['85-73=12']
Exploring Operation: 41+2=43, Resulting Numbers: [12, 43]
Generated Node #3: [12, 43] from Opera... | 4 |
[
18,
18,
66,
65
] | 66 | [
"18-18=0",
"65*0=0",
"66+0=66"
] | Current State: 66:[18, 18, 66, 65], Operations: []
Exploring Operation: 18-18=0, Resulting Numbers: [66, 65, 0]
Generated Node #2: [66, 65, 0] from Operation: 18-18=0
Current State: 66:[66, 65, 0], Operations: ['18-18=0']
Exploring Operation: 65*0=0, Resulting Numbers: [66, 0]
Generated Node #3: [66, 0] from Operation:... | 4 |
[
29,
5,
35,
11
] | 27 | [
"29+11=40",
"40/5=8",
"35-8=27"
] | Current State: 27:[29, 5, 35, 11], Operations: []
Exploring Operation: 29+11=40, Resulting Numbers: [5, 35, 40]
Generated Node #2: [5, 35, 40] from Operation: 29+11=40
Current State: 27:[5, 35, 40], Operations: ['29+11=40']
Exploring Operation: 40/5=8, Resulting Numbers: [35, 8]
Generated Node #3: [35, 8] from Operatio... | 4 |
[
62,
9,
17,
16
] | 38 | [
"62+9=71",
"17+16=33",
"71-33=38"
] | Current State: 38:[62, 9, 17, 16], Operations: []
Exploring Operation: 62+9=71, Resulting Numbers: [17, 16, 71]
Generated Node #2: [17, 16, 71] from Operation: 62+9=71
Current State: 38:[17, 16, 71], Operations: ['62+9=71']
Exploring Operation: 17+16=33, Resulting Numbers: [71, 33]
Generated Node #3: [71, 33] from Oper... | 4 |
[
21,
30,
18,
87
] | 35 | [
"18+87=105",
"105/21=5",
"30+5=35"
] | Current State: 35:[21, 30, 18, 87], Operations: []
Exploring Operation: 18+87=105, Resulting Numbers: [21, 30, 105]
Generated Node #2: [21, 30, 105] from Operation: 18+87=105
Current State: 35:[21, 30, 105], Operations: ['18+87=105']
Exploring Operation: 105/21=5, Resulting Numbers: [30, 5]
Generated Node #3: [30, 5] f... | 4 |
[
45,
86,
69,
36
] | 64 | [
"86-45=41",
"69+36=105",
"105-41=64"
] | Current State: 64:[45, 86, 69, 36], Operations: []
Exploring Operation: 86-45=41, Resulting Numbers: [69, 36, 41]
Generated Node #2: [69, 36, 41] from Operation: 86-45=41
Current State: 64:[69, 36, 41], Operations: ['86-45=41']
Exploring Operation: 69+36=105, Resulting Numbers: [41, 105]
Generated Node #3: [41, 105] fr... | 4 |
[
3,
23,
97,
8
] | 96 | [
"3*8=24",
"23+97=120",
"120-24=96"
] | Current State: 96:[3, 23, 97, 8], Operations: []
Exploring Operation: 3*8=24, Resulting Numbers: [23, 97, 24]
Generated Node #2: [23, 97, 24] from Operation: 3*8=24
Current State: 96:[23, 97, 24], Operations: ['3*8=24']
Exploring Operation: 23+97=120, Resulting Numbers: [24, 120]
Generated Node #3: [24, 120] from Opera... | 4 |
[
76,
26,
64,
10
] | 13 | [
"76-64=12",
"12-10=2",
"26/2=13"
] | Current State: 13:[76, 26, 64, 10], Operations: []
Exploring Operation: 76-64=12, Resulting Numbers: [26, 10, 12]
Generated Node #2: [26, 10, 12] from Operation: 76-64=12
Current State: 13:[26, 10, 12], Operations: ['76-64=12']
Exploring Operation: 12-10=2, Resulting Numbers: [26, 2]
Generated Node #3: [26, 2] from Ope... | 4 |
[
65,
71,
79,
87
] | 14 | [
"71-65=6",
"87-79=8",
"6+8=14"
] | Current State: 14:[65, 71, 79, 87], Operations: []
Exploring Operation: 71-65=6, Resulting Numbers: [79, 87, 6]
Generated Node #2: [79, 87, 6] from Operation: 71-65=6
Current State: 14:[79, 87, 6], Operations: ['71-65=6']
Exploring Operation: 87-79=8, Resulting Numbers: [6, 8]
Generated Node #3: [6, 8] from Operation: ... | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.