nums listlengths 4 4 | target int64 10 100 | solution listlengths 3 3 | optimal_path stringlengths 282 529 | start_size int64 4 4 |
|---|---|---|---|---|
[
63,
3,
8,
38
] | 90 | [
"63-3=60",
"38-8=30",
"60+30=90"
] | Current State: 90:[63, 3, 8, 38], Operations: []
Exploring Operation: 63-3=60, Resulting Numbers: [8, 38, 60]
Generated Node #2: [8, 38, 60] from Operation: 63-3=60
Current State: 90:[8, 38, 60], Operations: ['63-3=60']
Exploring Operation: 38-8=30, Resulting Numbers: [60, 30]
Generated Node #3: [60, 30] from Operation... | 4 |
[
51,
81,
70,
91
] | 58 | [
"91-81=10",
"70/10=7",
"51+7=58"
] | Current State: 58:[51, 81, 70, 91], Operations: []
Exploring Operation: 91-81=10, Resulting Numbers: [51, 70, 10]
Generated Node #2: [51, 70, 10] from Operation: 91-81=10
Current State: 58:[51, 70, 10], Operations: ['91-81=10']
Exploring Operation: 70/10=7, Resulting Numbers: [51, 7]
Generated Node #3: [51, 7] from Ope... | 4 |
[
36,
94,
50,
59
] | 98 | [
"59-50=9",
"36/9=4",
"94+4=98"
] | Current State: 98:[36, 94, 50, 59], Operations: []
Exploring Operation: 59-50=9, Resulting Numbers: [36, 94, 9]
Generated Node #2: [36, 94, 9] from Operation: 59-50=9
Current State: 98:[36, 94, 9], Operations: ['59-50=9']
Exploring Operation: 36/9=4, Resulting Numbers: [94, 4]
Generated Node #3: [94, 4] from Operation:... | 4 |
[
25,
83,
18,
8
] | 14 | [
"25+83=108",
"108/18=6",
"8+6=14"
] | Current State: 14:[25, 83, 18, 8], Operations: []
Exploring Operation: 25+83=108, Resulting Numbers: [18, 8, 108]
Generated Node #2: [18, 8, 108] from Operation: 25+83=108
Current State: 14:[18, 8, 108], Operations: ['25+83=108']
Exploring Operation: 108/18=6, Resulting Numbers: [8, 6]
Generated Node #3: [8, 6] from Op... | 4 |
[
4,
40,
11,
46
] | 46 | [
"40/4=10",
"11-10=1",
"46*1=46"
] | Current State: 46:[4, 40, 11, 46], Operations: []
Exploring Operation: 40/4=10, Resulting Numbers: [11, 46, 10]
Generated Node #2: [11, 46, 10] from Operation: 40/4=10
Current State: 46:[11, 46, 10], Operations: ['40/4=10']
Exploring Operation: 11-10=1, Resulting Numbers: [46, 1]
Generated Node #3: [46, 1] from Operati... | 4 |
[
65,
7,
74,
95
] | 68 | [
"95-74=21",
"21/7=3",
"65+3=68"
] | Current State: 68:[65, 7, 74, 95], Operations: []
Exploring Operation: 95-74=21, Resulting Numbers: [65, 7, 21]
Generated Node #2: [65, 7, 21] from Operation: 95-74=21
Current State: 68:[65, 7, 21], Operations: ['95-74=21']
Exploring Operation: 21/7=3, Resulting Numbers: [65, 3]
Generated Node #3: [65, 3] from Operatio... | 4 |
[
38,
73,
74,
12
] | 50 | [
"38+12=50",
"74-73=1",
"50*1=50"
] | Current State: 50:[38, 73, 74, 12], Operations: []
Exploring Operation: 38+12=50, Resulting Numbers: [73, 74, 50]
Generated Node #2: [73, 74, 50] from Operation: 38+12=50
Current State: 50:[73, 74, 50], Operations: ['38+12=50']
Exploring Operation: 74-73=1, Resulting Numbers: [50, 1]
Generated Node #3: [50, 1] from Ope... | 4 |
[
54,
32,
34,
26
] | 58 | [
"34-26=8",
"32/8=4",
"54+4=58"
] | Current State: 58:[54, 32, 34, 26], Operations: []
Exploring Operation: 34-26=8, Resulting Numbers: [54, 32, 8]
Generated Node #2: [54, 32, 8] from Operation: 34-26=8
Current State: 58:[54, 32, 8], Operations: ['34-26=8']
Exploring Operation: 32/8=4, Resulting Numbers: [54, 4]
Generated Node #3: [54, 4] from Operation:... | 4 |
[
86,
82,
34,
73
] | 63 | [
"86-82=4",
"34*4=136",
"136-73=63"
] | Current State: 63:[86, 82, 34, 73], Operations: []
Exploring Operation: 86-82=4, Resulting Numbers: [34, 73, 4]
Generated Node #2: [34, 73, 4] from Operation: 86-82=4
Current State: 63:[34, 73, 4], Operations: ['86-82=4']
Exploring Operation: 34*4=136, Resulting Numbers: [73, 136]
Generated Node #3: [73, 136] from Oper... | 4 |
[
34,
63,
4,
19
] | 52 | [
"63-34=29",
"4+19=23",
"29+23=52"
] | Current State: 52:[34, 63, 4, 19], Operations: []
Exploring Operation: 63-34=29, Resulting Numbers: [4, 19, 29]
Generated Node #2: [4, 19, 29] from Operation: 63-34=29
Current State: 52:[4, 19, 29], Operations: ['63-34=29']
Exploring Operation: 4+19=23, Resulting Numbers: [29, 23]
Generated Node #3: [29, 23] from Opera... | 4 |
[
21,
52,
47,
4
] | 52 | [
"47-21=26",
"4*26=104",
"104-52=52"
] | Current State: 52:[21, 52, 47, 4], Operations: []
Exploring Operation: 47-21=26, Resulting Numbers: [52, 4, 26]
Generated Node #2: [52, 4, 26] from Operation: 47-21=26
Current State: 52:[52, 4, 26], Operations: ['47-21=26']
Exploring Operation: 4*26=104, Resulting Numbers: [52, 104]
Generated Node #3: [52, 104] from Op... | 4 |
[
95,
48,
58,
79
] | 90 | [
"95-48=47",
"58+79=137",
"137-47=90"
] | Current State: 90:[95, 48, 58, 79], Operations: []
Exploring Operation: 95-48=47, Resulting Numbers: [58, 79, 47]
Generated Node #2: [58, 79, 47] from Operation: 95-48=47
Current State: 90:[58, 79, 47], Operations: ['95-48=47']
Exploring Operation: 58+79=137, Resulting Numbers: [47, 137]
Generated Node #3: [47, 137] fr... | 4 |
[
3,
1,
10,
90
] | 57 | [
"1+10=11",
"3*11=33",
"90-33=57"
] | Current State: 57:[3, 1, 10, 90], Operations: []
Exploring Operation: 1+10=11, Resulting Numbers: [3, 90, 11]
Generated Node #2: [3, 90, 11] from Operation: 1+10=11
Current State: 57:[3, 90, 11], Operations: ['1+10=11']
Exploring Operation: 3*11=33, Resulting Numbers: [90, 33]
Generated Node #3: [90, 33] from Operation... | 4 |
[
9,
80,
9,
68
] | 99 | [
"80-68=12",
"9*12=108",
"108-9=99"
] | Current State: 99:[9, 80, 9, 68], Operations: []
Exploring Operation: 80-68=12, Resulting Numbers: [9, 9, 12]
Generated Node #2: [9, 9, 12] from Operation: 80-68=12
Current State: 99:[9, 9, 12], Operations: ['80-68=12']
Exploring Operation: 9*12=108, Resulting Numbers: [108]
108,99 equal: Goal Reached
Exploring Operati... | 4 |
[
68,
52,
22,
70
] | 64 | [
"68-52=16",
"70-22=48",
"16+48=64"
] | Current State: 64:[68, 52, 22, 70], Operations: []
Exploring Operation: 68-52=16, Resulting Numbers: [22, 70, 16]
Generated Node #2: [22, 70, 16] from Operation: 68-52=16
Current State: 64:[22, 70, 16], Operations: ['68-52=16']
Exploring Operation: 70-22=48, Resulting Numbers: [16, 48]
Generated Node #3: [16, 48] from ... | 4 |
[
9,
24,
92,
25
] | 83 | [
"92-9=83",
"25-24=1",
"83*1=83"
] | Current State: 83:[9, 24, 92, 25], Operations: []
Exploring Operation: 92-9=83, Resulting Numbers: [24, 25, 83]
Generated Node #2: [24, 25, 83] from Operation: 92-9=83
Current State: 83:[24, 25, 83], Operations: ['92-9=83']
Exploring Operation: 25-24=1, Resulting Numbers: [83, 1]
Generated Node #3: [83, 1] from Operati... | 4 |
[
64,
75,
69,
2
] | 13 | [
"69-64=5",
"75/5=15",
"15-2=13"
] | Current State: 13:[64, 75, 69, 2], Operations: []
Exploring Operation: 69-64=5, Resulting Numbers: [75, 2, 5]
Generated Node #2: [75, 2, 5] from Operation: 69-64=5
Current State: 13:[75, 2, 5], Operations: ['69-64=5']
Exploring Operation: 75/5=15, Resulting Numbers: [2, 15]
Generated Node #3: [2, 15] from Operation: 75... | 4 |
[
28,
5,
9,
8
] | 33 | [
"28+5=33",
"9-8=1",
"33*1=33"
] | Current State: 33:[28, 5, 9, 8], Operations: []
Exploring Operation: 28+5=33, Resulting Numbers: [9, 8, 33]
Generated Node #2: [9, 8, 33] from Operation: 28+5=33
Current State: 33:[9, 8, 33], Operations: ['28+5=33']
Exploring Operation: 9-8=1, Resulting Numbers: [33, 1]
Generated Node #3: [33, 1] from Operation: 9-8=1
... | 4 |
[
6,
23,
8,
34
] | 10 | [
"23-6=17",
"34/17=2",
"8+2=10"
] | Current State: 10:[6, 23, 8, 34], Operations: []
Exploring Operation: 23-6=17, Resulting Numbers: [8, 34, 17]
Generated Node #2: [8, 34, 17] from Operation: 23-6=17
Current State: 10:[8, 34, 17], Operations: ['23-6=17']
Exploring Operation: 34/17=2, Resulting Numbers: [8, 2]
Generated Node #3: [8, 2] from Operation: 34... | 4 |
[
24,
70,
68,
42
] | 30 | [
"70-68=2",
"24/2=12",
"42-12=30"
] | Current State: 30:[24, 70, 68, 42], Operations: []
Exploring Operation: 70-68=2, Resulting Numbers: [24, 42, 2]
Generated Node #2: [24, 42, 2] from Operation: 70-68=2
Current State: 30:[24, 42, 2], Operations: ['70-68=2']
Exploring Operation: 24/2=12, Resulting Numbers: [42, 12]
Generated Node #3: [42, 12] from Operati... | 4 |
[
47,
89,
54,
2
] | 33 | [
"89-47=42",
"42/2=21",
"54-21=33"
] | Current State: 33:[47, 89, 54, 2], Operations: []
Exploring Operation: 89-47=42, Resulting Numbers: [54, 2, 42]
Generated Node #2: [54, 2, 42] from Operation: 89-47=42
Current State: 33:[54, 2, 42], Operations: ['89-47=42']
Exploring Operation: 42/2=21, Resulting Numbers: [54, 21]
Generated Node #3: [54, 21] from Opera... | 4 |
[
50,
69,
75,
7
] | 87 | [
"69-50=19",
"75-7=68",
"19+68=87"
] | Current State: 87:[50, 69, 75, 7], Operations: []
Exploring Operation: 69-50=19, Resulting Numbers: [75, 7, 19]
Generated Node #2: [75, 7, 19] from Operation: 69-50=19
Current State: 87:[75, 7, 19], Operations: ['69-50=19']
Exploring Operation: 75-7=68, Resulting Numbers: [19, 68]
Generated Node #3: [19, 68] from Opera... | 4 |
[
7,
18,
36,
60
] | 55 | [
"60-7=53",
"36/18=2",
"53+2=55"
] | Current State: 55:[7, 18, 36, 60], Operations: []
Exploring Operation: 60-7=53, Resulting Numbers: [18, 36, 53]
Generated Node #2: [18, 36, 53] from Operation: 60-7=53
Current State: 55:[18, 36, 53], Operations: ['60-7=53']
Exploring Operation: 36/18=2, Resulting Numbers: [53, 2]
Generated Node #3: [53, 2] from Operati... | 4 |
[
96,
13,
60,
64
] | 27 | [
"60*64=3840",
"3840/96=40",
"40-13=27"
] | Current State: 27:[96, 13, 60, 64], Operations: []
Exploring Operation: 60*64=3840, Resulting Numbers: [96, 13, 3840]
Generated Node #2: [96, 13, 3840] from Operation: 60*64=3840
Current State: 27:[96, 13, 3840], Operations: ['60*64=3840']
Exploring Operation: 3840/96=40, Resulting Numbers: [13, 40]
Generated Node #3: ... | 4 |
[
57,
65,
48,
9
] | 15 | [
"65-57=8",
"48/8=6",
"9+6=15"
] | Current State: 15:[57, 65, 48, 9], Operations: []
Exploring Operation: 65-57=8, Resulting Numbers: [48, 9, 8]
Generated Node #2: [48, 9, 8] from Operation: 65-57=8
Current State: 15:[48, 9, 8], Operations: ['65-57=8']
Exploring Operation: 48/8=6, Resulting Numbers: [9, 6]
Generated Node #3: [9, 6] from Operation: 48/8=... | 4 |
[
64,
70,
86,
69
] | 72 | [
"69-64=5",
"70/5=14",
"86-14=72"
] | Current State: 72:[64, 70, 86, 69], Operations: []
Exploring Operation: 69-64=5, Resulting Numbers: [70, 86, 5]
Generated Node #2: [70, 86, 5] from Operation: 69-64=5
Current State: 72:[70, 86, 5], Operations: ['69-64=5']
Exploring Operation: 70/5=14, Resulting Numbers: [86, 14]
Generated Node #3: [86, 14] from Operati... | 4 |
[
87,
73,
44,
4
] | 26 | [
"87-73=14",
"44-4=40",
"40-14=26"
] | Current State: 26:[87, 73, 44, 4], Operations: []
Exploring Operation: 87-73=14, Resulting Numbers: [44, 4, 14]
Generated Node #2: [44, 4, 14] from Operation: 87-73=14
Current State: 26:[44, 4, 14], Operations: ['87-73=14']
Exploring Operation: 44-4=40, Resulting Numbers: [14, 40]
Generated Node #3: [14, 40] from Opera... | 4 |
[
10,
90,
35,
81
] | 35 | [
"90-10=80",
"81-80=1",
"35*1=35"
] | Current State: 35:[10, 90, 35, 81], Operations: []
Exploring Operation: 90-10=80, Resulting Numbers: [35, 81, 80]
Generated Node #2: [35, 81, 80] from Operation: 90-10=80
Current State: 35:[35, 81, 80], Operations: ['90-10=80']
Exploring Operation: 81-80=1, Resulting Numbers: [35, 1]
Generated Node #3: [35, 1] from Ope... | 4 |
[
34,
9,
97,
69
] | 71 | [
"34+9=43",
"97-69=28",
"43+28=71"
] | Current State: 71:[34, 9, 97, 69], Operations: []
Exploring Operation: 34+9=43, Resulting Numbers: [97, 69, 43]
Generated Node #2: [97, 69, 43] from Operation: 34+9=43
Current State: 71:[97, 69, 43], Operations: ['34+9=43']
Exploring Operation: 97-69=28, Resulting Numbers: [43, 28]
Generated Node #3: [43, 28] from Oper... | 4 |
[
4,
8,
13,
70
] | 53 | [
"8-4=4",
"70-13=57",
"57-4=53"
] | Current State: 53:[4, 8, 13, 70], Operations: []
Exploring Operation: 8-4=4, Resulting Numbers: [13, 70, 4]
Generated Node #2: [13, 70, 4] from Operation: 8-4=4
Current State: 53:[13, 70, 4], Operations: ['8-4=4']
Exploring Operation: 70-13=57, Resulting Numbers: [4, 57]
Generated Node #3: [4, 57] from Operation: 70-13... | 4 |
[
8,
10,
70,
45
] | 80 | [
"10-8=2",
"70/2=35",
"45+35=80"
] | Current State: 80:[8, 10, 70, 45], Operations: []
Exploring Operation: 10-8=2, Resulting Numbers: [70, 45, 2]
Generated Node #2: [70, 45, 2] from Operation: 10-8=2
Current State: 80:[70, 45, 2], Operations: ['10-8=2']
Exploring Operation: 70/2=35, Resulting Numbers: [45, 35]
Generated Node #3: [45, 35] from Operation: ... | 4 |
[
76,
38,
39,
20
] | 55 | [
"76+38=114",
"39+20=59",
"114-59=55"
] | Current State: 55:[76, 38, 39, 20], Operations: []
Exploring Operation: 76+38=114, Resulting Numbers: [39, 20, 114]
Generated Node #2: [39, 20, 114] from Operation: 76+38=114
Current State: 55:[39, 20, 114], Operations: ['76+38=114']
Exploring Operation: 39+20=59, Resulting Numbers: [114, 59]
Generated Node #3: [114, 5... | 4 |
[
66,
84,
82,
11
] | 96 | [
"66/11=6",
"84/6=14",
"82+14=96"
] | Current State: 96:[66, 84, 82, 11], Operations: []
Exploring Operation: 66/11=6, Resulting Numbers: [84, 82, 6]
Generated Node #2: [84, 82, 6] from Operation: 66/11=6
Current State: 96:[84, 82, 6], Operations: ['66/11=6']
Exploring Operation: 84/6=14, Resulting Numbers: [82, 14]
Generated Node #3: [82, 14] from Operati... | 4 |
[
68,
15,
63,
12
] | 20 | [
"68*15=1020",
"63-12=51",
"1020/51=20"
] | Current State: 20:[68, 15, 63, 12], Operations: []
Exploring Operation: 68*15=1020, Resulting Numbers: [63, 12, 1020]
Generated Node #2: [63, 12, 1020] from Operation: 68*15=1020
Current State: 20:[63, 12, 1020], Operations: ['68*15=1020']
Exploring Operation: 63-12=51, Resulting Numbers: [1020, 51]
Generated Node #3: ... | 4 |
[
32,
4,
57,
24
] | 83 | [
"32+57=89",
"24/4=6",
"89-6=83"
] | Current State: 83:[32, 4, 57, 24], Operations: []
Exploring Operation: 32+57=89, Resulting Numbers: [4, 24, 89]
Generated Node #2: [4, 24, 89] from Operation: 32+57=89
Current State: 83:[4, 24, 89], Operations: ['32+57=89']
Exploring Operation: 24/4=6, Resulting Numbers: [89, 6]
Generated Node #3: [89, 6] from Operatio... | 4 |
[
28,
7,
4,
18
] | 14 | [
"28*7=196",
"18-4=14",
"196/14=14"
] | Current State: 14:[28, 7, 4, 18], Operations: []
Exploring Operation: 28*7=196, Resulting Numbers: [4, 18, 196]
Generated Node #2: [4, 18, 196] from Operation: 28*7=196
Current State: 14:[4, 18, 196], Operations: ['28*7=196']
Exploring Operation: 18-4=14, Resulting Numbers: [196, 14]
Generated Node #3: [196, 14] from O... | 4 |
[
1,
8,
59,
97
] | 45 | [
"8-1=7",
"97-59=38",
"7+38=45"
] | Current State: 45:[1, 8, 59, 97], Operations: []
Exploring Operation: 8-1=7, Resulting Numbers: [59, 97, 7]
Generated Node #2: [59, 97, 7] from Operation: 8-1=7
Current State: 45:[59, 97, 7], Operations: ['8-1=7']
Exploring Operation: 97-59=38, Resulting Numbers: [7, 38]
Generated Node #3: [7, 38] from Operation: 97-59... | 4 |
[
70,
50,
84,
3
] | 61 | [
"70-50=20",
"84-3=81",
"81-20=61"
] | Current State: 61:[70, 50, 84, 3], Operations: []
Exploring Operation: 70-50=20, Resulting Numbers: [84, 3, 20]
Generated Node #2: [84, 3, 20] from Operation: 70-50=20
Current State: 61:[84, 3, 20], Operations: ['70-50=20']
Exploring Operation: 84-3=81, Resulting Numbers: [20, 81]
Generated Node #3: [20, 81] from Opera... | 4 |
[
32,
66,
15,
58
] | 39 | [
"66-32=34",
"15+58=73",
"73-34=39"
] | Current State: 39:[32, 66, 15, 58], Operations: []
Exploring Operation: 66-32=34, Resulting Numbers: [15, 58, 34]
Generated Node #2: [15, 58, 34] from Operation: 66-32=34
Current State: 39:[15, 58, 34], Operations: ['66-32=34']
Exploring Operation: 15+58=73, Resulting Numbers: [34, 73]
Generated Node #3: [34, 73] from ... | 4 |
[
98,
80,
78,
39
] | 89 | [
"98+80=178",
"78/39=2",
"178/2=89"
] | Current State: 89:[98, 80, 78, 39], Operations: []
Exploring Operation: 98+80=178, Resulting Numbers: [78, 39, 178]
Generated Node #2: [78, 39, 178] from Operation: 98+80=178
Current State: 89:[78, 39, 178], Operations: ['98+80=178']
Exploring Operation: 78/39=2, Resulting Numbers: [178, 2]
Generated Node #3: [178, 2] ... | 4 |
[
77,
24,
62,
71
] | 32 | [
"77+24=101",
"62+71=133",
"133-101=32"
] | Current State: 32:[77, 24, 62, 71], Operations: []
Exploring Operation: 77+24=101, Resulting Numbers: [62, 71, 101]
Generated Node #2: [62, 71, 101] from Operation: 77+24=101
Current State: 32:[62, 71, 101], Operations: ['77+24=101']
Exploring Operation: 62+71=133, Resulting Numbers: [101, 133]
Generated Node #3: [101,... | 4 |
[
4,
34,
70,
46
] | 73 | [
"46-34=12",
"12/4=3",
"70+3=73"
] | Current State: 73:[4, 34, 70, 46], Operations: []
Exploring Operation: 46-34=12, Resulting Numbers: [4, 70, 12]
Generated Node #2: [4, 70, 12] from Operation: 46-34=12
Current State: 73:[4, 70, 12], Operations: ['46-34=12']
Exploring Operation: 12/4=3, Resulting Numbers: [70, 3]
Generated Node #3: [70, 3] from Operatio... | 4 |
[
35,
17,
9,
67
] | 65 | [
"35-17=18",
"18/9=2",
"67-2=65"
] | Current State: 65:[35, 17, 9, 67], Operations: []
Exploring Operation: 35-17=18, Resulting Numbers: [9, 67, 18]
Generated Node #2: [9, 67, 18] from Operation: 35-17=18
Current State: 65:[9, 67, 18], Operations: ['35-17=18']
Exploring Operation: 18/9=2, Resulting Numbers: [67, 2]
Generated Node #3: [67, 2] from Operatio... | 4 |
[
12,
37,
3,
13
] | 24 | [
"3*13=39",
"39-37=2",
"12*2=24"
] | Current State: 24:[12, 37, 3, 13], Operations: []
Exploring Operation: 3*13=39, Resulting Numbers: [12, 37, 39]
Generated Node #2: [12, 37, 39] from Operation: 3*13=39
Current State: 24:[12, 37, 39], Operations: ['3*13=39']
Exploring Operation: 39-37=2, Resulting Numbers: [12, 2]
Generated Node #3: [12, 2] from Operati... | 4 |
[
38,
17,
60,
96
] | 57 | [
"38-17=21",
"96-60=36",
"21+36=57"
] | Current State: 57:[38, 17, 60, 96], Operations: []
Exploring Operation: 38-17=21, Resulting Numbers: [60, 96, 21]
Generated Node #2: [60, 96, 21] from Operation: 38-17=21
Current State: 57:[60, 96, 21], Operations: ['38-17=21']
Exploring Operation: 96-60=36, Resulting Numbers: [21, 36]
Generated Node #3: [21, 36] from ... | 4 |
[
65,
47,
50,
68
] | 36 | [
"65-47=18",
"68-50=18",
"18+18=36"
] | Current State: 36:[65, 47, 50, 68], Operations: []
Exploring Operation: 65-47=18, Resulting Numbers: [50, 68, 18]
Generated Node #2: [50, 68, 18] from Operation: 65-47=18
Current State: 36:[50, 68, 18], Operations: ['65-47=18']
Exploring Operation: 68-50=18, Resulting Numbers: [18, 18]
Generated Node #3: [18, 18] from ... | 4 |
[
63,
96,
89,
67
] | 11 | [
"96-63=33",
"89-67=22",
"33-22=11"
] | Current State: 11:[63, 96, 89, 67], Operations: []
Exploring Operation: 96-63=33, Resulting Numbers: [89, 67, 33]
Generated Node #2: [89, 67, 33] from Operation: 96-63=33
Current State: 11:[89, 67, 33], Operations: ['96-63=33']
Exploring Operation: 89-67=22, Resulting Numbers: [33, 22]
Generated Node #3: [33, 22] from ... | 4 |
[
54,
57,
85,
44
] | 47 | [
"57-54=3",
"44*3=132",
"132-85=47"
] | Current State: 47:[54, 57, 85, 44], Operations: []
Exploring Operation: 57-54=3, Resulting Numbers: [85, 44, 3]
Generated Node #2: [85, 44, 3] from Operation: 57-54=3
Current State: 47:[85, 44, 3], Operations: ['57-54=3']
Exploring Operation: 44*3=132, Resulting Numbers: [85, 132]
Generated Node #3: [85, 132] from Oper... | 4 |
[
32,
30,
38,
80
] | 76 | [
"38-30=8",
"32/8=4",
"80-4=76"
] | Current State: 76:[32, 30, 38, 80], Operations: []
Exploring Operation: 38-30=8, Resulting Numbers: [32, 80, 8]
Generated Node #2: [32, 80, 8] from Operation: 38-30=8
Current State: 76:[32, 80, 8], Operations: ['38-30=8']
Exploring Operation: 32/8=4, Resulting Numbers: [80, 4]
Generated Node #3: [80, 4] from Operation:... | 4 |
[
2,
73,
11,
89
] | 68 | [
"2*73=146",
"89-11=78",
"146-78=68"
] | Current State: 68:[2, 73, 11, 89], Operations: []
Exploring Operation: 2*73=146, Resulting Numbers: [11, 89, 146]
Generated Node #2: [11, 89, 146] from Operation: 2*73=146
Current State: 68:[11, 89, 146], Operations: ['2*73=146']
Exploring Operation: 89-11=78, Resulting Numbers: [146, 78]
Generated Node #3: [146, 78] f... | 4 |
[
16,
4,
26,
15
] | 98 | [
"16+15=31",
"4*31=124",
"124-26=98"
] | Current State: 98:[16, 4, 26, 15], Operations: []
Exploring Operation: 16+15=31, Resulting Numbers: [4, 26, 31]
Generated Node #2: [4, 26, 31] from Operation: 16+15=31
Current State: 98:[4, 26, 31], Operations: ['16+15=31']
Exploring Operation: 4*31=124, Resulting Numbers: [26, 124]
Generated Node #3: [26, 124] from Op... | 4 |
[
63,
30,
2,
43
] | 70 | [
"63-43=20",
"2*20=40",
"30+40=70"
] | Current State: 70:[63, 30, 2, 43], Operations: []
Exploring Operation: 63-43=20, Resulting Numbers: [30, 2, 20]
Generated Node #2: [30, 2, 20] from Operation: 63-43=20
Current State: 70:[30, 2, 20], Operations: ['63-43=20']
Exploring Operation: 2*20=40, Resulting Numbers: [30, 40]
Generated Node #3: [30, 40] from Opera... | 4 |
[
1,
34,
90,
12
] | 69 | [
"34-1=33",
"90+12=102",
"102-33=69"
] | Current State: 69:[1, 34, 90, 12], Operations: []
Exploring Operation: 34-1=33, Resulting Numbers: [90, 12, 33]
Generated Node #2: [90, 12, 33] from Operation: 34-1=33
Current State: 69:[90, 12, 33], Operations: ['34-1=33']
Exploring Operation: 90+12=102, Resulting Numbers: [33, 102]
Generated Node #3: [33, 102] from O... | 4 |
[
12,
65,
32,
11
] | 74 | [
"65-12=53",
"32-11=21",
"53+21=74"
] | Current State: 74:[12, 65, 32, 11], Operations: []
Exploring Operation: 65-12=53, Resulting Numbers: [32, 11, 53]
Generated Node #2: [32, 11, 53] from Operation: 65-12=53
Current State: 74:[32, 11, 53], Operations: ['65-12=53']
Exploring Operation: 32-11=21, Resulting Numbers: [53, 21]
Generated Node #3: [53, 21] from ... | 4 |
[
13,
18,
2,
16
] | 86 | [
"13*16=208",
"208/2=104",
"104-18=86"
] | Current State: 86:[13, 18, 2, 16], Operations: []
Exploring Operation: 13*16=208, Resulting Numbers: [18, 2, 208]
Generated Node #2: [18, 2, 208] from Operation: 13*16=208
Current State: 86:[18, 2, 208], Operations: ['13*16=208']
Exploring Operation: 208/2=104, Resulting Numbers: [18, 104]
Generated Node #3: [18, 104] ... | 4 |
[
54,
4,
18,
48
] | 49 | [
"54/18=3",
"4+48=52",
"52-3=49"
] | Current State: 49:[54, 4, 18, 48], Operations: []
Exploring Operation: 54/18=3, Resulting Numbers: [4, 48, 3]
Generated Node #2: [4, 48, 3] from Operation: 54/18=3
Current State: 49:[4, 48, 3], Operations: ['54/18=3']
Exploring Operation: 4+48=52, Resulting Numbers: [3, 52]
Generated Node #3: [3, 52] from Operation: 4+... | 4 |
[
48,
6,
76,
9
] | 68 | [
"9-6=3",
"48*3=144",
"144-76=68"
] | Current State: 68:[48, 6, 76, 9], Operations: []
Exploring Operation: 9-6=3, Resulting Numbers: [48, 76, 3]
Generated Node #2: [48, 76, 3] from Operation: 9-6=3
Current State: 68:[48, 76, 3], Operations: ['9-6=3']
Exploring Operation: 48*3=144, Resulting Numbers: [76, 144]
Generated Node #3: [76, 144] from Operation: 4... | 4 |
[
26,
8,
10,
6
] | 26 | [
"26+8=34",
"10*6=60",
"60-34=26"
] | Current State: 26:[26, 8, 10, 6], Operations: []
Exploring Operation: 26+8=34, Resulting Numbers: [10, 6, 34]
Generated Node #2: [10, 6, 34] from Operation: 26+8=34
Current State: 26:[10, 6, 34], Operations: ['26+8=34']
Exploring Operation: 10*6=60, Resulting Numbers: [34, 60]
Generated Node #3: [34, 60] from Operation... | 4 |
[
54,
2,
4,
6
] | 42 | [
"54-2=52",
"4+6=10",
"52-10=42"
] | Current State: 42:[54, 2, 4, 6], Operations: []
Exploring Operation: 54-2=52, Resulting Numbers: [4, 6, 52]
Generated Node #2: [4, 6, 52] from Operation: 54-2=52
Current State: 42:[4, 6, 52], Operations: ['54-2=52']
Exploring Operation: 4+6=10, Resulting Numbers: [52, 10]
Generated Node #3: [52, 10] from Operation: 4+6... | 4 |
[
19,
51,
14,
43
] | 38 | [
"19+51=70",
"70/14=5",
"43-5=38"
] | Current State: 38:[19, 51, 14, 43], Operations: []
Exploring Operation: 19+51=70, Resulting Numbers: [14, 43, 70]
Generated Node #2: [14, 43, 70] from Operation: 19+51=70
Current State: 38:[14, 43, 70], Operations: ['19+51=70']
Exploring Operation: 70/14=5, Resulting Numbers: [43, 5]
Generated Node #3: [43, 5] from Ope... | 4 |
[
2,
29,
21,
33
] | 42 | [
"2+29=31",
"33-31=2",
"21*2=42"
] | Current State: 42:[2, 29, 21, 33], Operations: []
Exploring Operation: 2+29=31, Resulting Numbers: [21, 33, 31]
Generated Node #2: [21, 33, 31] from Operation: 2+29=31
Current State: 42:[21, 33, 31], Operations: ['2+29=31']
Exploring Operation: 33-31=2, Resulting Numbers: [21, 2]
Generated Node #3: [21, 2] from Operati... | 4 |
[
51,
53,
63,
63
] | 51 | [
"63-63=0",
"53*0=0",
"51+0=51"
] | Current State: 51:[51, 53, 63, 63], Operations: []
Exploring Operation: 63-63=0, Resulting Numbers: [51, 53, 0]
Generated Node #2: [51, 53, 0] from Operation: 63-63=0
Current State: 51:[51, 53, 0], Operations: ['63-63=0']
Exploring Operation: 53*0=0, Resulting Numbers: [51, 0]
Generated Node #3: [51, 0] from Operation:... | 4 |
[
51,
72,
77,
5
] | 28 | [
"72-51=21",
"5*21=105",
"105-77=28"
] | Current State: 28:[51, 72, 77, 5], Operations: []
Exploring Operation: 72-51=21, Resulting Numbers: [77, 5, 21]
Generated Node #2: [77, 5, 21] from Operation: 72-51=21
Current State: 28:[77, 5, 21], Operations: ['72-51=21']
Exploring Operation: 5*21=105, Resulting Numbers: [77, 105]
Generated Node #3: [77, 105] from Op... | 4 |
[
32,
59,
89,
88
] | 90 | [
"32+59=91",
"89-88=1",
"91-1=90"
] | Current State: 90:[32, 59, 89, 88], Operations: []
Exploring Operation: 32+59=91, Resulting Numbers: [89, 88, 91]
Generated Node #2: [89, 88, 91] from Operation: 32+59=91
Current State: 90:[89, 88, 91], Operations: ['32+59=91']
Exploring Operation: 89-88=1, Resulting Numbers: [91, 1]
Generated Node #3: [91, 1] from Ope... | 4 |
[
30,
64,
73,
42
] | 81 | [
"64-30=34",
"73+42=115",
"115-34=81"
] | Current State: 81:[30, 64, 73, 42], Operations: []
Exploring Operation: 64-30=34, Resulting Numbers: [73, 42, 34]
Generated Node #2: [73, 42, 34] from Operation: 64-30=34
Current State: 81:[73, 42, 34], Operations: ['64-30=34']
Exploring Operation: 73+42=115, Resulting Numbers: [34, 115]
Generated Node #3: [34, 115] fr... | 4 |
[
14,
42,
46,
13
] | 98 | [
"14*46=644",
"42*13=546",
"644-546=98"
] | Current State: 98:[14, 42, 46, 13], Operations: []
Exploring Operation: 14*46=644, Resulting Numbers: [42, 13, 644]
Generated Node #2: [42, 13, 644] from Operation: 14*46=644
Current State: 98:[42, 13, 644], Operations: ['14*46=644']
Exploring Operation: 42*13=546, Resulting Numbers: [644, 546]
Generated Node #3: [644,... | 4 |
[
3,
81,
64,
79
] | 59 | [
"3+81=84",
"64+79=143",
"143-84=59"
] | Current State: 59:[3, 81, 64, 79], Operations: []
Exploring Operation: 3+81=84, Resulting Numbers: [64, 79, 84]
Generated Node #2: [64, 79, 84] from Operation: 3+81=84
Current State: 59:[64, 79, 84], Operations: ['3+81=84']
Exploring Operation: 64+79=143, Resulting Numbers: [84, 143]
Generated Node #3: [84, 143] from O... | 4 |
[
59,
27,
15,
20
] | 24 | [
"59-27=32",
"15*32=480",
"480/20=24"
] | Current State: 24:[59, 27, 15, 20], Operations: []
Exploring Operation: 59-27=32, Resulting Numbers: [15, 20, 32]
Generated Node #2: [15, 20, 32] from Operation: 59-27=32
Current State: 24:[15, 20, 32], Operations: ['59-27=32']
Exploring Operation: 15*32=480, Resulting Numbers: [20, 480]
Generated Node #3: [20, 480] fr... | 4 |
[
7,
54,
58,
28
] | 31 | [
"7+54=61",
"58-28=30",
"61-30=31"
] | Current State: 31:[7, 54, 58, 28], Operations: []
Exploring Operation: 7+54=61, Resulting Numbers: [58, 28, 61]
Generated Node #2: [58, 28, 61] from Operation: 7+54=61
Current State: 31:[58, 28, 61], Operations: ['7+54=61']
Exploring Operation: 58-28=30, Resulting Numbers: [61, 30]
Generated Node #3: [61, 30] from Oper... | 4 |
[
52,
94,
91,
52
] | 81 | [
"94-52=42",
"91-52=39",
"42+39=81"
] | Current State: 81:[52, 94, 91, 52], Operations: []
Exploring Operation: 94-52=42, Resulting Numbers: [91, 42]
Generated Node #2: [91, 42] from Operation: 94-52=42
Current State: 81:[91, 42], Operations: ['94-52=42']
Exploring Operation: 91-52=39, Resulting Numbers: [42, 39]
Generated Node #3: [42, 39] from Operation: 9... | 4 |
[
64,
50,
2,
10
] | 62 | [
"64+50=114",
"10+114=124",
"124/2=62"
] | Current State: 62:[64, 50, 2, 10], Operations: []
Exploring Operation: 64+50=114, Resulting Numbers: [2, 10, 114]
Generated Node #2: [2, 10, 114] from Operation: 64+50=114
Current State: 62:[2, 10, 114], Operations: ['64+50=114']
Exploring Operation: 10+114=124, Resulting Numbers: [2, 124]
Generated Node #3: [2, 124] f... | 4 |
[
84,
33,
64,
56
] | 43 | [
"84-33=51",
"64-56=8",
"51-8=43"
] | Current State: 43:[84, 33, 64, 56], Operations: []
Exploring Operation: 84-33=51, Resulting Numbers: [64, 56, 51]
Generated Node #2: [64, 56, 51] from Operation: 84-33=51
Current State: 43:[64, 56, 51], Operations: ['84-33=51']
Exploring Operation: 64-56=8, Resulting Numbers: [51, 8]
Generated Node #3: [51, 8] from Ope... | 4 |
[
95,
58,
60,
30
] | 21 | [
"58*60=3480",
"3480/30=116",
"116-95=21"
] | Current State: 21:[95, 58, 60, 30], Operations: []
Exploring Operation: 58*60=3480, Resulting Numbers: [95, 30, 3480]
Generated Node #2: [95, 30, 3480] from Operation: 58*60=3480
Current State: 21:[95, 30, 3480], Operations: ['58*60=3480']
Exploring Operation: 3480/30=116, Resulting Numbers: [95, 116]
Generated Node #3... | 4 |
[
32,
71,
89,
2
] | 28 | [
"32+71=103",
"103-89=14",
"2*14=28"
] | Current State: 28:[32, 71, 89, 2], Operations: []
Exploring Operation: 32+71=103, Resulting Numbers: [89, 2, 103]
Generated Node #2: [89, 2, 103] from Operation: 32+71=103
Current State: 28:[89, 2, 103], Operations: ['32+71=103']
Exploring Operation: 103-89=14, Resulting Numbers: [2, 14]
Generated Node #3: [2, 14] from... | 4 |
[
39,
26,
95,
3
] | 85 | [
"39-26=13",
"95+3=98",
"98-13=85"
] | Current State: 85:[39, 26, 95, 3], Operations: []
Exploring Operation: 39-26=13, Resulting Numbers: [95, 3, 13]
Generated Node #2: [95, 3, 13] from Operation: 39-26=13
Current State: 85:[95, 3, 13], Operations: ['39-26=13']
Exploring Operation: 95+3=98, Resulting Numbers: [13, 98]
Generated Node #3: [13, 98] from Opera... | 4 |
[
38,
60,
92,
82
] | 12 | [
"60-38=22",
"92-82=10",
"22-10=12"
] | Current State: 12:[38, 60, 92, 82], Operations: []
Exploring Operation: 60-38=22, Resulting Numbers: [92, 82, 22]
Generated Node #2: [92, 82, 22] from Operation: 60-38=22
Current State: 12:[92, 82, 22], Operations: ['60-38=22']
Exploring Operation: 92-82=10, Resulting Numbers: [22, 10]
Generated Node #3: [22, 10] from ... | 4 |
[
49,
52,
5,
17
] | 36 | [
"52-49=3",
"17-5=12",
"3*12=36"
] | Current State: 36:[49, 52, 5, 17], Operations: []
Exploring Operation: 52-49=3, Resulting Numbers: [5, 17, 3]
Generated Node #2: [5, 17, 3] from Operation: 52-49=3
Current State: 36:[5, 17, 3], Operations: ['52-49=3']
Exploring Operation: 17-5=12, Resulting Numbers: [3, 12]
Generated Node #3: [3, 12] from Operation: 17... | 4 |
[
11,
9,
3,
21
] | 92 | [
"11*9=99",
"21/3=7",
"99-7=92"
] | Current State: 92:[11, 9, 3, 21], Operations: []
Exploring Operation: 11*9=99, Resulting Numbers: [3, 21, 99]
Generated Node #2: [3, 21, 99] from Operation: 11*9=99
Current State: 92:[3, 21, 99], Operations: ['11*9=99']
Exploring Operation: 21/3=7, Resulting Numbers: [99, 7]
Generated Node #3: [99, 7] from Operation: 2... | 4 |
[
37,
55,
33,
76
] | 25 | [
"55-37=18",
"76-33=43",
"43-18=25"
] | Current State: 25:[37, 55, 33, 76], Operations: []
Exploring Operation: 55-37=18, Resulting Numbers: [33, 76, 18]
Generated Node #2: [33, 76, 18] from Operation: 55-37=18
Current State: 25:[33, 76, 18], Operations: ['55-37=18']
Exploring Operation: 76-33=43, Resulting Numbers: [18, 43]
Generated Node #3: [18, 43] from ... | 4 |
[
33,
44,
69,
72
] | 99 | [
"72-69=3",
"44*3=132",
"132-33=99"
] | Current State: 99:[33, 44, 69, 72], Operations: []
Exploring Operation: 72-69=3, Resulting Numbers: [33, 44, 3]
Generated Node #2: [33, 44, 3] from Operation: 72-69=3
Current State: 99:[33, 44, 3], Operations: ['72-69=3']
Exploring Operation: 44*3=132, Resulting Numbers: [33, 132]
Generated Node #3: [33, 132] from Oper... | 4 |
[
42,
98,
20,
53
] | 77 | [
"53-20=33",
"98*33=3234",
"3234/42=77"
] | Current State: 77:[42, 98, 20, 53], Operations: []
Exploring Operation: 53-20=33, Resulting Numbers: [42, 98, 33]
Generated Node #2: [42, 98, 33] from Operation: 53-20=33
Current State: 77:[42, 98, 33], Operations: ['53-20=33']
Exploring Operation: 98*33=3234, Resulting Numbers: [42, 3234]
Generated Node #3: [42, 3234]... | 4 |
[
84,
63,
62,
15
] | 42 | [
"84*15=1260",
"1260/63=20",
"62-20=42"
] | Current State: 42:[84, 63, 62, 15], Operations: []
Exploring Operation: 84*15=1260, Resulting Numbers: [63, 62, 1260]
Generated Node #2: [63, 62, 1260] from Operation: 84*15=1260
Current State: 42:[63, 62, 1260], Operations: ['84*15=1260']
Exploring Operation: 1260/63=20, Resulting Numbers: [62, 20]
Generated Node #3: ... | 4 |
[
20,
60,
25,
60
] | 82 | [
"60/20=3",
"25+60=85",
"85-3=82"
] | Current State: 82:[20, 60, 25, 60], Operations: []
Exploring Operation: 60/20=3, Resulting Numbers: [25, 3]
Generated Node #2: [25, 3] from Operation: 60/20=3
Current State: 82:[25, 3], Operations: ['60/20=3']
Exploring Operation: 25+60=85, Resulting Numbers: [3, 85]
Generated Node #3: [3, 85] from Operation: 25+60=85
... | 4 |
[
74,
35,
7,
7
] | 69 | [
"74*7=518",
"518-35=483",
"483/7=69"
] | Current State: 69:[74, 35, 7, 7], Operations: []
Exploring Operation: 74*7=518, Resulting Numbers: [35, 518]
Generated Node #2: [35, 518] from Operation: 74*7=518
Current State: 69:[35, 518], Operations: ['74*7=518']
Exploring Operation: 518-35=483, Resulting Numbers: [483]
483,69 equal: Goal Reached
Exploring Operatio... | 4 |
[
75,
41,
9,
76
] | 33 | [
"75-41=34",
"76-9=67",
"67-34=33"
] | Current State: 33:[75, 41, 9, 76], Operations: []
Exploring Operation: 75-41=34, Resulting Numbers: [9, 76, 34]
Generated Node #2: [9, 76, 34] from Operation: 75-41=34
Current State: 33:[9, 76, 34], Operations: ['75-41=34']
Exploring Operation: 76-9=67, Resulting Numbers: [34, 67]
Generated Node #3: [34, 67] from Opera... | 4 |
[
31,
84,
51,
11
] | 86 | [
"51+11=62",
"62/31=2",
"84+2=86"
] | Current State: 86:[31, 84, 51, 11], Operations: []
Exploring Operation: 51+11=62, Resulting Numbers: [31, 84, 62]
Generated Node #2: [31, 84, 62] from Operation: 51+11=62
Current State: 86:[31, 84, 62], Operations: ['51+11=62']
Exploring Operation: 62/31=2, Resulting Numbers: [84, 2]
Generated Node #3: [84, 2] from Ope... | 4 |
[
2,
48,
44,
22
] | 57 | [
"48+44=92",
"22+92=114",
"114/2=57"
] | Current State: 57:[2, 48, 44, 22], Operations: []
Exploring Operation: 48+44=92, Resulting Numbers: [2, 22, 92]
Generated Node #2: [2, 22, 92] from Operation: 48+44=92
Current State: 57:[2, 22, 92], Operations: ['48+44=92']
Exploring Operation: 22+92=114, Resulting Numbers: [2, 114]
Generated Node #3: [2, 114] from Ope... | 4 |
[
25,
48,
40,
63
] | 30 | [
"25+48=73",
"40+63=103",
"103-73=30"
] | Current State: 30:[25, 48, 40, 63], Operations: []
Exploring Operation: 25+48=73, Resulting Numbers: [40, 63, 73]
Generated Node #2: [40, 63, 73] from Operation: 25+48=73
Current State: 30:[40, 63, 73], Operations: ['25+48=73']
Exploring Operation: 40+63=103, Resulting Numbers: [73, 103]
Generated Node #3: [73, 103] fr... | 4 |
[
87,
12,
95,
4
] | 48 | [
"95-87=8",
"8-4=4",
"12*4=48"
] | Current State: 48:[87, 12, 95, 4], Operations: []
Exploring Operation: 95-87=8, Resulting Numbers: [12, 4, 8]
Generated Node #2: [12, 4, 8] from Operation: 95-87=8
Current State: 48:[12, 4, 8], Operations: ['95-87=8']
Exploring Operation: 8-4=4, Resulting Numbers: [12, 4]
Generated Node #3: [12, 4] from Operation: 8-4=... | 4 |
[
22,
38,
3,
21
] | 79 | [
"38-22=16",
"3*21=63",
"16+63=79"
] | Current State: 79:[22, 38, 3, 21], Operations: []
Exploring Operation: 38-22=16, Resulting Numbers: [3, 21, 16]
Generated Node #2: [3, 21, 16] from Operation: 38-22=16
Current State: 79:[3, 21, 16], Operations: ['38-22=16']
Exploring Operation: 3*21=63, Resulting Numbers: [16, 63]
Generated Node #3: [16, 63] from Opera... | 4 |
[
29,
20,
56,
77
] | 70 | [
"29+20=49",
"77-56=21",
"49+21=70"
] | Current State: 70:[29, 20, 56, 77], Operations: []
Exploring Operation: 29+20=49, Resulting Numbers: [56, 77, 49]
Generated Node #2: [56, 77, 49] from Operation: 29+20=49
Current State: 70:[56, 77, 49], Operations: ['29+20=49']
Exploring Operation: 77-56=21, Resulting Numbers: [49, 21]
Generated Node #3: [49, 21] from ... | 4 |
[
68,
68,
67,
42
] | 26 | [
"68/68=1",
"67-42=25",
"1+25=26"
] | Current State: 26:[68, 68, 67, 42], Operations: []
Exploring Operation: 68/68=1, Resulting Numbers: [67, 42, 1]
Generated Node #2: [67, 42, 1] from Operation: 68/68=1
Current State: 26:[67, 42, 1], Operations: ['68/68=1']
Exploring Operation: 67-42=25, Resulting Numbers: [1, 25]
Generated Node #3: [1, 25] from Operatio... | 4 |
[
13,
64,
11,
89
] | 61 | [
"64*11=704",
"89+704=793",
"793/13=61"
] | Current State: 61:[13, 64, 11, 89], Operations: []
Exploring Operation: 64*11=704, Resulting Numbers: [13, 89, 704]
Generated Node #2: [13, 89, 704] from Operation: 64*11=704
Current State: 61:[13, 89, 704], Operations: ['64*11=704']
Exploring Operation: 89+704=793, Resulting Numbers: [13, 793]
Generated Node #3: [13, ... | 4 |
[
4,
7,
97,
76
] | 91 | [
"97-76=21",
"4*21=84",
"7+84=91"
] | Current State: 91:[4, 7, 97, 76], Operations: []
Exploring Operation: 97-76=21, Resulting Numbers: [4, 7, 21]
Generated Node #2: [4, 7, 21] from Operation: 97-76=21
Current State: 91:[4, 7, 21], Operations: ['97-76=21']
Exploring Operation: 4*21=84, Resulting Numbers: [7, 84]
Generated Node #3: [7, 84] from Operation: ... | 4 |
[
74,
64,
14,
68
] | 56 | [
"74+64=138",
"14+68=82",
"138-82=56"
] | Current State: 56:[74, 64, 14, 68], Operations: []
Exploring Operation: 74+64=138, Resulting Numbers: [14, 68, 138]
Generated Node #2: [14, 68, 138] from Operation: 74+64=138
Current State: 56:[14, 68, 138], Operations: ['74+64=138']
Exploring Operation: 14+68=82, Resulting Numbers: [138, 82]
Generated Node #3: [138, 8... | 4 |
[
22,
52,
80,
88
] | 93 | [
"22*52=1144",
"1144/88=13",
"80+13=93"
] | Current State: 93:[22, 52, 80, 88], Operations: []
Exploring Operation: 22*52=1144, Resulting Numbers: [80, 88, 1144]
Generated Node #2: [80, 88, 1144] from Operation: 22*52=1144
Current State: 93:[80, 88, 1144], Operations: ['22*52=1144']
Exploring Operation: 1144/88=13, Resulting Numbers: [80, 13]
Generated Node #3: ... | 4 |
[
56,
20,
99,
7
] | 87 | [
"56/7=8",
"99-20=79",
"8+79=87"
] | Current State: 87:[56, 20, 99, 7], Operations: []
Exploring Operation: 56/7=8, Resulting Numbers: [20, 99, 8]
Generated Node #2: [20, 99, 8] from Operation: 56/7=8
Current State: 87:[20, 99, 8], Operations: ['56/7=8']
Exploring Operation: 99-20=79, Resulting Numbers: [8, 79]
Generated Node #3: [8, 79] from Operation: 9... | 4 |
[
56,
6,
15,
16
] | 96 | [
"56*6=336",
"15*16=240",
"336-240=96"
] | Current State: 96:[56, 6, 15, 16], Operations: []
Exploring Operation: 56*6=336, Resulting Numbers: [15, 16, 336]
Generated Node #2: [15, 16, 336] from Operation: 56*6=336
Current State: 96:[15, 16, 336], Operations: ['56*6=336']
Exploring Operation: 15*16=240, Resulting Numbers: [336, 240]
Generated Node #3: [336, 240... | 4 |
[
26,
67,
78,
1
] | 38 | [
"67-26=41",
"78+1=79",
"79-41=38"
] | Current State: 38:[26, 67, 78, 1], Operations: []
Exploring Operation: 67-26=41, Resulting Numbers: [78, 1, 41]
Generated Node #2: [78, 1, 41] from Operation: 67-26=41
Current State: 38:[78, 1, 41], Operations: ['67-26=41']
Exploring Operation: 78+1=79, Resulting Numbers: [41, 79]
Generated Node #3: [41, 79] from Opera... | 4 |
[
35,
60,
51,
16
] | 60 | [
"35+60=95",
"51-16=35",
"95-35=60"
] | Current State: 60:[35, 60, 51, 16], Operations: []
Exploring Operation: 35+60=95, Resulting Numbers: [51, 16, 95]
Generated Node #2: [51, 16, 95] from Operation: 35+60=95
Current State: 60:[51, 16, 95], Operations: ['35+60=95']
Exploring Operation: 51-16=35, Resulting Numbers: [95, 35]
Generated Node #3: [95, 35] from ... | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.