nums listlengths 4 4 | target int64 10 100 | solution listlengths 3 3 | optimal_path stringlengths 282 529 | start_size int64 4 4 |
|---|---|---|---|---|
[
25,
5,
36,
60
] | 73 | [
"25+36=61",
"60/5=12",
"61+12=73"
] | Current State: 73:[25, 5, 36, 60], Operations: []
Exploring Operation: 25+36=61, Resulting Numbers: [5, 60, 61]
Generated Node #2: [5, 60, 61] from Operation: 25+36=61
Current State: 73:[5, 60, 61], Operations: ['25+36=61']
Exploring Operation: 60/5=12, Resulting Numbers: [61, 12]
Generated Node #3: [61, 12] from Opera... | 4 |
[
11,
71,
89,
68
] | 81 | [
"71-11=60",
"89-68=21",
"60+21=81"
] | Current State: 81:[11, 71, 89, 68], Operations: []
Exploring Operation: 71-11=60, Resulting Numbers: [89, 68, 60]
Generated Node #2: [89, 68, 60] from Operation: 71-11=60
Current State: 81:[89, 68, 60], Operations: ['71-11=60']
Exploring Operation: 89-68=21, Resulting Numbers: [60, 21]
Generated Node #3: [60, 21] from ... | 4 |
[
7,
21,
67,
16
] | 64 | [
"7*21=147",
"67+16=83",
"147-83=64"
] | Current State: 64:[7, 21, 67, 16], Operations: []
Exploring Operation: 7*21=147, Resulting Numbers: [67, 16, 147]
Generated Node #2: [67, 16, 147] from Operation: 7*21=147
Current State: 64:[67, 16, 147], Operations: ['7*21=147']
Exploring Operation: 67+16=83, Resulting Numbers: [147, 83]
Generated Node #3: [147, 83] f... | 4 |
[
37,
24,
96,
40
] | 31 | [
"40-24=16",
"96/16=6",
"37-6=31"
] | Current State: 31:[37, 24, 96, 40], Operations: []
Exploring Operation: 40-24=16, Resulting Numbers: [37, 96, 16]
Generated Node #2: [37, 96, 16] from Operation: 40-24=16
Current State: 31:[37, 96, 16], Operations: ['40-24=16']
Exploring Operation: 96/16=6, Resulting Numbers: [37, 6]
Generated Node #3: [37, 6] from Ope... | 4 |
[
59,
43,
5,
4
] | 36 | [
"59-43=16",
"5*4=20",
"16+20=36"
] | Current State: 36:[59, 43, 5, 4], Operations: []
Exploring Operation: 59-43=16, Resulting Numbers: [5, 4, 16]
Generated Node #2: [5, 4, 16] from Operation: 59-43=16
Current State: 36:[5, 4, 16], Operations: ['59-43=16']
Exploring Operation: 5*4=20, Resulting Numbers: [16, 20]
Generated Node #3: [16, 20] from Operation:... | 4 |
[
26,
7,
56,
31
] | 68 | [
"26-7=19",
"56+31=87",
"87-19=68"
] | Current State: 68:[26, 7, 56, 31], Operations: []
Exploring Operation: 26-7=19, Resulting Numbers: [56, 31, 19]
Generated Node #2: [56, 31, 19] from Operation: 26-7=19
Current State: 68:[56, 31, 19], Operations: ['26-7=19']
Exploring Operation: 56+31=87, Resulting Numbers: [19, 87]
Generated Node #3: [19, 87] from Oper... | 4 |
[
57,
32,
18,
9
] | 91 | [
"57+32=89",
"18/9=2",
"89+2=91"
] | Current State: 91:[57, 32, 18, 9], Operations: []
Exploring Operation: 57+32=89, Resulting Numbers: [18, 9, 89]
Generated Node #2: [18, 9, 89] from Operation: 57+32=89
Current State: 91:[18, 9, 89], Operations: ['57+32=89']
Exploring Operation: 18/9=2, Resulting Numbers: [89, 2]
Generated Node #3: [89, 2] from Operatio... | 4 |
[
13,
12,
92,
17
] | 35 | [
"17-13=4",
"92/4=23",
"12+23=35"
] | Current State: 35:[13, 12, 92, 17], Operations: []
Exploring Operation: 17-13=4, Resulting Numbers: [12, 92, 4]
Generated Node #2: [12, 92, 4] from Operation: 17-13=4
Current State: 35:[12, 92, 4], Operations: ['17-13=4']
Exploring Operation: 92/4=23, Resulting Numbers: [12, 23]
Generated Node #3: [12, 23] from Operati... | 4 |
[
14,
76,
4,
16
] | 86 | [
"14+76=90",
"16/4=4",
"90-4=86"
] | Current State: 86:[14, 76, 4, 16], Operations: []
Exploring Operation: 14+76=90, Resulting Numbers: [4, 16, 90]
Generated Node #2: [4, 16, 90] from Operation: 14+76=90
Current State: 86:[4, 16, 90], Operations: ['14+76=90']
Exploring Operation: 16/4=4, Resulting Numbers: [90, 4]
Generated Node #3: [90, 4] from Operatio... | 4 |
[
6,
43,
48,
3
] | 95 | [
"6+43=49",
"48*3=144",
"144-49=95"
] | Current State: 95:[6, 43, 48, 3], Operations: []
Exploring Operation: 6+43=49, Resulting Numbers: [48, 3, 49]
Generated Node #2: [48, 3, 49] from Operation: 6+43=49
Current State: 95:[48, 3, 49], Operations: ['6+43=49']
Exploring Operation: 48*3=144, Resulting Numbers: [49, 144]
Generated Node #3: [49, 144] from Operat... | 4 |
[
4,
16,
69,
34
] | 10 | [
"16+69=85",
"4*85=340",
"340/34=10"
] | Current State: 10:[4, 16, 69, 34], Operations: []
Exploring Operation: 16+69=85, Resulting Numbers: [4, 34, 85]
Generated Node #2: [4, 34, 85] from Operation: 16+69=85
Current State: 10:[4, 34, 85], Operations: ['16+69=85']
Exploring Operation: 4*85=340, Resulting Numbers: [34, 340]
Generated Node #3: [34, 340] from Op... | 4 |
[
10,
52,
49,
81
] | 94 | [
"10+52=62",
"81-49=32",
"62+32=94"
] | Current State: 94:[10, 52, 49, 81], Operations: []
Exploring Operation: 10+52=62, Resulting Numbers: [49, 81, 62]
Generated Node #2: [49, 81, 62] from Operation: 10+52=62
Current State: 94:[49, 81, 62], Operations: ['10+52=62']
Exploring Operation: 81-49=32, Resulting Numbers: [62, 32]
Generated Node #3: [62, 32] from ... | 4 |
[
54,
37,
60,
27
] | 99 | [
"54/27=2",
"37+60=97",
"2+97=99"
] | Current State: 99:[54, 37, 60, 27], Operations: []
Exploring Operation: 54/27=2, Resulting Numbers: [37, 60, 2]
Generated Node #2: [37, 60, 2] from Operation: 54/27=2
Current State: 99:[37, 60, 2], Operations: ['54/27=2']
Exploring Operation: 37+60=97, Resulting Numbers: [2, 97]
Generated Node #3: [2, 97] from Operatio... | 4 |
[
45,
80,
26,
29
] | 32 | [
"80-45=35",
"29-26=3",
"35-3=32"
] | Current State: 32:[45, 80, 26, 29], Operations: []
Exploring Operation: 80-45=35, Resulting Numbers: [26, 29, 35]
Generated Node #2: [26, 29, 35] from Operation: 80-45=35
Current State: 32:[26, 29, 35], Operations: ['80-45=35']
Exploring Operation: 29-26=3, Resulting Numbers: [35, 3]
Generated Node #3: [35, 3] from Ope... | 4 |
[
27,
85,
96,
6
] | 44 | [
"85-27=58",
"96+6=102",
"102-58=44"
] | Current State: 44:[27, 85, 96, 6], Operations: []
Exploring Operation: 85-27=58, Resulting Numbers: [96, 6, 58]
Generated Node #2: [96, 6, 58] from Operation: 85-27=58
Current State: 44:[96, 6, 58], Operations: ['85-27=58']
Exploring Operation: 96+6=102, Resulting Numbers: [58, 102]
Generated Node #3: [58, 102] from Op... | 4 |
[
96,
47,
63,
45
] | 51 | [
"63-47=16",
"96/16=6",
"45+6=51"
] | Current State: 51:[96, 47, 63, 45], Operations: []
Exploring Operation: 63-47=16, Resulting Numbers: [96, 45, 16]
Generated Node #2: [96, 45, 16] from Operation: 63-47=16
Current State: 51:[96, 45, 16], Operations: ['63-47=16']
Exploring Operation: 96/16=6, Resulting Numbers: [45, 6]
Generated Node #3: [45, 6] from Ope... | 4 |
[
93,
19,
5,
85
] | 95 | [
"93+19=112",
"85/5=17",
"112-17=95"
] | Current State: 95:[93, 19, 5, 85], Operations: []
Exploring Operation: 93+19=112, Resulting Numbers: [5, 85, 112]
Generated Node #2: [5, 85, 112] from Operation: 93+19=112
Current State: 95:[5, 85, 112], Operations: ['93+19=112']
Exploring Operation: 85/5=17, Resulting Numbers: [112, 17]
Generated Node #3: [112, 17] fr... | 4 |
[
33,
57,
34,
7
] | 65 | [
"57-33=24",
"34+7=41",
"24+41=65"
] | Current State: 65:[33, 57, 34, 7], Operations: []
Exploring Operation: 57-33=24, Resulting Numbers: [34, 7, 24]
Generated Node #2: [34, 7, 24] from Operation: 57-33=24
Current State: 65:[34, 7, 24], Operations: ['57-33=24']
Exploring Operation: 34+7=41, Resulting Numbers: [24, 41]
Generated Node #3: [24, 41] from Opera... | 4 |
[
6,
43,
16,
4
] | 15 | [
"6+43=49",
"16*4=64",
"64-49=15"
] | Current State: 15:[6, 43, 16, 4], Operations: []
Exploring Operation: 6+43=49, Resulting Numbers: [16, 4, 49]
Generated Node #2: [16, 4, 49] from Operation: 6+43=49
Current State: 15:[16, 4, 49], Operations: ['6+43=49']
Exploring Operation: 16*4=64, Resulting Numbers: [49, 64]
Generated Node #3: [49, 64] from Operation... | 4 |
[
70,
20,
92,
20
] | 92 | [
"20-20=0",
"70*0=0",
"92+0=92"
] | Current State: 92:[70, 20, 92, 20], Operations: []
Exploring Operation: 20-20=0, Resulting Numbers: [70, 92, 0]
Generated Node #2: [70, 92, 0] from Operation: 20-20=0
Current State: 92:[70, 92, 0], Operations: ['20-20=0']
Exploring Operation: 70*0=0, Resulting Numbers: [92, 0]
Generated Node #3: [92, 0] from Operation:... | 4 |
[
74,
68,
9,
72
] | 50 | [
"74-72=2",
"9*2=18",
"68-18=50"
] | Current State: 50:[74, 68, 9, 72], Operations: []
Exploring Operation: 74-72=2, Resulting Numbers: [68, 9, 2]
Generated Node #2: [68, 9, 2] from Operation: 74-72=2
Current State: 50:[68, 9, 2], Operations: ['74-72=2']
Exploring Operation: 9*2=18, Resulting Numbers: [68, 18]
Generated Node #3: [68, 18] from Operation: 9... | 4 |
[
4,
84,
10,
76
] | 22 | [
"4+84=88",
"76-10=66",
"88-66=22"
] | Current State: 22:[4, 84, 10, 76], Operations: []
Exploring Operation: 4+84=88, Resulting Numbers: [10, 76, 88]
Generated Node #2: [10, 76, 88] from Operation: 4+84=88
Current State: 22:[10, 76, 88], Operations: ['4+84=88']
Exploring Operation: 76-10=66, Resulting Numbers: [88, 66]
Generated Node #3: [88, 66] from Oper... | 4 |
[
33,
58,
33,
45
] | 45 | [
"33-33=0",
"58*0=0",
"45+0=45"
] | Current State: 45:[33, 58, 33, 45], Operations: []
Exploring Operation: 33-33=0, Resulting Numbers: [58, 45, 0]
Generated Node #2: [58, 45, 0] from Operation: 33-33=0
Current State: 45:[58, 45, 0], Operations: ['33-33=0']
Exploring Operation: 58*0=0, Resulting Numbers: [45, 0]
Generated Node #3: [45, 0] from Operation:... | 4 |
[
16,
74,
29,
21
] | 23 | [
"74-16=58",
"58/29=2",
"21+2=23"
] | Current State: 23:[16, 74, 29, 21], Operations: []
Exploring Operation: 74-16=58, Resulting Numbers: [29, 21, 58]
Generated Node #2: [29, 21, 58] from Operation: 74-16=58
Current State: 23:[29, 21, 58], Operations: ['74-16=58']
Exploring Operation: 58/29=2, Resulting Numbers: [21, 2]
Generated Node #3: [21, 2] from Ope... | 4 |
[
7,
39,
14,
15
] | 33 | [
"39-7=32",
"15-14=1",
"32+1=33"
] | Current State: 33:[7, 39, 14, 15], Operations: []
Exploring Operation: 39-7=32, Resulting Numbers: [14, 15, 32]
Generated Node #2: [14, 15, 32] from Operation: 39-7=32
Current State: 33:[14, 15, 32], Operations: ['39-7=32']
Exploring Operation: 15-14=1, Resulting Numbers: [32, 1]
Generated Node #3: [32, 1] from Operati... | 4 |
[
71,
4,
99,
49
] | 17 | [
"71-4=67",
"99-49=50",
"67-50=17"
] | Current State: 17:[71, 4, 99, 49], Operations: []
Exploring Operation: 71-4=67, Resulting Numbers: [99, 49, 67]
Generated Node #2: [99, 49, 67] from Operation: 71-4=67
Current State: 17:[99, 49, 67], Operations: ['71-4=67']
Exploring Operation: 99-49=50, Resulting Numbers: [67, 50]
Generated Node #3: [67, 50] from Oper... | 4 |
[
42,
94,
87,
29
] | 78 | [
"42+94=136",
"87-29=58",
"136-58=78"
] | Current State: 78:[42, 94, 87, 29], Operations: []
Exploring Operation: 42+94=136, Resulting Numbers: [87, 29, 136]
Generated Node #2: [87, 29, 136] from Operation: 42+94=136
Current State: 78:[87, 29, 136], Operations: ['42+94=136']
Exploring Operation: 87-29=58, Resulting Numbers: [136, 58]
Generated Node #3: [136, 5... | 4 |
[
12,
78,
97,
11
] | 18 | [
"12+78=90",
"97+11=108",
"108-90=18"
] | Current State: 18:[12, 78, 97, 11], Operations: []
Exploring Operation: 12+78=90, Resulting Numbers: [97, 11, 90]
Generated Node #2: [97, 11, 90] from Operation: 12+78=90
Current State: 18:[97, 11, 90], Operations: ['12+78=90']
Exploring Operation: 97+11=108, Resulting Numbers: [90, 108]
Generated Node #3: [90, 108] fr... | 4 |
[
27,
14,
35,
23
] | 71 | [
"27-14=13",
"35+23=58",
"13+58=71"
] | Current State: 71:[27, 14, 35, 23], Operations: []
Exploring Operation: 27-14=13, Resulting Numbers: [35, 23, 13]
Generated Node #2: [35, 23, 13] from Operation: 27-14=13
Current State: 71:[35, 23, 13], Operations: ['27-14=13']
Exploring Operation: 35+23=58, Resulting Numbers: [13, 58]
Generated Node #3: [13, 58] from ... | 4 |
[
6,
92,
89,
65
] | 88 | [
"89-65=24",
"24/6=4",
"92-4=88"
] | Current State: 88:[6, 92, 89, 65], Operations: []
Exploring Operation: 89-65=24, Resulting Numbers: [6, 92, 24]
Generated Node #2: [6, 92, 24] from Operation: 89-65=24
Current State: 88:[6, 92, 24], Operations: ['89-65=24']
Exploring Operation: 24/6=4, Resulting Numbers: [92, 4]
Generated Node #3: [92, 4] from Operatio... | 4 |
[
87,
14,
29,
90
] | 16 | [
"87/29=3",
"90/3=30",
"30-14=16"
] | Current State: 16:[87, 14, 29, 90], Operations: []
Exploring Operation: 87/29=3, Resulting Numbers: [14, 90, 3]
Generated Node #2: [14, 90, 3] from Operation: 87/29=3
Current State: 16:[14, 90, 3], Operations: ['87/29=3']
Exploring Operation: 90/3=30, Resulting Numbers: [14, 30]
Generated Node #3: [14, 30] from Operati... | 4 |
[
76,
75,
43,
35
] | 77 | [
"76-75=1",
"43+35=78",
"78-1=77"
] | Current State: 77:[76, 75, 43, 35], Operations: []
Exploring Operation: 76-75=1, Resulting Numbers: [43, 35, 1]
Generated Node #2: [43, 35, 1] from Operation: 76-75=1
Current State: 77:[43, 35, 1], Operations: ['76-75=1']
Exploring Operation: 43+35=78, Resulting Numbers: [1, 78]
Generated Node #3: [1, 78] from Operatio... | 4 |
[
3,
64,
88,
67
] | 37 | [
"3*64=192",
"88+67=155",
"192-155=37"
] | Current State: 37:[3, 64, 88, 67], Operations: []
Exploring Operation: 3*64=192, Resulting Numbers: [88, 67, 192]
Generated Node #2: [88, 67, 192] from Operation: 3*64=192
Current State: 37:[88, 67, 192], Operations: ['3*64=192']
Exploring Operation: 88+67=155, Resulting Numbers: [192, 155]
Generated Node #3: [192, 155... | 4 |
[
8,
80,
99,
80
] | 79 | [
"80+80=160",
"160/8=20",
"99-20=79"
] | Current State: 79:[8, 80, 99, 80], Operations: []
Exploring Operation: 80+80=160, Resulting Numbers: [8, 99, 160]
Generated Node #2: [8, 99, 160] from Operation: 80+80=160
Current State: 79:[8, 99, 160], Operations: ['80+80=160']
Exploring Operation: 160/8=20, Resulting Numbers: [99, 20]
Generated Node #3: [99, 20] fro... | 4 |
[
6,
60,
23,
53
] | 40 | [
"60/6=10",
"53-23=30",
"10+30=40"
] | Current State: 40:[6, 60, 23, 53], Operations: []
Exploring Operation: 60/6=10, Resulting Numbers: [23, 53, 10]
Generated Node #2: [23, 53, 10] from Operation: 60/6=10
Current State: 40:[23, 53, 10], Operations: ['60/6=10']
Exploring Operation: 53-23=30, Resulting Numbers: [10, 30]
Generated Node #3: [10, 30] from Oper... | 4 |
[
15,
29,
48,
35
] | 31 | [
"15+29=44",
"48-35=13",
"44-13=31"
] | Current State: 31:[15, 29, 48, 35], Operations: []
Exploring Operation: 15+29=44, Resulting Numbers: [48, 35, 44]
Generated Node #2: [48, 35, 44] from Operation: 15+29=44
Current State: 31:[48, 35, 44], Operations: ['15+29=44']
Exploring Operation: 48-35=13, Resulting Numbers: [44, 13]
Generated Node #3: [44, 13] from ... | 4 |
[
18,
4,
55,
40
] | 47 | [
"55-18=37",
"40/4=10",
"37+10=47"
] | Current State: 47:[18, 4, 55, 40], Operations: []
Exploring Operation: 55-18=37, Resulting Numbers: [4, 40, 37]
Generated Node #2: [4, 40, 37] from Operation: 55-18=37
Current State: 47:[4, 40, 37], Operations: ['55-18=37']
Exploring Operation: 40/4=10, Resulting Numbers: [37, 10]
Generated Node #3: [37, 10] from Opera... | 4 |
[
93,
57,
35,
20
] | 20 | [
"93-57=36",
"36-35=1",
"20*1=20"
] | Current State: 20:[93, 57, 35, 20], Operations: []
Exploring Operation: 93-57=36, Resulting Numbers: [35, 20, 36]
Generated Node #2: [35, 20, 36] from Operation: 93-57=36
Current State: 20:[35, 20, 36], Operations: ['93-57=36']
Exploring Operation: 36-35=1, Resulting Numbers: [20, 1]
Generated Node #3: [20, 1] from Ope... | 4 |
[
3,
24,
67,
48
] | 73 | [
"24/3=8",
"48/8=6",
"67+6=73"
] | Current State: 73:[3, 24, 67, 48], Operations: []
Exploring Operation: 24/3=8, Resulting Numbers: [67, 48, 8]
Generated Node #2: [67, 48, 8] from Operation: 24/3=8
Current State: 73:[67, 48, 8], Operations: ['24/3=8']
Exploring Operation: 48/8=6, Resulting Numbers: [67, 6]
Generated Node #3: [67, 6] from Operation: 48/... | 4 |
[
3,
39,
27,
31
] | 94 | [
"39-3=36",
"27+31=58",
"36+58=94"
] | Current State: 94:[3, 39, 27, 31], Operations: []
Exploring Operation: 39-3=36, Resulting Numbers: [27, 31, 36]
Generated Node #2: [27, 31, 36] from Operation: 39-3=36
Current State: 94:[27, 31, 36], Operations: ['39-3=36']
Exploring Operation: 27+31=58, Resulting Numbers: [36, 58]
Generated Node #3: [36, 58] from Oper... | 4 |
[
4,
57,
8,
28
] | 33 | [
"57-4=53",
"28-8=20",
"53-20=33"
] | Current State: 33:[4, 57, 8, 28], Operations: []
Exploring Operation: 57-4=53, Resulting Numbers: [8, 28, 53]
Generated Node #2: [8, 28, 53] from Operation: 57-4=53
Current State: 33:[8, 28, 53], Operations: ['57-4=53']
Exploring Operation: 28-8=20, Resulting Numbers: [53, 20]
Generated Node #3: [53, 20] from Operation... | 4 |
[
46,
65,
16,
29
] | 66 | [
"46+65=111",
"16+29=45",
"111-45=66"
] | Current State: 66:[46, 65, 16, 29], Operations: []
Exploring Operation: 46+65=111, Resulting Numbers: [16, 29, 111]
Generated Node #2: [16, 29, 111] from Operation: 46+65=111
Current State: 66:[16, 29, 111], Operations: ['46+65=111']
Exploring Operation: 16+29=45, Resulting Numbers: [111, 45]
Generated Node #3: [111, 4... | 4 |
[
84,
29,
15,
71
] | 65 | [
"29-15=14",
"84/14=6",
"71-6=65"
] | Current State: 65:[84, 29, 15, 71], Operations: []
Exploring Operation: 29-15=14, Resulting Numbers: [84, 71, 14]
Generated Node #2: [84, 71, 14] from Operation: 29-15=14
Current State: 65:[84, 71, 14], Operations: ['29-15=14']
Exploring Operation: 84/14=6, Resulting Numbers: [71, 6]
Generated Node #3: [71, 6] from Ope... | 4 |
[
53,
94,
52,
50
] | 45 | [
"53+94=147",
"52+50=102",
"147-102=45"
] | Current State: 45:[53, 94, 52, 50], Operations: []
Exploring Operation: 53+94=147, Resulting Numbers: [52, 50, 147]
Generated Node #2: [52, 50, 147] from Operation: 53+94=147
Current State: 45:[52, 50, 147], Operations: ['53+94=147']
Exploring Operation: 52+50=102, Resulting Numbers: [147, 102]
Generated Node #3: [147,... | 4 |
[
23,
17,
63,
94
] | 37 | [
"23-17=6",
"94-63=31",
"6+31=37"
] | Current State: 37:[23, 17, 63, 94], Operations: []
Exploring Operation: 23-17=6, Resulting Numbers: [63, 94, 6]
Generated Node #2: [63, 94, 6] from Operation: 23-17=6
Current State: 37:[63, 94, 6], Operations: ['23-17=6']
Exploring Operation: 94-63=31, Resulting Numbers: [6, 31]
Generated Node #3: [6, 31] from Operatio... | 4 |
[
20,
4,
93,
99
] | 53 | [
"20+93=113",
"99+113=212",
"212/4=53"
] | Current State: 53:[20, 4, 93, 99], Operations: []
Exploring Operation: 20+93=113, Resulting Numbers: [4, 99, 113]
Generated Node #2: [4, 99, 113] from Operation: 20+93=113
Current State: 53:[4, 99, 113], Operations: ['20+93=113']
Exploring Operation: 99+113=212, Resulting Numbers: [4, 212]
Generated Node #3: [4, 212] f... | 4 |
[
74,
32,
7,
44
] | 69 | [
"74+32=106",
"44-7=37",
"106-37=69"
] | Current State: 69:[74, 32, 7, 44], Operations: []
Exploring Operation: 74+32=106, Resulting Numbers: [7, 44, 106]
Generated Node #2: [7, 44, 106] from Operation: 74+32=106
Current State: 69:[7, 44, 106], Operations: ['74+32=106']
Exploring Operation: 44-7=37, Resulting Numbers: [106, 37]
Generated Node #3: [106, 37] fr... | 4 |
[
27,
90,
57,
60
] | 54 | [
"90-27=63",
"57+60=117",
"117-63=54"
] | Current State: 54:[27, 90, 57, 60], Operations: []
Exploring Operation: 90-27=63, Resulting Numbers: [57, 60, 63]
Generated Node #2: [57, 60, 63] from Operation: 90-27=63
Current State: 54:[57, 60, 63], Operations: ['90-27=63']
Exploring Operation: 57+60=117, Resulting Numbers: [63, 117]
Generated Node #3: [63, 117] fr... | 4 |
[
86,
2,
40,
65
] | 27 | [
"86-40=46",
"2*46=92",
"92-65=27"
] | Current State: 27:[86, 2, 40, 65], Operations: []
Exploring Operation: 86-40=46, Resulting Numbers: [2, 65, 46]
Generated Node #2: [2, 65, 46] from Operation: 86-40=46
Current State: 27:[2, 65, 46], Operations: ['86-40=46']
Exploring Operation: 2*46=92, Resulting Numbers: [65, 92]
Generated Node #3: [65, 92] from Opera... | 4 |
[
90,
36,
94,
97
] | 78 | [
"97-94=3",
"36/3=12",
"90-12=78"
] | Current State: 78:[90, 36, 94, 97], Operations: []
Exploring Operation: 97-94=3, Resulting Numbers: [90, 36, 3]
Generated Node #2: [90, 36, 3] from Operation: 97-94=3
Current State: 78:[90, 36, 3], Operations: ['97-94=3']
Exploring Operation: 36/3=12, Resulting Numbers: [90, 12]
Generated Node #3: [90, 12] from Operati... | 4 |
[
15,
85,
19,
16
] | 90 | [
"19-16=3",
"15/3=5",
"85+5=90"
] | Current State: 90:[15, 85, 19, 16], Operations: []
Exploring Operation: 19-16=3, Resulting Numbers: [15, 85, 3]
Generated Node #2: [15, 85, 3] from Operation: 19-16=3
Current State: 90:[15, 85, 3], Operations: ['19-16=3']
Exploring Operation: 15/3=5, Resulting Numbers: [85, 5]
Generated Node #3: [85, 5] from Operation:... | 4 |
[
2,
42,
93,
44
] | 53 | [
"2*42=84",
"93+44=137",
"137-84=53"
] | Current State: 53:[2, 42, 93, 44], Operations: []
Exploring Operation: 2*42=84, Resulting Numbers: [93, 44, 84]
Generated Node #2: [93, 44, 84] from Operation: 2*42=84
Current State: 53:[93, 44, 84], Operations: ['2*42=84']
Exploring Operation: 93+44=137, Resulting Numbers: [84, 137]
Generated Node #3: [84, 137] from O... | 4 |
[
8,
8,
6,
3
] | 24 | [
"8/8=1",
"3+1=4",
"6*4=24"
] | Current State: 24:[8, 8, 6, 3], Operations: []
Exploring Operation: 8/8=1, Resulting Numbers: [6, 3, 1]
Generated Node #2: [6, 3, 1] from Operation: 8/8=1
Current State: 24:[6, 3, 1], Operations: ['8/8=1']
Exploring Operation: 3+1=4, Resulting Numbers: [6, 4]
Generated Node #3: [6, 4] from Operation: 3+1=4
Current Stat... | 4 |
[
40,
16,
64,
13
] | 12 | [
"64/16=4",
"13*4=52",
"52-40=12"
] | Current State: 12:[40, 16, 64, 13], Operations: []
Exploring Operation: 64/16=4, Resulting Numbers: [40, 13, 4]
Generated Node #2: [40, 13, 4] from Operation: 64/16=4
Current State: 12:[40, 13, 4], Operations: ['64/16=4']
Exploring Operation: 13*4=52, Resulting Numbers: [40, 52]
Generated Node #3: [40, 52] from Operati... | 4 |
[
87,
46,
38,
35
] | 44 | [
"87-46=41",
"38-35=3",
"41+3=44"
] | Current State: 44:[87, 46, 38, 35], Operations: []
Exploring Operation: 87-46=41, Resulting Numbers: [38, 35, 41]
Generated Node #2: [38, 35, 41] from Operation: 87-46=41
Current State: 44:[38, 35, 41], Operations: ['87-46=41']
Exploring Operation: 38-35=3, Resulting Numbers: [41, 3]
Generated Node #3: [41, 3] from Ope... | 4 |
[
74,
7,
3,
45
] | 12 | [
"74+7=81",
"81-45=36",
"36/3=12"
] | Current State: 12:[74, 7, 3, 45], Operations: []
Exploring Operation: 74+7=81, Resulting Numbers: [3, 45, 81]
Generated Node #2: [3, 45, 81] from Operation: 74+7=81
Current State: 12:[3, 45, 81], Operations: ['74+7=81']
Exploring Operation: 81-45=36, Resulting Numbers: [3, 36]
Generated Node #3: [3, 36] from Operation:... | 4 |
[
11,
6,
92,
35
] | 12 | [
"11+35=46",
"6*92=552",
"552/46=12"
] | Current State: 12:[11, 6, 92, 35], Operations: []
Exploring Operation: 11+35=46, Resulting Numbers: [6, 92, 46]
Generated Node #2: [6, 92, 46] from Operation: 11+35=46
Current State: 12:[6, 92, 46], Operations: ['11+35=46']
Exploring Operation: 6*92=552, Resulting Numbers: [46, 552]
Generated Node #3: [46, 552] from Op... | 4 |
[
38,
71,
3,
98
] | 87 | [
"71-38=33",
"33/3=11",
"98-11=87"
] | Current State: 87:[38, 71, 3, 98], Operations: []
Exploring Operation: 71-38=33, Resulting Numbers: [3, 98, 33]
Generated Node #2: [3, 98, 33] from Operation: 71-38=33
Current State: 87:[3, 98, 33], Operations: ['71-38=33']
Exploring Operation: 33/3=11, Resulting Numbers: [98, 11]
Generated Node #3: [98, 11] from Opera... | 4 |
[
39,
51,
30,
48
] | 53 | [
"30+48=78",
"78/39=2",
"51+2=53"
] | Current State: 53:[39, 51, 30, 48], Operations: []
Exploring Operation: 30+48=78, Resulting Numbers: [39, 51, 78]
Generated Node #2: [39, 51, 78] from Operation: 30+48=78
Current State: 53:[39, 51, 78], Operations: ['30+48=78']
Exploring Operation: 78/39=2, Resulting Numbers: [51, 2]
Generated Node #3: [51, 2] from Ope... | 4 |
[
58,
17,
51,
63
] | 37 | [
"51/17=3",
"63/3=21",
"58-21=37"
] | Current State: 37:[58, 17, 51, 63], Operations: []
Exploring Operation: 51/17=3, Resulting Numbers: [58, 63, 3]
Generated Node #2: [58, 63, 3] from Operation: 51/17=3
Current State: 37:[58, 63, 3], Operations: ['51/17=3']
Exploring Operation: 63/3=21, Resulting Numbers: [58, 21]
Generated Node #3: [58, 21] from Operati... | 4 |
[
32,
7,
89,
61
] | 64 | [
"7+89=96",
"96/32=3",
"61+3=64"
] | Current State: 64:[32, 7, 89, 61], Operations: []
Exploring Operation: 7+89=96, Resulting Numbers: [32, 61, 96]
Generated Node #2: [32, 61, 96] from Operation: 7+89=96
Current State: 64:[32, 61, 96], Operations: ['7+89=96']
Exploring Operation: 96/32=3, Resulting Numbers: [61, 3]
Generated Node #3: [61, 3] from Operati... | 4 |
[
77,
22,
50,
87
] | 92 | [
"77-22=55",
"87-50=37",
"55+37=92"
] | Current State: 92:[77, 22, 50, 87], Operations: []
Exploring Operation: 77-22=55, Resulting Numbers: [50, 87, 55]
Generated Node #2: [50, 87, 55] from Operation: 77-22=55
Current State: 92:[50, 87, 55], Operations: ['77-22=55']
Exploring Operation: 87-50=37, Resulting Numbers: [55, 37]
Generated Node #3: [55, 37] from ... | 4 |
[
15,
46,
15,
77
] | 61 | [
"46-15=31",
"15+77=92",
"92-31=61"
] | Current State: 61:[15, 46, 15, 77], Operations: []
Exploring Operation: 46-15=31, Resulting Numbers: [77, 31]
Generated Node #2: [77, 31] from Operation: 46-15=31
Current State: 61:[77, 31], Operations: ['46-15=31']
Exploring Operation: 15+77=92, Resulting Numbers: [31, 92]
Generated Node #3: [31, 92] from Operation: 1... | 4 |
[
5,
73,
81,
59
] | 19 | [
"73+81=154",
"154-59=95",
"95/5=19"
] | Current State: 19:[5, 73, 81, 59], Operations: []
Exploring Operation: 73+81=154, Resulting Numbers: [5, 59, 154]
Generated Node #2: [5, 59, 154] from Operation: 73+81=154
Current State: 19:[5, 59, 154], Operations: ['73+81=154']
Exploring Operation: 154-59=95, Resulting Numbers: [5, 95]
Generated Node #3: [5, 95] from... | 4 |
[
17,
68,
50,
98
] | 99 | [
"68-17=51",
"98-50=48",
"51+48=99"
] | Current State: 99:[17, 68, 50, 98], Operations: []
Exploring Operation: 68-17=51, Resulting Numbers: [50, 98, 51]
Generated Node #2: [50, 98, 51] from Operation: 68-17=51
Current State: 99:[50, 98, 51], Operations: ['68-17=51']
Exploring Operation: 98-50=48, Resulting Numbers: [51, 48]
Generated Node #3: [51, 48] from ... | 4 |
[
10,
6,
11,
5
] | 59 | [
"10-6=4",
"11*5=55",
"4+55=59"
] | Current State: 59:[10, 6, 11, 5], Operations: []
Exploring Operation: 10-6=4, Resulting Numbers: [11, 5, 4]
Generated Node #2: [11, 5, 4] from Operation: 10-6=4
Current State: 59:[11, 5, 4], Operations: ['10-6=4']
Exploring Operation: 11*5=55, Resulting Numbers: [4, 55]
Generated Node #3: [4, 55] from Operation: 11*5=5... | 4 |
[
55,
13,
18,
40
] | 90 | [
"55+13=68",
"40-18=22",
"68+22=90"
] | Current State: 90:[55, 13, 18, 40], Operations: []
Exploring Operation: 55+13=68, Resulting Numbers: [18, 40, 68]
Generated Node #2: [18, 40, 68] from Operation: 55+13=68
Current State: 90:[18, 40, 68], Operations: ['55+13=68']
Exploring Operation: 40-18=22, Resulting Numbers: [68, 22]
Generated Node #3: [68, 22] from ... | 4 |
[
5,
97,
28,
34
] | 97 | [
"5+28=33",
"34-33=1",
"97*1=97"
] | Current State: 97:[5, 97, 28, 34], Operations: []
Exploring Operation: 5+28=33, Resulting Numbers: [97, 34, 33]
Generated Node #2: [97, 34, 33] from Operation: 5+28=33
Current State: 97:[97, 34, 33], Operations: ['5+28=33']
Exploring Operation: 34-33=1, Resulting Numbers: [97, 1]
Generated Node #3: [97, 1] from Operati... | 4 |
[
44,
56,
35,
22
] | 23 | [
"44/22=2",
"56-35=21",
"2+21=23"
] | Current State: 23:[44, 56, 35, 22], Operations: []
Exploring Operation: 44/22=2, Resulting Numbers: [56, 35, 2]
Generated Node #2: [56, 35, 2] from Operation: 44/22=2
Current State: 23:[56, 35, 2], Operations: ['44/22=2']
Exploring Operation: 56-35=21, Resulting Numbers: [2, 21]
Generated Node #3: [2, 21] from Operatio... | 4 |
[
38,
67,
7,
3
] | 94 | [
"67-38=29",
"3*29=87",
"7+87=94"
] | Current State: 94:[38, 67, 7, 3], Operations: []
Exploring Operation: 67-38=29, Resulting Numbers: [7, 3, 29]
Generated Node #2: [7, 3, 29] from Operation: 67-38=29
Current State: 94:[7, 3, 29], Operations: ['67-38=29']
Exploring Operation: 3*29=87, Resulting Numbers: [7, 87]
Generated Node #3: [7, 87] from Operation: ... | 4 |
[
98,
3,
6,
30
] | 49 | [
"30/6=5",
"5-3=2",
"98/2=49"
] | Current State: 49:[98, 3, 6, 30], Operations: []
Exploring Operation: 30/6=5, Resulting Numbers: [98, 3, 5]
Generated Node #2: [98, 3, 5] from Operation: 30/6=5
Current State: 49:[98, 3, 5], Operations: ['30/6=5']
Exploring Operation: 5-3=2, Resulting Numbers: [98, 2]
Generated Node #3: [98, 2] from Operation: 5-3=2
Cu... | 4 |
[
43,
35,
96,
94
] | 93 | [
"35+94=129",
"129/43=3",
"96-3=93"
] | Current State: 93:[43, 35, 96, 94], Operations: []
Exploring Operation: 35+94=129, Resulting Numbers: [43, 96, 129]
Generated Node #2: [43, 96, 129] from Operation: 35+94=129
Current State: 93:[43, 96, 129], Operations: ['35+94=129']
Exploring Operation: 129/43=3, Resulting Numbers: [96, 3]
Generated Node #3: [96, 3] f... | 4 |
[
81,
80,
99,
6
] | 83 | [
"99-81=18",
"18/6=3",
"80+3=83"
] | Current State: 83:[81, 80, 99, 6], Operations: []
Exploring Operation: 99-81=18, Resulting Numbers: [80, 6, 18]
Generated Node #2: [80, 6, 18] from Operation: 99-81=18
Current State: 83:[80, 6, 18], Operations: ['99-81=18']
Exploring Operation: 18/6=3, Resulting Numbers: [80, 3]
Generated Node #3: [80, 3] from Operatio... | 4 |
[
11,
18,
26,
98
] | 44 | [
"98-26=72",
"11*72=792",
"792/18=44"
] | Current State: 44:[11, 18, 26, 98], Operations: []
Exploring Operation: 98-26=72, Resulting Numbers: [11, 18, 72]
Generated Node #2: [11, 18, 72] from Operation: 98-26=72
Current State: 44:[11, 18, 72], Operations: ['98-26=72']
Exploring Operation: 11*72=792, Resulting Numbers: [18, 792]
Generated Node #3: [18, 792] fr... | 4 |
[
89,
58,
93,
64
] | 61 | [
"89-58=31",
"93/31=3",
"64-3=61"
] | Current State: 61:[89, 58, 93, 64], Operations: []
Exploring Operation: 89-58=31, Resulting Numbers: [93, 64, 31]
Generated Node #2: [93, 64, 31] from Operation: 89-58=31
Current State: 61:[93, 64, 31], Operations: ['89-58=31']
Exploring Operation: 93/31=3, Resulting Numbers: [64, 3]
Generated Node #3: [64, 3] from Ope... | 4 |
[
15,
80,
22,
3
] | 90 | [
"80-15=65",
"22+3=25",
"65+25=90"
] | Current State: 90:[15, 80, 22, 3], Operations: []
Exploring Operation: 80-15=65, Resulting Numbers: [22, 3, 65]
Generated Node #2: [22, 3, 65] from Operation: 80-15=65
Current State: 90:[22, 3, 65], Operations: ['80-15=65']
Exploring Operation: 22+3=25, Resulting Numbers: [65, 25]
Generated Node #3: [65, 25] from Opera... | 4 |
[
38,
87,
42,
84
] | 11 | [
"38*84=3192",
"3192/42=76",
"87-76=11"
] | Current State: 11:[38, 87, 42, 84], Operations: []
Exploring Operation: 38*84=3192, Resulting Numbers: [87, 42, 3192]
Generated Node #2: [87, 42, 3192] from Operation: 38*84=3192
Current State: 11:[87, 42, 3192], Operations: ['38*84=3192']
Exploring Operation: 3192/42=76, Resulting Numbers: [87, 76]
Generated Node #3: ... | 4 |
[
49,
75,
97,
54
] | 81 | [
"49+75=124",
"97-54=43",
"124-43=81"
] | Current State: 81:[49, 75, 97, 54], Operations: []
Exploring Operation: 49+75=124, Resulting Numbers: [97, 54, 124]
Generated Node #2: [97, 54, 124] from Operation: 49+75=124
Current State: 81:[97, 54, 124], Operations: ['49+75=124']
Exploring Operation: 97-54=43, Resulting Numbers: [124, 43]
Generated Node #3: [124, 4... | 4 |
[
20,
57,
60,
9
] | 60 | [
"60/20=3",
"9/3=3",
"57+3=60"
] | Current State: 60:[20, 57, 60, 9], Operations: []
Exploring Operation: 60/20=3, Resulting Numbers: [57, 9, 3]
Generated Node #2: [57, 9, 3] from Operation: 60/20=3
Current State: 60:[57, 9, 3], Operations: ['60/20=3']
Exploring Operation: 9/3=3, Resulting Numbers: [57, 3]
Generated Node #3: [57, 3] from Operation: 9/3=... | 4 |
[
68,
76,
4,
6
] | 80 | [
"76-68=8",
"4+6=10",
"8*10=80"
] | Current State: 80:[68, 76, 4, 6], Operations: []
Exploring Operation: 76-68=8, Resulting Numbers: [4, 6, 8]
Generated Node #2: [4, 6, 8] from Operation: 76-68=8
Current State: 80:[4, 6, 8], Operations: ['76-68=8']
Exploring Operation: 4+6=10, Resulting Numbers: [8, 10]
Generated Node #3: [8, 10] from Operation: 4+6=10
... | 4 |
[
28,
38,
42,
10
] | 17 | [
"42-38=4",
"28/4=7",
"10+7=17"
] | Current State: 17:[28, 38, 42, 10], Operations: []
Exploring Operation: 42-38=4, Resulting Numbers: [28, 10, 4]
Generated Node #2: [28, 10, 4] from Operation: 42-38=4
Current State: 17:[28, 10, 4], Operations: ['42-38=4']
Exploring Operation: 28/4=7, Resulting Numbers: [10, 7]
Generated Node #3: [10, 7] from Operation:... | 4 |
[
7,
19,
23,
19
] | 17 | [
"23-7=16",
"19/19=1",
"16+1=17"
] | Current State: 17:[7, 19, 23, 19], Operations: []
Exploring Operation: 23-7=16, Resulting Numbers: [19, 19, 16]
Generated Node #2: [19, 19, 16] from Operation: 23-7=16
Current State: 17:[19, 19, 16], Operations: ['23-7=16']
Exploring Operation: 19/19=1, Resulting Numbers: [16, 1]
Generated Node #3: [16, 1] from Operati... | 4 |
[
13,
19,
73,
30
] | 49 | [
"19-13=6",
"73-30=43",
"6+43=49"
] | Current State: 49:[13, 19, 73, 30], Operations: []
Exploring Operation: 19-13=6, Resulting Numbers: [73, 30, 6]
Generated Node #2: [73, 30, 6] from Operation: 19-13=6
Current State: 49:[73, 30, 6], Operations: ['19-13=6']
Exploring Operation: 73-30=43, Resulting Numbers: [6, 43]
Generated Node #3: [6, 43] from Operatio... | 4 |
[
91,
63,
64,
26
] | 62 | [
"91-63=28",
"64+26=90",
"90-28=62"
] | Current State: 62:[91, 63, 64, 26], Operations: []
Exploring Operation: 91-63=28, Resulting Numbers: [64, 26, 28]
Generated Node #2: [64, 26, 28] from Operation: 91-63=28
Current State: 62:[64, 26, 28], Operations: ['91-63=28']
Exploring Operation: 64+26=90, Resulting Numbers: [28, 90]
Generated Node #3: [28, 90] from ... | 4 |
[
57,
43,
71,
65
] | 84 | [
"57-43=14",
"71-65=6",
"14*6=84"
] | Current State: 84:[57, 43, 71, 65], Operations: []
Exploring Operation: 57-43=14, Resulting Numbers: [71, 65, 14]
Generated Node #2: [71, 65, 14] from Operation: 57-43=14
Current State: 84:[71, 65, 14], Operations: ['57-43=14']
Exploring Operation: 71-65=6, Resulting Numbers: [14, 6]
Generated Node #3: [14, 6] from Ope... | 4 |
[
29,
62,
29,
99
] | 99 | [
"29-29=0",
"62*0=0",
"99+0=99"
] | Current State: 99:[29, 62, 29, 99], Operations: []
Exploring Operation: 29-29=0, Resulting Numbers: [62, 99, 0]
Generated Node #2: [62, 99, 0] from Operation: 29-29=0
Current State: 99:[62, 99, 0], Operations: ['29-29=0']
Exploring Operation: 62*0=0, Resulting Numbers: [99, 0]
Generated Node #3: [99, 0] from Operation:... | 4 |
[
30,
56,
54,
39
] | 21 | [
"56-54=2",
"30*2=60",
"60-39=21"
] | Current State: 21:[30, 56, 54, 39], Operations: []
Exploring Operation: 56-54=2, Resulting Numbers: [30, 39, 2]
Generated Node #2: [30, 39, 2] from Operation: 56-54=2
Current State: 21:[30, 39, 2], Operations: ['56-54=2']
Exploring Operation: 30*2=60, Resulting Numbers: [39, 60]
Generated Node #3: [39, 60] from Operati... | 4 |
[
15,
18,
10,
17
] | 30 | [
"18-15=3",
"10+17=27",
"3+27=30"
] | Current State: 30:[15, 18, 10, 17], Operations: []
Exploring Operation: 18-15=3, Resulting Numbers: [10, 17, 3]
Generated Node #2: [10, 17, 3] from Operation: 18-15=3
Current State: 30:[10, 17, 3], Operations: ['18-15=3']
Exploring Operation: 10+17=27, Resulting Numbers: [3, 27]
Generated Node #3: [3, 27] from Operatio... | 4 |
[
43,
37,
51,
51
] | 11 | [
"51-43=8",
"37+51=88",
"88/8=11"
] | Current State: 11:[43, 37, 51, 51], Operations: []
Exploring Operation: 51-43=8, Resulting Numbers: [37, 8]
Generated Node #2: [37, 8] from Operation: 51-43=8
Current State: 11:[37, 8], Operations: ['51-43=8']
Exploring Operation: 37+51=88, Resulting Numbers: [8, 88]
Generated Node #3: [8, 88] from Operation: 37+51=88
... | 4 |
[
11,
12,
96,
10
] | 84 | [
"11-10=1",
"96-12=84",
"1*84=84"
] | Current State: 84:[11, 12, 96, 10], Operations: []
Exploring Operation: 11-10=1, Resulting Numbers: [12, 96, 1]
Generated Node #2: [12, 96, 1] from Operation: 11-10=1
Current State: 84:[12, 96, 1], Operations: ['11-10=1']
Exploring Operation: 96-12=84, Resulting Numbers: [1, 84]
Generated Node #3: [1, 84] from Operatio... | 4 |
[
14,
20,
10,
11
] | 39 | [
"14*20=280",
"280/10=28",
"11+28=39"
] | Current State: 39:[14, 20, 10, 11], Operations: []
Exploring Operation: 14*20=280, Resulting Numbers: [10, 11, 280]
Generated Node #2: [10, 11, 280] from Operation: 14*20=280
Current State: 39:[10, 11, 280], Operations: ['14*20=280']
Exploring Operation: 280/10=28, Resulting Numbers: [11, 28]
Generated Node #3: [11, 28... | 4 |
[
10,
83,
84,
3
] | 65 | [
"10+83=93",
"84/3=28",
"93-28=65"
] | Current State: 65:[10, 83, 84, 3], Operations: []
Exploring Operation: 10+83=93, Resulting Numbers: [84, 3, 93]
Generated Node #2: [84, 3, 93] from Operation: 10+83=93
Current State: 65:[84, 3, 93], Operations: ['10+83=93']
Exploring Operation: 84/3=28, Resulting Numbers: [93, 28]
Generated Node #3: [93, 28] from Opera... | 4 |
[
8,
39,
17,
80
] | 17 | [
"8*17=136",
"39+80=119",
"136-119=17"
] | Current State: 17:[8, 39, 17, 80], Operations: []
Exploring Operation: 8*17=136, Resulting Numbers: [39, 80, 136]
Generated Node #2: [39, 80, 136] from Operation: 8*17=136
Current State: 17:[39, 80, 136], Operations: ['8*17=136']
Exploring Operation: 39+80=119, Resulting Numbers: [136, 119]
Generated Node #3: [136, 119... | 4 |
[
72,
54,
92,
26
] | 95 | [
"54*92=4968",
"4968/72=69",
"26+69=95"
] | Current State: 95:[72, 54, 92, 26], Operations: []
Exploring Operation: 54*92=4968, Resulting Numbers: [72, 26, 4968]
Generated Node #2: [72, 26, 4968] from Operation: 54*92=4968
Current State: 95:[72, 26, 4968], Operations: ['54*92=4968']
Exploring Operation: 4968/72=69, Resulting Numbers: [26, 69]
Generated Node #3: ... | 4 |
[
22,
19,
9,
29
] | 79 | [
"22+19=41",
"9+29=38",
"41+38=79"
] | Current State: 79:[22, 19, 9, 29], Operations: []
Exploring Operation: 22+19=41, Resulting Numbers: [9, 29, 41]
Generated Node #2: [9, 29, 41] from Operation: 22+19=41
Current State: 79:[9, 29, 41], Operations: ['22+19=41']
Exploring Operation: 9+29=38, Resulting Numbers: [41, 38]
Generated Node #3: [41, 38] from Opera... | 4 |
[
81,
24,
11,
23
] | 96 | [
"81+11=92",
"24*92=2208",
"2208/23=96"
] | Current State: 96:[81, 24, 11, 23], Operations: []
Exploring Operation: 81+11=92, Resulting Numbers: [24, 23, 92]
Generated Node #2: [24, 23, 92] from Operation: 81+11=92
Current State: 96:[24, 23, 92], Operations: ['81+11=92']
Exploring Operation: 24*92=2208, Resulting Numbers: [23, 2208]
Generated Node #3: [23, 2208]... | 4 |
[
63,
62,
43,
79
] | 35 | [
"63-62=1",
"79-43=36",
"36-1=35"
] | Current State: 35:[63, 62, 43, 79], Operations: []
Exploring Operation: 63-62=1, Resulting Numbers: [43, 79, 1]
Generated Node #2: [43, 79, 1] from Operation: 63-62=1
Current State: 35:[43, 79, 1], Operations: ['63-62=1']
Exploring Operation: 79-43=36, Resulting Numbers: [1, 36]
Generated Node #3: [1, 36] from Operatio... | 4 |
[
44,
99,
48,
69
] | 62 | [
"99-44=55",
"48+69=117",
"117-55=62"
] | Current State: 62:[44, 99, 48, 69], Operations: []
Exploring Operation: 99-44=55, Resulting Numbers: [48, 69, 55]
Generated Node #2: [48, 69, 55] from Operation: 99-44=55
Current State: 62:[48, 69, 55], Operations: ['99-44=55']
Exploring Operation: 48+69=117, Resulting Numbers: [55, 117]
Generated Node #3: [55, 117] fr... | 4 |
[
6,
94,
20,
30
] | 90 | [
"6+94=100",
"30-20=10",
"100-10=90"
] | Current State: 90:[6, 94, 20, 30], Operations: []
Exploring Operation: 6+94=100, Resulting Numbers: [20, 30, 100]
Generated Node #2: [20, 30, 100] from Operation: 6+94=100
Current State: 90:[20, 30, 100], Operations: ['6+94=100']
Exploring Operation: 30-20=10, Resulting Numbers: [100, 10]
Generated Node #3: [100, 10] f... | 4 |
[
8,
6,
24,
90
] | 86 | [
"90-8=82",
"24/6=4",
"82+4=86"
] | Current State: 86:[8, 6, 24, 90], Operations: []
Exploring Operation: 90-8=82, Resulting Numbers: [6, 24, 82]
Generated Node #2: [6, 24, 82] from Operation: 90-8=82
Current State: 86:[6, 24, 82], Operations: ['90-8=82']
Exploring Operation: 24/6=4, Resulting Numbers: [82, 4]
Generated Node #3: [82, 4] from Operation: 2... | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.